From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaedon Shin Subject: [PATCH 00/10] add support SATA for BMIPS_GENERIC Date: Fri, 23 Oct 2015 10:44:13 +0900 Message-ID: <1445564663-66824-1-git-send-email-jaedon.shin@gmail.com> Return-path: Sender: linux-ide-owner@vger.kernel.org To: Tejun Heo , Kishon Vijay Abraham I , Ralf Baechle , Florian Fainelli , Rob Herring Cc: linux-ide@vger.kernel.org, linux-mips@linux-mips.org, devicetree@vger.kernel.org, Jaedon Shin List-Id: devicetree@vger.kernel.org Hi all, This patch series adds support SATA for BMIPS_GENERIC. Ralf, I request you to drop already submitted patches for NAND device nodes. It is merge conflicts with this patches. http://patchwork.linux-mips.org/patch/10577/ http://patchwork.linux-mips.org/patch/10578/ http://patchwork.linux-mips.org/patch/10579/ http://patchwork.linux-mips.org/patch/10580/ Jaedon Shin (10): ata: ahci_brcmstb: make the driver buildable on BMIPS_GENERIC ata: ahch_brcmstb: add data for port offset ata: ahci_brcmstb: add support 40nm platforms phy: phy_brcmstb_sata: make the driver buildable on BMIPS_GENERIC phy: phy_brcmstb_sata: remove unused definitions phy: phy_brcmstb_sata: add data for phy offset phy: phy_brcmstb_sata: add support 40nm platforms MIPS: BMIPS: brcmstb: add SATA nodes for bcm7346 MIPS: BMIPS: brcmstb: add SATA nodes for bcm7360 MIPS: BMIPS: brcmstb: add SATA nodes for bcm7362 arch/mips/boot/dts/brcm/bcm7346.dtsi | 40 +++++++++++++++++++++++++++++++ arch/mips/boot/dts/brcm/bcm7360.dtsi | 40 +++++++++++++++++++++++++++++++ arch/mips/boot/dts/brcm/bcm7362.dtsi | 40 +++++++++++++++++++++++++++++++ arch/mips/boot/dts/brcm/bcm97346dbsmb.dts | 8 +++++++ arch/mips/boot/dts/brcm/bcm97360svmb.dts | 8 +++++++ arch/mips/boot/dts/brcm/bcm97362svmb.dts | 8 +++++++ drivers/ata/Kconfig | 2 +- drivers/ata/ahci_brcmstb.c | 34 +++++++++++++++++++------- drivers/phy/Kconfig | 4 ++-- drivers/phy/phy-brcmstb-sata.c | 34 ++++++++++++++++++-------- 10 files changed, 196 insertions(+), 22 deletions(-) -- 2.6.2