Re: [PATCH V1 1/1] iio: add Capella cm3218x ambient light sensor driver.

2014-03-21 Thread Srinivas Pandruvada
On 03/21/2014 03:05 PM, Jonathan Cameron wrote: On March 20, 2014 11:19:49 PM GMT+00:00, Srinivas Pandruvada wrote: On 03/19/2014 11:54 PM, Jonathan Cameron wrote: On March 20, 2014 12:58:02 AM GMT+00:00, Kevin Tsai wrote: Hi Peter, Thanks for your advise. I'll update my code. ACPI is

Re: [PATCH V1 1/1] iio: add Capella cm3218x ambient light sensor driver.

2014-03-21 Thread Jonathan Cameron
On March 20, 2014 11:19:49 PM GMT+00:00, Srinivas Pandruvada wrote: >On 03/19/2014 11:54 PM, Jonathan Cameron wrote: >> >> On March 20, 2014 12:58:02 AM GMT+00:00, Kevin Tsai > wrote: >>> Hi Peter, >>> >>> Thanks for your advise. I'll update my code. >>> >>> ACPI is optional. Most PC manufact

Re: platform_data in i2c device drivers

2014-03-21 Thread Frank Bormann
Hi Laurent, Thank you again for explaining. One last question if that's okay. If I have i2c_board_info being passed in to the probe function through the platform_data pointer and I also have the same, similar or maybe even conflicting configuration information in the DTB, is there any of the t

Re: platform_data in i2c device drivers

2014-03-21 Thread Laurent Pinchart
Hi Frank, On Friday 21 March 2014 11:55:24 Frank Bormann wrote: > Hi Laurent, > > Thank you again for explaining. One last question if that's okay. > > If I have i2c_board_info being passed in to the probe function through the > platform_data pointer and I also have the same, similar or maybe ev

Re: [PATCH] i2c: mv64xxx: Fix compilation breakage

2014-03-21 Thread Paul Gortmaker
On Mon, Mar 10, 2014 at 7:29 AM, Russell King - ARM Linux wrote: > On Mon, Mar 10, 2014 at 11:58:08AM +0100, Maxime Ripard wrote: >> On Fri, Mar 07, 2014 at 04:08:36PM +, Russell King - ARM Linux wrote: >> > On Fri, Mar 07, 2014 at 03:59:30PM +0100, Maxime Ripard wrote: >> > > @@ -900,7 +902,8

[PATCH v3] i2c: new bus driver for efm32

2014-03-21 Thread Uwe Kleine-König
This was tested on a EFM32GG-DK3750 devboard that has a temperature sensor and an eeprom on its i2c bus. Signed-off-by: Uwe Kleine-König --- Notes: Changes since (implicit) v1, sent with Message-Id: 1392027598-29015-1-git-send-email-u.kleine-koe...@pengutronix.de - drop non-dt support

Re: [PATCH v2] i2c: new bus driver for efm32

2014-03-21 Thread Uwe Kleine-König
Hello, On Thu, Mar 20, 2014 at 10:05:51PM +0100, Uwe Kleine-König wrote: > This was tested on a EFM32GG-DK3750 devboard that has a temperature > sensor and an eeprom on its i2c bus. > > Signed-off-by: Uwe Kleine-König I screwed up testing and the driver doesn't even compile. Will send v3 in a mo