[PATCH v6 0/8] ARM: sunxi: Add driver for SD/MMC hosts found on allwinner sunxi SOCs

2014-02-15 Thread David Lanzendörfer
Hello The following patchset adds support for the SD/MMC host found in the Allwinner SoCs. It contains all the necessary modifications for clock environment and also the device tree script modification which add it to all the boards using it. The clock environment function needed for phase offset

[PATCH v6 0/8]

2014-02-15 Thread David Lanzendörfer
Hello The following patchset adds support for the SD/MMC host found in the Allwinner SoCs. It contains all the necessary modifications for clock environment and also the device tree script modification which add it to all the boards using it. The clock environment function needed for phase offset

Re: [PATCH v6 0/8] OMAP: HSMMC: hwmod adaptation

2011-03-02 Thread Tony Lindgren
* Kevin Hilman [110302 13:14]: > Kishore Kadiyala writes: > > > Adding hwmod data for hsmmc device on OMAP2430/OMAP3/OMAP4. > > Adapting the omap_hsmmc driver to hwmod framework. > > Looks OK to me. > > Reviewed-by: Kevin Hilman Sorry just missed it, got it all merged into omap-for-linus alr

Re: [PATCH v6 0/8] OMAP: HSMMC: hwmod adaptation

2011-03-02 Thread Kevin Hilman
Kishore Kadiyala writes: > Adding hwmod data for hsmmc device on OMAP2430/OMAP3/OMAP4. > Adapting the omap_hsmmc driver to hwmod framework. Looks OK to me. Reviewed-by: Kevin Hilman Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to major

[PATCH v6 0/8] OMAP: HSMMC: hwmod adaptation

2011-02-28 Thread Kishore Kadiyala
Adding hwmod data for hsmmc device on OMAP2430/OMAP3/OMAP4. Adapting the omap_hsmmc driver to hwmod framework. Omap2420 platform consists of mmc block as in omap1 and not the hsmmc block as present in omap2430, omap3, omap4 platforms. The series takes care of spliting out the mmc device init for o