mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Martin Kepplinger <martink@posteo.de>,
	Daniel Baluta <daniel.baluta@gmail.com>
Cc: Hartmut Knaack <knaack.h@gmx.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 3/3] iio: mma8452: update Freescale company information
Date: Sat, 11 Jun 2016 17:26:18 +0100	[thread overview]
Message-ID: <59536e23-b854-614a-ca77-f7c1771d815d@kernel.org> (raw)
In-Reply-To: <57554DDF.4010402@posteo.de>

On 06/06/16 11:18, Martin Kepplinger wrote:
> 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 :)
I don't want to see a flood of updates like this, but if there are other
changes on a driver coming through, I think the trivial amount of
churn is fine for this sort of change.

As such applied,

Jonathan
> 
>>
>> 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
> 

  reply	other threads:[~2016-06-11 16:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-03 12:51 [PATCH 1/3] iio: mma8452: update contact information for Martin Kepplinger Martin Kepplinger
2016-06-03 12:51 ` [PATCH 2/3] iio: mma8452: update device description in header comments Martin Kepplinger
2016-06-11 16:25   ` Jonathan Cameron
2016-06-03 12:51 ` [PATCH 3/3] iio: mma8452: update Freescale company information Martin Kepplinger
2016-06-05 21:22   ` Matt Ranostay
2016-06-06  9:08   ` Daniel Baluta
2016-06-06 10:18     ` Martin Kepplinger
2016-06-11 16:26       ` Jonathan Cameron [this message]
2016-06-11 16:24 ` [PATCH 1/3] iio: mma8452: update contact information for Martin Kepplinger Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=59536e23-b854-614a-ca77-f7c1771d815d@kernel.org \
    --to=jic23@kernel.org \
    --cc=daniel.baluta@gmail.com \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=martink@posteo.de \
    --cc=pmeerw@pmeerw.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®