[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1372209808-6532-1-git-send-email-joelagnel@ti.com>
Date: Tue, 25 Jun 2013 20:23:28 -0500
From: Joel A Fernandes <joelagnel@...com>
To: Tony Lindgren <tony@...mide.com>, Sekhar Nori <nsekhar@...com>,
Matt Porter <matt@...orter.com>,
Grant Likely <grant.likely@...retlab.ca>,
Rob Herring <rob.herring@...xeda.com>,
Vinod Koul <vinod.koul@...el.com>,
Mark Brown <broonie@...aro.org>,
Benoit Cousson <b-cousson@...com>,
Russell King <linux@....linux.org.uk>,
Rob Landley <rob@...dley.net>,
Andrew Morton <akpm@...ux-foundation.org>,
Jason Kridner <jkridner@...gleboard.org>,
Koen Kooi <koen@...gleboard.org>, Balaji TK <balajitk@...com>,
Chris Ball <cjb@...top.org>
CC: Devicetree Discuss <devicetree-discuss@...ts.ozlabs.org>,
Linux OMAP List <linux-omap@...r.kernel.org>,
Linux ARM Kernel List <linux-arm-kernel@...ts.infradead.org>,
Linux DaVinci Kernel List
<davinci-linux-open-source@...ux.davincidsp.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Documentation List <linux-doc@...r.kernel.org>,
Linux MMC List <linux-mmc@...r.kernel.org>,
Linux SPI Devel List
<spi-devel-general@...ts.sourceforge.net>,
Arnd Bergmann <arnd@...db.de>
Subject: [PATCH 0/5] AM33xx: MMC resources from DT without HWMOD data
From: Joel A Fernandes <agnel.joel@...il.com>
This series is fixes to get MMC working on AM33XX without HWMOD data.
On removal of HWMOD data, interrupt and register properties need to be provided
for the driver to function correctly.
Also instead of specifying offset in match->data, I've added bindings for the
same and specify it directly from DT as this is a hardware description.
Reposting Matt's remaining 2 patches on the bindings and dts.
Joel A Fernandes (3):
MMC: omap_hsmmc: Add reg_offset to DT bindings
ARM: dts: am33xx: Add interrupts and memory resources for MMC
mmc: omap_hsmmc: Add reg-offset to bindings documentation
Matt Porter (2):
ARM: dts: add AM33XX MMC support
mmc: omap_hsmmc: add generic DMA request support to the DT binding
.../devicetree/bindings/mmc/ti-omap-hsmmc.txt | 29 +++++++++++++-
arch/arm/boot/dts/am335x-bone.dts | 7 ++++
arch/arm/boot/dts/am335x-evm.dts | 7 ++++
arch/arm/boot/dts/am335x-evmsk.dts | 7 ++++
arch/arm/boot/dts/am33xx.dtsi | 40 ++++++++++++++++++++
drivers/mmc/host/omap_hsmmc.c | 7 +++-
6 files changed, 95 insertions(+), 2 deletions(-)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists