aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/ath25
AgeCommit message (Expand)AuthorFilesLines
2018-11-23PCI: consolidate PCI config entry in drivers/pciGravatar Christoph Hellwig 1-2/+1
2018-07-17mips: unify prom_putchar() declarationsGravatar Alexander Sverdlin 1-2/+3
2018-06-28MIPS: ath25: Convert random_ether_addr to eth_random_addrGravatar Joe Perches 1-3/+3
2018-06-24MIPS: ath25: use generic dma noncoherent opsGravatar Christoph Hellwig 1-0/+1
2018-02-23MIPS: ath25: Check for kzalloc allocation failureGravatar Colin Ian King 1-0/+2
2018-01-10MIPS: ath25: Avoid undefined early_serial_setup() without SERIAL_8250_CONSOLEGravatar Matt Redfearn 1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 5-0/+5
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 2-2/+2
2015-07-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-4/+4
2015-06-25MIPS/ath25: Fix race in installing chained IRQ handlerGravatar Thomas Gleixner 1-2/+2
2015-06-25MIPS/ath25: Fix race in installing chained IRQ handlerGravatar Thomas Gleixner 1-2/+2
2015-06-21MIPS, IRQ: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descGravatar Jiang Liu 2-2/+2
2015-06-21MIPS: ATH25: Remove legacy __cpuinit section that crept inGravatar Paul Gortmaker 1-1/+1
2014-11-24MIPS: ath25: add Wireless device supportGravatar Sergey Ryazanov 4-0/+79
2014-11-24MIPS: ath25: add AR2315 PCI host controller driverGravatar Sergey Ryazanov 2-0/+64
2014-11-24MIPS: ath25: register AR5312 flash controllerGravatar Sergey Ryazanov 1-2/+36
2014-11-24MIPS: ath25: add SoC type detectionGravatar Sergey Ryazanov 4-1/+77
2014-11-24MIPS: ath25: add board configuration detectionGravatar Sergey Ryazanov 7-0/+227
2014-11-24MIPS: ath25: add UART supportGravatar Sergey Ryazanov 6-0/+53
2014-11-24MIPS: ath25: add early printk supportGravatar Sergey Ryazanov 2-0/+46
2014-11-24MIPS: ath25: add interrupts handling routinesGravatar Sergey Ryazanov 8-0/+289
2014-11-24MIPS: ath25: Add basic AR2315 SoC supportGravatar Sergey Ryazanov 6-0/+569
2014-11-24MIPS: ath25: add basic AR5312 SoC supportGravatar Sergey Ryazanov 6-0/+386
2014-11-24MIPS: ath25: add common partsGravatar Sergey Ryazanov 6-0/+122