All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] PHY: Add support for SERDES in TI's AM654 platform
@ 2019-01-21  6:48 ` Kishon Vijay Abraham I
  0 siblings, 0 replies; 24+ messages in thread
From: Kishon Vijay Abraham I @ 2019-01-21  6:48 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Rob Herring
  Cc: Sekhar Nori, Roger Quadros, linux-kernel, devicetree

Patch series adds support for SERDES module in am654. This also
modifies phy_reset API to invoke pm_runtime_get/pm_runtime_put since
the reset callback can access registers.

Kishon Vijay Abraham I (3):
  phy: core: Invoke pm_runtime_get_*/pm_runtime_put_* before invoking
    reset callback
  dt-bindings: phy: ti: Add dt binding documentation for SERDES in
    AM654x SoC
  phy: ti: Add a new SERDES driver for TI's AM654x SoC

 .../devicetree/bindings/phy/ti-phy.txt        |  77 +++
 drivers/phy/phy-core.c                        |   6 +
 drivers/phy/ti/Kconfig                        |  11 +
 drivers/phy/ti/Makefile                       |   1 +
 drivers/phy/ti/phy-am654-serdes.c             | 528 ++++++++++++++++++
 include/dt-bindings/phy/phy-am654-serdes.h    |  13 +
 6 files changed, 636 insertions(+)
 create mode 100644 drivers/phy/ti/phy-am654-serdes.c
 create mode 100644 include/dt-bindings/phy/phy-am654-serdes.h

-- 
2.17.1


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2019-02-07  9:40 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-21  6:48 [PATCH 0/3] PHY: Add support for SERDES in TI's AM654 platform Kishon Vijay Abraham I
2019-01-21  6:48 ` Kishon Vijay Abraham I
2019-01-21  6:48 ` [PATCH 1/3] phy: core: Invoke pm_runtime_get_*/pm_runtime_put_* before invoking reset callback Kishon Vijay Abraham I
2019-01-21  6:48   ` Kishon Vijay Abraham I
2019-01-21  6:48 ` [PATCH 2/3] dt-bindings: phy: ti: Add dt binding documentation for SERDES in AM654x SoC Kishon Vijay Abraham I
2019-01-21  6:48   ` Kishon Vijay Abraham I
2019-01-21  9:55   ` Roger Quadros
2019-01-21  9:55     ` Roger Quadros
2019-01-21 10:47     ` Kishon Vijay Abraham I
2019-01-21 10:47       ` Kishon Vijay Abraham I
2019-01-21 11:22       ` Roger Quadros
2019-01-21 11:22         ` Roger Quadros
2019-01-21 11:49         ` Kishon Vijay Abraham I
2019-01-21 11:49           ` Kishon Vijay Abraham I
2019-02-07  9:39   ` Kishon Vijay Abraham I
2019-02-07  9:39     ` Kishon Vijay Abraham I
2019-01-21  6:48 ` [PATCH 3/3] phy: ti: Add a new SERDES driver for TI's " Kishon Vijay Abraham I
2019-01-21  6:48   ` Kishon Vijay Abraham I
2019-01-21  9:47   ` Roger Quadros
2019-01-21  9:47     ` Roger Quadros
2019-01-21 11:11     ` Kishon Vijay Abraham I
2019-01-21 11:11       ` Kishon Vijay Abraham I
2019-01-23 12:19       ` Kishon Vijay Abraham I
2019-01-23 12:19         ` Kishon Vijay Abraham I

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.