From: Joonyoung Shim <jy0922.shim@samsung.com>
To: linux-kernel@vger.kernel.org
Cc: sameo@linux.intel.com, broonie@opensource.wolfsonmicro.com,
lrg@slimlogic.co.uk, akpm@linux-foundation.org,
a.zummo@towertech.it, p_gortmaker@yahoo.com,
kyungmin.park@samsung.com, m.szyprowski@samsung.com
Subject: [PATCH v3 0/3] MAX8998 changes for RTC
Date: Fri, 06 Aug 2010 11:27:57 +0900 [thread overview]
Message-ID: <4C5B732D.8000301@samsung.com> (raw)
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.
Changes since v1:
- Fix missing braces of 3/3 patch from v1 review.
- The rest is same with v1.
Changes since v2:
- add missing free_irq and rtc_valid_tm on rtc driver of 3/3 patch
- The rest is same with v2.
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 | 78 +++++++--
drivers/regulator/max8998.c | 17 ++-
drivers/rtc/Kconfig | 10 ++
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-max8998.c | 300 +++++++++++++++++++++++++++++++++++
include/linux/mfd/max8998-private.h | 106 +++++++++---
include/linux/mfd/max8998.h | 11 +-
10 files changed, 726 insertions(+), 56 deletions(-)
create mode 100644 drivers/mfd/max8998-irq.c
create mode 100644 drivers/rtc/rtc-max8998.c
next reply other threads:[~2010-08-06 2:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-06 2:27 Joonyoung Shim [this message]
2010-08-25 8:55 ` [PATCH v3 0/3] MAX8998 changes for RTC Joonyoung Shim
2010-08-25 19:21 ` Andrew Morton
2010-09-10 16:39 ` Samuel Ortiz
2010-09-10 16:45 ` Liam Girdwood
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C5B732D.8000301@samsung.com \
--to=jy0922.shim@samsung.com \
--cc=a.zummo@towertech.it \
--cc=akpm@linux-foundation.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lrg@slimlogic.co.uk \
--cc=m.szyprowski@samsung.com \
--cc=p_gortmaker@yahoo.com \
--cc=sameo@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.