Jeff, This patchset contains updates for pata_arasan and ahci_platform drivers. - First patch was earlier sent alone, just included here. - Second one was sent earlier to you and following was the discussion there: http://patchwork.ozlabs.org/patch/99677/ It is used by SPEAr13xx V1 for which is: http://comments.gmane.org/gmane.linux.ports.arm.kernel/163042 - Others add DT support for them. V1->V2: - Removed covering #ifdef CONFIG_HAVE_CLK, #endifs around clk code in ahci_platform. Patch to create non CONFIG_HAVE_CLK clk_*() routines is already floated with following subject line: clk: Add non CONFIG_HAVE_CLK routines Viresh Kumar (5): ata/pata_arasan_cf: Move arasan_cf_pm_ops out of #ifdef, #endif macros ata: pata_arasan: Add clk_{un}prepare() support ata: pata_arasan: add Device Tree probing capability ata: ahci_platform: Add synopsys ahci controller in DT's compatible list ata/ahci_platform: Add clock framework support .../ata/{calxeda-sata.txt => ahci-platform.txt} | 5 +- .../devicetree/bindings/ata/pata-arasan.txt | 17 ++++++ drivers/ata/ahci.h | 2 + drivers/ata/ahci_platform.c | 56 +++++++++++++++++--- drivers/ata/pata_arasan_cf.c | 16 ++++-- 5 files changed, 82 insertions(+), 14 deletions(-) rename Documentation/devicetree/bindings/ata/{calxeda-sata.txt => ahci-platform.txt} (90%) create mode 100644 Documentation/devicetree/bindings/ata/pata-arasan.txt -- 1.7.9 -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html