Hi all, This patch series adds support for the BCM6328-style software reset hardware block commonly found on Broadcom BCM63xx DSL SoCs.
Thanks! Florian Fainelli (3): Documentation: bindings: add BCM6328-style soft reset binding power: reset: add Broadcom BCM63xx software reset driver ARM: dts: BCM63xx: add soft-reset node .../devicetree/bindings/arm/bcm/bcm63138.txt | 16 +++++ arch/arm/boot/dts/bcm63138.dtsi | 5 ++ drivers/power/reset/Kconfig | 7 ++ drivers/power/reset/Makefile | 1 + drivers/power/reset/bcm63xx-reboot.c | 80 ++++++++++++++++++++++ 5 files changed, 109 insertions(+) create mode 100644 drivers/power/reset/bcm63xx-reboot.c -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/