mbox series

[PULL] Pull request for u-boot master / v2023.01-rc4 = u-boot-stm32-20221212

Message ID f5a8d390-86df-a0fe-f2a3-76bef83be6be@foss.st.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] Pull request for u-boot master / v2023.01-rc4 = u-boot-stm32-20221212 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20221212

Message

Patrice CHOTARD Dec. 12, 2022, 12:10 p.m. UTC
Hi Tom

Please pull these 2 patches for v2023.01-rc4

CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/14403

The following changes since commit 7a7b0856ca01f0dadc940f6f1bc6df44129ad9d0:

  Merge tag 'u-boot-nand-20221211' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2022-12-11 09:40:25 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20221212

for you to fetch changes up to 30257f4699e0e58818f6e6f86021a994f485ee58:

  dm: pmic: ignore disabled node in pmic_bind_children (2022-12-12 11:25:28 +0100)

----------------------------------------------------------------
phy: usbphyc: use regulator_set_enable_if_allowed for disabling vbus supply
dm: pmic: ignore disabled node in pmic_bind_children

----------------------------------------------------------------
Patrick Delaunay (2):
      phy: usbphyc: use regulator_set_enable_if_allowed for disabling vbus supply
      dm: pmic: ignore disabled node in pmic_bind_children

 drivers/phy/phy-stm32-usbphyc.c  | 2 +-
 drivers/power/pmic/pmic-uclass.c | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

Comments

Tom Rini Dec. 12, 2022, 3:43 p.m. UTC | #1
On Mon, Dec 12, 2022 at 01:10:52PM +0100, Patrice CHOTARD wrote:

> Hi Tom
> 
> Please pull these 2 patches for v2023.01-rc4
> 
> CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/14403
> 
> The following changes since commit 7a7b0856ca01f0dadc940f6f1bc6df44129ad9d0:
> 
>   Merge tag 'u-boot-nand-20221211' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2022-12-11 09:40:25 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20221212
> 
> for you to fetch changes up to 30257f4699e0e58818f6e6f86021a994f485ee58:
> 
>   dm: pmic: ignore disabled node in pmic_bind_children (2022-12-12 11:25:28 +0100)
> 

Applied to u-boot/master, thanks!