public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] dm: power: domain: add BCM6328 power domain driver
@ 2017-05-07 18:28 Álvaro Fernández Rojas
  2017-05-07 18:28 ` [U-Boot] [PATCH 1/4] " Álvaro Fernández Rojas
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Álvaro Fernández Rojas @ 2017-05-07 18:28 UTC (permalink / raw)
  To: u-boot

BCM6328 SoCs have power domain controllers which supports enabling and
disabling power for the different peripherals.

Álvaro Fernández Rojas (4):
  dm: power: domain: add BCM6328 power domain driver
  mips: bmips: add bcm6328-power-domain driver support for BCM6328
  mips: bmips: add bcm6328-power-domain driver support for BCM63268
  mips: bmips: enable bcm6328-power-domain driver for BCM6328 and
    BCM63268 boards

 arch/mips/dts/brcm,bcm63268.dtsi                   |  7 ++
 arch/mips/dts/brcm,bcm6328.dtsi                    |  7 ++
 configs/comtrend_ar5387un_ram_defconfig            |  2 +
 configs/comtrend_vr3032u_ram_defconfig             |  2 +
 drivers/power/domain/Kconfig                       |  7 ++
 drivers/power/domain/Makefile                      |  1 +
 drivers/power/domain/bcm6328-power-domain.c        | 83 ++++++++++++++++++++++
 .../power-domain/bcm63268-power-domain.h           | 25 +++++++
 .../power-domain/bcm6328-power-domain.h            | 21 ++++++
 9 files changed, 155 insertions(+)
 create mode 100644 drivers/power/domain/bcm6328-power-domain.c
 create mode 100644 include/dt-bindings/power-domain/bcm63268-power-domain.h
 create mode 100644 include/dt-bindings/power-domain/bcm6328-power-domain.h

-- 
2.1.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-05-10 14:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-07 18:28 [U-Boot] [PATCH 0/4] dm: power: domain: add BCM6328 power domain driver Álvaro Fernández Rojas
2017-05-07 18:28 ` [U-Boot] [PATCH 1/4] " Álvaro Fernández Rojas
2017-05-07 18:28 ` [U-Boot] [PATCH 2/4] mips: bmips: add bcm6328-power-domain driver support for BCM6328 Álvaro Fernández Rojas
2017-05-07 18:28 ` [U-Boot] [PATCH 3/4] mips: bmips: add bcm6328-power-domain driver support for BCM63268 Álvaro Fernández Rojas
2017-05-07 18:28 ` [U-Boot] [PATCH 4/4] mips: bmips: enable bcm6328-power-domain driver for BCM6328 and BCM63268 boards Álvaro Fernández Rojas
2017-05-10 14:21 ` [U-Boot] [PATCH 0/4] dm: power: domain: add BCM6328 power domain driver Daniel Schwierzeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox