Hi Tom, A set of changes to switch meson dwc3/usb PHY to set_mode callback for switching USB mode, and a driver declaration fixup for meson_axg_gpio.
Thanks, Neil The following changes since commit a7eada24327a40f7ef6c55c220e119839c9d4227: Merge tag 'v2024.07-rc5' into next (2024-06-24 13:34:52 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20240701 for you to fetch changes up to 96e1a156e90a0674b21c56e7121b17a9211176ec: meson: Correct driver declaration for meson_axg_gpio (2024-06-26 11:19:57 +0200) ---------------------------------------------------------------- - Switch meson dwc3/usb PHY to set_mode callback for switching USB mode ---------------------------------------------------------------- Neil Armstrong (5): phy: meson-gxl-usb2: add set_mode callback usb: dwc3: meson-gxl: switch to generic_phy_set_mode phy: meson-gxl-usb2: remove phy_meson_gxl_usb2_set_mode usb: dwc3: meson-gxl: drop usb-gx.h and make dwc3_meson_gxl_force_mode static usb: dwc3: meson-g12a: drop usb.h and make dwc3_meson_g12a_force_mode static Simon Glass (1): meson: Correct driver declaration for meson_axg_gpio arch/arm/include/asm/arch-meson/usb-gx.h | 17 --------------- arch/arm/include/asm/arch-meson/usb.h | 12 ----------- drivers/phy/meson-gxl-usb2.c | 30 ++++++++++++++++----------- drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c | 2 +- drivers/pinctrl/meson/pinctrl-meson-axg.c | 4 ++-- drivers/pinctrl/meson/pinctrl-meson-axg.h | 2 +- drivers/pinctrl/meson/pinctrl-meson-g12a.c | 4 ++-- drivers/usb/dwc3/dwc3-meson-g12a.c | 2 +- drivers/usb/dwc3/dwc3-meson-gxl.c | 18 +++++++++------- 9 files changed, 35 insertions(+), 56 deletions(-) delete mode 100644 arch/arm/include/asm/arch-meson/usb-gx.h delete mode 100644 arch/arm/include/asm/arch-meson/usb.h