All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V1 0/3] ARM: dt: tegra: add ALS and proximity sensor ISL29018
@ 2012-04-17  6:45 ` Laxman Dewangan
  0 siblings, 0 replies; 30+ messages in thread
From: Laxman Dewangan @ 2012-04-17  6:45 UTC (permalink / raw)
  To: grant.likely, rob.herring, rdunlap, linux, jic23, gregkh,
	broonie, swarren, cbouatmailru, olof, linus.walleij, lars,
	bfreed, grundler, linux-doc, linux-kernel, linux-arm-kernel,
	linux-iio, devel
  Cc: Laxman Dewangan

Series of patches to enable the ALS and proximity sensor ISL29018 for
tegra_ventana.
The changes done here:
- Add vendor prefix in document.
- Fix the vendor prefix in isl29018 driver.
- Add entry for isl29018 in tegra-ventana.dts file.

Laxman Dewangan (3):
  devicetree: Document Intersil Corporation vendor prefix
  staging: iio: light: of: Fix vendor prefix of isl29018
  ARM: dt: tegra_ventana: als and proximity sensor isl29018 support

 .../devicetree/bindings/vendor-prefixes.txt        |    1 +
 arch/arm/boot/dts/tegra-ventana.dts                |    6 ++++++
 drivers/staging/iio/light/isl29018.c               |    2 +-
 3 files changed, 8 insertions(+), 1 deletions(-)


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

* [PATCH V1 0/3] ARM: dt: tegra: add ALS and proximity sensor ISL29018
@ 2012-04-17  6:45 ` Laxman Dewangan
  0 siblings, 0 replies; 30+ messages in thread
From: Laxman Dewangan @ 2012-04-17  6:45 UTC (permalink / raw)
  To: linux-arm-kernel

Series of patches to enable the ALS and proximity sensor ISL29018 for
tegra_ventana.
The changes done here:
- Add vendor prefix in document.
- Fix the vendor prefix in isl29018 driver.
- Add entry for isl29018 in tegra-ventana.dts file.

Laxman Dewangan (3):
  devicetree: Document Intersil Corporation vendor prefix
  staging: iio: light: of: Fix vendor prefix of isl29018
  ARM: dt: tegra_ventana: als and proximity sensor isl29018 support

 .../devicetree/bindings/vendor-prefixes.txt        |    1 +
 arch/arm/boot/dts/tegra-ventana.dts                |    6 ++++++
 drivers/staging/iio/light/isl29018.c               |    2 +-
 3 files changed, 8 insertions(+), 1 deletions(-)

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

* [PATCH 1/3] devicetree: Document Intersil Corporation vendor prefix
  2012-04-17  6:45 ` Laxman Dewangan
@ 2012-04-17  6:45   ` Laxman Dewangan
  -1 siblings, 0 replies; 30+ messages in thread
From: Laxman Dewangan @ 2012-04-17  6:45 UTC (permalink / raw)
  To: grant.likely, rob.herring, rdunlap, linux, jic23, gregkh,
	broonie, swarren, cbouatmailru, olof, linus.walleij, lars,
	bfreed, grundler, linux-doc, linux-kernel, linux-arm-kernel,
	linux-iio, devel
  Cc: Laxman Dewangan

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
---
 .../devicetree/bindings/vendor-prefixes.txt        |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index 82ac057..89650da 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -22,6 +22,7 @@ hp	Hewlett Packard
 ibm	International Business Machines (IBM)
 idt	Integrated Device Technologies, Inc.
 intercontrol	Inter Control Group
+isl	Intersil Corporation
 linux	Linux-specific binding
 marvell	Marvell Technology Group Ltd.
 maxim	Maxim Integrated Products
-- 
1.7.1.1


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

* [PATCH 1/3] devicetree: Document Intersil Corporation vendor prefix
@ 2012-04-17  6:45   ` Laxman Dewangan
  0 siblings, 0 replies; 30+ messages in thread
From: Laxman Dewangan @ 2012-04-17  6:45 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
---
 .../devicetree/bindings/vendor-prefixes.txt        |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index 82ac057..89650da 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -22,6 +22,7 @@ hp	Hewlett Packard
 ibm	International Business Machines (IBM)
 idt	Integrated Device Technologies, Inc.
 intercontrol	Inter Control Group
+isl	Intersil Corporation
 linux	Linux-specific binding
 marvell	Marvell Technology Group Ltd.
 maxim	Maxim Integrated Products
-- 
1.7.1.1

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

* [PATCH 2/3] staging: iio: light: of: Fix vendor prefix of isl29018
  2012-04-17  6:45 ` Laxman Dewangan
@ 2012-04-17  6:45   ` Laxman Dewangan
  -1 siblings, 0 replies; 30+ messages in thread
From: Laxman Dewangan @ 2012-04-17  6:45 UTC (permalink / raw)
  To: grant.likely, rob.herring, rdunlap, linux, jic23, gregkh,
	broonie, swarren, cbouatmailru, olof, linus.walleij, lars,
	bfreed, grundler, linux-doc, linux-kernel, linux-arm-kernel,
	linux-iio, devel
  Cc: Laxman Dewangan

ISL29018 is from Intersil Corporation and the vendor prefix
for this part should be "isl", at least not "invn" for OF
compatibility.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
---
 drivers/staging/iio/light/isl29018.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/iio/light/isl29018.c b/drivers/staging/iio/light/isl29018.c
index 38ec52b..ee220ae 100644
--- a/drivers/staging/iio/light/isl29018.c
+++ b/drivers/staging/iio/light/isl29018.c
@@ -593,7 +593,7 @@ static const struct i2c_device_id isl29018_id[] = {
 MODULE_DEVICE_TABLE(i2c, isl29018_id);
 
 static const struct of_device_id isl29018_of_match[] = {
-	{ .compatible = "invn,isl29018", },
+	{ .compatible = "isl,isl29018", },
 	{ },
 };
 MODULE_DEVICE_TABLE(of, isl29018_of_match);
-- 
1.7.1.1


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

* [PATCH 2/3] staging: iio: light: of: Fix vendor prefix of isl29018
@ 2012-04-17  6:45   ` Laxman Dewangan
  0 siblings, 0 replies; 30+ messages in thread
From: Laxman Dewangan @ 2012-04-17  6:45 UTC (permalink / raw)
  To: linux-arm-kernel

ISL29018 is from Intersil Corporation and the vendor prefix
for this part should be "isl", at least not "invn" for OF
compatibility.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
---
 drivers/staging/iio/light/isl29018.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/iio/light/isl29018.c b/drivers/staging/iio/light/isl29018.c
index 38ec52b..ee220ae 100644
--- a/drivers/staging/iio/light/isl29018.c
+++ b/drivers/staging/iio/light/isl29018.c
@@ -593,7 +593,7 @@ static const struct i2c_device_id isl29018_id[] = {
 MODULE_DEVICE_TABLE(i2c, isl29018_id);
 
 static const struct of_device_id isl29018_of_match[] = {
-	{ .compatible = "invn,isl29018", },
+	{ .compatible = "isl,isl29018", },
 	{ },
 };
 MODULE_DEVICE_TABLE(of, isl29018_of_match);
-- 
1.7.1.1

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

* [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
  2012-04-17  6:45 ` Laxman Dewangan
@ 2012-04-17  6:45   ` Laxman Dewangan
  -1 siblings, 0 replies; 30+ messages in thread
From: Laxman Dewangan @ 2012-04-17  6:45 UTC (permalink / raw)
  To: grant.likely, rob.herring, rdunlap, linux, jic23, gregkh,
	broonie, swarren, cbouatmailru, olof, linus.walleij, lars,
	bfreed, grundler, linux-doc, linux-kernel, linux-arm-kernel,
	linux-iio, devel
  Cc: Laxman Dewangan

Add the device info for ALS and proximity sensor isl29018.
This device is connected on i2c0 bus.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
---
 arch/arm/boot/dts/tegra-ventana.dts |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/tegra-ventana.dts b/arch/arm/boot/dts/tegra-ventana.dts
index 71eb2e5..dd474e1 100644
--- a/arch/arm/boot/dts/tegra-ventana.dts
+++ b/arch/arm/boot/dts/tegra-ventana.dts
@@ -256,6 +256,12 @@
 			micdet-delay = <100>;
 			gpio-cfg = < 0xffffffff 0xffffffff 0 0xffffffff 0xffffffff >;
 		};
+
+		/* ALS and proximity sensor */
+		isl29018: isl29018@44 {
+			compatible = "isl,isl29018";
+			reg = <0x44>;
+		};
 	};
 
 	i2c@7000c400 {
-- 
1.7.1.1


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

* [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
@ 2012-04-17  6:45   ` Laxman Dewangan
  0 siblings, 0 replies; 30+ messages in thread
From: Laxman Dewangan @ 2012-04-17  6:45 UTC (permalink / raw)
  To: linux-arm-kernel

Add the device info for ALS and proximity sensor isl29018.
This device is connected on i2c0 bus.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
---
 arch/arm/boot/dts/tegra-ventana.dts |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/tegra-ventana.dts b/arch/arm/boot/dts/tegra-ventana.dts
index 71eb2e5..dd474e1 100644
--- a/arch/arm/boot/dts/tegra-ventana.dts
+++ b/arch/arm/boot/dts/tegra-ventana.dts
@@ -256,6 +256,12 @@
 			micdet-delay = <100>;
 			gpio-cfg = < 0xffffffff 0xffffffff 0 0xffffffff 0xffffffff >;
 		};
+
+		/* ALS and proximity sensor */
+		isl29018: isl29018 at 44 {
+			compatible = "isl,isl29018";
+			reg = <0x44>;
+		};
 	};
 
 	i2c at 7000c400 {
-- 
1.7.1.1

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

* Re: [PATCH 2/3] staging: iio: light: of: Fix vendor prefix of isl29018
  2012-04-17  6:45   ` Laxman Dewangan
@ 2012-04-17  7:15     ` Jonathan Cameron
  -1 siblings, 0 replies; 30+ messages in thread
From: Jonathan Cameron @ 2012-04-17  7:15 UTC (permalink / raw)
  To: Laxman Dewangan
  Cc: grant.likely, rob.herring, rdunlap, linux, gregkh, broonie,
	swarren, cbouatmailru, olof, linus.walleij, lars, bfreed,
	grundler, linux-doc, linux-kernel, linux-arm-kernel, linux-iio,
	devel

On 4/17/2012 7:45 AM, Laxman Dewangan wrote:
> ISL29018 is from Intersil Corporation and the vendor prefix
> for this part should be "isl", at least not "invn" for OF
> compatibility.
Fine with me.  Not really my domain other than where it sits though!
Send on to Greg when you get acks from device tree side.
>
> Signed-off-by: Laxman Dewangan<ldewangan@nvidia.com>
Acked-by: Jonathan Cameron <jic23@kernel.org>
> ---
>   drivers/staging/iio/light/isl29018.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/staging/iio/light/isl29018.c b/drivers/staging/iio/light/isl29018.c
> index 38ec52b..ee220ae 100644
> --- a/drivers/staging/iio/light/isl29018.c
> +++ b/drivers/staging/iio/light/isl29018.c
> @@ -593,7 +593,7 @@ static const struct i2c_device_id isl29018_id[] = {
>   MODULE_DEVICE_TABLE(i2c, isl29018_id);
>
>   static const struct of_device_id isl29018_of_match[] = {
> -	{ .compatible = "invn,isl29018", },
> +	{ .compatible = "isl,isl29018", },
>   	{ },
>   };
>   MODULE_DEVICE_TABLE(of, isl29018_of_match);


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

* [PATCH 2/3] staging: iio: light: of: Fix vendor prefix of isl29018
@ 2012-04-17  7:15     ` Jonathan Cameron
  0 siblings, 0 replies; 30+ messages in thread
From: Jonathan Cameron @ 2012-04-17  7:15 UTC (permalink / raw)
  To: linux-arm-kernel

On 4/17/2012 7:45 AM, Laxman Dewangan wrote:
> ISL29018 is from Intersil Corporation and the vendor prefix
> for this part should be "isl", at least not "invn" for OF
> compatibility.
Fine with me.  Not really my domain other than where it sits though!
Send on to Greg when you get acks from device tree side.
>
> Signed-off-by: Laxman Dewangan<ldewangan@nvidia.com>
Acked-by: Jonathan Cameron <jic23@kernel.org>
> ---
>   drivers/staging/iio/light/isl29018.c |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/staging/iio/light/isl29018.c b/drivers/staging/iio/light/isl29018.c
> index 38ec52b..ee220ae 100644
> --- a/drivers/staging/iio/light/isl29018.c
> +++ b/drivers/staging/iio/light/isl29018.c
> @@ -593,7 +593,7 @@ static const struct i2c_device_id isl29018_id[] = {
>   MODULE_DEVICE_TABLE(i2c, isl29018_id);
>
>   static const struct of_device_id isl29018_of_match[] = {
> -	{ .compatible = "invn,isl29018", },
> +	{ .compatible = "isl,isl29018", },
>   	{ },
>   };
>   MODULE_DEVICE_TABLE(of, isl29018_of_match);

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

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
  2012-04-17  6:45   ` Laxman Dewangan
  (?)
@ 2012-04-17 22:35       ` Stephen Warren
  -1 siblings, 0 replies; 30+ 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

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] 30+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
@ 2012-04-17 22:35       ` Stephen Warren
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Warren @ 2012-04-17 22:35 UTC (permalink / raw)
  To: Laxman Dewangan, olof
  Cc: Colin Cross, linux-kernel, linux-arm-kernel, linux-iio, devel,
	linux-tegra

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] 30+ messages in thread

* [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
@ 2012-04-17 22:35       ` Stephen Warren
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Warren @ 2012-04-17 22:35 UTC (permalink / raw)
  To: linux-arm-kernel

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 at 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 at 7000c400 {

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

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
  2012-04-17 22:35       ` Stephen Warren
  (?)
  (?)
@ 2012-04-18  7:03           ` Laxman Dewangan
  -1 siblings, 0 replies; 30+ messages in thread
From: Laxman Dewangan @ 2012-04-18  7:03 UTC (permalink / raw)
  To: Stephen Warren
  Cc: olof-nZhT3qVonbNeoWH0uzbU5w, Colin Cross,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-iio-u79uwXL29TY76Z2rM5mHXA,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

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] 30+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
@ 2012-04-18  7:03           ` Laxman Dewangan
  0 siblings, 0 replies; 30+ messages in thread
From: Laxman Dewangan @ 2012-04-18  7:03 UTC (permalink / raw)
  To: Stephen Warren
  Cc: olof, Colin Cross, linux-kernel, linux-arm-kernel, linux-iio,
	devel, linux-tegra

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] 30+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
@ 2012-04-18  7:03           ` Laxman Dewangan
  0 siblings, 0 replies; 30+ messages in thread
From: Laxman Dewangan @ 2012-04-18  7:03 UTC (permalink / raw)
  To: Stephen Warren
  Cc: olof, Colin Cross, linux-kernel, linux-arm-kernel, linux-iio,
	devel, linux-tegra

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] 30+ messages in thread

* [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
@ 2012-04-18  7:03           ` Laxman Dewangan
  0 siblings, 0 replies; 30+ messages in thread
From: Laxman Dewangan @ 2012-04-18  7:03 UTC (permalink / raw)
  To: linux-arm-kernel

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 at 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] 30+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
  2012-04-17 22:35       ` Stephen Warren
  (?)
@ 2012-04-19  9:12           ` Laxman Dewangan
  -1 siblings, 0 replies; 30+ messages in thread
From: Laxman Dewangan @ 2012-04-19  9:12 UTC (permalink / raw)
  To: Stephen Warren
  Cc: olof-nZhT3qVonbNeoWH0uzbU5w, Colin Cross,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-iio-u79uwXL29TY76Z2rM5mHXA,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, 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] 30+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
@ 2012-04-19  9:12           ` Laxman Dewangan
  0 siblings, 0 replies; 30+ messages in thread
From: Laxman Dewangan @ 2012-04-19  9:12 UTC (permalink / raw)
  To: Stephen Warren
  Cc: olof, Colin Cross, linux-kernel, linux-arm-kernel, linux-iio,
	devel, linux-tegra, 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] 30+ messages in thread

* [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
@ 2012-04-19  9:12           ` Laxman Dewangan
  0 siblings, 0 replies; 30+ messages in thread
From: Laxman Dewangan @ 2012-04-19  9:12 UTC (permalink / raw)
  To: linux-arm-kernel

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] 30+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
  2012-04-19  9:12           ` Laxman Dewangan
  (?)
@ 2012-04-19 15:31               ` Stephen Warren
  -1 siblings, 0 replies; 30+ messages in thread
From: Stephen Warren @ 2012-04-19 15:31 UTC (permalink / raw)
  To: Laxman Dewangan
  Cc: olof-nZhT3qVonbNeoWH0uzbU5w, Colin Cross,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-iio-u79uwXL29TY76Z2rM5mHXA,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, 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] 30+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
@ 2012-04-19 15:31               ` Stephen Warren
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Warren @ 2012-04-19 15:31 UTC (permalink / raw)
  To: Laxman Dewangan
  Cc: olof, Colin Cross, linux-kernel, linux-arm-kernel, linux-iio,
	devel, linux-tegra, 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] 30+ messages in thread

* [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
@ 2012-04-19 15:31               ` Stephen Warren
  0 siblings, 0 replies; 30+ messages in thread
From: Stephen Warren @ 2012-04-19 15:31 UTC (permalink / raw)
  To: linux-arm-kernel

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] 30+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
  2012-04-19  9:12           ` Laxman Dewangan
  (?)
  (?)
@ 2012-04-24  7:42             ` Linus Walleij
  -1 siblings, 0 replies; 30+ messages in thread
From: Linus Walleij @ 2012-04-24  7:42 UTC (permalink / raw)
  To: Laxman Dewangan
  Cc: devel, Stephen Warren, linux-iio, Mark Brown, linux-kernel,
	Grant Likely, linux-tegra, Colin Cross, olof, linux-arm-kernel

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] 30+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
@ 2012-04-24  7:42             ` Linus Walleij
  0 siblings, 0 replies; 30+ messages in thread
From: Linus Walleij @ 2012-04-24  7:42 UTC (permalink / raw)
  To: Laxman Dewangan
  Cc: Stephen Warren, olof, Colin Cross, linux-kernel,
	linux-arm-kernel, linux-iio, devel, linux-tegra, Mark Brown,
	Grant Likely

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] 30+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
@ 2012-04-24  7:42             ` Linus Walleij
  0 siblings, 0 replies; 30+ messages in thread
From: Linus Walleij @ 2012-04-24  7:42 UTC (permalink / raw)
  To: Laxman Dewangan
  Cc: Stephen Warren, olof, Colin Cross, linux-kernel,
	linux-arm-kernel, linux-iio, devel, linux-tegra, Mark Brown,
	Grant Likely

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] 30+ messages in thread

* [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
@ 2012-04-24  7:42             ` Linus Walleij
  0 siblings, 0 replies; 30+ messages in thread
From: Linus Walleij @ 2012-04-24  7:42 UTC (permalink / raw)
  To: linux-arm-kernel

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] 30+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
  2012-04-17 22:35       ` Stephen Warren
  (?)
@ 2012-04-24 21:08           ` Olof Johansson
  -1 siblings, 0 replies; 30+ 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

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] 30+ messages in thread

* Re: [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
@ 2012-04-24 21:08           ` Olof Johansson
  0 siblings, 0 replies; 30+ messages in thread
From: Olof Johansson @ 2012-04-24 21:08 UTC (permalink / raw)
  To: Stephen Warren
  Cc: Laxman Dewangan, Colin Cross, linux-kernel, linux-arm-kernel,
	linux-iio, devel, linux-tegra

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] 30+ messages in thread

* [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support
@ 2012-04-24 21:08           ` Olof Johansson
  0 siblings, 0 replies; 30+ messages in thread
From: Olof Johansson @ 2012-04-24 21:08 UTC (permalink / raw)
  To: linux-arm-kernel

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 at 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] 30+ messages in thread

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

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-17  6:45 [PATCH V1 0/3] ARM: dt: tegra: add ALS and proximity sensor ISL29018 Laxman Dewangan
2012-04-17  6:45 ` Laxman Dewangan
2012-04-17  6:45 ` [PATCH 1/3] devicetree: Document Intersil Corporation vendor prefix Laxman Dewangan
2012-04-17  6:45   ` Laxman Dewangan
2012-04-17  6:45 ` [PATCH 2/3] staging: iio: light: of: Fix vendor prefix of isl29018 Laxman Dewangan
2012-04-17  6:45   ` Laxman Dewangan
2012-04-17  7:15   ` Jonathan Cameron
2012-04-17  7:15     ` Jonathan Cameron
2012-04-17  6:45 ` [PATCH 3/3] ARM: dt: tegra_ventana: als and proximity sensor isl29018 support Laxman Dewangan
2012-04-17  6:45   ` Laxman Dewangan
     [not found]   ` <1334645155-13799-4-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-04-17 22:35     ` Stephen Warren
2012-04-17 22:35       ` Stephen Warren
2012-04-17 22:35       ` Stephen Warren
     [not found]       ` <4F8DF01D.9040900-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-04-18  7:03         ` Laxman Dewangan
2012-04-18  7:03           ` Laxman Dewangan
2012-04-18  7:03           ` Laxman Dewangan
2012-04-18  7:03           ` Laxman Dewangan
2012-04-19  9:12         ` Laxman Dewangan
2012-04-19  9:12           ` 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-19 15:31               ` Stephen Warren
2012-04-19 15:31               ` Stephen Warren
2012-04-24  7:42           ` Linus Walleij
2012-04-24  7:42             ` Linus Walleij
2012-04-24  7:42             ` Linus Walleij
2012-04-24  7:42             ` Linus Walleij
2012-04-24 21:08         ` Olof Johansson
2012-04-24 21:08           ` Olof Johansson
2012-04-24 21:08           ` Olof Johansson

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.