All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] MAX8998 changes for RTC
@ 2010-07-20  6:57 Joonyoung Shim
  0 siblings, 0 replies; only message in thread
From: Joonyoung Shim @ 2010-07-20  6:57 UTC (permalink / raw)
  To: linux-kernel
  Cc: sameo, broonie, lrg, akpm, a.zummo, gortmaker, kyungmin.park,
	m.szyprowski

Hi.

This patchset is to support the RTC provided by the Maxim 8998 chip. For
this first, needs i2c interface changes and interrupts support of 
max8998 mfd driver.

This patchset was created from below patch:
[PATCH v2] regulator: MAX8998: set_voltage bugfix. ramp_up delay and min/max voltage

Joonyoung Shim (3):
      mfd: MAX8998: Use struct i2c_client to argument on i2c operation functions
      mfd: MAX8998: Add interrupts support
      rtc: Add MAX8998 rtc driver

 drivers/mfd/Kconfig                 |    2 +-
 drivers/mfd/Makefile                |    2 +-
 drivers/mfd/max8998-irq.c           |  255 +++++++++++++++++++++++++++++
 drivers/mfd/max8998.c               |   75 +++++++--
 drivers/regulator/max8998.c         |   21 ++-
 drivers/rtc/Kconfig                 |   10 ++
 drivers/rtc/Makefile                |    1 +
 drivers/rtc/rtc-max8998.c           |  299 +++++++++++++++++++++++++++++++++++
 include/linux/mfd/max8998-private.h |  106 +++++++++---
 include/linux/mfd/max8998.h         |   11 +-
 10 files changed, 725 insertions(+), 57 deletions(-)
 create mode 100644 drivers/mfd/max8998-irq.c
 create mode 100644 drivers/rtc/rtc-max8998.c

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

only message in thread, other threads:[~2010-07-20  6:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-20  6:57 [PATCH 0/3] MAX8998 changes for RTC Joonyoung Shim

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.