Re: [PATCH 1/3] omap4: Add platform changes for Ambient Light sensor

2010-12-17 Thread Tony Lindgren
* Hemanth V heman...@ti.com [101212 22:08]:
 - Original Message - From: Hemanth V heman...@ti.com
 To: linux-omap@vger.kernel.org
 Sent: Thursday, December 02, 2010 12:59 PM
 Subject: [PATCH 1/3] omap4: Add platform changes for Ambient Light sensor
 
 
 From 10f5f9f918e197f4052ac66b4e4cfb4b72646878 Mon Sep 17 00:00:00 2001
 From: Hemanth V heman...@ti.com
 Date: Wed, 1 Dec 2010 16:28:51 +0530
 Subject: [PATCH] omap4: Add platform changes for Ambient Light sensor
 
 Register BH1780GLI Ambient light sensor, which is an I2C device
 for 4430SDP board.
 
 Tony, would you be pulling these patches for the next merge window.

Yes taking the first two, will ack the third as the header is not
in the mainline kernel.

Regards,

Tony
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/3] omap4: Add platform changes for Ambient Light sensor

2010-12-12 Thread Hemanth V
- Original Message - 
From: Hemanth V heman...@ti.com

To: linux-omap@vger.kernel.org
Sent: Thursday, December 02, 2010 12:59 PM
Subject: [PATCH 1/3] omap4: Add platform changes for Ambient Light sensor



From 10f5f9f918e197f4052ac66b4e4cfb4b72646878 Mon Sep 17 00:00:00 2001
From: Hemanth V heman...@ti.com
Date: Wed, 1 Dec 2010 16:28:51 +0530
Subject: [PATCH] omap4: Add platform changes for Ambient Light sensor

Register BH1780GLI Ambient light sensor, which is an I2C device
for 4430SDP board.


Tony, would you be pulling these patches for the next merge window.

Thanks
Hemanth



Signed-off-by: Hemanth V heman...@ti.com
---
BH1780GLI Driver is part of mainline kernel

arch/arm/mach-omap2/board-4430sdp.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/board-4430sdp.c 
b/arch/arm/mach-omap2/board-4430sdp.c

index 49b5a7b..d8ef903 100644
--- a/arch/arm/mach-omap2/board-4430sdp.c
+++ b/arch/arm/mach-omap2/board-4430sdp.c
@@ -465,6 +465,9 @@ static struct i2c_board_info __initdata 
sdp4430_i2c_3_boardinfo[] = {

 {
 I2C_BOARD_INFO(tmp105, 0x48),
 },
+ {
+ I2C_BOARD_INFO(bh1780, 0x29),
+ },
};
static struct i2c_board_info __initdata sdp4430_i2c_4_boardinfo[] = {
 {
--
1.5.4.3



--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 1/3] omap4: Add platform changes for Ambient Light sensor

2010-12-01 Thread Hemanth V
From 10f5f9f918e197f4052ac66b4e4cfb4b72646878 Mon Sep 17 00:00:00 2001
From: Hemanth V heman...@ti.com
Date: Wed, 1 Dec 2010 16:28:51 +0530
Subject: [PATCH] omap4: Add platform changes for Ambient Light sensor

Register BH1780GLI Ambient light sensor, which is an I2C device
for 4430SDP board.

Signed-off-by: Hemanth V heman...@ti.com
---
BH1780GLI Driver is part of mainline kernel

 arch/arm/mach-omap2/board-4430sdp.c |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/board-4430sdp.c 
b/arch/arm/mach-omap2/board-4430sdp.c
index 49b5a7b..d8ef903 100644
--- a/arch/arm/mach-omap2/board-4430sdp.c
+++ b/arch/arm/mach-omap2/board-4430sdp.c
@@ -465,6 +465,9 @@ static struct i2c_board_info __initdata 
sdp4430_i2c_3_boardinfo[] = {
{
I2C_BOARD_INFO(tmp105, 0x48),
},
+   {
+   I2C_BOARD_INFO(bh1780, 0x29),
+   },
 };
 static struct i2c_board_info __initdata sdp4430_i2c_4_boardinfo[] = {
{
-- 
1.5.4.3



--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html