-
- Downloads
MIPS: Loongson1B: Some fixes/updates for LS1B
- Fix hanging ethernet issue of LS1B v2.0 by adding pbl field in plat data. (It seems that the MAC controller of LS1B v2.0 can only accept pbl=1) - Add GMAC1 support and setup MUX in terms of PHY mode. - Add CPUFreq support. - Add MUX Register Definitions. - Add PWM Register Definitions. - Update clock register bitfields according to the latest spec. - Update clock related stuff. Signed-off-by:Kelvin Cheung <keguang.zhang@gmail.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/8024/ Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
Showing
- arch/mips/Kconfig 1 addition, 0 deletionsarch/mips/Kconfig
- arch/mips/include/asm/mach-loongson1/cpufreq.h 23 additions, 0 deletionsarch/mips/include/asm/mach-loongson1/cpufreq.h
- arch/mips/include/asm/mach-loongson1/loongson1.h 7 additions, 1 deletionarch/mips/include/asm/mach-loongson1/loongson1.h
- arch/mips/include/asm/mach-loongson1/platform.h 6 additions, 4 deletionsarch/mips/include/asm/mach-loongson1/platform.h
- arch/mips/include/asm/mach-loongson1/regs-clk.h 20 additions, 3 deletionsarch/mips/include/asm/mach-loongson1/regs-clk.h
- arch/mips/include/asm/mach-loongson1/regs-mux.h 67 additions, 0 deletionsarch/mips/include/asm/mach-loongson1/regs-mux.h
- arch/mips/include/asm/mach-loongson1/regs-pwm.h 29 additions, 0 deletionsarch/mips/include/asm/mach-loongson1/regs-pwm.h
- arch/mips/loongson1/common/platform.c 123 additions, 18 deletionsarch/mips/loongson1/common/platform.c
- arch/mips/loongson1/ls1b/board.c 7 additions, 5 deletionsarch/mips/loongson1/ls1b/board.c
Loading
Please register or sign in to comment