| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-11-01 | soc: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 2 | -2/+2 |
| 2024-06-27 | soc: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 2 | -0/+2 |
| 2023-10-14 | soc/ixp4xx: ixp4xx-qmgr: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2023-10-14 | soc/ixp4xx: ixp4xx-npe: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-01-19 | ARM: ixp4xx: Replace 0-length arrays with flexible arrays | Kees Cook | 1 | -3/+3 |
| 2022-07-01 | soc: ixp4xx/npe: Fix unused match warning | Linus Walleij | 1 | -1/+1 |
| 2022-05-27 | soc: ixp4xx/qmgr: Fix unused match warning | Linus Walleij | 1 | -1/+1 |
| 2022-02-12 | soc: ixp4xx-npe: Access syscon regs using regmap | Linus Walleij | 2 | -9/+25 |
| 2021-08-03 | soc: ixp4xx/qmgr: fix invalid __iomem access | Arnd Bergmann | 1 | -4/+5 |
| 2021-08-03 | soc: ixp4xx: fix printing resources | Arnd Bergmann | 1 | -6/+5 |
| 2021-08-02 | ARM: ixp4xx: fix compile-testing soc drivers | Arnd Bergmann | 2 | -2/+0 |
| 2021-07-10 | Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 2 | -0/+4 |
| 2021-06-17 | soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.h | Arnd Bergmann | 2 | -2/+2 |
| 2021-06-16 | ARM/ixp4xx: Make NEED_MACH_IO_H optional | Linus Walleij | 2 | -0/+4 |
| 2021-06-03 | crypto: ixp4xx - Add device tree support | Linus Walleij | 1 | -0/+7 |
| 2019-08-29 | soc: ixp4xx: Protect IXP4xx SoC drivers by ARCH_IXP4XX || COMPILE_TEST | Geert Uytterhoeven | 1 | -0/+4 |
| 2019-06-18 | soc: ixp4xx: npe: Fix an IS_ERR() vs NULL check in probe | Dan Carpenter | 1 | -2/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 207 | Thomas Gleixner | 1 | -4/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 | Thomas Gleixner | 1 | -4/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-05-16 | soc: ixp4xx: qmgr: Fix an NULL vs IS_ERR() check in probe | Dan Carpenter | 1 | -2/+2 |
| 2019-04-23 | soc: ixp4xx: qmgr: Add DT probe code | Linus Walleij | 1 | -0/+8 |
| 2019-04-23 | soc: ixp4xx: npe: Add DT probe code | Linus Walleij | 1 | -0/+8 |
| 2019-04-23 | soc: ixp4xx: qmgr: Pass resources | Linus Walleij | 1 | -36/+35 |
| 2019-04-23 | soc: ixp4xx: Remove unused functions | Linus Walleij | 1 | -23/+0 |
| 2019-04-23 | soc: ixp4xx: Uninline several functions | Linus Walleij | 1 | -0/+117 |
| 2019-04-23 | soc: ixp4xx: npe: Pass addresses as resources | Linus Walleij | 1 | -16/+20 |
| 2019-04-23 | ARM: ixp4xx: Turn the QMGR into a platform device | Linus Walleij | 1 | -8/+13 |
| 2019-04-23 | ARM: ixp4xx: Turn the NPE into a platform device | Linus Walleij | 1 | -10/+13 |
| 2019-04-23 | ARM: ixp4xx: Move IXP4xx QMGR and NPE headers | Linus Walleij | 2 | -2/+2 |
| 2019-04-23 | ARM: ixp4xx: Move NPE and QMGR to drivers/soc | Linus Walleij | 4 | -0/+1147 |