aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ath25 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-2/+1
2018-07-17mips: unify prom_putchar() declarationsAlexander Sverdlin1-2/+3
2018-06-28MIPS: ath25: Convert random_ether_addr to eth_random_addrJoe Perches1-3/+3
2018-06-24MIPS: ath25: use generic dma noncoherent opsChristoph Hellwig1-0/+1
2018-02-23MIPS: ath25: Check for kzalloc allocation failureColin Ian King1-0/+2
2018-01-10MIPS: ath25: Avoid undefined early_serial_setup() without SERIAL_8250_CONSOLEMatt Redfearn1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner2-2/+2
2015-07-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
2015-06-25MIPS/ath25: Fix race in installing chained IRQ handlerThomas Gleixner1-2/+2
2015-06-25MIPS/ath25: Fix race in installing chained IRQ handlerThomas Gleixner1-2/+2
2015-06-21MIPS, IRQ: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2-2/+2
2015-06-21MIPS: ATH25: Remove legacy __cpuinit section that crept inPaul Gortmaker1-1/+1
2014-11-24MIPS: ath25: add Wireless device supportSergey Ryazanov4-0/+79
2014-11-24MIPS: ath25: add AR2315 PCI host controller driverSergey Ryazanov2-0/+64
2014-11-24MIPS: ath25: register AR5312 flash controllerSergey Ryazanov1-2/+36
2014-11-24MIPS: ath25: add SoC type detectionSergey Ryazanov4-1/+77
2014-11-24MIPS: ath25: add board configuration detectionSergey Ryazanov7-0/+227
2014-11-24MIPS: ath25: add UART supportSergey Ryazanov6-0/+53
2014-11-24MIPS: ath25: add early printk supportSergey Ryazanov2-0/+46
2014-11-24MIPS: ath25: add interrupts handling routinesSergey Ryazanov8-0/+289
2014-11-24MIPS: ath25: Add basic AR2315 SoC supportSergey Ryazanov6-0/+569
2014-11-24MIPS: ath25: add basic AR5312 SoC supportSergey Ryazanov6-0/+386
2014-11-24MIPS: ath25: add common partsSergey Ryazanov6-0/+122