mbox series

[PULL] Pull request for u-boot master / v2022.10 = u-boot-stm32-20220915

Message ID 7dc1d636-7b90-6ac3-be94-7512bd4163bb@foss.st.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] Pull request for u-boot master / v2022.10 = u-boot-stm32-20220915 | expand

Pull-request

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

Message

Patrick DELAUNAY Sept. 15, 2022, 3:37 p.m. UTC
Hi Tom,

Please pull the STM32 related fixes for u-boot/master, v2022.10: 
u-boot-stm32-20220915

- Fixes on STM32 I2C drivers
- Activate SCMI regulator for STM32MP15 defconfig, fix the usb start command
   for scmi device tree

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

Thanks,
Patrick

git request-pull origin/master 
https://source.denx.de/u-boot/custodians/u-boot-stm.git/ 
u-boot-stm32-20220915

The following changes since commit d6a03711fde2a6c99614af20ee95a9efe7ad232b:

   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell 
(2022-09-13 08:19:42 -0400)

are available in the Git repository at:

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

for you to fetch changes up to a22692dd815c20b3fc6354be954ce65922761ad1:

   i2c: stm32: fix usage of rise/fall device tree properties (2022-09-15 
14:59:29 +0200)

----------------------------------------------------------------
- Fixes on STM32 I2C drivers
- Activate SCMI regulator for STM32MP15 defconfig, fix the usb start command
   for scmi device tree

----------------------------------------------------------------
Alain Volmat (3):
       i2c: stm32: fix comment and remove unused AUTOEND bit
       i2c: stm32: remove unused stop parameter in start & reload handling
       i2c: stm32: do not set the STOP condition on error

Jorge Ramirez-Ortiz (2):
       i2c: stm32f7: fix clearing the control register
       i2c: stm32: fix usage of rise/fall device tree properties

Patrick Delaunay (1):
       configs: stm32mp15: activate DM_REGULATOR_SCMI

  configs/stm32mp15_defconfig |  1 +
  drivers/i2c/stm32f7_i2c.c   | 33 ++++++++++++++++-----------------
  2 files changed, 17 insertions(+), 17 deletions(-)

Comments

Tom Rini Sept. 15, 2022, 6:32 p.m. UTC | #1
On Thu, Sep 15, 2022 at 05:37:58PM +0200, Patrick DELAUNAY wrote:

> Hi Tom,
> 
> Please pull the STM32 related fixes for u-boot/master, v2022.10:
> u-boot-stm32-20220915
> 
> - Fixes on STM32 I2C drivers
> - Activate SCMI regulator for STM32MP15 defconfig, fix the usb start command
>   for scmi device tree
> 
> CI status:
> https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/13457
> 
> Thanks,
> Patrick
> 
> git request-pull origin/master
> https://source.denx.de/u-boot/custodians/u-boot-stm.git/
> u-boot-stm32-20220915
> 
> The following changes since commit d6a03711fde2a6c99614af20ee95a9efe7ad232b:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2022-09-13
> 08:19:42 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-stm.git/
> tags/u-boot-stm32-20220915
> 
> for you to fetch changes up to a22692dd815c20b3fc6354be954ce65922761ad1:
> 
>   i2c: stm32: fix usage of rise/fall device tree properties (2022-09-15
> 14:59:29 +0200)
> 

Applied to u-boot/master, thanks!