Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1657419 > unrolled thread
| Started by | Srinath Mannam <srinath.mannam@broadcom.com> |
|---|---|
| First post | 2017-06-05 11:10 +0200 |
| Last post | 2017-06-07 14:30 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH 0/2] Broadcom Stingray SATA PHY support Srinath Mannam <srinath.mannam@broadcom.com> - 2017-06-05 11:10 +0200
[PATCH 1/2] dt-bindings: Update documentation for stingray SATA phy Srinath Mannam <srinath.mannam@broadcom.com> - 2017-06-05 11:10 +0200
Re: [PATCH 1/2] dt-bindings: Update documentation for stingray SATA phy Florian Fainelli <f.fainelli@gmail.com> - 2017-06-05 18:30 +0200
Re: [PATCH 0/2] Broadcom Stingray SATA PHY support Kishon Vijay Abraham I <kishon@ti.com> - 2017-06-07 14:30 +0200
| From | Srinath Mannam <srinath.mannam@broadcom.com> |
|---|---|
| Date | 2017-06-05 11:10 +0200 |
| Subject | [PATCH 0/2] Broadcom Stingray SATA PHY support |
| Message-ID | <tOWbo-Zl-19@gated-at.bofh.it> |
This patchset extends the Broadcom SATA PHY driver to add support for Stingray SATA PHY. All patches are based on Linux-4.12-rc2. Srinath Mannam (2): dt-bindings: Update documentation for stingray SATA phy phy: Add stingray SATA phy support .../devicetree/bindings/phy/brcm-sata-phy.txt | 7 ++- drivers/phy/phy-brcm-sata.c | 73 ++++++++++++++++++++++ 2 files changed, 77 insertions(+), 3 deletions(-) -- 2.7.4
[toc] | [next] | [standalone]
| From | Srinath Mannam <srinath.mannam@broadcom.com> |
|---|---|
| Date | 2017-06-05 11:10 +0200 |
| Subject | [PATCH 1/2] dt-bindings: Update documentation for stingray SATA phy |
| Message-ID | <tOWbp-Zl-41@gated-at.bofh.it> |
| In reply to | #1657419 |
Update BRCM SATA phy dt-binding documentation for stingray.
Signed-off-by: Srinath Mannam <srinath.mannam@broadcom.com>
Reviewed-by: Ray Jui <ray.jui@broadcom.com>
Reviewed-by: Scott Branden <scott.branden@broadcom.com>
---
Documentation/devicetree/bindings/phy/brcm-sata-phy.txt | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/phy/brcm-sata-phy.txt b/Documentation/devicetree/bindings/phy/brcm-sata-phy.txt
index 6ccce09..97977cd 100644
--- a/Documentation/devicetree/bindings/phy/brcm-sata-phy.txt
+++ b/Documentation/devicetree/bindings/phy/brcm-sata-phy.txt
@@ -7,12 +7,13 @@ Required properties:
"brcm,iproc-ns2-sata-phy"
"brcm,iproc-nsp-sata-phy"
"brcm,phy-sata3"
+ "brcm,iproc-sr-sata-phy"
- address-cells: should be 1
- size-cells: should be 0
- reg: register ranges for the PHY PCB interface
- reg-names: should be "phy" and "phy-ctrl"
The "phy-ctrl" registers are only required for
- "brcm,iproc-ns2-sata-phy".
+ "brcm,iproc-ns2-sata-phy" and "brcm,iproc-sr-sata-phy".
Sub-nodes:
Each port's PHY should be represented as a sub-node.
@@ -23,8 +24,8 @@ Sub-nodes required properties:
Sub-nodes optional properties:
- brcm,enable-ssc: use spread spectrum clocking (SSC) on this port
- This property is not applicable for "brcm,iproc-ns2-sata-phy" and
- "brcm,iproc-nsp-sata-phy".
+ This property is not applicable for "brcm,iproc-ns2-sata-phy",
+ "brcm,iproc-nsp-sata-phy" and "brcm,iproc-sr-sata-phy".
Example:
sata-phy@f0458100 {
--
2.7.4
[toc] | [prev] | [next] | [standalone]
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2017-06-05 18:30 +0200 |
| Subject | Re: [PATCH 1/2] dt-bindings: Update documentation for stingray SATA phy |
| Message-ID | <tP33b-5dS-17@gated-at.bofh.it> |
| In reply to | #1657422 |
On 06/05/2017 02:00 AM, Srinath Mannam wrote: > Update BRCM SATA phy dt-binding documentation for stingray. > > Signed-off-by: Srinath Mannam <srinath.mannam@broadcom.com> > Reviewed-by: Ray Jui <ray.jui@broadcom.com> > Reviewed-by: Scott Branden <scott.branden@broadcom.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian
[toc] | [prev] | [next] | [standalone]
| From | Kishon Vijay Abraham I <kishon@ti.com> |
|---|---|
| Date | 2017-06-07 14:30 +0200 |
| Message-ID | <tPIg1-6zL-11@gated-at.bofh.it> |
| In reply to | #1657419 |
On Monday 05 June 2017 02:30 PM, Srinath Mannam wrote: > This patchset extends the Broadcom SATA PHY driver to add > support for Stingray SATA PHY. Please rebase the series to linux-phy -next. Thanks Kishon > > All patches are based on Linux-4.12-rc2. > > Srinath Mannam (2): > dt-bindings: Update documentation for stingray SATA phy > phy: Add stingray SATA phy support > > .../devicetree/bindings/phy/brcm-sata-phy.txt | 7 ++- > drivers/phy/phy-brcm-sata.c | 73 ++++++++++++++++++++++ > 2 files changed, 77 insertions(+), 3 deletions(-) >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web