aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/txx9
AgeCommit message (Expand)AuthorFilesLines
2022-05-04MIPS: fix typos in commentsGravatar Julia Lawall 1-1/+1
2022-03-01MIPS: Remove TX39XX supportGravatar Thomas Bogendoerfer 11-653/+0
2022-01-02MIPS: TXX9: Remove TX4939 SoC supportGravatar Thomas Bogendoerfer 4-792/+0
2022-01-02MIPS: TXX9: Remove rbtx4939 board supportGravatar Thomas Bogendoerfer 9-837/+0
2021-12-16mips: txx9: remove left-over for removed TXX9_ACLC configsGravatar Lukas Bulwahn 2-31/+0
2021-12-09MIPS: TXX9: Remove rbtx4938 board supportGravatar Thomas Bogendoerfer 9-692/+0
2021-11-30MIPS: TXx9: Let MACH_TX49XX select BOOT_ELF32Gravatar Geert Uytterhoeven 1-0/+1
2021-11-09MIPS: Allow modules to set board_be_handlerGravatar Florian Fainelli 3-3/+3
2021-01-07MIPS: Remove empty prom_free_prom_memory functionsGravatar Thomas Bogendoerfer 1-4/+0
2020-10-12MIPS: replace add_memory_region with memblockGravatar Thomas Bogendoerfer 4-8/+8
2020-10-08MIPS: tx49xx: move tx4939_add_memory_regions into only userGravatar Thomas Bogendoerfer 2-18/+13
2020-05-13MIPS: Only include the platform file neededGravatar Thomas Bogendoerfer 1-3/+0
2020-04-14MIPS: TXx9: Fix Kconfig warningsGravatar YueHaibing 1-7/+7
2019-06-08Merge tag 'mips_fixes_5.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+0
2019-05-22MIPS: TXx9: Fix boot crash in free_initmem()Gravatar Geert Uytterhoeven 1-6/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 4-0/+4
2019-05-15clk: Remove io.h from clk-provider.hGravatar Stephen Boyd 1-0/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciGravatar Christoph Hellwig 1-4/+4
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-09-06mips: txx9: fix iounmap related issueGravatar Ding Xiang 1-3/+2
2018-08-14Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 3-3/+3
2018-07-18MIPS: txx9: Move the ndfc.h header to include/linux/platform_data/txx9Gravatar Boris Brezillon 3-3/+3
2018-07-17mips: unify prom_putchar() declarationsGravatar Alexander Sverdlin 1-0/+1
2018-06-24MIPS: use generic dma noncoherent ops for simple noncoherent platformsGravatar Christoph Hellwig 1-1/+0
2018-06-24MIPS: make the default mips dma implementation optionalGravatar Christoph Hellwig 1-0/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-02-19MIPS: TXX9: Constify gpio_ledGravatar Arvind Yadav 1-1/+1
2018-02-05MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASSGravatar Matt Redfearn 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-09-19MIPS: PCI: Move map_irq() hooks out of initdataGravatar Lorenzo Pieralisi 1-2/+6
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-1/+1
2017-01-03MIPS: TXx9: Modernize printing of kernel messagesGravatar Geert Uytterhoeven 9-72/+62
2017-01-03MIPS: TXx9: 7segled: use permission-specific DEVICE_ATTR variantsGravatar Julia Lawall 1-2/+2
2016-10-04MIPS: PCI: Reduce stack frame usageGravatar Keith Busch 1-5/+1
2016-10-04MIPS: TXx9: Convert to Common Clock FrameworkGravatar Geert Uytterhoeven 2-36/+36
2016-10-04MIPS: TXx9: tx49xx: Move GPIO setup from .mem_setup() to .arch_init()Gravatar Geert Uytterhoeven 4-12/+23
2016-10-04MIPS: TXx9: tx39xx: Move GPIO setup from .mem_setup() to .arch_init()Gravatar Geert Uytterhoeven 2-3/+9
2016-08-02treewide: replace obsolete _refok by __refGravatar Fabian Frederick 1-1/+1
2016-06-27mips: use the new LED disk activity triggerGravatar Stephan Linz 2-2/+2
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-3/+4
2016-02-25tx4939: use __ethtool_get_ksettingsGravatar David Decotigny 1-3/+4
2016-02-19MIPS: txx9: rbtx4938: switch to gpiochip_add_data()Gravatar Linus Walleij 1-1/+2
2016-02-19MIPS: txx9: iocled: use gpiochip data pointerGravatar Linus Walleij 1-6/+4
2016-01-24MIPS: TXx9: iocled: Be sure to clamp return valueGravatar Linus Walleij 1-1/+1
2015-10-28spi: Drop owner assignment from spi_driversGravatar Andrew F. Davis 1-1/+0
2015-09-03MIPS: Remove all the uses of custom gpio.hGravatar Alban Bedel 1-16/+0
2015-06-21MIPS/IRQCHIP: Move irq_chip from arch/mips to drivers/irqchip.Gravatar Ralf Baechle 1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-24mips: Convert pr_warning to pr_warnGravatar Joe Perches 3-6/+6
2014-10-20mips: txx9: rbtx4939: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0