[PATCH v4 2/2] phy: Add driver for Cadence MHDP DisplayPort SD0801 PHY

2018-08-09 Thread Scott Telford
Add driver for the Cadence SD0801 "Torrent" PHY used with the Cadence MHDP DisplayPort Tx controller. Integration with the MHDP driver will be the subject of another commit. Signed-off-by: Scott Telford --- drivers/phy/Kconfig | 1 + drivers/ph

[PATCH v4 0/2] phy: Add driver for Cadence MHDP DisplayPort SD0801 PHY

2018-08-09 Thread Scott Telford
uot; properties as optional in dt-bindings documentation v3: * Split devicetree bindings documentation into separate commit * Merged phy-cadence-dp.h into phy-cadence-dp.c * Moved probe function to end of file * Minor refactoring of cdns_dp_phy_pma_lane_cfg() * Fixed SPDX comment format v2: *

[PATCH v4 1/2] dt-bindings: phy: Document Cadence MHDP DisplayPort PHY bindings

2018-08-09 Thread Scott Telford
Signed-off-by: Scott Telford --- .../devicetree/bindings/phy/phy-cadence-dp.txt | 30 ++ 1 file changed, 30 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-cadence-dp.txt diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-dp.txt b

[PATCH v3 2/2] phy: Add driver for Cadence MHDP DisplayPort SD0801 PHY

2018-08-03 Thread Scott Telford
Add driver for the Cadence SD0801 "Torrent" PHY used with the Cadence MHDP DisplayPort Tx controller. Integration with the MHDP driver will be the subject of another commit. Signed-off-by: Scott Telford --- drivers/phy/Kconfig | 1 + drivers/ph

[PATCH v3 1/2] dt-bindings: phy: Document Cadence MHDP DisplayPort PHY bindings

2018-08-03 Thread Scott Telford
Signed-off-by: Scott Telford --- .../devicetree/bindings/phy/phy-cadence-dp.txt | 28 ++ 1 file changed, 28 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-cadence-dp.txt diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-dp.txt b

[PATCH v3 0/2] phy: Add driver for Cadence MHDP DisplayPort SD0801 PHY

2018-08-03 Thread Scott Telford
dence-dp.h into phy-cadence-dp.c * Moved probe function to end of file * Minor refactoring of cdns_dp_phy_pma_lane_cfg() * Fixed SPDX comment format v2: * Fixed Linux/um build Scott Telford (2): dt-bindings: phy: Document Cadence MHDP DisplayPort PHY bindings phy: Add driver for Cadence MHDP D

RE: [PATCH v2] phy: Add driver for Cadence MHDP DisplayPort SD0801 PHY

2018-08-03 Thread Scott Telford
Hi Kishon, > -Original Message- > From: Kishon Vijay Abraham I > Sent: 24 July 2018 04:57 > To: Scott Telford ; linux-kernel@vger.kernel.org; > linux-arm-ker...@lists.infradead.org; Damian Kos > Subject: Re: [PATCH v2] phy: Add driver for Cadence MHDP Displa

[PATCH v2] phy: Add driver for Cadence MHDP DisplayPort SD0801 PHY

2018-07-20 Thread Scott Telford
Add driver for the Cadence SD0801 "Torrent" PHY used with the Cadence MHDP DisplayPort Tx controller. Integration with the MHDP driver will be the subject of another commit. Signed-off-by: Scott Telford --- .../devicetree/bindings/phy/phy-cadence-dp.txt | 28 ++ drivers/p

[PATCH] phy: Add driver for Cadence MHDP DisplayPort SD0801 PHY

2018-07-18 Thread Scott Telford
Add driver for the Cadence SD0801 "Torrent" PHY used with the Cadence MHDP DisplayPort Tx controller. Integration with the MHDP driver will be the subject of another commit. Signed-off-by: Scott Telford --- .../devicetree/bindings/phy/phy-cadence-dp.txt | 28 ++ drivers/p