All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mmc: dw_mmc: Add support and bindings for SOCFPGA dw_mmc driver
@ 2013-06-12  0:28 dinguyen
  2013-06-12  0:28 ` [PATCH 1/2] ARM: socfpga: dts: Add support for SD/MMC dinguyen
  2013-06-12  0:28 ` [PATCH 2/2] mmc: dw_mmc: Add support DW SD/MMC driver on SOCFPGA dinguyen
  0 siblings, 2 replies; 10+ messages in thread
From: dinguyen @ 2013-06-12  0:28 UTC (permalink / raw)
  To: linux-mmc; +Cc: cjb, Dinh Nguyen

From: Dinh Nguyen <dinguyen@altera.com>

Hi Chris,

I apologize for not including you in the original patch series. Can you can review
and apply to your tree if there are not comments?

PATCH[1/2] - Bindings and documentation for dw_mmc-socfpga
PATCH[2/2] - SOCFPGA platform specific implementation for dw_mmc driver.

Thanks,
Dinh

Dinh Nguyen (2):
  ARM: socfpga: dts: Add support for SD/MMC
  mmc: dw_mmc: Add support DW SD/MMC driver on SOCFPGA

 .../devicetree/bindings/mmc/socfpga-dw-mshc.txt    |   60 +++++++++
 arch/arm/boot/dts/socfpga.dtsi                     |   13 +-
 arch/arm/boot/dts/socfpga_cyclone5.dts             |   13 ++
 arch/arm/boot/dts/socfpga_vt.dts                   |   12 ++
 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                  |  140 ++++++++++++++++++++
 drivers/mmc/host/dw_mmc.h                          |    1 +
 9 files changed, 247 insertions(+), 3 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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-06-12 19:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-12  0:28 [PATCH 0/2] mmc: dw_mmc: Add support and bindings for SOCFPGA dw_mmc driver dinguyen
2013-06-12  0:28 ` [PATCH 1/2] ARM: socfpga: dts: Add support for SD/MMC dinguyen
2013-06-12  1:47   ` Rob Herring
2013-06-12 15:04     ` Dinh Nguyen
2013-06-12  0:28 ` [PATCH 2/2] mmc: dw_mmc: Add support DW SD/MMC driver on SOCFPGA dinguyen
2013-06-12  1:04   ` Seungwon Jeon
2013-06-12 15:31   ` Arnd Bergmann
2013-06-12 15:53     ` Dinh Nguyen
2013-06-12 17:46       ` Arnd Bergmann
2013-06-12 19:39         ` Dinh Nguyen

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.