All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] MAX77693: add initial MAX77693 MFD driver
@ 2012-05-14  5:20 Chanwoo Choi
  0 siblings, 0 replies; only message in thread
From: Chanwoo Choi @ 2012-05-14  5:20 UTC (permalink / raw)
  To: sameo
  Cc: myungjoo.ham, kyungmin.park, jonghwa3.lee, broonie, linux-kernel,
	Chanwoo Choi

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. It is tested on TRATS board.

v3
- Add support irq domain for MAXIM77686 interrupts
- Apply regmap for i2c

v2
- with comments from Mark
- use devm_kzalloc rather than kzalloc
- print device ID read from device

Chanwoo Choi (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           |  319 ++++++++++++++++++++++++++++++++++
 drivers/mfd/max77693.c               |  254 +++++++++++++++++++++++++++
 include/linux/mfd/max77693-private.h |  217 +++++++++++++++++++++++
 include/linux/mfd/max77693.h         |   37 ++++
 6 files changed, 840 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-14  5:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-14  5:20 [PATCH v3 0/2] MAX77693: add initial MAX77693 MFD driver Chanwoo Choi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.