From: Jonathan Cameron <jic23@kernel.org>
To: Daniel Baluta <daniel.baluta@intel.com>,
Peter Meerwald <pmeerw@pmeerw.net>,
linux-iio@vger.kernel.org
Subject: Re: [PATCH] iio:tcs4531: Fix leftover TCS3472_ prefix in tsl4531 driver
Date: Sat, 18 Apr 2015 20:32:11 +0100 [thread overview]
Message-ID: <5532B13B.5070705@kernel.org> (raw)
In-Reply-To: <552F7295.7000602@intel.com>
On 16/04/15 09:28, Daniel Baluta wrote:
>
>
> On 04/15/2015 11:39 PM, Peter Meerwald wrote:
>> just cleanup, no functional change
>
> Commit message tag should be now "iio: tsl4531: ". Other than that
> it looks good to me.
>
Good spot to both of you ;)
Anyhow, applied with patch title fixed to the togreg branch of iio.git.
Thanks,
>
>>
>> Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
>> ---
>> drivers/iio/light/tsl4531.c | 10 +++++-----
>> 1 file changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/drivers/iio/light/tsl4531.c b/drivers/iio/light/tsl4531.c
>> index 0763b86..63c26e2 100644
>> --- a/drivers/iio/light/tsl4531.c
>> +++ b/drivers/iio/light/tsl4531.c
>> @@ -24,12 +24,12 @@
>>
>> #define TSL4531_DRV_NAME "tsl4531"
>>
>> -#define TCS3472_COMMAND BIT(7)
>> +#define TSL4531_COMMAND BIT(7)
>>
>> -#define TSL4531_CONTROL (TCS3472_COMMAND | 0x00)
>> -#define TSL4531_CONFIG (TCS3472_COMMAND | 0x01)
>> -#define TSL4531_DATA (TCS3472_COMMAND | 0x04)
>> -#define TSL4531_ID (TCS3472_COMMAND | 0x0a)
>> +#define TSL4531_CONTROL (TSL4531_COMMAND | 0x00)
>> +#define TSL4531_CONFIG (TSL4531_COMMAND | 0x01)
>> +#define TSL4531_DATA (TSL4531_COMMAND | 0x04)
>> +#define TSL4531_ID (TSL4531_COMMAND | 0x0a)
>>
>> /* operating modes in control register */
>> #define TSL4531_MODE_POWERDOWN 0x00
>>
> --
> 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
prev parent reply other threads:[~2015-04-18 19:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-15 20:39 [PATCH] iio:tcs4531: Fix leftover TCS3472_ prefix in tsl4531 driver Peter Meerwald
2015-04-15 20:39 ` [PATCH] iio:tsl2563: Use tsl2563_ prefix for driver's functions Peter Meerwald
2015-04-18 19:35 ` Jonathan Cameron
2015-04-15 20:39 ` [PATCH] iio:tmp006: Prefix #defines with TMP006_ Peter Meerwald
2015-04-18 19:36 ` Jonathan Cameron
2015-04-16 8:28 ` [PATCH] iio:tcs4531: Fix leftover TCS3472_ prefix in tsl4531 driver Daniel Baluta
2015-04-18 19:32 ` Jonathan Cameron [this message]
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=5532B13B.5070705@kernel.org \
--to=jic23@kernel.org \
--cc=daniel.baluta@intel.com \
--cc=linux-iio@vger.kernel.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.