Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f26ab1aa authored by Martin Kepplinger's avatar Martin Kepplinger Committed by Jonathan Cameron
Browse files

iio: mma8452: update Freescale company information



NXP took over Freescale, so add NXP to the driver descriptions

Signed-off-by: default avatarMartin Kepplinger <martink@posteo.de>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 16df666a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -157,12 +157,12 @@ config MMA7660
	  will be called mma7660.
	  will be called mma7660.


config MMA8452
config MMA8452
	tristate "Freescale MMA8452Q and similar Accelerometers Driver"
	tristate "Freescale / NXP MMA8452Q and similar Accelerometers Driver"
	depends on I2C
	depends on I2C
	select IIO_BUFFER
	select IIO_BUFFER
	select IIO_TRIGGERED_BUFFER
	select IIO_TRIGGERED_BUFFER
	help
	help
	  Say yes here to build support for the following Freescale 3-axis
	  Say yes here to build support for the following Freescale / NXP 3-axis
	  accelerometers: MMA8451Q, MMA8452Q, MMA8453Q, MMA8652FC, MMA8653FC,
	  accelerometers: MMA8451Q, MMA8452Q, MMA8453Q, MMA8652FC, MMA8653FC,
	  FXLS8471Q.
	  FXLS8471Q.


+3 −3
Original line number Original line Diff line number Diff line
/*
/*
 * mma8452.c - Support for following Freescale 3-axis accelerometers:
 * mma8452.c - Support for following Freescale / NXP 3-axis accelerometers:
 *
 *
 * device name	digital output	7-bit I2C slave address (pin selectable)
 * device name	digital output	7-bit I2C slave address (pin selectable)
 * ---------------------------------------------------------------------
 * ---------------------------------------------------------------------
@@ -108,7 +108,7 @@ struct mma8452_data {
};
};


/**
/**
 * struct mma_chip_info - chip specific data for Freescale's accelerometers
 * struct mma_chip_info - chip specific data
 * @chip_id:			WHO_AM_I register's value
 * @chip_id:			WHO_AM_I register's value
 * @channels:			struct iio_chan_spec matching the device's
 * @channels:			struct iio_chan_spec matching the device's
 *				capabilities
 *				capabilities
@@ -1693,5 +1693,5 @@ static struct i2c_driver mma8452_driver = {
module_i2c_driver(mma8452_driver);
module_i2c_driver(mma8452_driver);


MODULE_AUTHOR("Peter Meerwald <pmeerw@pmeerw.net>");
MODULE_AUTHOR("Peter Meerwald <pmeerw@pmeerw.net>");
MODULE_DESCRIPTION("Freescale MMA8452 accelerometer driver");
MODULE_DESCRIPTION("Freescale / NXP MMA8452 accelerometer driver");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL");