On 5/21/25 15:41, Patrice Chotard wrote:
From: Gabriel Fernandez
Implement STM32MP25 reset drivers using stm32-core-reset API.
This reset stm32-reset-core API and will be able to use DT binding
index started from 0.
This patch also moves legacy reset into stm32 directory reset.
Signed-off
On 5/21/25 15:41, Patrice Chotard wrote:
From: Gabriel Fernandez
Add clock driver support for STM32MP25 SoCs.
Signed-off-by: Gabriel Fernandez
Signed-off-by: Valentin Caron
Signed-off-by: Patrice Chotard
Cc: Lukasz Majewski
Cc: Sean Anderson
---
drivers/clk/stm32/Kconfig
Signed-off-by: Gabriel Fernandez
Reviewed-by: Patrick Delaunay
Reviewed-by: Sean Anderson
Tested-by: Patrick Delaunay
---
(no changes since v3)
Changes in v3:
- fix cosmetic
- add comments in commit message
- explanation of stm32 clock gating
Changes in v2:
- deference check_security() call
Adds support of Clock and Reset drivers for STM32MP13 platform.
Signed-off-by: Gabriel Fernandez
Reviewed-by: Patrick Delaunay
---
(no changes since v2)
Changes in v2:
- missing support of CRYP1 clock
arch/arm/dts/stm32mp13-u-boot.dtsi | 4 +
arch/arm/dts/stm32mp131.dtsi | 119
/set_rate) ops
- fix gate refcounting
- documented structures in clock-core API
- remove useless spinlocks
- cosmetic changes
- remove useless defines
- missing support of CRYP1 clock
Gabriel Fernandez (3):
dt-bindings: stm32mp13: add clock & reset support for STM32MP13
clk: stm32mp13: intro
Add support of stm32mp13 DT bindings of clock and reset.
Signed-off-by: Gabriel Fernandez
Reviewed-by: Patrick Delaunay
---
Changes in v4:
- update MAINTAINERS files
MAINTAINERS | 5 +-
include/dt-bindings/clock/stm32mp13-clks.h | 229
On 11/24/22 05:28, Sean Anderson wrote:
On 11/22/22 03:05, Gabriel Fernandez wrote:
STM32MP13 RCC driver uses Common Clock Framework and also a
'clk-stm32-core' API. Then STM32MPx RCC driver will contain only data
configuration (gates, mux, dividers and the way to check securit
On 11/24/22 05:39, Sean Anderson wrote:
Subject:
Re: [PATCH v3 1/3] dt-bindings: stm32mp13: add clock & reset support
for STM32MP13
From:
Sean Anderson
Date:
11/24/22, 05:39
To:
Gabriel Fernandez , u-boot@lists.denx.de
CC:
Patrick DELAUNAY , U-Boot STM32
, Patrice Chotard
On 11/2
- documented structures in clock-core API
- remove useless spinlocks
- cosmetic changes
- remove useless defines
Gabriel Fernandez (3):
dt-bindings: stm32mp13: add clock & reset support for STM32MP13
clk: stm32mp13: introduce STM32MP13 RCC driver
arm: dts: stm32mp13: add support of RCC dr
Signed-off-by: Gabriel Fernandez
Reviewed-by: Patrick Delaunay
Tested-by: Patrick Delaunay
---
(no changes since v1)
drivers/clk/stm32/Kconfig | 15 +
drivers/clk/stm32/Makefile | 2 +
drivers/clk/stm32/clk-stm32-core.c | 268 +
drivers/clk/stm32/clk-stm32-co
Adds support of Clock and Reset drivers for STM32MP13 platform.
Signed-off-by: Gabriel Fernandez
---
Changes in v3:
- fix cosmetic
- add comments in commit message
- explanation of stm32 clock gating
Changes in v2:
- deference check_security() call back
- use of ccf_clk_(enable/disable
Add support of stm32mp13 DT bindings of clock and reset.
Signed-off-by: Gabriel Fernandez
Reviewed-by: Patrick Delaunay
---
(no changes since v1)
MAINTAINERS | 2 +
include/dt-bindings/clock/stm32mp13-clks.h | 229 +++
include/dt-bindings
On 11/8/22 02:59, Sean Anderson wrote:
On 10/26/22 12:44, Gabriel Fernandez wrote:
Introduce STM32MP13 RCC driver using Common Clock Framework.
Please augment this commit message with some of the explanations you
sent last time.
ok
Signed-off-by: Gabriel Fernandez
Reviewed-by
Introduce STM32MP13 RCC driver using Common Clock Framework.
Signed-off-by: Gabriel Fernandez
Reviewed-by: Patrick Delaunay
Tested-by: Patrick Delaunay
---
(no changes since v1)
drivers/clk/stm32/Kconfig | 15 +
drivers/clk/stm32/Makefile | 2 +
drivers/clk/stm32/clk
Adds support of Clock and Reset drivers for STM32MP13 platform.
Signed-off-by: Gabriel Fernandez
---
Changes in v2:
- deference check_security() call back
- use of ccf_clk_(enable/disable/get_rate/set_rate) ops
- fix gate refcounting
- documented structures in clock-core API
- remove useless
defines
Gabriel Fernandez (3):
dt-bindings: stm32mp13: add clock & reset support for STM32MP13
clk: stm32mp13: introduce STM32MP13 RCC driver
arm: dts: stm32mp13: add support of RCC driver
MAINTAINERS | 2 +
arch/arm/dts/stm32mp13-u-boot.
Add support of stm32mp13 DT bindings of clock and reset.
Signed-off-by: Gabriel Fernandez
Reviewed-by: Patrick Delaunay
---
(no changes since v1)
MAINTAINERS | 2 +
include/dt-bindings/clock/stm32mp13-clks.h | 229 +++
include/dt-bindings
Hi Sean
Thank's for reviewing !
Best Regards
Gabriel
On 10/12/22 19:05, Sean Anderson wrote:
On 10/12/22 08:33, Gabriel Fernandez wrote:
Introduce STM32MP13 RCC driver using Common Clock Framework.
Signed-off-by: Gabriel Fernandez
---
drivers/clk/stm32/Kconfig |
Introduce STM32MP13 RCC driver using Common Clock Framework.
Signed-off-by: Gabriel Fernandez
---
drivers/clk/stm32/Kconfig | 15 +
drivers/clk/stm32/Makefile |2 +
drivers/clk/stm32/clk-stm32-core.c | 349 ++
drivers/clk/stm32/clk-stm32-core.h | 154 +++
drivers
Adds support of Clock and Reset drivers for STM32MP13 platform.
Signed-off-by: Gabriel Fernandez
---
arch/arm/dts/stm32mp13-u-boot.dtsi | 4 +
arch/arm/dts/stm32mp131.dtsi | 119 +++--
arch/arm/dts/stm32mp133.dtsi | 4 +-
arch/arm/dts/stm32mp13xf.dtsi
Add support of stm32mp13 DT bindings of clock and reset.
Signed-off-by: Gabriel Fernandez
---
MAINTAINERS | 2 +
include/dt-bindings/clock/stm32mp13-clks.h | 229 +++
include/dt-bindings/reset/stm32mp13-resets.h | 100
3 files
This serie adds support of clock and reset for STM32MP13.
Gabriel Fernandez (3):
dt-bindings: stm32mp13: add clock & reset support for STM32MP13
clk: stm32mp13: introduce STM32MP13 RCC driver
arm: dts: stm32mp13: add support of RCC driver
MAINTAI
22 matches
Mail list logo