History log of /drivers/power/max8997_charger.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
68597986f7db9abbe380af3db6a34b6c83cdf302 23-Nov-2011 Jonghwan Choi <jhbird.choi@samsung.com> max8997_charger: Remove duplicate module.h

module.h was included twice.

Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
/drivers/power/max8997_charger.c
251f39fe42dae863bd24e30864e6b66076ba076d 04-Jan-2012 Anton Vorontsov <cbouatmailru@gmail.com> Merge branch 'power-supply-scope' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
44abd774f52999125d499aed17a2f70211c34dcd 29-Oct-2011 Jonghwan Choi <jhbird.choi@gmail.com> max8997_charger: Fix unsigned value for less than zero

The 'val' is a 'unsigned char', so it is never less than zero.

Signed-off-by: Jonghwan Choi <jhbird.choi@gmail.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
/drivers/power/max8997_charger.c
7e6d62db5efecded2dd4606ff2ff3726b9c52505 03-Jul-2011 Paul Gortmaker <paul.gortmaker@windriver.com> drivers/power: Add module.h to the actual modules in drivers/power

The module.h header is no longer going to be implicitly present
everywhere. So real modular users need to call out its use
explicitly in advance.

[v2: add new users reported by Randy Dunlap <rdunlap@xenotime.net>]

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
/drivers/power/max8997_charger.c
c03bfabb60f5070a1c7299eab38b7bb9df64cb11 01-Aug-2011 Axel Lin <axel.lin@gmail.com> max8997_charger&max8998_charger: Fix unterminated platform_device_id tables

The platform_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
/drivers/power/max8997_charger.c
71aa79a8c2537eb07cd26b5e4dc43274a9c10692 01-Aug-2011 Axel Lin <axel.lin@gmail.com> max8997_charger: Needs module.h

power/max8997_charger.c uses interfaces from linux/module.h,
so it should include that file. This fixes build errors.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
/drivers/power/max8997_charger.c
149c077b4bd746eca2eeb241e55456eb4882b259 22-Jun-2011 Donggeun Kim <dg77.kim@samsung.com> power_supply: Add charger driver for MAX8997/8966

MAX8997/8966 chip is a multi-function device which includes
PMIC, RTC, Fuel Gauge, MUIC, Haptic, Flash control, and
Battery charging control.
The driver for it is located at drivers/mfd.

This patch supports battery charging control of MAX8997/8966 chip and
provides power supply class information to userspace.

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>
/drivers/power/max8997_charger.c