summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ixp4xx
Commit message (Expand)AuthorAgeFilesLines
* ARM: ixp4xx: remove dead configs CPU_IXP43X and CPU_IXP46XLukas Bulwahn2021-12-061-13/+0
* Merge tag 'soc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2021-09-0125-3888/+0
|\
| * ARM: ixp4xx: Delete the Freecom FSG-3 boardfilesLinus Walleij2021-08-134-395/+0
| * ARM: ixp4xx: Delete GTWX5715 board filesLinus Walleij2021-08-134-259/+0
| * ARM: ixp4xx: Delete Coyote and IXDPG425 boardfilesLinus Walleij2021-08-135-282/+0
| * ARM: ixp4xx: Delete Intel reference design boardfilesLinus Walleij2021-08-134-453/+0
| * ARM: ixp4xx: Delete Avila boardfilesLinus Walleij2021-08-134-307/+0
| * ARM: ixp4xx: Delete the Arcom Vulcan boardfilesLinus Walleij2021-08-134-362/+0
| * ARM: ixp4xx: Delete Gateway WG302v2 boardfilesLinus Walleij2021-08-134-184/+0
| * ARM: ixp4xx: Delete Omicron boardfilesLinus Walleij2021-08-134-396/+0
| * ARM: ixp4xx: Delete the D-Link DSM-G600 boardfilesLinus Walleij2021-08-134-392/+0
| * ARM: ixp4xx: Delete NAS100D boardfilesLinus Walleij2021-08-134-437/+0
| * ARM: ixp4xx: Delete NSLU2 boardfilesLinus Walleij2021-08-134-421/+0
* | ixp4xx_eth: make ptp support a platform driverArnd Bergmann2021-08-301-0/+14
* | ARM: ixp4xx: fix building both pci driversArnd Bergmann2021-08-121-24/+24
* | ARM: ixp4xx: goramo_mlr depends on old PCI driverArnd Bergmann2021-08-021-0/+1
|/
* Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-07-1011-143/+82
|\
| * ixp4xx: fix spelling mistake in Kconfig "Devce" -> "Device"Colin Ian King2021-06-171-1/+1
| * hw_random: ixp4xx: Turn into a moduleLinus Walleij2021-06-171-1/+23
| * pata: ixp4xx: split platform data to its own headerArnd Bergmann2021-06-172-14/+1
| * soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann2021-06-174-109/+23
| * ARM/ixp4xx: Make NEED_MACH_IO_H optionalLinus Walleij2021-06-165-13/+24
| * ARM/ixp4xx: Move the virtual IObasesLinus Walleij2021-06-162-5/+10
* | crypto: ixp4xx - convert to platform driverArnd Bergmann2021-06-031-0/+26
|/
* clocksource/drivers/ixp4xx: Select TIMER_OF when neededArnd Bergmann2021-01-181-1/+0
* ARM/ixp4xx: add a missing include of dma-map-ops.hChristoph Hellwig2020-10-131-0/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* ARM/net: ixp4xx: Pass ethernet physical base as resourceLinus Walleij2020-01-127-0/+120
* ixp4xx_eth: move platform_data definitionArnd Bergmann2020-01-121-12/+1
* ptp: ixp46x: move adjacent to ethernet driverArnd Bergmann2020-01-121-68/+0
* wan: ixp4xx_hss: prepare compile testingArnd Bergmann2020-01-122-9/+4
* docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-7/+7
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2120-98/+20
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1920-98/+20
* | ARM: ixp4xx: include irqs.h where neededArnd Bergmann2019-06-185-0/+10
* | ARM: ixp4xx: don't select SERIAL_OF_PLATFORMArnd Bergmann2019-06-181-1/+0
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-302-30/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* ARM: ixp4xx: Remove duplicated include from common.cYueHaibing2019-05-161-1/+0
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-1633-1991/+279
|\
| * soc: ixp4xx: qmgr: Pass resourcesLinus Walleij2019-04-232-7/+20
| * soc: ixp4xx: npe: Pass addresses as resourcesLinus Walleij2019-04-232-3/+21
| * ARM: ixp4xx: Turn the QMGR into a platform deviceLinus Walleij2019-04-231-0/+6
| * ARM: ixp4xx: Turn the NPE into a platform deviceLinus Walleij2019-04-231-0/+6
| * ARM: ixp4xx: Move IXP4xx QMGR and NPE headersLinus Walleij2019-04-232-244/+0
| * ARM: ixp4xx: Move NPE and QMGR to drivers/socLinus Walleij2019-04-234-1141/+0
| * ARM: ixp4xx: Add device tree boot supportLinus Walleij2019-04-235-0/+87
| * ARM: ixp4xx: Switch to use new timer driverLinus Walleij2019-04-231-149/+4
| * ARM: ixp4xx: Switch to use new IRQ+GPIO driversLinus Walleij2019-04-234-391/+22