Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1390871 > unrolled thread
| Started by | Kishon Vijay Abraham I <kishon@ti.com> |
|---|---|
| First post | 2016-04-29 10:40 +0200 |
| Last post | 2016-04-29 18:50 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 0/5] Add SATA3 support for Broadcom NS2 SVK Kishon Vijay Abraham I <kishon@ti.com> - 2016-04-29 10:40 +0200
Re: [PATCH v2 0/5] Add SATA3 support for Broadcom NS2 SVK Florian Fainelli <f.fainelli@gmail.com> - 2016-04-29 18:50 +0200
| From | Kishon Vijay Abraham I <kishon@ti.com> |
|---|---|
| Date | 2016-04-29 10:40 +0200 |
| Subject | Re: [PATCH v2 0/5] Add SATA3 support for Broadcom NS2 SVK |
| Message-ID | <rtc7V-2Py-37@gated-at.bofh.it> |
Hi,
On Monday 28 March 2016 10:18 AM, Anup Patel wrote:
> The Broadcom NS2 SoC has a AHCI compliant SATA3 controller with
> two ports.
>
> This patchset adds common Broadcom SATA3 PHY driver and related
> DT bindings document. It also adds appropriate DT nodes in NS2 DT.
>
> The patchset is based on v4.6-rc1 tag and is available in branch
> ns2_sata3_v2 of https://github.com/Broadcom/arm64-linux.git
>
> All patches have been tested on Broadcom NS2 SVK.
merged the first 3 patches to linux-phy tree.
Thanks
Kishon
>
> Changes since v1:
> - Added ACKed by Rob for DT bindings related patches
>
> Anup Patel (5):
> phy: Rename phy-brcmstb-sata driver to phy-brcm-sata driver
> phy: Add support for NS2 SATA3 PHY in Broadcom SATA3 PHY driver
> dt-bindings: phy: bindings document for common Broadcom SATA3 PHY
> driver
> dt-bindings: ata: add compatible string for iProc AHCI controller
> arm64: dts: Add SATA3 AHCI and SATA3 PHY DT nodes for NS2
>
> .../devicetree/bindings/ata/ahci-platform.txt | 1 +
> ...brcm,brcmstb-sata-phy.txt => brcm-sata-phy.txt} | 15 +-
> arch/arm64/boot/dts/broadcom/ns2-svk.dts | 12 +
> arch/arm64/boot/dts/broadcom/ns2.dtsi | 43 +++
> drivers/phy/Kconfig | 18 +-
> drivers/phy/Makefile | 2 +-
> drivers/phy/phy-brcm-sata.c | 412 +++++++++++++++++++++
> drivers/phy/phy-brcmstb-sata.c | 250 -------------
> 8 files changed, 487 insertions(+), 266 deletions(-)
> rename Documentation/devicetree/bindings/phy/{brcm,brcmstb-sata-phy.txt => brcm-sata-phy.txt} (69%)
> create mode 100644 drivers/phy/phy-brcm-sata.c
> delete mode 100644 drivers/phy/phy-brcmstb-sata.c
>
[toc] | [next] | [standalone]
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2016-04-29 18:50 +0200 |
| Message-ID | <rtjM6-PX-1@gated-at.bofh.it> |
| In reply to | #1390871 |
On 29/04/16 01:36, Kishon Vijay Abraham I wrote: > Hi, > > On Monday 28 March 2016 10:18 AM, Anup Patel wrote: >> The Broadcom NS2 SoC has a AHCI compliant SATA3 controller with >> two ports. >> >> This patchset adds common Broadcom SATA3 PHY driver and related >> DT bindings document. It also adds appropriate DT nodes in NS2 DT. >> >> The patchset is based on v4.6-rc1 tag and is available in branch >> ns2_sata3_v2 of https://github.com/Broadcom/arm64-linux.git >> >> All patches have been tested on Broadcom NS2 SVK. > > merged the first 3 patches to linux-phy tree. And applied patches 4-5 to devicetree-arm64/next, thanks! -- Florian
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web