mbox series

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

Message ID f02fc000-08cf-4b60-595f-01ddd9df3033@samsung.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] Please pull u-boot-pmic next | expand

Pull-request

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

Message

Jaehoon Chung July 4, 2023, 7:25 a.m. UTC
Dear Tom,

Please pull u-boot-pmic next into u-boot next 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/16767

The following changes since commit 67d8b46e6efa306403e45f4c76f24b86a5e63b75:

  Merge tag 'u-boot-amlogic-next-20230628' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next (2023-06-28 10:10:03 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 8202bc29454cfdd5839058e4b79c36a3fbb221cf:

  regulator: handle different error codes in regulator_set_enable_if_allowed (2023-07-04 11:21:12 +0900)

----------------------------------------------------------------
Eugen Hristev (3):
      regulator: implement basic reference counter
      regulator: rename dev_pdata to plat
      regulator: handle different error codes in regulator_set_enable_if_allowed

 drivers/power/regulator/fan53555.c         | 10 ++---
 drivers/power/regulator/fixed.c            | 16 ++++----
 drivers/power/regulator/gpio-regulator.c   | 46 +++++++++++-----------
 drivers/power/regulator/regulator-uclass.c |  6 +++
 drivers/power/regulator/regulator_common.c | 61 ++++++++++++++++++++----------
 drivers/power/regulator/regulator_common.h | 27 +++++++++++--
 6 files changed, 107 insertions(+), 59 deletions(-)

Comments

Tom Rini July 5, 2023, 1:35 p.m. UTC | #1
On Tue, Jul 04, 2023 at 04:25:55PM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Please pull u-boot-pmic next into u-boot next 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/16767
> 
> The following changes since commit 67d8b46e6efa306403e45f4c76f24b86a5e63b75:
> 
>   Merge tag 'u-boot-amlogic-next-20230628' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next (2023-06-28 10:10:03 -0400)
> 
> are available in the Git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-pmic.git next
> 
> for you to fetch changes up to 8202bc29454cfdd5839058e4b79c36a3fbb221cf:
> 
>   regulator: handle different error codes in regulator_set_enable_if_allowed (2023-07-04 11:21:12 +0900)
> 

Applied to u-boot/next, thanks!