aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-rpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-19ARM: 8966/1: rpc: replace setup_irq() by request_irq()afzal mohammed1-6/+2
2019-08-20ARM: riscpc: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds9-170/+256
2019-07-03Merge branch 'sa1100-for-next'; commit 'riscpc^{/ARM: riscpc: enable chained scatterlist support}' into for-arm-socRussell King9-170/+267
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner12-48/+12
2019-06-11ARM: riscpc: reduce IRQ handling codeRussell King1-86/+47
2019-06-11ARM: riscpc: move RiscPC assembly files from arch/arm/lib to mach-rpcRussell King4-1/+110
2019-06-11ARM: riscpc: parse video information from tagged listRussell King1-15/+8
2019-06-11ARM: riscpc: add ecard quirk for Atomwide 3port serial cardRussell King1-2/+19
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-09ARM: riscpc: dma: use __iomem pointers for writing DMARussell King1-17/+17
2019-05-09ARM: riscpc: dma: improve address/length writingRussell King1-15/+11
2019-05-09ARM: riscpc: dma: make state a local variableRussell King1-8/+9
2019-05-09ARM: riscpc: dma: eliminate "cur_sg" scatterlist usageRussell King1-14/+15
2019-05-09ARM: riscpc: fix DMARussell King1-1/+4
2019-05-09ARM: riscpc: fix ecard printingRussell King1-4/+7
2019-05-09ARM: riscpc: fix lack of keyboard interrupts after irq conversionRussell King1-1/+2
2019-05-09ARM: riscpc: replace gettimeoffset() with clocksourceRussell King1-13/+25
2019-04-08arm: use a dummy struct device for ISA DMA use of the DMA APIChristoph Hellwig1-1/+7
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds1-4/+1
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-14/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-07-27ARM: rpc: rename RAM_SIZE macroArnd Bergmann1-2/+2
2017-06-14arm: mach-rpc: ecard: fix build errorGreg Kroah-Hartman1-1/+1
2017-06-10arm: ecard: fix dev_groups patch typoGreg Kroah-Hartman1-1/+1
2017-06-09arm: ecard: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-17/+23
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-08-26ARM: document and update UNCACHEABLE_ADDR definitionsRussell King1-1/+1
2016-02-22ARM: 8532/1: uncompress: mark putc as inlineArnd Bergmann1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-2/+1
2015-07-28ARM: kill off set_irq_flags usageRob Herring2-9/+9
2014-10-02kbuild: remove unnecessary variable initializaionsMasahiro Yamada1-4/+0
2014-07-29ARM: 8113/1: remove remaining definitions of PLAT_PHYS_OFFSET from <mach/memory.h>Uwe Kleine-König1-5/+0
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-23/+9
2014-03-12ARM: 8000/1: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker2-2/+1
2013-12-20ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König1-17/+0
2013-12-20ARM: rpc: stop using <mach/timex.h>Uwe Kleine-König1-6/+9
2013-08-25ARM: debug: move 8250 debug include into arch/arm/include/debug/Russell King1-13/+0
2013-08-25ARM: debug: provide 8250 debug uart phys/virt address configuration optionsRussell King1-8/+0
2013-08-25ARM: debug: provide 8250 debug uart register shift configuration optionRussell King1-1/+0
2013-08-25ARM: debug: provide 8250 debug uart flow control configuration optionRussell King1-1/+0
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt1-1/+2
2013-02-05Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/cleanupOlof Johansson1-5/+0
2013-01-11ARM: remove unused arch_decomp_wdog()Shawn Guo1-5/+0
2012-12-24ARM: delete struct sys_timerStephen Warren2-8/+3
2012-12-24ARM: set arch_gettimeoffset directlyStephen Warren1-3/+3
2012-10-07ARM: rpc: check device_register return code in ecard_probeArnd Bergmann1-1/+3
2012-07-01ARM: fiq: change FIQ_START to a variableShawn Guo1-1/+1