| Commit message (Expand) | Author | Age | Files | Lines |
* | MIPS: ralink: Fix incorrect assignment on ralink_soc | Colin Ian King | 2017-10-08 | 1 | -1/+1 |
* | MIPS: ralink: Fix a typo in the pinmux setup. | John Crispin | 2017-10-08 | 1 | -9/+9 |
* | MIPS: ralink: Fix typos in rt3883 pinctrl | John Crispin | 2017-04-12 | 1 | -2/+2 |
* | MIPS: ralink: Remove unused rt*_wdt_reset functions | Arnd Bergmann | 2017-03-18 | 3 | -31/+0 |
* | MIPS: ralink: Remove unused timer functions | Arnd Bergmann | 2017-03-18 | 1 | -14/+0 |
* | MIPS: ralink: Cosmetic change to prom_init(). | John Crispin | 2017-03-18 | 1 | -5/+4 |
* | MIPS: ralink: Make timer explicitly non-modular | Paul Gortmaker | 2016-10-04 | 1 | -21/+7 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2016-08-06 | 1 | -1/+1 |
|\ |
|
| * | MIPS: ralink: fix spis group pinmux | Álvaro Fernández Rojas | 2016-08-02 | 1 | -1/+1 |
* | | clocksources: Switch back to the clksrc table | Daniel Lezcano | 2016-06-28 | 1 | -1/+1 |
* | | clocksource/drivers/ralink: Convert init function to return error | Daniel Lezcano | 2016-06-28 | 1 | -6/+13 |
|/ |
|
* | MIPS: ralink: add MT7628 EPHY LEDs pinmux support | Álvaro Fernández Rojas | 2016-05-28 | 1 | -0/+100 |
* | MIPS: ralink: fix MT7628 wled_an pinmux gpio | Álvaro Fernández Rojas | 2016-05-28 | 1 | -4/+4 |
* | MIPS: ralink: fix MT7628 pinmux typos | Álvaro Fernández Rojas | 2016-05-28 | 1 | -2/+2 |
* | mips: mt7620: fallback to SDRAM when syscfg0 does not have a valid value for ... | Sashka Nochkin | 2016-05-13 | 1 | -2/+5 |
* | MIPS: Change my email address | John Crispin | 2016-05-13 | 18 | -19/+19 |
* | MIPS: ralink: Make reset_control_ops const | Philipp Zabel | 2016-05-13 | 1 | -1/+1 |
* | MIPS: pci: Add MT7620a PCIE driver | John Crispin | 2016-01-20 | 1 | -0/+1 |
* | MIPS: ralink: Add a few missing clocks | John Crispin | 2016-01-20 | 3 | -0/+5 |
* | MIPS: ralink: Fix vendor string for mt7620 | John Crispin | 2016-01-20 | 1 | -1/+1 |
* | MIPS: ralink: Fix invalid assignment of SoC type | John Crispin | 2016-01-20 | 1 | -1/+1 |
* | MIPS: ralink: fix USB frequency scaling | John Crispin | 2016-01-20 | 1 | -1/+1 |
* | MIPS: ralink: MT7688 pinmux fixes | John Crispin | 2016-01-20 | 1 | -30/+50 |
* | MIPS: ralink: add MT7621 support | John Crispin | 2016-01-20 | 6 | -1/+298 |
* | MIPS: ralink: add a symbol for INTC | John Crispin | 2016-01-20 | 2 | -0/+6 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2015-11-15 | 9 | -26/+101 |
|\ |
|
| * | MIPS: Make MIPS_CMDLINE_DTB default | Jonas Gorski | 2015-11-11 | 1 | -2/+0 |
| * | MIPS: ralink: Add missing clock on rt305x | John Crispin | 2015-11-11 | 1 | -0/+1 |
| * | MIPS: ralink: Put the pci bus into reset state before rebooting the SoC | John Crispin | 2015-11-11 | 1 | -2/+10 |
| * | MIPS: ralink: Don't set pm_power_off | John Crispin | 2015-11-11 | 1 | -1/+0 |
| * | MIPS: ralink: Remove check for CONFIG_PCI on non-PCI SoCs | John Crispin | 2015-11-11 | 1 | -3/+0 |
| * | MIPS: ralink: Fix invalid tick count | John Crispin | 2015-11-11 | 1 | -1/+1 |
| * | MIPS: ralink: Add tty detection | John Crispin | 2015-11-11 | 1 | -0/+26 |
| * | MIPS: ralink: Fix usb issue during frequency scaling | John Crispin | 2015-11-11 | 1 | -0/+20 |
| * | MIPS: ralink: Unify SoC id handling | John Crispin | 2015-11-11 | 5 | -16/+19 |
| * | MIPS: ralink: Add support for mt7688 | John Crispin | 2015-11-11 | 1 | -6/+29 |
* | | clocksource: cosmetic: Drop OF 'dependency' from symbols | Marc Zyngier | 2015-10-01 | 1 | -1/+1 |
|/ |
|
* | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2015-09-16 | 1 | -1/+1 |
* | MIPS: rt3352: Migrate to new 'set-state' interface | Viresh Kumar | 2015-09-03 | 1 | -29/+30 |
* | MIPS: Export get_c0_perfcount_int() | Felix Fietkau | 2015-08-03 | 1 | -0/+1 |
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-07-01 | 1 | -2/+1 |
|\ |
|
| * | MIPS/ralink: Fix race in installing chained IRQ handler | Thomas Gleixner | 2015-06-25 | 1 | -2/+1 |
* | | MIPS, IRQ: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 2015-06-21 | 1 | -1/+1 |
|/ |
|
* | MIPS: ralink: Fix clearing the illegal access interrupt | Jonas Gorski | 2015-06-01 | 1 | -1/+1 |
* | MIPS: ralink: add missing symbol for RALINK_ILL_ACC | John Crispin | 2015-04-10 | 1 | -0/+5 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 1 | -1/+0 |
|\ |
|
| * | mips: ralink: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | MIPS: ralink: add rt2880 pci driver | John Crispin | 2014-11-24 | 1 | -0/+1 |
* | | MIPS: ralink: allow loading irq registers from the devicetree | John Crispin | 2014-11-24 | 1 | -10/+25 |
* | | MIPS: ralink: add mt7628an support | John Crispin | 2014-11-24 | 2 | -46/+232 |