linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] MFD MAX8998/LP3974: Support Charger
@ 2011-06-24 10:04 Donggeun Kim
  2011-06-24 10:04 ` [PATCH 1/2] power_supply: Add charger driver for MAX8998/LP3974 Donggeun Kim
  2011-06-24 10:04 ` [PATCH 2/2] regulator: Add a new regulator for charge control of MAX8998/LP3974 Donggeun Kim
  0 siblings, 2 replies; 10+ messages in thread
From: Donggeun Kim @ 2011-06-24 10:04 UTC (permalink / raw)
  To: linux-kernel
  Cc: cbouatmailru, sameo, broonie, myungjoo.ham, kyungmin.park, dg77.kim

Patch 1/2: Support power supply APIs

Patch 2/2: Introduce a new regulator to control battery charger

Donggeun Kim (2):
  power_supply: Add charger driver for MAX8998/LP3974
  regulator: Add a new regulator for charge control of MAX8998/LP3974

 drivers/mfd/max8998.c           |    2 +
 drivers/power/Kconfig           |    7 ++
 drivers/power/Makefile          |    1 +
 drivers/power/max8998_charger.c |  218 +++++++++++++++++++++++++++++++++++++++
 drivers/regulator/max8998.c     |  137 ++++++++++++++++++++++++-
 include/linux/mfd/max8998.h     |   18 +++
 6 files changed, 380 insertions(+), 3 deletions(-)
 create mode 100644 drivers/power/max8998_charger.c

-- 
1.7.4.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-07-09  3:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-24 10:04 [PATCH 0/2] MFD MAX8998/LP3974: Support Charger Donggeun Kim
2011-06-24 10:04 ` [PATCH 1/2] power_supply: Add charger driver for MAX8998/LP3974 Donggeun Kim
2011-07-04 15:19   ` Samuel Ortiz
2011-07-08 13:14     ` Anton Vorontsov
2011-06-24 10:04 ` [PATCH 2/2] regulator: Add a new regulator for charge control of MAX8998/LP3974 Donggeun Kim
2011-07-04 15:19   ` Samuel Ortiz
2011-07-08 13:16   ` Anton Vorontsov
2011-07-08 18:03     ` Liam Girdwood
2011-07-09  0:19     ` Mark Brown
2011-07-09  3:08     ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).