All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3]
@ 2021-08-26 12:38 ` Yifeng Zhao
  0 siblings, 0 replies; 32+ messages in thread
From: Yifeng Zhao @ 2021-08-26 12:38 UTC (permalink / raw)
  To: heiko, robh+dt
  Cc: devicetree, vkoul, michael.riesch, linux-rockchip,
	linux-arm-kernel, linux-kernel, linux-phy, kishon, p.zabel,
	Yifeng Zhao

Add Naneng combo PHY support for RK3568

This phy can be used as pcie-phy, usb3-phy, sata-phy or sgmii-phy.



Yifeng Zhao (3):
  dt-bindings: phy: rockchip: Add Naneng combo PHY bindings
  phy/rockchip: add naneng combo phy for RK3568
  arm64: dts: rockchip: add naneng combo phy nodes for rk3568

 .../phy/phy-rockchip-naneng-combphy.yaml      | 100 +++
 arch/arm64/boot/dts/rockchip/rk356x.dtsi      |  68 ++
 drivers/phy/rockchip/Kconfig                  |   8 +
 drivers/phy/rockchip/Makefile                 |   1 +
 .../rockchip/phy-rockchip-naneng-combphy.c    | 646 ++++++++++++++++++
 5 files changed, 823 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/phy-rockchip-naneng-combphy.yaml
 create mode 100644 drivers/phy/rockchip/phy-rockchip-naneng-combphy.c

-- 
2.17.1




^ permalink raw reply	[flat|nested] 32+ messages in thread
* [PATCH v1 0/3]
@ 2013-12-05 16:36 Andy Shevchenko
  2013-12-05 22:46 ` David Cohen
  0 siblings, 1 reply; 32+ messages in thread
From: Andy Shevchenko @ 2013-12-05 16:36 UTC (permalink / raw)
  To: Alexandre Courbot, linux-gpio, Linus Walleij, Mika Westerberg,
	David Cohen, Sathyanarayanan Kuppuswamy, Len Brown
  Cc: Andy Shevchenko

Here is a third [1] version of the SFI GPIO helpers. This series contains SFI
GPIO helpers along with the update of GPIO library to lookup for SFI resources.

It has been tested on Medfield device on top of v3.13-rc2 + Alexandre's GPIO
descriptor API update [2], Mika's ACPI gpio patches [3] and my GPIO library
clean up [4].

[1] https://lkml.org/lkml/2013/6/5/316
[2] http://www.spinics.net/lists/kernel/msg1645907.html
[3] http://www.spinics.net/lists/linux-acpi/msg47572.html
[4] https://www.mail-archive.com/linux-gpio@vger.kernel.org/msg01515.html

Andy Shevchenko (3):
  SFI: fix compiler warnings
  SFI: store GPIO table and export lookup function
  gpiolib: append SFI helpers for GPIO API

 drivers/gpio/Kconfig       |   4 ++
 drivers/gpio/Makefile      |   1 +
 drivers/gpio/gpiolib-sfi.c |  28 +++++++++++
 drivers/gpio/gpiolib.c     |   3 ++
 drivers/gpio/gpiolib.h     |  13 +++++
 drivers/sfi/Makefile       |   2 +-
 drivers/sfi/sfi_acpi.c     |   9 ++--
 drivers/sfi/sfi_core.c     |  10 +++-
 drivers/sfi/sfi_core.h     |   3 ++
 drivers/sfi/sfi_gpio.c     | 123 +++++++++++++++++++++++++++++++++++++++++++++
 include/linux/sfi.h        |   8 +++
 11 files changed, 197 insertions(+), 7 deletions(-)
 create mode 100644 drivers/gpio/gpiolib-sfi.c
 create mode 100644 drivers/sfi/sfi_gpio.c

-- 
1.8.4.4


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

end of thread, other threads:[~2021-10-12 11:28 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26 12:38 [PATCH v1 0/3] Yifeng Zhao
2021-08-26 12:38 ` Yifeng Zhao
2021-08-26 12:38 ` Yifeng Zhao
2021-08-26 12:38 ` Yifeng Zhao
2021-08-26 12:38 ` [PATCH v1 1/3] dt-bindings: phy: rockchip: Add Naneng combo PHY bindings Yifeng Zhao
2021-08-26 12:38   ` Yifeng Zhao
2021-08-26 12:38   ` Yifeng Zhao
2021-08-26 12:38   ` Yifeng Zhao
2021-08-26 13:26   ` Rob Herring
2021-08-26 13:26     ` Rob Herring
2021-08-26 13:26     ` Rob Herring
2021-08-26 13:26     ` Rob Herring
2021-08-26 12:38 ` [PATCH v1 2/3] phy/rockchip: add naneng combo phy for RK3568 Yifeng Zhao
2021-10-12  7:36   ` Nicolas Frattaroli
2021-10-12  7:36     ` Nicolas Frattaroli
2021-10-12  7:36     ` Nicolas Frattaroli
2021-10-12  7:36     ` Nicolas Frattaroli
2021-08-26 12:38 ` [PATCH v1 3/3] arm64: dts: rockchip: add naneng combo phy nodes for rk3568 Yifeng Zhao
2021-08-26 12:38   ` Yifeng Zhao
2021-08-26 12:38   ` Yifeng Zhao
2021-08-26 12:38   ` Yifeng Zhao
2021-10-12 11:24   ` Nicolas Frattaroli
2021-10-12 11:24     ` Nicolas Frattaroli
2021-10-12 11:24     ` Nicolas Frattaroli
2021-10-12 11:24     ` Nicolas Frattaroli
2021-09-17 17:21 ` [PATCH v1 0/3] Peter Geis
2021-09-17 17:21   ` Peter Geis
2021-09-17 17:21   ` Peter Geis
2021-09-17 17:21   ` Peter Geis
  -- strict thread matches above, loose matches on Subject: below --
2013-12-05 16:36 Andy Shevchenko
2013-12-05 22:46 ` David Cohen
2013-12-09  9:19   ` Andy Shevchenko

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.