aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ralink (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-16mips: dts: Fix missing device_type="memory" property in memory nodesLeif Lindholm4-0/+4
2014-02-18usb: host: remove selects of USB_ARCH_HAS_?HCIPaul Bolle1-6/+0
2014-01-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+1
2014-01-24MIPS: introduce MIPS_L1_CACHE_SHIFT_<N>Florian Fainelli1-0/+1
2013-12-19treewide: Fix typos in printkMasanari Iida2-2/+2
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+1
2013-11-08Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-4/+4
2013-10-31MIPS: ralink: fix return value check in rt_timer_probe()Wei Yongjun1-1/+1
2013-10-29MIPS: Panic messages should not end in \n.Ralf Baechle4-4/+4
2013-10-09mips: add explicit includes of prom.hRob Herring1-0/+1
2013-09-04MIPS: Add driver for the built-in PCI controller of the RT3883 SoCGabor Juhos1-0/+1
2013-09-04MIPS: ralink: Add support for reset-controller APIJohn Crispin3-0/+67
2013-09-04MIPS: ralink: mt7620: Add cpu-feature-override headerGabor Juhos1-0/+1
2013-09-04MIPS: ralink: mt7620: Add spi clock definitionJohn Crispin1-0/+1
2013-09-04MIPS: ralink: mt7620: Add wdt clock definitionJohn Crispin1-0/+1
2013-09-04MIPS: ralink: mt7620: Improve clock frequency detectionGabor Juhos1-25/+175
2013-09-04MIPS: ralink: mt7620: This SoC has EHCI and OHCI hostsJohn Crispin1-0/+2
2013-09-04MIPS: ralink: mt7620: Add verbose ram infoJohn Crispin1-0/+3
2013-09-04MIPS: ralink: Probe clocksources from OFJohn Crispin1-0/+1
2013-09-04MIPS: ralink: Add support for systick timer found on newer ralink SoCJohn Crispin3-0/+154
2013-09-04MIPS: ralink: Add support for periodic timer irqJohn Crispin2-1/+186
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-1/+1
2013-06-10MIPS: Ralink: Use strlcpy() instead of strncpy().Chen Gang1-1/+1
2013-06-06MIPS: ralink: add missing SZ_1M multiplierJohn Crispin1-1/+1
2013-05-17MIPS: ralink: use the dwc2 driver for the rt305x USB controllerMatthijs Kooijman2-0/+14
2013-05-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds20-66/+1019
2013-05-08MIPS: ralink: make use of the new memory detection codeJohn Crispin1-0/+9
2013-05-08MIPS: ralink: add memory definition for MT7620John Crispin1-0/+20
2013-05-08MIPS: ralink: add memory definition for RT3883John Crispin1-0/+4
2013-05-08MIPS: ralink: add memory definition for RT2880John Crispin1-0/+4
2013-05-08MIPS: ralink: add memory definition for RT305xJohn Crispin1-0/+45
2013-05-08MIPS: ralink: add memory definition to struct ralink_soc_infoJohn Crispin1-0/+5
2013-05-08DT: MIPS: ralink: add MT7620A dts filesJohn Crispin4-0/+79
2013-05-08DT: MIPS: ralink: add RT3883 dts filesJohn Crispin4-0/+79
2013-05-08DT: MIPS: ralink: add RT2880 dts filesJohn Crispin4-0/+109
2013-05-08DT: MIPS: ralink: clean up RT3050 dtsi and dts fileJohn Crispin2-58/+4
2013-05-08MIPS: ralink: add cpu-feature-overrides.hGabor Juhos1-0/+3
2013-05-08MIPS: ralink: adds support for MT7620 SoC familyJohn Crispin4-0/+223
2013-05-08MIPS: ralink: adds support for RT3883 SoC familyJohn Crispin4-0/+253
2013-05-08MIPS: ralink: adds support for RT2880 SoC familyJohn Crispin4-0/+148
2013-05-08MIPS: ralink: add uart mask to struct ralink_pinmuxJohn Crispin2-2/+4
2013-05-08MIPS: ralink: add pci group to struct ralink_pinmuxGabor Juhos1-0/+3
2013-05-08MIPS: ralink: make the RT305x pinmuxing structure staticJohn Crispin1-3/+3
2013-05-08MIPS: ralink: rename gpio_pinmux to rt_gpio_pinmuxJohn Crispin2-2/+2
2013-05-08MIPS: ralink: make early_printk work on RT2880John Crispin1-0/+4
2013-05-08MIPS: ralink: add missing comment in irq driverJohn Crispin1-0/+1
2013-05-08MIPS: ralink: fix RT305x clock setupJohn Crispin1-0/+12
2013-05-08MIPS: ralink: add PCI IRQ handlingGabor Juhos1-0/+4
2013-02-17MIPS: ralink: add CPU interrupt controller to of_irq_idsGabor Juhos2-3/+17
2013-02-17MIPS: ralink: adds Kbuild filesJohn Crispin4-0/+58