| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM/net: ixp4xx: Pass ethernet physical base as resource | Linus Walleij | 2020-01-12 | 7 | -0/+120 |
* | ixp4xx_eth: move platform_data definition | Arnd Bergmann | 2020-01-12 | 1 | -12/+1 |
* | ptp: ixp46x: move adjacent to ethernet driver | Arnd Bergmann | 2020-01-12 | 1 | -68/+0 |
* | wan: ixp4xx_hss: prepare compile testing | Arnd Bergmann | 2020-01-12 | 2 | -9/+4 |
* | docs: arm: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 2019-07-15 | 1 | -7/+7 |
* | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2019-06-21 | 20 | -98/+20 |
|\ |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 20 | -98/+20 |
* | | ARM: ixp4xx: include irqs.h where needed | Arnd Bergmann | 2019-06-18 | 5 | -0/+10 |
* | | ARM: ixp4xx: don't select SERIAL_OF_PLATFORM | Arnd Bergmann | 2019-06-18 | 1 | -1/+0 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 2 | -30/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 2019-05-24 | 1 | -14/+1 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | ARM: ixp4xx: Remove duplicated include from common.c | YueHaibing | 2019-05-16 | 1 | -1/+0 |
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 2019-05-16 | 33 | -1991/+279 |
|\ |
|
| * | soc: ixp4xx: qmgr: Pass resources | Linus Walleij | 2019-04-23 | 2 | -7/+20 |
| * | soc: ixp4xx: npe: Pass addresses as resources | Linus Walleij | 2019-04-23 | 2 | -3/+21 |
| * | ARM: ixp4xx: Turn the QMGR into a platform device | Linus Walleij | 2019-04-23 | 1 | -0/+6 |
| * | ARM: ixp4xx: Turn the NPE into a platform device | Linus Walleij | 2019-04-23 | 1 | -0/+6 |
| * | ARM: ixp4xx: Move IXP4xx QMGR and NPE headers | Linus Walleij | 2019-04-23 | 2 | -244/+0 |
| * | ARM: ixp4xx: Move NPE and QMGR to drivers/soc | Linus Walleij | 2019-04-23 | 4 | -1141/+0 |
| * | ARM: ixp4xx: Add device tree boot support | Linus Walleij | 2019-04-23 | 5 | -0/+87 |
| * | ARM: ixp4xx: Switch to use new timer driver | Linus Walleij | 2019-04-23 | 1 | -149/+4 |
| * | ARM: ixp4xx: Switch to use new IRQ+GPIO drivers | Linus Walleij | 2019-04-23 | 4 | -391/+22 |
| * | ARM: ixp4xx: Convert to SPARSE_IRQ | Linus Walleij | 2019-04-19 | 24 | -2/+46 |
| * | ARM: ixp4xx: Pass IRQ resource to beeper | Linus Walleij | 2019-04-19 | 1 | -1/+9 |
| * | ARM: ixp4xx: Convert to MULTI_IRQ_HANDLER | Linus Walleij | 2019-04-19 | 3 | -120/+125 |
* | | treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> | Masahiro Yamada | 2019-05-14 | 1 | -1/+1 |
|/ |
|
* | PCI: consolidate PCI config entry in drivers/pci | Christoph Hellwig | 2018-11-23 | 1 | -11/+11 |
* | mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.h | Boris Brezillon | 2018-10-03 | 1 | -0/+1 |
* | mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there | Boris Brezillon | 2018-10-03 | 1 | -1/+1 |
* | mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooks | Boris Brezillon | 2018-10-03 | 1 | -2/+1 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-12 | 1 | -1/+1 |
* | ARM: Fix i2c-gpio GPIO descriptor tables | Linus Walleij | 2018-05-26 | 6 | -6/+6 |
* | w1: w1-gpio: Convert to use GPIO descriptors | Linus Walleij | 2017-12-08 | 1 | -2/+11 |
* | treewide: Switch DEFINE_TIMER callbacks to struct timer_list * | Kees Cook | 2017-11-21 | 2 | -4/+4 |
* | Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-11-14 | 7 | -48/+73 |
|\ |
|
| * | i2c: gpio: Augment all boardfiles to use open drain | Linus Walleij | 2017-10-30 | 6 | -12/+12 |
| * | i2c: gpio: Convert to use descriptors | Linus Walleij | 2017-10-30 | 7 | -48/+73 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-11-13 | 2 | -2/+2 |
|\ \ |
|
| * | | timer: Remove expires and data arguments from DEFINE_TIMER | Kees Cook | 2017-10-05 | 2 | -2/+2 |
| |/ |
|
* / | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 14 | -0/+14 |
|/ |
|
* | Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next | Boris Brezillon | 2017-09-01 | 1 | -1/+1 |
|\ |
|
| * | mtd: nand: Rename nand.h into rawnand.h | Boris Brezillon | 2017-08-13 | 1 | -1/+1 |
* | | ARM: ixp4xx: fix ioport_unmap definition | Arnd Bergmann | 2017-07-27 | 1 | -2/+9 |
* | | ARM: ixp4xx: use normal prototype for {read,write}s{b,w,l} | Arnd Bergmann | 2017-07-27 | 1 | -6/+17 |
|/ |
|
* | scripts/spelling.txt: add regsiter -> register spelling mistake | Stephen Boyd | 2017-05-08 | 1 | -2/+2 |
* | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | ARM: ixp4xx: drop duplicate header gpio.h | Geliang Tang | 2016-11-26 | 1 | -1/+0 |
* | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2016-03-17 | 1 | -2/+2 |
|\ |
|