Re: [PATCH 2/4] charger-manager: Use IIO subsystem to read battery temperature instead of legacy method

2013-10-27 Thread Chanwoo Choi
Hi Pavel, On 10/27/2013 08:17 PM, Pavel Machek wrote: > Hi! > >> diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig >> index e6f92b4..6700191 100644 >> --- a/drivers/power/Kconfig >> +++ b/drivers/power/Kconfig >> @@ -309,6 +309,7 @@ config CHARGER_MANAGER >> bool "Battery charger ma

Re: [PATCH 2/4] charger-manager: Use IIO subsystem to read battery temperature instead of legacy method

2013-10-27 Thread Chanwoo Choi
On 10/26/2013 08:20 PM, Lars-Peter Clausen wrote: > On 10/22/2013 02:51 PM, Chanwoo Choi wrote: >> This patch support charger-manager use IIO(Industrial I/O) subsystem to read >> current battery temperature instead of legacy methor about callback function. > > How does this look in hardware? Do yo

Re: [PATCH 2/4] charger-manager: Use IIO subsystem to read battery temperature instead of legacy method

2013-10-27 Thread Pavel Machek
Hi! > diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig > index e6f92b4..6700191 100644 > --- a/drivers/power/Kconfig > +++ b/drivers/power/Kconfig > @@ -309,6 +309,7 @@ config CHARGER_MANAGER > bool "Battery charger manager for multiple chargers" > depends on REGULATOR && RTC

Re: [PATCH 2/4] charger-manager: Use IIO subsystem to read battery temperature instead of legacy method

2013-10-26 Thread Lars-Peter Clausen
On 10/22/2013 02:51 PM, Chanwoo Choi wrote: > This patch support charger-manager use IIO(Industrial I/O) subsystem to read > current battery temperature instead of legacy methor about callback function. How does this look in hardware? Do you have a general purpose ADC connected to a temperature se

[PATCH 2/4] charger-manager: Use IIO subsystem to read battery temperature instead of legacy method

2013-10-22 Thread Chanwoo Choi
This patch support charger-manager use IIO(Industrial I/O) subsystem to read current battery temperature instead of legacy methor about callback function. Signed-off-by: Chanwoo Choi Signed-off-by: Kyungmin Park Signed-off-by: Myungjoo Ham --- drivers/power/Kconfig | 1 + driv