Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1413214

[PATCH 3/3] iio: mma8452: update Freescale company information

From Martin Kepplinger <martink@posteo.de>
Newsgroups linux.kernel
Subject [PATCH 3/3] iio: mma8452: update Freescale company information
Date 2016-06-03 15:00 +0200
Message-ID <rFWRH-3gh-11@gated-at.bofh.it> (permalink)
References <rFWRH-3gh-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Signed-off-by: Martin Kepplinger <martink@posteo.de>
---
 drivers/iio/accel/Kconfig   | 4 ++--
 drivers/iio/accel/mma8452.c | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/iio/accel/Kconfig b/drivers/iio/accel/Kconfig
index 3132587..89d7820 100644
--- a/drivers/iio/accel/Kconfig
+++ b/drivers/iio/accel/Kconfig
@@ -157,12 +157,12 @@ config MMA7660
 	  will be called mma7660.
 
 config MMA8452
-	tristate "Freescale MMA8452Q and similar Accelerometers Driver"
+	tristate "Freescale / NXP MMA8452Q and similar Accelerometers Driver"
 	depends on I2C
 	select IIO_BUFFER
 	select IIO_TRIGGERED_BUFFER
 	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,
 	  FXLS8471Q.
 
diff --git a/drivers/iio/accel/mma8452.c b/drivers/iio/accel/mma8452.c
index 4be2a18..799fe64 100644
--- a/drivers/iio/accel/mma8452.c
+++ b/drivers/iio/accel/mma8452.c
@@ -1,5 +1,5 @@
 /*
- * 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)
  * ---------------------------------------------------------------------
@@ -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
  * @channels:			struct iio_chan_spec matching the device's
  *				capabilities
@@ -1693,5 +1693,5 @@ static struct i2c_driver mma8452_driver = {
 module_i2c_driver(mma8452_driver);
 
 MODULE_AUTHOR("Peter Meerwald <pmeerw@pmeerw.net>");
-MODULE_DESCRIPTION("Freescale MMA8452 accelerometer driver");
+MODULE_DESCRIPTION("Freescale / NXP MMA8452 accelerometer driver");
 MODULE_LICENSE("GPL");
-- 
2.1.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/3] iio: mma8452: update contact information for Martin Kepplinger Martin Kepplinger <martink@posteo.de> - 2016-06-03 15:00 +0200
  [PATCH 2/3] iio: mma8452: update device description in header comments Martin Kepplinger <martink@posteo.de> - 2016-06-03 15:00 +0200
  [PATCH 3/3] iio: mma8452: update Freescale company information Martin Kepplinger <martink@posteo.de> - 2016-06-03 15:00 +0200
    Re: [PATCH 3/3] iio: mma8452: update Freescale company information Matt Ranostay <mranostay@gmail.com> - 2016-06-05 23:30 +0200
    Re: [PATCH 3/3] iio: mma8452: update Freescale company information Daniel Baluta <daniel.baluta@gmail.com> - 2016-06-06 11:10 +0200
      Re: [PATCH 3/3] iio: mma8452: update Freescale company information Martin Kepplinger <martink@posteo.de> - 2016-06-06 12:20 +0200

csiph-web