| Commit message (Expand) | Author | Age | Files | Lines |
* | MIPS: Remove empty prom_free_prom_memory functions | Thomas Bogendoerfer | 2021-01-07 | 1 | -4/+0 |
* | MIPS: replace add_memory_region with memblock | Thomas Bogendoerfer | 2020-10-12 | 4 | -8/+8 |
* | MIPS: tx49xx: move tx4939_add_memory_regions into only user | Thomas Bogendoerfer | 2020-10-08 | 2 | -18/+13 |
* | MIPS: Only include the platform file needed | Thomas Bogendoerfer | 2020-05-13 | 1 | -3/+0 |
* | MIPS: TXx9: Fix Kconfig warnings | YueHaibing | 2020-04-14 | 1 | -7/+7 |
* | Merge tag 'mips_fixes_5.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-06-08 | 1 | -6/+0 |
|\ |
|
| * | MIPS: TXx9: Fix boot crash in free_initmem() | Geert Uytterhoeven | 2019-05-23 | 1 | -6/+0 |
* | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 4 | -0/+4 |
|/ |
|
* | clk: Remove io.h from clk-provider.h | Stephen Boyd | 2019-05-15 | 1 | -0/+1 |
* | PCI: consolidate PCI config entry in drivers/pci | Christoph Hellwig | 2018-11-23 | 1 | -4/+4 |
* | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+1 |
* | mips: txx9: fix iounmap related issue | Ding Xiang | 2018-09-06 | 1 | -3/+2 |
* | Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2018-08-14 | 3 | -3/+3 |
|\ |
|
| * | MIPS: txx9: Move the ndfc.h header to include/linux/platform_data/txx9 | Boris Brezillon | 2018-07-18 | 3 | -3/+3 |
* | | mips: unify prom_putchar() declarations | Alexander Sverdlin | 2018-07-17 | 1 | -0/+1 |
* | | MIPS: use generic dma noncoherent ops for simple noncoherent platforms | Christoph Hellwig | 2018-06-24 | 1 | -1/+0 |
* | | MIPS: make the default mips dma implementation optional | Christoph Hellwig | 2018-06-24 | 1 | -0/+1 |
|/ |
|
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | MIPS: TXX9: Constify gpio_led | Arvind Yadav | 2018-02-19 | 1 | -1/+1 |
* | MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASS | Matt Redfearn | 2018-02-05 | 1 | -2/+2 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 3 | -0/+3 |
* | MIPS: PCI: Move map_irq() hooks out of initdata | Lorenzo Pieralisi | 2017-09-19 | 1 | -2/+6 |
* | MIPS: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 2017-02-14 | 1 | -1/+1 |
* | MIPS: TXx9: Modernize printing of kernel messages | Geert Uytterhoeven | 2017-01-03 | 9 | -72/+62 |
* | MIPS: TXx9: 7segled: use permission-specific DEVICE_ATTR variants | Julia Lawall | 2017-01-03 | 1 | -2/+2 |
* | MIPS: PCI: Reduce stack frame usage | Keith Busch | 2016-10-04 | 1 | -5/+1 |
* | MIPS: TXx9: Convert to Common Clock Framework | Geert Uytterhoeven | 2016-10-04 | 2 | -36/+36 |
* | MIPS: TXx9: tx49xx: Move GPIO setup from .mem_setup() to .arch_init() | Geert Uytterhoeven | 2016-10-04 | 4 | -12/+23 |
* | MIPS: TXx9: tx39xx: Move GPIO setup from .mem_setup() to .arch_init() | Geert Uytterhoeven | 2016-10-04 | 2 | -3/+9 |
* | treewide: replace obsolete _refok by __ref | Fabian Frederick | 2016-08-02 | 1 | -1/+1 |
* | mips: use the new LED disk activity trigger | Stephan Linz | 2016-06-27 | 2 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-03-19 | 1 | -3/+4 |
|\ |
|
| * | tx4939: use __ethtool_get_ksettings | David Decotigny | 2016-02-26 | 1 | -3/+4 |
* | | MIPS: txx9: rbtx4938: switch to gpiochip_add_data() | Linus Walleij | 2016-02-19 | 1 | -1/+2 |
* | | MIPS: txx9: iocled: use gpiochip data pointer | Linus Walleij | 2016-02-19 | 1 | -6/+4 |
|/ |
|
* | MIPS: TXx9: iocled: Be sure to clamp return value | Linus Walleij | 2016-01-24 | 1 | -1/+1 |
* | spi: Drop owner assignment from spi_drivers | Andrew F. Davis | 2015-10-28 | 1 | -1/+0 |
* | MIPS: Remove all the uses of custom gpio.h | Alban Bedel | 2015-09-03 | 1 | -16/+0 |
* | MIPS/IRQCHIP: Move irq_chip from arch/mips to drivers/irqchip. | Ralf Baechle | 2015-06-21 | 1 | -1/+1 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-15 | 1 | -1/+0 |
|\ |
|
| * | mips: txx9: rbtx4939: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | mips: Convert pr_warning to pr_warn | Joe Perches | 2014-11-24 | 3 | -6/+6 |
|/ |
|
* | driver:gpio remove all usage of gpio_remove retval in driver | abdoulaye berthe | 2014-09-18 | 1 | -2/+2 |
* | Merge branch '3.16-fixes' into mips-for-linux-next | Ralf Baechle | 2014-08-02 | 2 | -13/+30 |
|\ |
|
| * | MIPS: TXx9: 7segled: add missing put_device call | Levente Kurusa | 2014-07-30 | 1 | -3/+11 |
| * | MIPS: TXx9: Add missing put_device call | Levente Kurusa | 2014-07-30 | 1 | -10/+19 |
* | | MIPS: TXx9: Add __init_refok annotation to quirk_slc90e66_bridge | Atsushi Nemoto | 2014-07-30 | 1 | -1/+1 |
* | | MIPS: TXx9: Fix quirk_slc90e66_ide | Atsushi Nemoto | 2014-07-30 | 1 | -1/+1 |
|/ |
|
* | MIPS: Replace calls to obsolete strict_strto call with kstrto* equivalents. | Daniel Walter | 2014-06-04 | 1 | -2/+2 |
* | MIPS: TXx9: Fix build error if CONFIG_TOSHIBA_JMR3927 is not selected | Markos Chandras | 2013-09-03 | 1 | -1/+1 |