Alban Bedel (1): MIPS: ath79: Fix the ar913x reference clock rate Antony Pavlov (8): dt-bindings: clock: qca,ath79-pll: fix copy-paste typos MIPS: dts: qca: ar9132: fix typo: "ppl" -> "pll" MIPS: dts: qca: ar9132_tl_wr1043nd_v1.dts: drop unused alias node MIPS: dts: qca: ar9132: use short references for uart, usb and spi nodes MIPS: dts: qca: ar9132_tl_wr1043nd_v1.dts: use "ref" for reference clock name MIPS: ath79: update devicetree support for AR9132 MIPS: ath79: setup.c: disable platform code for OF boards WIP: MIPS: ath79: add tl-wr1043nd{,no-dt}_defconfig Weijie Gao (1): MIPS: ath79: Fix the ar724x clock calculation .../devicetree/bindings/clock/qca,ath79-pll.txt | 6 +- arch/mips/ath79/clock.c | 160 +++++++++++++-------- arch/mips/ath79/setup.c | 15 +- arch/mips/boot/dts/qca/ar9132.dtsi | 16 ++- arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dts | 88 ++++++------ arch/mips/configs/tl-wr1043nd-no-dt_defconfig | 100 +++++++++++++ arch/mips/configs/tl-wr1043nd_defconfig | 98 +++++++++++++ include/dt-bindings/clock/ath79-clk.h | 20 +++ 8 files changed, 382 insertions(+), 121 deletions(-) create mode 100644 arch/mips/configs/tl-wr1043nd-no-dt_defconfig create mode 100644 arch/mips/configs/tl-wr1043nd_defconfig create mode 100644 include/dt-bindings/clock/ath79-clk.h -- 2.7.0