From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishon@ti.com (Kishon Vijay Abraham I) Date: Thu, 21 May 2015 18:52:51 +0530 Subject: [PATCH v3 0/5] AHCI and SATA PHY support for Broadcom STB SoCs In-Reply-To: <1431473303-18873-1-git-send-email-computersforpeace@gmail.com> References: <1431473303-18873-1-git-send-email-computersforpeace@gmail.com> Message-ID: <555DDC2B.1040608@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Tejun, On Wednesday 13 May 2015 04:58 AM, Brian Norris wrote: > Few changes since v2, and the changes are *only* to the SATA driver, not to any > of the DT bindings or the PHY driver. I'm resending the whole series for > completeness. > > I'll list the changelog in each patch, but in summary: > > v2 -> v3: > - straighten out endianness for big endian MIPS and ARM in AHCI driver > - rename sata_brcmstb.c to ahci_brcmstb.c > - bind ahci_brcmstb.c against the specific string, "brcm,bcm7445-ahci" instead > of the generic one > > Brian > > Brian Norris (5): > Documentation: devicetree: add Broadcom SATA binding > Documentation: devicetree: add Broadcom SATA PHY binding > ata: add Broadcom AHCI SATA3 driver for STB chips > phy: add Broadcom SATA3 PHY driver for Broadcom STB SoCs > ARM: dts: brcmstb: add nodes for SATA controller and PHY I'll pick "[PATCH v3 2/5] Documentation: devicetree: add Broadcom SATA PHY binding" and "[PATCH v4] phy: add Broadcom SATA3 PHY driver for Broadcom STB SoCs" in the linux-phy tree. Thanks Kishon