[PATCHv6 0/6] ARM: sofpga: Add SD/MMC, clk-gate, and fix ethernet bindings
dinguyen at altera.com
dinguyen at altera.com
Wed Jun 5 11:02:52 EDT 2013
From: Dinh Nguyen <dinguyen at 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 at arndb.de>
CC: Olof Johansson <olof at 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
More information about the linux-arm-kernel
mailing list