From: Gabriel Fernandez <gabriel.fernandez@xxxxxx> v3: - Use the builtin for the register v2: - switch to the non-relaxed variants - describe dt-binfings in one place The STM32 MCUs family IPs can be reset by accessing some registers from the RCC block. Gabriel Fernandez (1): ARM: dts: stm32f429: add missing #reset-cells of rcc Maxime Coquelin (3): dt-bindings: mfd: Add STM32F4 RCC numeric constants into DT include file dt-bindings: Document the STM32 reset bindings drivers: reset: Add STM32 reset driver .../devicetree/bindings/clock/st,stm32-rcc.txt | 42 ++++++-- .../devicetree/bindings/reset/st,stm32-rcc.txt | 6 ++ arch/arm/boot/dts/stm32f429.dtsi | 1 + drivers/reset/Makefile | 1 + drivers/reset/reset-stm32.c | 108 +++++++++++++++++++++ include/dt-bindings/mfd/stm32f4-rcc.h | 98 +++++++++++++++++++ 6 files changed, 249 insertions(+), 7 deletions(-) create mode 100644 Documentation/devicetree/bindings/reset/st,stm32-rcc.txt create mode 100644 drivers/reset/reset-stm32.c create mode 100644 include/dt-bindings/mfd/stm32f4-rcc.h -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html