public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [PATCH 5.10.y-cip 00/13] RZ/G2L enhancements
@ 2024-07-29 15:34 Biju Das
  2024-07-29 15:34 ` [PATCH 5.10.y-cip 01/13] reset: rzg2l-usbphy-ctrl: Move reset controller registration Biju Das
                   ` (14 more replies)
  0 siblings, 15 replies; 22+ messages in thread
From: Biju Das @ 2024-07-29 15:34 UTC (permalink / raw)
  To: cip-dev, Nobuhiro Iwamatsu, Pavel Machek; +Cc: Biju Das, Lad Prabhakar

This patch series aim to add below enhancements on RZ/G2L SoCs.
1) Add VBUS regulator to control vbus voltage
2) Update correct procedure for cleating Alarm
3) Fix lockdep assert warning on DMA driver

All the patches are cherry-picked from the mainline.

Biju Das (12):
  reset: rzg2l-usbphy-ctrl: Move reset controller registration
  regulator: core: Add helper for allow HW access to enable/disable
    regulator
  dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document USB VBUS
    regulator
  reset: renesas: Add USB VBUS regulator device as child
  regulator: Add Renesas RZ/G2L USB VBUS regulator driver
  regulator: renesas-usb-vbus-regulator: Update the default
  phy: renesas: phy-rcar-gen3-usb2: Control VBUS for RZ/G2L SoCs
  arm64: dts: renesas: rz-smarc: Replace fixed regulator for USB VBUS
  dmaengine: sh: rz-dmac: Fix lockdep assert warning
  dt-bindings: watchdog: dlg,da9062-watchdog: Drop blank space
  rtc: isl1208: Add a delay for clearing alarm
  rtc: isl1208: Update correct procedure for clearing alarm

Mark Brown (1):
  regulator: Further restrict RZG2L USB VBCTRL regulator dependencies

 .../reset/renesas,rzg2l-usbphy-ctrl.yaml      | 10 +++
 .../watchdog/dlg,da9062-watchdog.yaml         |  2 +-
 Documentation/power/regulator/consumer.rst    |  6 ++
 .../boot/dts/renesas/rz-smarc-common.dtsi     | 11 +--
 drivers/dma/sh/rz-dmac.c                      |  2 +-
 drivers/phy/renesas/phy-rcar-gen3-usb2.c      |  8 +-
 drivers/regulator/Kconfig                     |  9 +++
 drivers/regulator/Makefile                    |  1 +
 drivers/regulator/core.c                      | 28 +++++++
 .../regulator/renesas-usb-vbus-regulator.c    | 74 +++++++++++++++++++
 drivers/reset/reset-rzg2l-usbphy-ctrl.c       | 63 ++++++++++++----
 drivers/rtc/rtc-isl1208.c                     | 25 +++++--
 include/linux/regulator/consumer.h            |  7 ++
 13 files changed, 217 insertions(+), 29 deletions(-)
 create mode 100644 drivers/regulator/renesas-usb-vbus-regulator.c

-- 
2.43.0



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

end of thread, other threads:[~2024-07-31 13:08 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29 15:34 [PATCH 5.10.y-cip 00/13] RZ/G2L enhancements Biju Das
2024-07-29 15:34 ` [PATCH 5.10.y-cip 01/13] reset: rzg2l-usbphy-ctrl: Move reset controller registration Biju Das
2024-07-29 15:34 ` [PATCH 5.10.y-cip 02/13] regulator: core: Add helper for allow HW access to enable/disable regulator Biju Das
2024-07-30 12:28   ` Pavel Machek
2024-07-30 12:32     ` Biju Das
2024-07-31 10:06       ` Pavel Machek
2024-07-31 13:08         ` Biju Das
2024-07-29 15:34 ` [PATCH 5.10.y-cip 03/13] dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document USB VBUS regulator Biju Das
2024-07-29 15:34 ` [PATCH 5.10.y-cip 04/13] reset: renesas: Add USB VBUS regulator device as child Biju Das
2024-07-29 15:34 ` [PATCH 5.10.y-cip 05/13] regulator: Add Renesas RZ/G2L USB VBUS regulator driver Biju Das
2024-07-29 15:34 ` [PATCH 5.10.y-cip 06/13] regulator: renesas-usb-vbus-regulator: Update the default Biju Das
2024-07-29 15:34 ` [PATCH 5.10.y-cip 07/13] regulator: Further restrict RZG2L USB VBCTRL regulator dependencies Biju Das
2024-07-29 15:34 ` [PATCH 5.10.y-cip 08/13] phy: renesas: phy-rcar-gen3-usb2: Control VBUS for RZ/G2L SoCs Biju Das
2024-07-29 15:34 ` [PATCH 5.10.y-cip 09/13] arm64: dts: renesas: rz-smarc: Replace fixed regulator for USB VBUS Biju Das
2024-07-29 15:34 ` [PATCH 5.10.y-cip 10/13] dmaengine: sh: rz-dmac: Fix lockdep assert warning Biju Das
2024-07-29 15:34 ` [PATCH 5.10.y-cip 11/13] dt-bindings: watchdog: dlg,da9062-watchdog: Drop blank space Biju Das
2024-07-29 15:34 ` [PATCH 5.10.y-cip 12/13] rtc: isl1208: Add a delay for clearing alarm Biju Das
2024-07-30 12:30   ` Pavel Machek
2024-07-30 12:34     ` Biju Das
2024-07-29 15:34 ` [PATCH 5.10.y-cip 13/13] rtc: isl1208: Update correct procedure " Biju Das
2024-07-30 12:25 ` [PATCH 5.10.y-cip 00/13] RZ/G2L enhancements Pavel Machek
2024-07-31 10:07 ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox