Message ID | 20220610092414.1816571-1-claudiu.beznea@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | power: reset: at91-reset: add support for sama7g5 | expand |
Hi, On Fri, Jun 10, 2022 at 12:24:05PM +0300, Claudiu Beznea wrote: > Hi, > > The series adds reset controller support for SAMA7G5 SoCs. Compared with > previous version the reset controller embedded on SAMA7G5 is able to > reset individual on SoC devices (e.g. USB PHY controllers). > > Among with this I took the change and converted reset controller > bindings to YAML (patch 2/9) and adapt reset controller nodes in > device tree files to comply with DT specifications (patch 1/9). > > Thank you, > Claudiu Beznea Thanks, I queued patches 2-8 (i.e. skipping the DT patches). The DT patches can go through the ARM tree. In case you plan to use the dt-binding include I queued the patches via an immutable branch that can be pulled into the ARM tree: ----------------------------------------------------------------------------- The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/at91-reset-sama7g5-signed for you to fetch changes up to a22c8e8834bcc55e44d0bae738f0915df7e6f573: power: reset: at91-reset: add support for SAMA7G5 (2022-06-17 17:20:00 +0200) ---------------------------------------------------------------- power: reset: at91-reset: add support for sama7g5 This adds reset controller support for SAMA7G5 SoCs. Compared with previous version the reset controller embedded on SAMA7G5 is able to reset individual on SoC devices (e.g. USB PHY controllers). Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> ---------------------------------------------------------------- Claudiu Beznea (7): dt-bindings: reset: convert Atmel/Microchip reset controller to YAML dt-bindings: reset: atmel,at91sam9260-reset: add sama7g5 bindings dt-bindings: reset: add sama7g5 definitions power: reset: at91-reset: document structures and enums power: reset: at91-reset: add at91_reset_data power: reset: at91-reset: add reset_controller_dev support power: reset: at91-reset: add support for SAMA7G5 .../devicetree/bindings/arm/atmel-sysregs.txt | 15 -- .../bindings/reset/atmel,at91sam9260-reset.yaml | 68 ++++++++ drivers/power/reset/at91-reset.c | 184 +++++++++++++++++++-- include/dt-bindings/reset/sama7g5-reset.h | 10 ++ 4 files changed, 247 insertions(+), 30 deletions(-) create mode 100644 Documentation/devicetree/bindings/reset/atmel,at91sam9260-reset.yaml create mode 100644 include/dt-bindings/reset/sama7g5-reset.h ----------------------------------------------------------------------------- -- Sebastian