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


Groups > linux.kernel > #1413209 > unrolled thread

[PATCH 1/3] iio: mma8452: update contact information for Martin Kepplinger

Started byMartin Kepplinger <martink@posteo.de>
First post2016-06-03 15:00 +0200
Last post2016-06-06 12:20 +0200
Articles 6 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [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

#1413209 — [PATCH 1/3] iio: mma8452: update contact information for Martin Kepplinger

FromMartin Kepplinger <martink@posteo.de>
Date2016-06-03 15:00 +0200
Subject[PATCH 1/3] iio: mma8452: update contact information for Martin Kepplinger
Message-ID<rFWRH-3gh-1@gated-at.bofh.it>
Signed-off-by: Martin Kepplinger <martink@posteo.de>
---
 drivers/iio/accel/mma8452.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/accel/mma8452.c b/drivers/iio/accel/mma8452.c
index 458c827..9e679af 100644
--- a/drivers/iio/accel/mma8452.c
+++ b/drivers/iio/accel/mma8452.c
@@ -8,7 +8,7 @@
  * MMA8653FC (10 bit)
  * FXLS8471Q (14 bit)
  *
- * Copyright 2015 Martin Kepplinger <martin.kepplinger@theobroma-systems.com>
+ * Copyright 2015 Martin Kepplinger <martink@posteo.de>
  * Copyright 2014 Peter Meerwald <pmeerw@pmeerw.net>
  *
  * This file is subject to the terms and conditions of version 2 of
-- 
2.1.4

[toc] | [next] | [standalone]


#1413210 — [PATCH 2/3] iio: mma8452: update device description in header comments

FromMartin Kepplinger <martink@posteo.de>
Date2016-06-03 15:00 +0200
Subject[PATCH 2/3] iio: mma8452: update device description in header comments
Message-ID<rFWRH-3gh-3@gated-at.bofh.it>
In reply to#1413209
Signed-off-by: Martin Kepplinger <martink@posteo.de>
---
 drivers/iio/accel/mma8452.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/drivers/iio/accel/mma8452.c b/drivers/iio/accel/mma8452.c
index 9e679af..4be2a18 100644
--- a/drivers/iio/accel/mma8452.c
+++ b/drivers/iio/accel/mma8452.c
@@ -1,12 +1,14 @@
 /*
  * mma8452.c - Support for following Freescale 3-axis accelerometers:
  *
- * MMA8451Q (14 bit)
- * MMA8452Q (12 bit)
- * MMA8453Q (10 bit)
- * MMA8652FC (12 bit)
- * MMA8653FC (10 bit)
- * FXLS8471Q (14 bit)
+ * device name	digital output	7-bit I2C slave address (pin selectable)
+ * ---------------------------------------------------------------------
+ * MMA8451Q	14 bit		0x1c / 0x1d
+ * MMA8452Q	12 bit		0x1c / 0x1d
+ * MMA8453Q	10 bit		0x1c / 0x1d
+ * MMA8652FC	12 bit		0x1d
+ * MMA8653FC	10 bit		0x1d
+ * FXLS8471Q	14 bit		0x1e / 0x1d / 0x1c / 0x1f
  *
  * Copyright 2015 Martin Kepplinger <martink@posteo.de>
  * Copyright 2014 Peter Meerwald <pmeerw@pmeerw.net>
@@ -15,8 +17,6 @@
  * the GNU General Public License.  See the file COPYING in the main
  * directory of this archive for more details.
  *
- * 7-bit I2C slave address 0x1c/0x1d (pin selectable)
- *
  * TODO: orientation events
  */
 
-- 
2.1.4

[toc] | [prev] | [next] | [standalone]


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

FromMartin Kepplinger <martink@posteo.de>
Date2016-06-03 15:00 +0200
Subject[PATCH 3/3] iio: mma8452: update Freescale company information
Message-ID<rFWRH-3gh-11@gated-at.bofh.it>
In reply to#1413209
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

[toc] | [prev] | [next] | [standalone]


#1414209 — Re: [PATCH 3/3] iio: mma8452: update Freescale company information

FromMatt Ranostay <mranostay@gmail.com>
Date2016-06-05 23:30 +0200
SubjectRe: [PATCH 3/3] iio: mma8452: update Freescale company information
Message-ID<rGNMl-3A9-5@gated-at.bofh.it>
In reply to#1413214
At this rate of acquisitions we may need a .mailmap for companies :)

On Fri, Jun 3, 2016 at 5:51 AM, Martin Kepplinger <martink@posteo.de> wrote:
> 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
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

[toc] | [prev] | [next] | [standalone]


#1414805 — Re: [PATCH 3/3] iio: mma8452: update Freescale company information

FromDaniel Baluta <daniel.baluta@gmail.com>
Date2016-06-06 11:10 +0200
SubjectRe: [PATCH 3/3] iio: mma8452: update Freescale company information
Message-ID<rGYHL-2R8-9@gated-at.bofh.it>
In reply to#1413214
On Fri, Jun 3, 2016 at 3:51 PM, Martin Kepplinger <martink@posteo.de> wrote:
> NXP took over Freescale, so add NXP to the driver descriptions
>

Is it worth to bother with these kind of changes? The part number
still remains the same.

We can add a new copyright notice from the new company and that's all.

Daniel.
> 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
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

[toc] | [prev] | [next] | [standalone]


#1414865 — Re: [PATCH 3/3] iio: mma8452: update Freescale company information

FromMartin Kepplinger <martink@posteo.de>
Date2016-06-06 12:20 +0200
SubjectRe: [PATCH 3/3] iio: mma8452: update Freescale company information
Message-ID<rGZNw-3vO-11@gated-at.bofh.it>
In reply to#1414805
Am 2016-06-06 um 11:08 schrieb Daniel Baluta:
> On Fri, Jun 3, 2016 at 3:51 PM, Martin Kepplinger <martink@posteo.de> wrote:
>> NXP took over Freescale, so add NXP to the driver descriptions
>>
> 
> Is it worth to bother with these kind of changes? The part number
> still remains the same.

I'm not sure either, that's why it's the last patch :)

> 
> We can add a new copyright notice from the new company and that's all.

In this case, the code doesn't come from Freescale or NXP.

> 
> Daniel.
>> 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
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web