aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ixp4xx
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Gravatar Thomas Gleixner 1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-16ARM: ixp4xx: Remove duplicated include from common.cGravatar YueHaibing 1-1/+0
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 33-1991/+279
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Gravatar Masahiro Yamada 1-1/+1
2019-04-23soc: ixp4xx: qmgr: Pass resourcesGravatar Linus Walleij 2-7/+20
2019-04-23soc: ixp4xx: npe: Pass addresses as resourcesGravatar Linus Walleij 2-3/+21
2019-04-23ARM: ixp4xx: Turn the QMGR into a platform deviceGravatar Linus Walleij 1-0/+6
2019-04-23ARM: ixp4xx: Turn the NPE into a platform deviceGravatar Linus Walleij 1-0/+6
2019-04-23ARM: ixp4xx: Move IXP4xx QMGR and NPE headersGravatar Linus Walleij 2-244/+0
2019-04-23ARM: ixp4xx: Move NPE and QMGR to drivers/socGravatar Linus Walleij 4-1141/+0
2019-04-23ARM: ixp4xx: Add device tree boot supportGravatar Linus Walleij 5-0/+87
2019-04-23ARM: ixp4xx: Switch to use new timer driverGravatar Linus Walleij 1-149/+4
2019-04-23ARM: ixp4xx: Switch to use new IRQ+GPIO driversGravatar Linus Walleij 4-391/+22
2019-04-19ARM: ixp4xx: Convert to SPARSE_IRQGravatar Linus Walleij 24-2/+46
2019-04-19ARM: ixp4xx: Pass IRQ resource to beeperGravatar Linus Walleij 1-1/+9
2019-04-19ARM: ixp4xx: Convert to MULTI_IRQ_HANDLERGravatar Linus Walleij 3-120/+125
2018-11-23PCI: consolidate PCI config entry in drivers/pciGravatar Christoph Hellwig 1-11/+11
2018-10-03mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hGravatar Boris Brezillon 1-0/+1
2018-10-03mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereGravatar Boris Brezillon 1-1/+1
2018-10-03mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooksGravatar Boris Brezillon 1-2/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-05-26ARM: Fix i2c-gpio GPIO descriptor tablesGravatar Linus Walleij 6-6/+6
2017-12-08w1: w1-gpio: Convert to use GPIO descriptorsGravatar Linus Walleij 1-2/+11
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 2-4/+4
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 7-48/+73
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 14-0/+14
2017-10-30i2c: gpio: Augment all boardfiles to use open drainGravatar Linus Walleij 6-12/+12
2017-10-30i2c: gpio: Convert to use descriptorsGravatar Linus Walleij 7-48/+73
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 2-2/+2
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextGravatar Boris Brezillon 1-1/+1
2017-08-13mtd: nand: Rename nand.h into rawnand.hGravatar Boris Brezillon 1-1/+1
2017-07-27ARM: ixp4xx: fix ioport_unmap definitionGravatar Arnd Bergmann 1-2/+9
2017-07-27ARM: ixp4xx: use normal prototype for {read,write}s{b,w,l}Gravatar Arnd Bergmann 1-6/+17
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeGravatar Stephen Boyd 1-2/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-11-26ARM: ixp4xx: drop duplicate header gpio.hGravatar Geliang Tang 1-1/+0
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-2/+2
2016-03-04usb: gadget: pxa25x_udc: move register definitions from archGravatar Arnd Bergmann 1-198/+0
2016-02-19ARM: ixp4xx: switch to gpiochip_add_data()Gravatar Linus Walleij 1-2/+2
2016-01-13Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-3/+3
2016-01-07ARM: make use of nand_set/get_controller_data() helpersGravatar Boris BREZILLON 1-2/+2
2015-12-07ARM: nand: make use of mtd_to_nand() where appropriateGravatar Boris BREZILLON 1-1/+1
2015-12-01ARM: ixp4xx: fix read{b,w,l} return typesGravatar Arnd Bergmann 1-6/+6
2015-07-28ARM: kill off set_irq_flags usageGravatar Rob Herring 1-1/+1
2015-07-17ARM/ixp4xx/timer: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-28/+40
2015-05-14ARM: Show proper respect for Heinrich Hertz by using the correct unit for fre...Gravatar Russell King 1-1/+1
2015-02-18ARM: ixp4xx: fix {in,out}s{bwl} data typesGravatar Arnd Bergmann 1-6/+13