lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 6 Jun 2016 12:18:07 +0200
From:	Martin Kepplinger <martink@...teo.de>
To:	Daniel Baluta <daniel.baluta@...il.com>
Cc:	Jonathan Cameron <jic23@...nel.org>,
	Hartmut Knaack <knaack.h@....de>,
	Lars-Peter Clausen <lars@...afoo.de>,
	Peter Meerwald-Stadler <pmeerw@...erw.net>,
	"linux-iio@...r.kernel.org" <linux-iio@...r.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 3/3] iio: mma8452: update Freescale company information

Am 2016-06-06 um 11:08 schrieb Daniel Baluta:
> On Fri, Jun 3, 2016 at 3:51 PM, Martin Kepplinger <martink@...teo.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@...teo.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@...erw.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@...r.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ