Re: [PATCH 1/3] power_supply: add power_supply_get_by_phandle

2013-12-23 Thread Anton Vorontsov
On Sun, Nov 24, 2013 at 05:49:29PM +0100, Sebastian Reichel wrote: Add method to get power supply by device tree phandle. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/power/power_supply_core.c | 24 include/linux/power_supply.h | 2 ++ 2

Re: [PATCH 1/3] power_supply: add power_supply_get_by_phandle

2013-12-23 Thread Sebastian Reichel
On Mon, Dec 23, 2013 at 06:20:36PM -0800, Anton Vorontsov wrote: On Sun, Nov 24, 2013 at 05:49:29PM +0100, Sebastian Reichel wrote: Add method to get power supply by device tree phandle. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/power/power_supply_core.c | 24

Re: [PATCH 1/3] power_supply: add power_supply_get_by_phandle

2013-11-25 Thread Pavel Machek
On Sun 2013-11-24 17:49:29, Sebastian Reichel wrote: Add method to get power supply by device tree phandle. Signed-off-by: Sebastian Reichel s...@debian.org Reviewed-by: Pavel Machek pa...@ucw.cz -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures)

[PATCH 1/3] power_supply: add power_supply_get_by_phandle

2013-11-24 Thread Sebastian Reichel
Add method to get power supply by device tree phandle. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/power/power_supply_core.c | 24 include/linux/power_supply.h | 2 ++ 2 files changed, 26 insertions(+) diff --git