From: Samuel Ortiz <sameo@openedhand.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>, ian <spyro@f2s.com>,
Pierre Ossman <drzeus@drzeus.cx>,
David Woodhouse <David.Woodhouse@intel.com>
Subject: [GIT] MFD update
Date: Sun, 10 Aug 2008 23:41:08 +0200 [thread overview]
Message-ID: <20080810214108.GA6333@caravaggio> (raw)
Hi Linus,
Please pull the latest MFD updates for 2.6.27.
They are new driver for the tc6387 and the t7l66 TMIO controllers.
You will also find the corresponding MMC and NAND TMIO drivers.
The following changes since commit 796aadeb1b2db9b5d463946766c5bbfd7717158c:
Linus Torvalds (1):
Merge branch 'fixes' of git://git.kernel.org/.../davej/cpufreq
are available in the git repository at:
git://git.o-hand.com/linux-mfd for-linus
Ian Molton (8):
mfd: TMIO MMC structures and accessors.
mfd: driver for the T7L66XB TMIO SoC
mfd: driver for the TC6387XB TMIO controller.
mfd: tc6387 MMC platform data
mfd: t7l66 MMC platform data
mfd: driver for the TMIO NAND controller
mfd: TMIO MMC driver
mfd: tc6393 cleanup and update
Samuel Ortiz (3):
mfd: Fix tc6393 according to the new tmio.h
mfd: Fix 7l66 and 6387 according to the new mfd-core API
mfd: have TMIO drivers and subdevices depend on ARM
drivers/mfd/Kconfig | 21 ++
drivers/mfd/Makefile | 2 +
drivers/mfd/t7l66xb.c | 419 +++++++++++++++++++++++++
drivers/mfd/tc6387xb.c | 181 +++++++++++
drivers/mfd/tc6393xb.c | 159 ++++++----
drivers/mmc/host/Kconfig | 6 +
drivers/mmc/host/Makefile | 1 +
drivers/mmc/host/tmio_mmc.c | 691 ++++++++++++++++++++++++++++++++++++++++++
drivers/mmc/host/tmio_mmc.h | 194 ++++++++++++
drivers/mtd/nand/Kconfig | 7 +
drivers/mtd/nand/Makefile | 1 +
drivers/mtd/nand/tmio_nand.c | 556 +++++++++++++++++++++++++++++++++
include/linux/mfd/t7l66xb.h | 36 +++
include/linux/mfd/tc6387xb.h | 23 ++
include/linux/mfd/tc6393xb.h | 9 +-
include/linux/mfd/tmio.h | 19 +-
16 files changed, 2249 insertions(+), 76 deletions(-)
create mode 100644 drivers/mfd/t7l66xb.c
create mode 100644 drivers/mfd/tc6387xb.c
create mode 100644 drivers/mmc/host/tmio_mmc.c
create mode 100644 drivers/mmc/host/tmio_mmc.h
create mode 100644 drivers/mtd/nand/tmio_nand.c
create mode 100644 include/linux/mfd/t7l66xb.h
create mode 100644 include/linux/mfd/tc6387xb.h
reply other threads:[~2008-08-10 21:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20080810214108.GA6333@caravaggio \
--to=sameo@openedhand.com \
--cc=David.Woodhouse@intel.com \
--cc=drzeus@drzeus.cx \
--cc=linux-kernel@vger.kernel.org \
--cc=spyro@f2s.com \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®