aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-ebsa110/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-30ARM: remove ebsa110 platformArnd Bergmann1-323/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-03-19ARM: 8964/1: ebsa110: replace setup_irq() by request_irq()afzal mohammed1-7/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2015-07-28ARM: kill off set_irq_flags usageRob Herring1-1/+1
2014-03-12ARM: 8000/1: misc: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt1-1/+1
2013-07-09reboot: arm: remove unused restart_mode fields from some arm subarchsRobin Holt1-1/+0
2013-05-23ARM: 7728/1: mm: Use phys_addr_t properly for ioremap functionsLaura Abbott1-1/+1
2012-12-24ARM: delete struct sys_timerStephen Warren1-6/+2
2012-12-24ARM: set arch_gettimeoffset directlyStephen Warren1-3/+4
2012-09-18ARM: ebsa110: use __iomem pointers for MMIOArnd Bergmann1-4/+4
2012-03-29Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+15
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+1
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+1
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-8/+5
2012-03-06ARM: ebsa110: use runtime ioremap hookRob Herring1-0/+15
2012-02-02ARM: ebsa110: provide TRICK?_SIZE macrosRussell King1-4/+4
2012-02-02ARM: ebsa110: move platform definitions out of mach/hardware.hRussell King1-4/+1
2012-01-20ARM: mach-ebsa110: move special idle code out of lineNicolas Pitre1-0/+25
2012-01-05ARM: restart: ebsa110: use new restart hookRussell King1-0/+6
2011-11-10ARM: restart: allow platforms more flexibility specifying restart modeRussell King1-1/+1
2011-08-21ARM: mach-ebsa110: convert boot_params to atag_offsetNicolas Pitre1-1/+1
2011-03-29arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner1-2/+2
2011-03-29arm: Cleanup the irq namespaceThomas Gleixner1-2/+2
2011-01-13ARM: ebsa110: irq_data conversion.Lennert Buytenhek1-7/+7
2010-10-20arm: remove machine_desc.io_pg_offst and .phys_ioNicolas Pitre1-2/+0
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-01-28[ARM] Fix timer damage from d3d74453c34f8fd87674a8cf5b8a327c68f22e99Russell King1-4/+0
2007-05-08Add IRQF_IRQPOLL flag on armBernhard Walle1-1/+1
2006-11-30[ARM] Remove compatibility layer for ARM irqsRussell King1-2/+2
2006-10-06Initial blind fixup for arm for irq changesLinus Torvalds1-2/+2
2006-07-02[PATCH] ARM: fixup irqflags breakage after ARM genirq mergeThomas Gleixner1-1/+1
2006-01-13[ARM] 3260/1: remove phys_ram from struct machine_desc (part 2)Nicolas Pitre1-1/+0
2005-10-31[ARM] Convert EBSA110 network driver to a platform driverRussell King1-1/+25
2005-10-28[ARM] 2997/1: Replace map_desc.physical with map_desc.pfn: EBSA110Deepak Saxena1-6/+32
2005-09-08[SERIAL] Use an enum for serial8250 platform device IDsRussell King1-1/+1
2005-07-03[PATCH] ARM: Remove machine description macrosRussell King1-8/+10
2005-06-26[PATCH] ARM: Add SA_TIMER flag to timer interruptsRussell King1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+245