Hi all, this small serie add a trivial driver for the reset controller found on the AR71XX/AR9XXX SoC. Of note is only the fact that the ATH79 board support code use a custom API for this and ioremap the same memory area. However this custom API is only used by board not supporting OF, so it won't come into play for boards using OF. As such it should still be safe, even if the double ioremap is a bit ugly. Alban Alban Bedel (3): devicetree: Add bindings for the ATH79 reset controller reset: Add a driver for the reset controller on the AR71XX/AR9XXX MIPS: ath79: Add the reset controller to the AR9132 dtsi .../devicetree/bindings/reset/ath79-reset.txt | 20 ++++ arch/mips/Kconfig | 1 + arch/mips/boot/dts/qca/ar9132.dtsi | 8 ++ drivers/reset/Makefile | 1 + drivers/reset/reset-ath79.c | 128 +++++++++++++++++++++ 5 files changed, 158 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/ath79-reset.txt create mode 100644 drivers/reset/reset-ath79.c -- 2.0.0