mbox series

[v2,0/9] ARM: mstar: DT filling out

Message ID 20200728100321.1691745-1-daniel@0x0f.com (mailing list archive)
Headers show
Series ARM: mstar: DT filling out | expand

Message

Daniel Palmer July 28, 2020, 10:03 a.m. UTC
This series adds a few low hanging fruit that are purely DT changes to
keep the ball rolling while I work on series for more complicated things
like the interrupt controllers.

Summary of changes:

- Adds the IMI SRAM region and sets the right size for each family
- Adds the ARM PMU
- Adds a syscon for a lump of registers called "pmsleep"
- Uses the pmsleep syscon to enable reboot

Changes since v1:

- pmsleep node has been given it's own compatible string alongside
  the generic syscon based on Arnd's feedback.

- dt binding description has been added for the above.

- To avoid having to update MAINTAINERS repeatly I've moved the existing
  two binding descriptions in with the pmsleep one in arm/mstar.

Daniel Palmer (9):
  dt-bindings: arm: mstar: Add binding details for mstar,pmsleep
  dt-bindings: arm: mstar: Move existing MStar binding descriptions
  ARM: mstar: Add IMI SRAM region
  ARM: mstar: Adjust IMI size of infinity
  ARM: mstar: Adjust IMI size for mercury5
  ARM: mstar: Adjust IMI size for infinity3
  ARM: mstar: Add PMU
  ARM: mstar: Add "pmsleep" node to base dtsi
  ARM: mstar: Add reboot support

 .../{misc => arm/mstar}/mstar,l3bridge.yaml   |  2 +-
 .../bindings/arm/mstar/mstar,pmsleep.yaml     | 43 +++++++++++++++++++
 .../bindings/arm/{ => mstar}/mstar.yaml       |  2 +-
 MAINTAINERS                                   |  2 +-
 arch/arm/boot/dts/infinity.dtsi               |  4 ++
 arch/arm/boot/dts/infinity3.dtsi              |  4 ++
 arch/arm/boot/dts/mercury5.dtsi               |  4 ++
 arch/arm/boot/dts/mstar-v7.dtsi               | 26 ++++++++++-
 8 files changed, 83 insertions(+), 4 deletions(-)
 rename Documentation/devicetree/bindings/{misc => arm/mstar}/mstar,l3bridge.yaml (93%)
 create mode 100644 Documentation/devicetree/bindings/arm/mstar/mstar,pmsleep.yaml
 rename Documentation/devicetree/bindings/arm/{ => mstar}/mstar.yaml (93%)

Comments

patchwork-bot+linux-soc@kernel.org July 28, 2020, 11:22 a.m. UTC | #1
Hello:

This series was applied to soc/soc.git (refs/heads/for-next).

On Tue, 28 Jul 2020 19:03:12 +0900 you wrote:
> This series adds a few low hanging fruit that are purely DT changes to
> keep the ball rolling while I work on series for more complicated things
> like the interrupt controllers.
> 
> Summary of changes:
> 
> - Adds the IMI SRAM region and sets the right size for each family
> - Adds the ARM PMU
> - Adds a syscon for a lump of registers called "pmsleep"
> - Uses the pmsleep syscon to enable reboot
> 
> [...]


Here is a summary with links:
  - [v2,1/9] dt-bindings: arm: mstar: Add binding details for mstar,pmsleep
    https://git.kernel.org/soc/soc/c/33cabc0bc679022160c48f96e2d358e666710f58
  - [v2,2/9] dt-bindings: arm: mstar: Move existing MStar binding descriptions
    https://git.kernel.org/soc/soc/c/9e30b098f25f525af048e685ccb79fc958cfd200
  - [v2,3/9] ARM: mstar: Add IMI SRAM region
    https://git.kernel.org/soc/soc/c/7f6348b6a5096c46cf5b833d8ea0ae5eeb61e336
  - [v2,4/9] ARM: mstar: Adjust IMI size of infinity
    https://git.kernel.org/soc/soc/c/ab6be2008673c6ee5cd7b77946d992bf53ab91db
  - [v2,5/9] ARM: mstar: Adjust IMI size for mercury5
    https://git.kernel.org/soc/soc/c/e709252cac13d9fbba34c6e9d1624f258bf80e89
  - [v2,6/9] ARM: mstar: Adjust IMI size for infinity3
    https://git.kernel.org/soc/soc/c/6e17d1316d5cdd771f9cd40496d5d740d69ae990
  - [v2,7/9] ARM: mstar: Add PMU
    https://git.kernel.org/soc/soc/c/d7f1d81b0fe80a2fdd4485427921b04dbd0ab062
  - [v2,8/9] ARM: mstar: Add "pmsleep" node to base dtsi
    https://git.kernel.org/soc/soc/c/9345a99710aa3a7ad600b2089672cb0f2088f1ff
  - [v2,9/9] ARM: mstar: Add reboot support
    https://git.kernel.org/soc/soc/c/7e836785bc11aca306ce6acbb43f8a5b5d0a9880

You are awesome, thank you!