On Tue 2014-10-07 19:58:38, Jonghwa Lee wrote: > This driver supports battery specification through the generic interface of > power_supply subsystem. All data are parsed from device tree and it exactly > matches with power_supply_info's content. > > Signed-off-by: Jonghwa Lee <[email protected]>
Acked-by: Pavel Machek <[email protected]> > +++ b/drivers/power/of_battery.c > @@ -0,0 +1,100 @@ > +/* > + * OF-based battery specification driver > + * > + * This driver supports generic interface to get static battery data. > + * > + * Copyright © 2014 Jonghwa Lee <[email protected]> I'd replace it with (c). Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

