summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-iop32x
Commit message (Expand)AuthorAgeFilesLines
* ARM: remove obsolete Makefile.boot infrastructureArnd Bergmann2022-08-181-4/+0
* ARM: iop32x: mark as unusedArnd Bergmann2022-07-221-1/+1
* ARM: add ATAGS dependencies to non-DT platformsArnd Bergmann2022-07-221-0/+1
* Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-269-45/+19
|\
| * ARM: rework endianess selectionArnd Bergmann2022-04-081-0/+1
| * ARM: iop32x: enable multiplatform supportArnd Bergmann2022-04-089-45/+18
* | ARM: iop32x: include iop3xx.h header where neededArnd Bergmann2022-04-041-0/+2
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-236-64/+69
|\
| * ARM: iop: make iop_handle_irq() staticArd Biesheuvel2022-01-251-1/+1
| * ARM: iop32x: use GENERIC_IRQ_MULTI_HANDLERArnd Bergmann2021-12-064-32/+33
| * ARM: iop32x: offset IRQ numbers by 1Arnd Bergmann2021-12-064-33/+37
* | arm: ioremap: Replace pci_ioremap_io() usage by pci_remap_iospace()Pali Rohár2021-12-071-1/+4
|/
* ARM: iop32x: disable N2100 PCI parity reportingHeiner Kallweit2021-03-311-4/+4
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-094-4/+0
* ARM: iop32x: replace setup_irq() by request_irq()afzal mohammed2020-03-271-8/+4
* ARM: iop32x: merge everything into mach-iop32x/Arnd Bergmann2019-08-1426-96/+1349
* ARM: iop32x: make mach/uncompress.h independent of mach/hardware.hArnd Bergmann2019-08-141-16/+2
* dma: iop-adma: allow building without platform headersArnd Bergmann2019-08-141-6/+0
* Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-155-0/+14
|\
| * i2c: iop: Use GPIO descriptorsLinus Walleij2019-06-125-0/+14
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-17/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-304-20/+4
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ARM: iop32x/n2100: fix PCI IRQ mappingRussell King2019-01-301-2/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-2/+2
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-2/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0211-0/+11
* ARM: kill off set_irq_flags usageRob Herring2015-07-281-1/+1
* kbuild: remove unnecessary variable initializaionsMasahiro Yamada2014-10-021-3/+0
* Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson2014-02-181-6/+0
|\
| * ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König2013-12-201-6/+0
* | ARM: iop32x: fix power off handling for the EM7210 boardLinus Walleij2014-01-311-5/+27
|/
* ARM: plat-iop: pass physical base for GPIOLinus Walleij2013-09-201-1/+1
* ARM: plat-iop: instantiate GPIO from platform deviceLinus Walleij2013-09-208-7/+20
* ARM: iop32x: read N2100 power key using gpiolibLinus Walleij2013-09-201-6/+15
* ARM: iop32x: request and issue reset using gpioLinus Walleij2013-09-201-2/+22
* ARM: debug: move 8250 debug include into arch/arm/include/debug/Russell King2013-08-251-13/+0
* ARM: debug: provide 8250 debug uart phys/virt address configuration optionsRussell King2013-08-251-7/+0
* ARM: debug: provide 8250 debug uart register shift configuration optionRussell King2013-08-251-1/+0
* reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-091-1/+1
* Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li...Olof Johansson2013-02-051-1/+0
|\
| * ARM: remove unused arch_decomp_wdog()Shawn Guo2013-01-111-1/+0
* | ARM: delete struct sys_timerStephen Warren2012-12-245-26/+6
|/
* Merge branch 'cleanup/__iomem' into next/cleanupOlof Johansson2012-09-221-1/+1
|\
| * ARM: iop32x: use __iomem pointers for MMIOArnd Bergmann2012-09-191-1/+1
* | ARM: iop3xx: use fixed PCI i/o mappingRob Herring2012-07-261-19/+0
|/
* ARM: PCI: provide a default bus scan implementationRussell King2012-05-135-6/+6
* ARM: PCI: get rid of pci_std_swizzle()Russell King2012-05-135-6/+0
* ARM: kill off __mem_pciRob Herring2012-03-061-1/+0
* Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King2012-02-221-3/+0
|\