aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ixp4xx
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-11-10ARM: ixp4xx: Properly override I/O accessorsGravatar Thierry Reding 1-0/+12
2014-11-10ARM: ixp4xx: Fix build with IXP4XX_INDIRECT_PCIGravatar Arnd Bergmann 2-5/+13
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 2-18/+12
2014-04-05Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-64/+84
2014-03-26IXP4xx: Fix DMA masks.Gravatar Krzysztof Halasa 2-44/+56
2014-03-26Revert "ARM: ixp4xx: Make dma_set_coherent_mask common, correct implementation"Gravatar Arnd Bergmann 2-12/+9
2014-03-26IXP4xx: Fix Goramo Multilink GPIO conversion.Gravatar Krzysztof Halasa 1-17/+26
2014-03-26Revert "ARM: ixp4xx: fix gpio rework"Gravatar Arnd Bergmann 2-10/+3
2014-03-22Merge branch 'randconfig-fixes' into next/fixes-non-criticalGravatar Arnd Bergmann 4-6/+12
2014-03-21ARM: ixp4xx: fix gpio reworkGravatar Arnd Bergmann 2-3/+10
2014-03-21ARM: ixp4xx: avoid use of PCIBIOS_MIN_MEM in io.hGravatar Arnd Bergmann 1-1/+2
2014-03-21ARM: ixp4xx/omixp: always include linux/leds.hGravatar Arnd Bergmann 1-2/+0
2014-03-18ARM: ixp4xx: Make dma_set_coherent_mask common, correct implementationGravatar Simon Kågström 2-9/+12
2014-03-12ARM: 7998/1: IXP4xx: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 5-13/+7
2014-02-18Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Gravatar Olof Johansson 2-18/+12
2014-02-18ARM: ixp4xx: fix timer latch calculationGravatar Uwe Kleine-König 1-1/+9
2014-01-23Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 1-2/+2
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2014-01-02IXP4xx: remove '1 &&' from a condition check in ixp4xx_restart()Gravatar Krzysztof Hałasa 1-1/+1
2013-12-20ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooGravatar Uwe Kleine-König 1-16/+0
2013-12-20ARM: ixp4xx: stop using <mach/timex.h>Gravatar Uwe Kleine-König 1-2/+4
2013-12-11arm/PCI: Use dev_is_pci() to identify PCI devicesGravatar Yijing Wang 1-3/+3
2013-12-06Merge branch 'soc/sched_clock' into next/socGravatar Kevin Hilman 1-2/+2
2013-11-21ARM: IXP4xx: Switch to sched_clock_register()Gravatar Stephen Boyd 1-2/+2
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-4/+0
2013-10-19ARM: fix ARCH_IXP4xx usage of ARCH_SUPPORTS_BIG_ENDIANGravatar Ben Dooks 1-4/+0
2013-09-27ARM: ixp4xx: stop broadcasting the custom GPIO APIGravatar Linus Walleij 2-39/+38
2013-09-27ARM: ixp4: delete irq_to_gpioGravatar Linus Walleij 1-11/+0