Age | Commit message (Expand) | Author | Files | Lines |
2022-02-22 | MIPS: ath25: Constify static irq_domain_ops | Rikard Falkeborn | 2 | -2/+2 |
2021-08-12 | mips: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 2 | -14/+13 |
2021-01-07 | MIPS: Remove empty prom_free_prom_memory functions | Thomas Bogendoerfer | 1 | -4/+0 |
2020-10-12 | MIPS: replace add_memory_region with memblock | Thomas Bogendoerfer | 2 | -2/+4 |
2020-05-13 | MIPS: Only include the platform file needed | Thomas Bogendoerfer | 1 | -1/+0 |
2020-03-05 | MIPS: Replace setup_irq() by request_irq() | afzal mohammed | 2 | -12/+6 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 3 | -6/+6 |
2018-11-23 | PCI: consolidate PCI config entry in drivers/pci | Christoph Hellwig | 1 | -2/+1 |
2018-07-17 | mips: unify prom_putchar() declarations | Alexander Sverdlin | 1 | -2/+3 |
2018-06-28 | MIPS: ath25: Convert random_ether_addr to eth_random_addr | Joe Perches | 1 | -3/+3 |
2018-06-24 | MIPS: ath25: use generic dma noncoherent ops | Christoph Hellwig | 1 | -0/+1 |
2018-02-23 | MIPS: ath25: Check for kzalloc allocation failure | Colin Ian King | 1 | -0/+2 |
2018-01-10 | MIPS: ath25: Avoid undefined early_serial_setup() without SERIAL_8250_CONSOLE | Matt Redfearn | 1 | -0/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 5 | -0/+5 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2 | -2/+2 |
2015-07-01 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -4/+4 |
2015-06-25 | MIPS/ath25: Fix race in installing chained IRQ handler | Thomas Gleixner | 1 | -2/+2 |
2015-06-25 | MIPS/ath25: Fix race in installing chained IRQ handler | Thomas Gleixner | 1 | -2/+2 |
2015-06-21 | MIPS, IRQ: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 2 | -2/+2 |
2015-06-21 | MIPS: ATH25: Remove legacy __cpuinit section that crept in | Paul Gortmaker | 1 | -1/+1 |
2014-11-24 | MIPS: ath25: add Wireless device support | Sergey Ryazanov | 4 | -0/+79 |
2014-11-24 | MIPS: ath25: add AR2315 PCI host controller driver | Sergey Ryazanov | 2 | -0/+64 |
2014-11-24 | MIPS: ath25: register AR5312 flash controller | Sergey Ryazanov | 1 | -2/+36 |
2014-11-24 | MIPS: ath25: add SoC type detection | Sergey Ryazanov | 4 | -1/+77 |
2014-11-24 | MIPS: ath25: add board configuration detection | Sergey Ryazanov | 7 | -0/+227 |
2014-11-24 | MIPS: ath25: add UART support | Sergey Ryazanov | 6 | -0/+53 |
2014-11-24 | MIPS: ath25: add early printk support | Sergey Ryazanov | 2 | -0/+46 |
2014-11-24 | MIPS: ath25: add interrupts handling routines | Sergey Ryazanov | 8 | -0/+289 |
2014-11-24 | MIPS: ath25: Add basic AR2315 SoC support | Sergey Ryazanov | 6 | -0/+569 |
2014-11-24 | MIPS: ath25: add basic AR5312 SoC support | Sergey Ryazanov | 6 | -0/+386 |
2014-11-24 | MIPS: ath25: add common parts | Sergey Ryazanov | 6 | -0/+122 |