summaryrefslogtreecommitdiffstats
path: root/arch/mips/ath25
AgeCommit message (Expand)AuthorLines
2025-05-16MIPS: Switch to irq_domain_create_*()Jiri Slaby (SUSE)-4/+4
2022-02-22MIPS: ath25: Constify static irq_domain_opsRikard Falkeborn-2/+2
2021-08-12mips: Bulk conversion to generic_handle_domain_irq()Marc Zyngier-14/+13
2021-01-07MIPS: Remove empty prom_free_prom_memory functionsThomas Bogendoerfer-4/+0
2020-10-12MIPS: replace add_memory_region with memblockThomas Bogendoerfer-2/+4
2020-05-13MIPS: Only include the platform file neededThomas Bogendoerfer-1/+0
2020-03-05MIPS: Replace setup_irq() by request_irq()afzal mohammed-12/+6
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-6/+6
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig-2/+1
2018-07-17mips: unify prom_putchar() declarationsAlexander Sverdlin-2/+3
2018-06-28MIPS: ath25: Convert random_ether_addr to eth_random_addrJoe Perches-3/+3
2018-06-24MIPS: ath25: use generic dma noncoherent opsChristoph Hellwig-0/+1
2018-02-23MIPS: ath25: Check for kzalloc allocation failureColin Ian King-0/+2
2018-01-10MIPS: ath25: Avoid undefined early_serial_setup() without SERIAL_8250_CONSOLEMatt Redfearn-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+5
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner-2/+2
2015-07-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+4
2015-06-25MIPS/ath25: Fix race in installing chained IRQ handlerThomas Gleixner-2/+2
2015-06-25MIPS/ath25: Fix race in installing chained IRQ handlerThomas Gleixner-2/+2
2015-06-21MIPS, IRQ: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu-2/+2
2015-06-21MIPS: ATH25: Remove legacy __cpuinit section that crept inPaul Gortmaker-1/+1
2014-11-24MIPS: ath25: add Wireless device supportSergey Ryazanov-0/+79
2014-11-24MIPS: ath25: add AR2315 PCI host controller driverSergey Ryazanov-0/+64
2014-11-24MIPS: ath25: register AR5312 flash controllerSergey Ryazanov-2/+36
2014-11-24MIPS: ath25: add SoC type detectionSergey Ryazanov-1/+77
2014-11-24MIPS: ath25: add board configuration detectionSergey Ryazanov-0/+227
2014-11-24MIPS: ath25: add UART supportSergey Ryazanov-0/+53
2014-11-24MIPS: ath25: add early printk supportSergey Ryazanov-0/+46
2014-11-24MIPS: ath25: add interrupts handling routinesSergey Ryazanov-0/+289
2014-11-24MIPS: ath25: Add basic AR2315 SoC supportSergey Ryazanov-0/+569
2014-11-24MIPS: ath25: add basic AR5312 SoC supportSergey Ryazanov-0/+386
2014-11-24MIPS: ath25: add common partsSergey Ryazanov-0/+122