
The following changes since commit 515e0af77b25fba24ef6a3c72afee6ae3c739825:
Merge branch '2023-09-06-assorted-CI-updates' into next (2023-09-06 18:47:18 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-sh.git next_ufs
for you to fetch changes up to fad9d9b70113bda05b5339d0193adc4edd3ca0e9:
ufs: ufs-renesas: Drop include common.h (2023-09-09 04:56:50 +0200)
---------------------------------------------------------------- Marek Vasut (4): clk: Add GPIO-controlled clock gate driver ufs: ufs-renesas: Add support for Renesas R-Car UFS controller ARM: renesas: Enable UFS on R8A779F0 S4 Spider ufs: ufs-renesas: Drop include common.h
configs/r8a779f0_spider_defconfig | 11 + drivers/clk/Kconfig | 13 ++ drivers/clk/Makefile | 1 + drivers/clk/clk-gpio.c | 66 ++++++ drivers/ufs/Kconfig | 9 + drivers/ufs/Makefile | 1 + drivers/ufs/ufs-renesas.c | 412 ++++++++++++++++++++++++++++++++++++++ 7 files changed, 513 insertions(+) create mode 100644 drivers/clk/clk-gpio.c create mode 100644 drivers/ufs/ufs-renesas.c

On Sat, Sep 09, 2023 at 02:14:59PM +0200, Marek Vasut wrote:
The following changes since commit 515e0af77b25fba24ef6a3c72afee6ae3c739825:
Merge branch '2023-09-06-assorted-CI-updates' into next (2023-09-06 18:47:18 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-sh.git next_ufs
for you to fetch changes up to fad9d9b70113bda05b5339d0193adc4edd3ca0e9:
ufs: ufs-renesas: Drop include common.h (2023-09-09 04:56:50 +0200)
Applied to u-boot/next, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini