Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | max8998_charger: Needs module.h | Randy Dunlap | 2011-08-19 | 1 | -0/+1 |
| | | | | | | | | power/max8998_charger.c uses interfaces from linux/module.h, so it should include that file. This fixes build errors. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com> | ||||
* | power_supply: Add charger driver for MAX8998/LP3974 | Donggeun Kim | 2011-07-08 | 1 | -0/+218 |
This patch supports power supply APIs for MAX8998/LP3974. Signed-off-by: Donggeun Kim <dg77.kim@samsung.com> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: KyungMin Park <kyungmin.park@samsung.com> Acked-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com> |