lkml.org 
[lkml]   [2020]   [Jun]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH v2 0/6] bmips: add BCM63xx power domain controller
    Date
    BCM6318, BCM6328, BCM6362 and BCM63268 SoCs have a power domain controller
    to enable/disable certain components in order to save power.

    v2: Introduce changes suggested by Florian:
    - Add separate YAML file for dt-bindings.
    - Add bcm63xx folder in drivers/soc/bcm.
    - Update MAINTAINERS.
    - Add dt-bindings header files.
    - Also add BCM63268 support.

    Álvaro Fernández Rojas (6):
    dt-bindings: soc: brcm: add BCM63xx power domain binding
    soc: bcm: add BCM63xx power domain driver
    mips: bmips: dts: add BCM6328 power domain support
    mips: bmips: dts: add BCM6362 power domain support
    mips: bmips: dts: add BCM63268 power domain support
    mips: bmips: add BCM6318 power domain definitions

    .../bindings/soc/bcm/brcm,bcm63xx-power.yaml | 44 +++
    MAINTAINERS | 1 +
    arch/mips/boot/dts/brcm/bcm63268.dtsi | 6 +
    arch/mips/boot/dts/brcm/bcm6328.dtsi | 6 +
    arch/mips/boot/dts/brcm/bcm6362.dtsi | 6 +
    drivers/soc/bcm/Kconfig | 10 +
    drivers/soc/bcm/Makefile | 1 +
    drivers/soc/bcm/bcm63xx/Kconfig | 12 +
    drivers/soc/bcm/bcm63xx/Makefile | 2 +
    drivers/soc/bcm/bcm63xx/bcm63xx-power.c | 374 ++++++++++++++++++
    include/dt-bindings/soc/bcm6318-pm.h | 17 +
    include/dt-bindings/soc/bcm63268-pm.h | 21 +
    include/dt-bindings/soc/bcm6328-pm.h | 17 +
    include/dt-bindings/soc/bcm6362-pm.h | 21 +
    14 files changed, 538 insertions(+)
    create mode 100644 Documentation/devicetree/bindings/soc/bcm/brcm,bcm63xx-power.yaml
    create mode 100644 drivers/soc/bcm/bcm63xx/Kconfig
    create mode 100644 drivers/soc/bcm/bcm63xx/Makefile
    create mode 100644 drivers/soc/bcm/bcm63xx/bcm63xx-power.c
    create mode 100644 include/dt-bindings/soc/bcm6318-pm.h
    create mode 100644 include/dt-bindings/soc/bcm63268-pm.h
    create mode 100644 include/dt-bindings/soc/bcm6328-pm.h
    create mode 100644 include/dt-bindings/soc/bcm6362-pm.h

    --
    2.26.2

    \
     
     \ /
      Last update: 2020-06-10 18:33    [W:4.110 / U:1.272 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site