Re: [GIT PULL] Please pull u-boot-amlogic-next-20240404

2024-07-01 Thread Tom Rini
On Mon, Jul 01, 2024 at 10:48:47AM +0200, Neil Armstrong wrote:

> 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)
> 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[GIT PULL] Please pull u-boot-amlogic-next-20240404

2024-07-01 Thread Neil Armstrong

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


Re: [GIT PULL] Please pull u-boot-amlogic-next-20240404

2024-04-05 Thread Tom Rini
On Thu, Apr 04, 2024 at 06:52:53PM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> Please pull this migration to OF_UPSTREAM for all Amlogic SoCs family
> except the newer A1 family.
> In Addition, there's a few fixes & updates for the jethubj100 board.
> 
> Thanks,
> Neil
> 
> The following changes since commit cdfcc37428e06f4730ab9a17cc084eeb7676ea1a:
> 
>   Merge tag 'u-boot-dfu-next-20240402' of 
> https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-04-02 22:37:23 
> -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git 
> tags/u-boot-amlogic-20240404
> 
> for you to fetch changes up to 114df8b5339e503b50b6ac1a61bf1daac57c2e11:
> 
>   dts: meson: Drop redundant G12A, G12B & SM1 devicetree files (2024-04-04 
> 18:48:46 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[GIT PULL] Please pull u-boot-amlogic-next-20240404

2024-04-04 Thread Neil Armstrong

Hi Tom,

Please pull this migration to OF_UPSTREAM for all Amlogic SoCs family
except the newer A1 family.
In Addition, there's a few fixes & updates for the jethubj100 board.

Thanks,
Neil

The following changes since commit cdfcc37428e06f4730ab9a17cc084eeb7676ea1a:

  Merge tag 'u-boot-dfu-next-20240402' of 
https://source.denx.de/u-boot/custodians/u-boot-dfu (2024-04-02 22:37:23 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-amlogic.git 
tags/u-boot-amlogic-20240404

for you to fetch changes up to 114df8b5339e503b50b6ac1a61bf1daac57c2e11:

  dts: meson: Drop redundant G12A, G12B & SM1 devicetree files (2024-04-04 
18:48:46 +0200)


- jethubj100: fix config, MAINTAINERS & update docs
- Switch GXL, GXM, AXG, G12A, G12B & SM1 to using upstream DT


Neil Armstrong (5):
  configs: meson64: remove amlogic prefix in fdtfile when 
CONFIG_OF_UPSTREAM is selected
  dts: meson: Switch GXL, GXM & AXG to using upstream DT
  dts: meson: Drop redundant GXL, GXM & AXG devicetree files
  dts: meson-g12a: Switch to using upstream DT
  dts: meson: Drop redundant G12A, G12B & SM1 devicetree files

Viacheslav Bocharov (3):
  board: amlogic: jethubj100: fix common config header
  board: amlogic: jethubj100: update MAINTAINERS
  board: amlogic: jethubj100: update docs

 arch/arm/dts/Makefile  |   36 +-
 arch/arm/dts/meson-axg-jethome-jethub-j100.dts |  361 ---
 arch/arm/dts/meson-axg-s400.dts|  602 -
 arch/arm/dts/meson-axg.dtsi| 1957 ---
 arch/arm/dts/meson-g12-common.dtsi | 2493 
 arch/arm/dts/meson-g12.dtsi|  385 ---
 arch/arm/dts/meson-g12a-radxa-zero.dts |  405 
 arch/arm/dts/meson-g12a-sei510.dts |  566 -
 arch/arm/dts/meson-g12a-u200.dts   |  308 ---
 arch/arm/dts/meson-g12a.dtsi   |  140 --
 arch/arm/dts/meson-g12b-a311d-bananapi-m2s.dts |   33 -
 arch/arm/dts/meson-g12b-a311d-khadas-vim3.dts  |   41 -
 arch/arm/dts/meson-g12b-a311d.dtsi |  149 --
 arch/arm/dts/meson-g12b-bananapi-cm4-cm4io.dts |  165 --
 arch/arm/dts/meson-g12b-bananapi-cm4.dtsi  |  388 ---
 arch/arm/dts/meson-g12b-bananapi.dtsi  |  521 
 arch/arm/dts/meson-g12b-gsking-x.dts   |  133 --
 arch/arm/dts/meson-g12b-gtking-pro.dts |  142 --
 arch/arm/dts/meson-g12b-gtking.dts |  163 --
 arch/arm/dts/meson-g12b-khadas-vim3.dtsi   |  107 -
 arch/arm/dts/meson-g12b-odroid-go-ultra.dts|  722 --
 arch/arm/dts/meson-g12b-odroid-n2-plus.dts |   31 -
 arch/arm/dts/meson-g12b-odroid-n2.dts  |   15 -
 arch/arm/dts/meson-g12b-odroid-n2.dtsi |  303 ---
 arch/arm/dts/meson-g12b-odroid-n2l.dts |  125 -
 arch/arm/dts/meson-g12b-odroid.dtsi|  445 
 arch/arm/dts/meson-g12b-radxa-zero2.dts|  489 
 arch/arm/dts/meson-g12b-s922x-bananapi-m2s.dts |   14 -
 arch/arm/dts/meson-g12b-s922x.dtsi |  139 --
 arch/arm/dts/meson-g12b-w400.dtsi  |  425 
 arch/arm/dts/meson-g12b.dtsi   |  146 --
 arch/arm/dts/meson-gx-libretech-pc.dtsi|  447 
 arch/arm/dts/meson-gx-mali450.dtsi |   61 -
 arch/arm/dts/meson-gx-p23x-q20x.dtsi   |  324 ---
 arch/arm/dts/meson-gx.dtsi |  675 --
 arch/arm/dts/meson-gxl-mali.dtsi   |   17 -
 arch/arm/dts/meson-gxl-s805x-libretech-ac.dts  |  319 ---
 arch/arm/dts/meson-gxl-s805x.dtsi  |   23 -
 arch/arm/dts/meson-gxl-s905d-libretech-pc.dts  |   16 -
 arch/arm/dts/meson-gxl-s905d.dtsi  |   12 -
 .../arm/dts/meson-gxl-s905w-jethome-jethub-j80.dts |  247 --
 arch/arm/dts/meson-gxl-s905x-khadas-vim.dts|  237 --
 arch/arm/dts/meson-gxl-s905x-libretech-cc-v2.dts   |  313 ---
 arch/arm/dts/meson-gxl-s905x-libretech-cc.dts  |  356 ---
 arch/arm/dts/meson-gxl-s905x-p212.dts  |  134 --
 arch/arm/dts/meson-gxl-s905x-p212.dtsi |  213 --
 arch/arm/dts/meson-gxl-s905x.dtsi  |   18 -
 arch/arm/dts/meson-gxl.dtsi|  940 
 arch/arm/dts/meson-gxm-gt1-ultimate.dts|   91 -
 arch/arm/dts/meson-gxm-khadas-vim2.dts |  424 
 arch/arm/dts/meson-gxm-s912-libretech-pc.dts   |   62 -
 arch/arm/dts/meson-gxm-wetek-core2.dts |   85 -
 arch/arm/dts/meson-gxm.dtsi|  216 --
 arch/arm/dts/meson-khadas-vim3.dtsi|  534 -
 arch/arm/dts/meson-sm1-bananapi-m2-pro.dts |   97 -
 arch/arm/dts/meson-sm1-bananapi-m5.dts