From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joel A Fernandes Subject: [PATCH 0/5] AM33xx: MMC resources from DT without HWMOD data Date: Tue, 25 Jun 2013 20:23:28 -0500 Message-ID: <1372209808-6532-1-git-send-email-joelagnel@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Linux DaVinci Kernel List , Arnd Bergmann , Linux Documentation List , Devicetree Discuss , Linux MMC List , Linux Kernel Mailing List , Linux SPI Devel List , Linux OMAP List , Linux ARM Kernel List To: Tony Lindgren , Sekhar Nori , Matt Porter , Grant Likely , Rob Herring , Vinod Koul , Mark Brown , Benoit Cousson , Russell King , Rob Landley , Andrew Morton , Jason Kridner , Koen Kooi , Balaji TK , Chris Ball Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: Errors-To: davinci-linux-open-source-bounces-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org List-Id: linux-spi.vger.kernel.org From: Joel A Fernandes 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