mbox series

Pull request: u-boot-rockchip-20240614

Message ID 20240615121149.2203028-1-kever.yang@rock-chips.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-rockchip-20240614 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20240614

Message

Kever Yang June 15, 2024, 12:11 p.m. UTC
Hi Tom,

Please pull the fixex for rockchip platform:
- pmic fix for rk8xx;
- pinctrl fix for rk3188/rv1126/rk3588;
- mkimage fix for rockcihp "-l" option;

CI:
https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/21111

Thanks,
- Kever

The following changes since commit ca6a992e09441d6cca73439c63c3735f86b36ea4:

  cmd: sound: fix help text (2024-06-13 09:31:56 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20240614

for you to fetch changes up to 3f9a19befe9277db2a337552912c6ddbcc0c8b10:

  rockchip: mkimage: fix mkimage -l for header v1 (2024-06-14 17:07:59 +0800)

----------------------------------------------------------------
Chris Morgan (2):
      Revert "board: rockchip: Add early ADC button detect for RGxx3"
      board: rockchip: rgxx3: Use sdmmc0 as first device

Jonas Karlman (3):
      pinctrl: rockchip: rk3188: Fix support for IOMUX_GPIO_ONLY flag
      pinctrl: rockchip: rv1126: Fix support for IOMUX_L_SOURCE_PMU flag
      pinctrl: rockchip: rk3588: Fix support for rockchip_get_mux()

Quentin Schulz (4):
      regulator: rk8xx: fix incorrect device used for _ldo_[sg]et_suspend_value
      regulator: rk8xx: pass pmic udevice instead of regulator to all internal functions
      regulator: rk8xx: clarify operator precedence
      rockchip: mkimage: fix mkimage -l for header v1

 arch/arm/dts/rk3566-anbernic-rgxx3-u-boot.dtsi   |  2 +-
 board/anbernic/rgxx3_rk3566/rgxx3-rk3566.c       | 64 ------------------------
 drivers/pinctrl/rockchip/pinctrl-rockchip-core.c | 40 ++++++++++++---
 drivers/power/regulator/rk8xx.c                  | 54 ++++++++++----------
 tools/rkcommon.c                                 |  2 +-
 5 files changed, 63 insertions(+), 99 deletions(-)

Comments

Tom Rini June 17, 2024, 2:39 p.m. UTC | #1
On Sat, Jun 15, 2024 at 08:11:49PM +0800, Kever Yang wrote:

> Hi Tom,
> 
> Please pull the fixex for rockchip platform:
> - pmic fix for rk8xx;
> - pinctrl fix for rk3188/rv1126/rk3588;
> - mkimage fix for rockcihp "-l" option;
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/21111
> 
> Thanks,
> - Kever
> 
> The following changes since commit ca6a992e09441d6cca73439c63c3735f86b36ea4:
> 
>   cmd: sound: fix help text (2024-06-13 09:31:56 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20240614
> 
> for you to fetch changes up to 3f9a19befe9277db2a337552912c6ddbcc0c8b10:
> 
>   rockchip: mkimage: fix mkimage -l for header v1 (2024-06-14 17:07:59 +0800)
> 

Applied to u-boot/master, thanks!