aboutsummaryrefslogtreecommitdiff
path: root/drivers/soc/ixp4xx
AgeCommit message (Expand)AuthorFilesLines
2023-01-19ARM: ixp4xx: Replace 0-length arrays with flexible arraysGravatar Kees Cook 1-3/+3
2022-07-01soc: ixp4xx/npe: Fix unused match warningGravatar Linus Walleij 1-1/+1
2022-05-27soc: ixp4xx/qmgr: Fix unused match warningGravatar Linus Walleij 1-1/+1
2022-02-12soc: ixp4xx-npe: Access syscon regs using regmapGravatar Linus Walleij 2-9/+25
2021-08-03soc: ixp4xx/qmgr: fix invalid __iomem accessGravatar Arnd Bergmann 1-4/+5
2021-08-03soc: ixp4xx: fix printing resourcesGravatar Arnd Bergmann 1-6/+5
2021-08-02ARM: ixp4xx: fix compile-testing soc driversGravatar Arnd Bergmann 2-2/+0
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 2-0/+4
2021-06-17soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hGravatar Arnd Bergmann 2-2/+2
2021-06-16ARM/ixp4xx: Make NEED_MACH_IO_H optionalGravatar Linus Walleij 2-0/+4
2021-06-03crypto: ixp4xx - Add device tree supportGravatar Linus Walleij 1-0/+7
2019-08-29soc: ixp4xx: Protect IXP4xx SoC drivers by ARCH_IXP4XX || COMPILE_TESTGravatar Geert Uytterhoeven 1-0/+4
2019-06-18soc: ixp4xx: npe: Fix an IS_ERR() vs NULL check in probeGravatar Dan Carpenter 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 207Gravatar Thomas Gleixner 1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Gravatar Thomas Gleixner 1-4/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-16soc: ixp4xx: qmgr: Fix an NULL vs IS_ERR() check in probeGravatar Dan Carpenter 1-2/+2
2019-04-23soc: ixp4xx: qmgr: Add DT probe codeGravatar Linus Walleij 1-0/+8
2019-04-23soc: ixp4xx: npe: Add DT probe codeGravatar Linus Walleij 1-0/+8
2019-04-23soc: ixp4xx: qmgr: Pass resourcesGravatar Linus Walleij 1-36/+35
2019-04-23soc: ixp4xx: Remove unused functionsGravatar Linus Walleij 1-23/+0
2019-04-23soc: ixp4xx: Uninline several functionsGravatar Linus Walleij 1-0/+117
2019-04-23soc: ixp4xx: npe: Pass addresses as resourcesGravatar Linus Walleij 1-16/+20
2019-04-23ARM: ixp4xx: Turn the QMGR into a platform deviceGravatar Linus Walleij 1-8/+13
2019-04-23ARM: ixp4xx: Turn the NPE into a platform deviceGravatar Linus Walleij 1-10/+13
2019-04-23ARM: ixp4xx: Move IXP4xx QMGR and NPE headersGravatar Linus Walleij 2-2/+2
2019-04-23ARM: ixp4xx: Move NPE and QMGR to drivers/socGravatar Linus Walleij 4-0/+1147