mbox series

[0/6] stm32mp: soome changes and fixes for STM32MP13 and STM32MP15 boards

Message ID 20230427133638.1477556-1-patrick.delaunay@foss.st.com
Headers show
Series stm32mp: soome changes and fixes for STM32MP13 and STM32MP15 boards | expand

Message

Patrick Delaunay April 27, 2023, 1:36 p.m. UTC
Hi,

here come some cleanups and fixed for the STM32MP13 and STM32MP15 boards.



Patrick Delaunay (6):
  stm32mp: add support of STM32MP15x Rev.Y
  stm32mp: bsec: add check on null size in misc ops
  configs: stm32mp1: reduce DDR_CACHEABLE_SIZE to supported 256MB DDR
  stm32mp: stm32prog: fix OTP read/write error management
  stm32mp: stm32prog: use the decimal format by default for offset
    parsing
  pmic: stpmic1: support new prefix node name for regulator

 arch/arm/mach-stm32mp/bsec.c                    |  4 ++--
 arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c | 11 +++++++++--
 arch/arm/mach-stm32mp/include/mach/sys_proto.h  |  1 +
 arch/arm/mach-stm32mp/stm32mp15x.c              |  5 ++++-
 configs/stm32mp13_defconfig                     |  2 +-
 configs/stm32mp15_defconfig                     |  2 +-
 drivers/power/pmic/stpmic1.c                    |  2 ++
 7 files changed, 20 insertions(+), 7 deletions(-)

Comments

Patrice CHOTARD June 16, 2023, 11:47 a.m. UTC | #1
On 4/27/23 15:36, Patrick Delaunay wrote:
> Hi,
> 
> here come some cleanups and fixed for the STM32MP13 and STM32MP15 boards.
> 
> 
> 
> Patrick Delaunay (6):
>   stm32mp: add support of STM32MP15x Rev.Y
>   stm32mp: bsec: add check on null size in misc ops
>   configs: stm32mp1: reduce DDR_CACHEABLE_SIZE to supported 256MB DDR
>   stm32mp: stm32prog: fix OTP read/write error management
>   stm32mp: stm32prog: use the decimal format by default for offset
>     parsing
>   pmic: stpmic1: support new prefix node name for regulator
> 
>  arch/arm/mach-stm32mp/bsec.c                    |  4 ++--
>  arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.c | 11 +++++++++--
>  arch/arm/mach-stm32mp/include/mach/sys_proto.h  |  1 +
>  arch/arm/mach-stm32mp/stm32mp15x.c              |  5 ++++-
>  configs/stm32mp13_defconfig                     |  2 +-
>  configs/stm32mp15_defconfig                     |  2 +-
>  drivers/power/pmic/stpmic1.c                    |  2 ++
>  7 files changed, 20 insertions(+), 7 deletions(-)
> 

for the whole series:

Applied to u-boot-stm/next

Thanks
Patrice