aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/soc/ixp4xx/ixp4xx-npe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-14soc/ixp4xx: ixp4xx-npe: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-01-19ARM: ixp4xx: Replace 0-length arrays with flexible arraysKees Cook1-3/+3
2022-07-01soc: ixp4xx/npe: Fix unused match warningLinus Walleij1-1/+1
2022-02-12soc: ixp4xx-npe: Access syscon regs using regmapLinus Walleij1-9/+24
2021-08-03soc: ixp4xx: fix printing resourcesArnd Bergmann1-6/+5
2021-08-02ARM: ixp4xx: fix compile-testing soc driversArnd Bergmann1-1/+0
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+2
2021-06-17soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann1-1/+1
2021-06-16ARM/ixp4xx: Make NEED_MACH_IO_H optionalLinus Walleij1-0/+2
2021-06-03crypto: ixp4xx - Add device tree supportLinus Walleij1-0/+7
2019-06-18soc: ixp4xx: npe: Fix an IS_ERR() vs NULL check in probeDan Carpenter1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 207Thomas Gleixner1-4/+1
2019-04-23soc: ixp4xx: npe: Add DT probe codeLinus Walleij1-0/+8
2019-04-23soc: ixp4xx: npe: Pass addresses as resourcesLinus Walleij1-16/+20
2019-04-23ARM: ixp4xx: Turn the NPE into a platform deviceLinus Walleij1-10/+13
2019-04-23ARM: ixp4xx: Move IXP4xx QMGR and NPE headersLinus Walleij1-1/+1
2019-04-23ARM: ixp4xx: Move NPE and QMGR to drivers/socLinus Walleij1-0/+747