public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
       [not found]   ` <1334645155-13799-4-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2012-04-17 22:35     ` Stephen Warren
       [not found]       ` <4F8DF01D.9040900-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Warren @ 2012-04-17 22:35 UTC (permalink / raw)
  To: Laxman Dewangan, olof-nZhT3qVonbNeoWH0uzbU5w
  Cc: Colin Cross, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-iio-u79uwXL29TY76Z2rM5mHXA,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

On 04/17/2012 12:45 AM, Laxman Dewangan wrote:
> Add the device info for ALS and proximity sensor isl29018.

(There were a ton of irrelevant people CC'd on this patch; I cut them
out, but kept the lists in case anyone was interested in the replies.
The most relevant list, linux-tegra, also wasn't CC'd)

> diff --git a/arch/arm/boot/dts/tegra-ventana.dts b/arch/arm/boot/dts/tegra-ventana.dts

> +		/* ALS and proximity sensor */

> +		isl29018: isl29018@44 {

I don't think the label "isl29018:" serves any purpose; nothing else
needs to refer to this node.

I note from http://patchwork.ozlabs.org/patch/132936/ that:

a) Perhaps the vendor prefix should be "isil" not "isl". Olof, can you
please comment here?

b) There's an interrupt signal connected to the device. Can you please
add that, irrespective of whether the driver uses it.

c) This device is also present on Seaboard. Can you update
tegra-seaboard.dts too? You can find the relevant bus from the link above.

Thanks.

> +			compatible = "isl,isl29018";
> +			reg = <0x44>;
> +		};
>  	};
>  
>  	i2c@7000c400 {

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
       [not found]       ` <4F8DF01D.9040900-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
@ 2012-04-18  7:03         ` Laxman Dewangan
  2012-04-19  9:12         ` Laxman Dewangan
  2012-04-24 21:08         ` Olof Johansson
  2 siblings, 0 replies; 6+ messages in thread
From: Laxman Dewangan @ 2012-04-18  7:03 UTC (permalink / raw)
  To: Stephen Warren
  Cc: olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org, Colin Cross,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b@public.gmane.org,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

On Wednesday 18 April 2012 04:05 AM, Stephen Warren wrote:
> On 04/17/2012 12:45 AM, Laxman Dewangan wrote:
>> Add the device info for ALS and proximity sensor isl29018.
>> +		isl29018: isl29018@44 {
> I don't think the label "isl29018:" serves any purpose; nothing else
> needs to refer to this node.
>
> I note from http://patchwork.ozlabs.org/patch/132936/ that:
>
> a) Perhaps the vendor prefix should be "isil" not "isl". Olof, can you
> please comment here?

> b) There's an interrupt signal connected to the device. Can you please
> add that, irrespective of whether the driver uses it.
>

Will do.
> c) This device is also present on Seaboard. Can you update
> tegra-seaboard.dts too? You can find the relevant bus from the link above.
>
Will do.


I will wait for finalizing the vendor prefix before creating the next patch.
This will impact the driver also.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
       [not found]       ` <4F8DF01D.9040900-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  2012-04-18  7:03         ` Laxman Dewangan
@ 2012-04-19  9:12         ` Laxman Dewangan
       [not found]           ` <4F8FD709.60308-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  2012-04-24  7:42           ` Linus Walleij
  2012-04-24 21:08         ` Olof Johansson
  2 siblings, 2 replies; 6+ messages in thread
From: Laxman Dewangan @ 2012-04-19  9:12 UTC (permalink / raw)
  To: Stephen Warren
  Cc: olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org, Colin Cross,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b@public.gmane.org,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Linus Walleij, Mark Brown, Grant Likely

On Wednesday 18 April 2012 04:05 AM, Stephen Warren wrote:
> On 04/17/2012 12:45 AM, Laxman Dewangan wrote:
>> Add the device info for ALS and proximity sensor isl29018.
>
> a) Perhaps the vendor prefix should be "isil" not "isl". Olof, can you
> please comment here?
>

Any comments on this? I think "isil" is good as it is the symbol in 
nasdaq also: Intersil Corporation (ISIL).
If no objection than I can send my next version of patch ;)

Adding LinusW, Mark and Grant if they have any comment here.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
       [not found]           ` <4F8FD709.60308-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2012-04-19 15:31             ` Stephen Warren
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Warren @ 2012-04-19 15:31 UTC (permalink / raw)
  To: Laxman Dewangan
  Cc: olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org, Colin Cross,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b@public.gmane.org,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Linus Walleij, Mark Brown, Grant Likely

On 04/19/2012 03:12 AM, Laxman Dewangan wrote:
> On Wednesday 18 April 2012 04:05 AM, Stephen Warren wrote:
>> On 04/17/2012 12:45 AM, Laxman Dewangan wrote:
>>> Add the device info for ALS and proximity sensor isl29018.
>>
>> a) Perhaps the vendor prefix should be "isil" not "isl". Olof, can you
>> please comment here?
> 
> Any comments on this? I think "isil" is good as it is the symbol in
> nasdaq also: Intersil Corporation (ISIL).
> If no objection than I can send my next version of patch ;)

Yes, the idea is to use stock ticker symbols where possible, so it
sounds like isil is the way to go.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
  2012-04-19  9:12         ` Laxman Dewangan
       [not found]           ` <4F8FD709.60308-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
@ 2012-04-24  7:42           ` Linus Walleij
  1 sibling, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2012-04-24  7:42 UTC (permalink / raw)
  To: Laxman Dewangan
  Cc: devel@driverdev.osuosl.org, Stephen Warren,
	linux-iio@vger.kernel.org, Mark Brown,
	linux-kernel@vger.kernel.org, Grant Likely,
	linux-tegra@vger.kernel.org, Colin Cross, olof@lixom.net,
	linux-arm-kernel@lists.infradead.org

On Thu, Apr 19, 2012 at 11:12 AM, Laxman Dewangan <ldewangan@nvidia.com> wrote:
> On Wednesday 18 April 2012 04:05 AM, Stephen Warren wrote:
>>
>> On 04/17/2012 12:45 AM, Laxman Dewangan wrote:
>>>
>>> Add the device info for ALS and proximity sensor isl29018.
>>
>>
>> a) Perhaps the vendor prefix should be "isil" not "isl". Olof, can you
>> please comment here?
>>
>
> Any comments on this? I think "isil" is good as it is the symbol in nasdaq
> also: Intersil Corporation (ISIL).
> If no objection than I can send my next version of patch ;)
>
> Adding LinusW, Mark and Grant if they have any comment here.

Like most of the kernel people I don't care much about that as long
as the string is unique ... your pick is likely the best.

Linus Walleij

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
       [not found]       ` <4F8DF01D.9040900-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
  2012-04-18  7:03         ` Laxman Dewangan
  2012-04-19  9:12         ` Laxman Dewangan
@ 2012-04-24 21:08         ` Olof Johansson
  2 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2012-04-24 21:08 UTC (permalink / raw)
  To: Stephen Warren
  Cc: Laxman Dewangan, Colin Cross, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-iio-u79uwXL29TY76Z2rM5mHXA,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

On Tue, Apr 17, 2012 at 04:35:09PM -0600, Stephen Warren wrote:
> On 04/17/2012 12:45 AM, Laxman Dewangan wrote:
> > Add the device info for ALS and proximity sensor isl29018.
> 
> (There were a ton of irrelevant people CC'd on this patch; I cut them
> out, but kept the lists in case anyone was interested in the replies.
> The most relevant list, linux-tegra, also wasn't CC'd)
> 
> > diff --git a/arch/arm/boot/dts/tegra-ventana.dts b/arch/arm/boot/dts/tegra-ventana.dts
> 
> > +		/* ALS and proximity sensor */
> 
> > +		isl29018: isl29018@44 {
> 
> I don't think the label "isl29018:" serves any purpose; nothing else
> needs to refer to this node.
> 
> I note from http://patchwork.ozlabs.org/patch/132936/ that:
> 
> a) Perhaps the vendor prefix should be "isil" not "isl". Olof, can you
> please comment here?

The standard practice is to use stock tickers, but if companies aren't public
then there isn't much you can do. Like Linus said, use your best judgement and
taste and that's really all we can ask for. :)



-Olof

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-24 21:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1334645155-13799-1-git-send-email-ldewangan@nvidia.com>
     [not found] ` <1334645155-13799-4-git-send-email-ldewangan@nvidia.com>
     [not found]   ` <1334645155-13799-4-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-04-17 22:35     ` [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support Stephen Warren
     [not found]       ` <4F8DF01D.9040900-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-04-18  7:03         ` Laxman Dewangan
2012-04-19  9:12         ` Laxman Dewangan
     [not found]           ` <4F8FD709.60308-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-04-19 15:31             ` Stephen Warren
2012-04-24  7:42           ` Linus Walleij
2012-04-24 21:08         ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox