mbox series

[GIT,PULL] Please pull u-boot-pmic master

Message ID 7c4a76e4-509c-1233-16f8-1de304533706@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] Please pull u-boot-pmic master | expand

Pull-request

git@source.denx.de:u-boot/custodians/u-boot-pmic.git master

Message

Jaehoon Chung Jan. 16, 2022, 11:20 p.m. UTC
Dear Tom,

Please pull u-boot-pmic master into u-boot master branch.
If there is a problem, let me know, plz

Best Regards,
Jaehoon Chung

CI: https://source.denx.de/u-boot/custodians/u-boot-pmic/-/pipelines/10653

The following changes since commit d71dbe657c3c22f50ecb3df133e5cdd884daae7d:

  Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-01-15 07:39:09 -0500)

are available in the Git repository at:

  git@source.denx.de:u-boot/custodians/u-boot-pmic.git master

for you to fetch changes up to 97187d5e375cd56f96e6ddca44d2790986899dca:

  power: domain: Add Apple pmgr driver (2022-01-17 06:56:01 +0900)

----------------------------------------------------------------
Mark Kettenis (3):
      arm: dts: apple: Update Apple M1 device trees
      arm: dts: apple: Add u-boot,dm-pre-reloc properties
      power: domain: Add Apple pmgr driver

 arch/arm/Kconfig                    |    3 +
 arch/arm/dts/Makefile               |    5 +-
 arch/arm/dts/t8103-j274-u-boot.dtsi |    1 +
 arch/arm/dts/t8103-j274.dts         |  176 +++---
 arch/arm/dts/t8103-j293-u-boot.dtsi |    1 +
 arch/arm/dts/t8103-j293.dts         |  135 +++--
 arch/arm/dts/t8103-j313-u-boot.dtsi |    1 +
 arch/arm/dts/t8103-j313.dts         |  111 ++++
 arch/arm/dts/t8103-j456-u-boot.dtsi |    1 +
 arch/arm/dts/t8103-j456.dts         |  117 ++++
 arch/arm/dts/t8103-j457-u-boot.dtsi |    1 +
 arch/arm/dts/t8103-j457.dts         |  105 ++++
 arch/arm/dts/t8103-jxxx.dtsi        |  143 +++++
 arch/arm/dts/t8103-pmgr.dtsi        | 1138 +++++++++++++++++++++++++++++++++++
 arch/arm/dts/t8103-u-boot.dtsi      |   25 +
 arch/arm/dts/t8103.dtsi             |  675 ++++++++++++---------
 drivers/power/domain/Kconfig        |    9 +
 drivers/power/domain/Makefile       |    1 +
 drivers/power/domain/apple-pmgr.c   |  113 ++++
 19 files changed, 2340 insertions(+), 421 deletions(-)
 create mode 100644 arch/arm/dts/t8103-j274-u-boot.dtsi
 create mode 100644 arch/arm/dts/t8103-j293-u-boot.dtsi
 create mode 100644 arch/arm/dts/t8103-j313-u-boot.dtsi
 create mode 100644 arch/arm/dts/t8103-j313.dts
 create mode 100644 arch/arm/dts/t8103-j456-u-boot.dtsi
 create mode 100644 arch/arm/dts/t8103-j456.dts
 create mode 100644 arch/arm/dts/t8103-j457-u-boot.dtsi
 create mode 100644 arch/arm/dts/t8103-j457.dts
 create mode 100644 arch/arm/dts/t8103-jxxx.dtsi
 create mode 100644 arch/arm/dts/t8103-pmgr.dtsi
 create mode 100644 arch/arm/dts/t8103-u-boot.dtsi
 create mode 100644 drivers/power/domain/apple-pmgr.c

Comments

Tom Rini Jan. 17, 2022, 4:11 p.m. UTC | #1
On Mon, Jan 17, 2022 at 08:20:36AM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Please pull u-boot-pmic master into u-boot master branch.
> If there is a problem, let me know, plz
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-pmic/-/pipelines/10653
> 
> The following changes since commit d71dbe657c3c22f50ecb3df133e5cdd884daae7d:
> 
>   Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-01-15 07:39:09 -0500)
> 
> are available in the Git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-pmic.git master
> 
> for you to fetch changes up to 97187d5e375cd56f96e6ddca44d2790986899dca:
> 
>   power: domain: Add Apple pmgr driver (2022-01-17 06:56:01 +0900)
> 

Applied to u-boot/master, thanks!