From: Lee Jones <lee.jones@linaro.org>
To: "Zhu, Lejun" <lejun.zhu@linux.intel.com>
Cc: linus.walleij@linaro.org, linux-kernel@vger.kernel.org,
Alexandre Courbot <acourbot@nvidia.com>
Subject: [GIT PULL v2] LinusW - Immutable branch between MFD and GPIO
Date: Thu, 19 Jun 2014 17:03:10 +0100 [thread overview]
Message-ID: <20140619160310.GE26560@lee--X1> (raw)
In-Reply-To: <20140617150738.GL29841@lee--X1>
Linus,
Slight amendment. I've applied a fix, as this branch broke PPC.
The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/mfd-gpio-v3.17
for you to fetch changes up to 8dbf2aa3c308ade864261e8047b0dce1f4ed9a7e:
gpio: crystalcove: Fix implicit declaration of function 'seq_printf' error (2014-06-19 16:56:28 +0100)
----------------------------------------------------------------
Immutable branch between MFD and GPIO for v3.17.
----------------------------------------------------------------
Lee Jones (1):
gpio: crystalcove: Fix implicit declaration of function 'seq_printf' error
Zhu, Lejun (3):
mfd: intel_soc_pmic: Core driver
mfd: intel_soc_pmic: Crystal Cove support
gpio: Add support for Intel Crystal Cove PMIC
drivers/gpio/Kconfig | 13 ++
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-crystalcove.c | 380 +++++++++++++++++++++++++++++++++++++
drivers/mfd/Kconfig | 12 ++
drivers/mfd/Makefile | 3 +
drivers/mfd/intel_soc_pmic_core.c | 168 ++++++++++++++++
drivers/mfd/intel_soc_pmic_core.h | 32 ++++
drivers/mfd/intel_soc_pmic_crc.c | 158 +++++++++++++++
include/linux/mfd/intel_soc_pmic.h | 30 +++
9 files changed, 797 insertions(+)
create mode 100644 drivers/gpio/gpio-crystalcove.c
create mode 100644 drivers/mfd/intel_soc_pmic_core.c
create mode 100644 drivers/mfd/intel_soc_pmic_core.h
create mode 100644 drivers/mfd/intel_soc_pmic_crc.c
create mode 100644 include/linux/mfd/intel_soc_pmic.h
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2014-06-19 16:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-03 5:26 [PATCH v5 0/3] mfd: Intel SoC Power Management IC Zhu, Lejun
2014-06-03 5:26 ` [PATCH v5 1/3] mfd: intel_soc_pmic: Core driver Zhu, Lejun
2014-06-03 8:02 ` Lee Jones
2014-06-03 11:08 ` Mika Westerberg
2014-06-17 15:04 ` Lee Jones
2014-06-03 5:26 ` [PATCH v5 2/3] mfd: intel_soc_pmic: Crystal Cove support Zhu, Lejun
2014-06-03 8:04 ` Lee Jones
2014-06-03 11:10 ` Mika Westerberg
2014-06-17 15:04 ` Lee Jones
2014-06-03 5:26 ` [PATCH v5 3/3] gpio: Add support for Intel Crystal Cove PMIC Zhu, Lejun
2014-06-17 15:05 ` Lee Jones
2014-06-17 15:07 ` [GIT PULL] LinusW - Immutable branch between MFD and GPIO Lee Jones
2014-06-19 16:03 ` Lee Jones [this message]
2014-07-07 14:56 ` Linus Walleij
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=20140619160310.GE26560@lee--X1 \
--to=lee.jones@linaro.org \
--cc=acourbot@nvidia.com \
--cc=lejun.zhu@linux.intel.com \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
/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.