Over the last year these had been staged inside openwrt. These patches are a pre-req for the following series which adds new mediatek SoCs. John Crispin (10): MIPS: ralink: add verbose pmu info MIPS: ralink: add a helper for reading the ECO version MIPS: ralink: add rt_sysc_m32 helper MIPS: ralink: add a bootrom dumper module MIPS: ralink: add illegal access driver MIPS: ralink: allow manual memory override MIPS: ralink: add missing clk_set_rate() to clk.c MIPS: ralink: add rt2880 wmac clock MIPS: ralink: add rt3883 wmac clock MIPS: ralink: copy the commandline from the devicetree arch/mips/include/asm/mach-ralink/mt7620.h | 5 ++ arch/mips/include/asm/mach-ralink/ralink_regs.h | 7 ++ arch/mips/ralink/Makefile | 4 ++ arch/mips/ralink/bootrom.c | 48 +++++++++++++ arch/mips/ralink/clk.c | 6 ++ arch/mips/ralink/ill_acc.c | 87 +++++++++++++++++++++++ arch/mips/ralink/mt7620.c | 26 +++++++ arch/mips/ralink/of.c | 18 ++++- arch/mips/ralink/rt288x.c | 3 +- arch/mips/ralink/rt3883.c | 1 + 10 files changed, 203 insertions(+), 2 deletions(-) create mode 100644 arch/mips/ralink/bootrom.c create mode 100644 arch/mips/ralink/ill_acc.c -- 1.7.10.4