linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: dinguyen@altera.com (dinguyen at altera.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv7 0/6] ARM: socfpga: Add ethernet bindings, clk-gate, and SD/MMC
Date: Mon, 10 Jun 2013 18:38:06 -0500	[thread overview]
Message-ID: <1370907493-17623-1-git-send-email-dinguyen@altera.com> (raw)

From: Dinh Nguyen <dinguyen@altera.com>

Hi Arnd/Olof,

Can you please apply this patch series? Arnd has already reviewed patch[6/6] and
patch [3/6] has gotten Mike Turquette's Ack-by.


Thanks,
Dinh

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

             reply	other threads:[~2013-06-10 23:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-10 23:38 dinguyen at altera.com [this message]
2013-06-10 23:38 ` [PATCHv7 1/6] ARM: socfpga: dts: Add ethernet bindings for SOCFPGA dinguyen at altera.com
2013-06-10 23:38 ` [PATCHv7 2/6] ARM: socfpga: dts: Add gate-clock bindings dinguyen at altera.com
2013-06-10 23:38 ` [PATCHv7 3/6] ARM: socfpga: Add support to gate peripheral clocks dinguyen at altera.com
2013-06-10 23:38 ` [PATCHv7 4/6] ARM: socfpga: Add syscon to be part of socfpga dinguyen at altera.com
2013-06-10 23:38 ` [PATCHv7 5/6] ARM: socfpga: dts: Add support for SD/MMC dinguyen at altera.com
2013-06-10 23:38 ` [PATCHv7 6/6] mmc: dw_mmc: Add support DW SD/MMC driver on SOCFPGA dinguyen at altera.com
2013-06-10 23:57   ` Jaehoon Chung
2013-06-11  2:17     ` Dinh Nguyen
2013-06-11  2:24       ` Jaehoon Chung

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=1370907493-17623-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).