From: dinguyen@altera.com (dinguyen at altera.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv6 0/6] ARM: sofpga: Add SD/MMC, clk-gate, and fix ethernet bindings
Date: Wed, 5 Jun 2013 10:02:52 -0500 [thread overview]
Message-ID: <1370444578-25721-1-git-send-email-dinguyen@altera.com> (raw)
From: Dinh Nguyen <dinguyen@altera.com>
Hi Arnd/Olof,
Can you please apply this patch series? Patch 3/6 has gotten Mike Turquette's Ack.
The SD/MMC patches have been reviewed by Seungwon Jeon, Jaehoon Chung and Arnd.
Sorry, forgot to cc Arnd/Olof directly.
Thanks,
Dinh
CC: Arnd Bergmann <arnd@arndb.de>
CC: Olof Johansson <olof@lixom.net>
Dinh Nguyen (6):
ARM: socfpga: dts: Add ethernet bindings for SOCFPGA
ARM: socfpga: dts: Add gate-clock bindings
ARM: socfpga: Add support to gate peripheral clocks
ARM: socfpga: Add syscon to be part of socfpga
ARM: socfpga: dts: Add support for SD/MMC
mmc: dw_mmc: Add support DW SD/MMC driver on SOCFPGA
.../devicetree/bindings/clock/altr_socfpga.txt | 7 +
.../devicetree/bindings/mmc/socfpga-dw-mshc.txt | 60 +++++
arch/arm/boot/dts/socfpga.dtsi | 230 +++++++++++++++++++-
arch/arm/boot/dts/socfpga_cyclone5.dts | 26 +++
arch/arm/boot/dts/socfpga_vt.dts | 17 ++
arch/arm/mach-socfpga/Kconfig | 1 +
drivers/clk/socfpga/clk.c | 194 ++++++++++++++++-
drivers/mmc/host/Kconfig | 8 +
drivers/mmc/host/Makefile | 1 +
drivers/mmc/host/dw_mmc-exynos.c | 2 -
drivers/mmc/host/dw_mmc-socfpga.c | 138 ++++++++++++
drivers/mmc/host/dw_mmc.h | 1 +
12 files changed, 671 insertions(+), 14 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mmc/socfpga-dw-mshc.txt
create mode 100644 drivers/mmc/host/dw_mmc-socfpga.c
--
1.7.9.5
next reply other threads:[~2013-06-05 15:02 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-05 15:02 dinguyen at altera.com [this message]
2013-06-05 15:02 ` [PATCHv6 1/6] ARM: socfpga: dts: Add ethernet bindings for SOCFPGA dinguyen at altera.com
2013-06-05 15:02 ` [PATCHv6 2/6] ARM: socfpga: dts: Add gate-clock bindings dinguyen at altera.com
2013-06-05 15:02 ` [PATCHv6 3/6] ARM: socfpga: Add support to gate peripheral clocks dinguyen at altera.com
2013-06-05 15:02 ` [PATCHv6 4/6] ARM: socfpga: Add syscon to be part of socfpga dinguyen at altera.com
2013-06-05 20:30 ` Pavel Machek
2013-06-05 15:02 ` [PATCHv6 5/6] ARM: socfpga: dts: Add support for SD/MMC dinguyen at altera.com
2013-06-11 23:30 ` Olof Johansson
2013-06-05 15:02 ` [PATCHv6 6/6] mmc: dw_mmc: Add support DW SD/MMC driver on SOCFPGA dinguyen at altera.com
2013-06-05 20:31 ` Pavel Machek
2013-06-11 23:27 ` Olof Johansson
2013-06-12 0:08 ` Dinh Nguyen
2013-06-12 1:22 ` Olof Johansson
2013-06-11 23:37 ` [PATCHv6 0/6] ARM: sofpga: Add SD/MMC, clk-gate, and fix ethernet bindings Olof Johansson
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=1370444578-25721-1-git-send-email-dinguyen@altera.com \
--to=dinguyen@altera.com \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).