public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] MFD: MAX77693: add initial MAX77693 MFD driver
@ 2011-12-09  9:15 Donggeun Kim
  2011-12-09  9:15 ` [PATCH 1/2] MFD: MAX77693: add " Donggeun Kim
  2011-12-09  9:15 ` [PATCH 2/2] MFD: MAX77693: add IRQ handler Donggeun Kim
  0 siblings, 2 replies; 7+ messages in thread
From: Donggeun Kim @ 2011-12-09  9:15 UTC (permalink / raw)
  To: sameo; +Cc: myungjoo.ham, kyungmin.park, dg77.kim, linux-kernel

MAX77693 is sub PMIC(Power Management IC) working with other main PMIC.
It has several features:
-PMIC
-MUIC(Micro USB Interface Controller)
-Camera flash LED control
-Haptic motor control

This patch adds initial basis for several devices.

Donggeun Kim (2):
  MFD: MAX77693: add MAX77693 MFD driver
  MFD: MAX77693: add IRQ handler

 drivers/mfd/Kconfig                  |   12 ++
 drivers/mfd/Makefile                 |    1 +
 drivers/mfd/max77693-irq.c           |  307 ++++++++++++++++++++++++++++++++++
 drivers/mfd/max77693.c               |  256 ++++++++++++++++++++++++++++
 include/linux/mfd/max77693-private.h |  221 ++++++++++++++++++++++++
 include/linux/mfd/max77693.h         |   38 ++++
 6 files changed, 835 insertions(+), 0 deletions(-)
 create mode 100644 drivers/mfd/max77693-irq.c
 create mode 100644 drivers/mfd/max77693.c
 create mode 100644 include/linux/mfd/max77693-private.h
 create mode 100644 include/linux/mfd/max77693.h

-- 
1.7.4.1


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

end of thread, other threads:[~2011-12-12 10:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-09  9:15 [PATCH 0/2] MFD: MAX77693: add initial MAX77693 MFD driver Donggeun Kim
2011-12-09  9:15 ` [PATCH 1/2] MFD: MAX77693: add " Donggeun Kim
2011-12-09  9:58   ` Mark Brown
2011-12-12  9:02     ` Donggeun Kim
2011-12-12  9:48       ` Mark Brown
2011-12-12 10:03         ` Donggeun Kim
2011-12-09  9:15 ` [PATCH 2/2] MFD: MAX77693: add IRQ handler Donggeun Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox