summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ixp4xx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-02-196-23/+283
|\
| * [ARM] 4032/1: Add platform resources required for CF driverMichael-Luke Jones2007-02-061-0/+40
| * [ARM] 4033/1: Add separate Avila board setup codeMichael-Luke Jones2007-02-064-2/+242
| * [ARM] 4031/1: Remove references to the Avila in ixdp425 setup codeMichael-Luke Jones2007-02-062-21/+1Star
* | [PATCH] clocksource: fixup is_continous changes on ARMThomas Gleixner2007-02-161-1/+1
|/
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-12-081-4/+47
|\
| * [ARM] 3985/1: ixp4xx clocksource cleanupKevin Hilman2006-12-071-2/+4
| * [ARM] 3958/1: add platform device (pxa2xx-udc)to ixp4xxMilan Svoboda2006-12-011-0/+41
| * [ARM] Remove compatibility layer for ARM irqsRussell King2006-11-301-2/+2
* | Fix misc Kconfig typosMatt LaPlante2006-11-301-1/+1
|/
* [ARM] 3918/1: ixp4xx irq-chip reworkKevin Hilman2006-11-031-38/+22Star
* Initial blind fixup for arm for irq changesLinus Torvalds2006-10-063-5/+5
* fix file specification in commentsUwe Zeisberger2006-10-032-2/+2
* [ARM] 3856/1: Add clocksource for Intel IXP4xx platformsKevin Hilman2006-09-282-11/+29
* [ARM] 3772/1: Fix compilation error in mach-ixp4xx/nslu2*Martin Michlmayr2006-09-062-0/+2
* [ARM] Fix pci export warningsRussell King2006-08-061-2/+0Star
* [ARM] 3747/1: Fix compilation error in mach-ixp4xx/gtwx5715-setup.cMartin Michlmayr2006-08-061-5/+2Star
* [PATCH] ARM: fixup irqflags breakage after ARM genirq mergeThomas Gleixner2006-07-033-4/+4
* [ARM] 3682/2: ARM: Convert ixp4xx to generic irq handlingThomas Gleixner2006-07-025-3/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-304-4/+0Star
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-06-272-10/+17
|\
| * [ARM] 3612/1: make pci bus optional for ixp4xx platformMilan Svoboda2006-06-252-10/+17
* | [PATCH] kernel/sys.c: cleanupsAdrian Bunk2006-06-252-4/+2Star
|/
* [ARM] 3597/1: ixp4xx/nslu2: Board support for new LED subsystemRod Whitby2006-06-221-1/+47
* [ARM] 3595/1: ixp4xx/nas100d: Board support for new LED subsystemRod Whitby2006-06-221-1/+40
* [ARM] 3616/1: fix timer handler wrap logic for a number of platformsLennert Buytenhek2006-06-221-1/+1
* [ARM] Trivial typo fixesEgry Gabor2006-06-041-1/+1
* [ARM] 3487/1: IXP4xx: Support non-PCI systemsDeepak Saxena2006-04-302-2/+16
* [ARM] 3480/1: ixp4xx: fix irq2gpio array typeLennert Buytenhek2006-04-201-1/+1
* [ARM] Convert kmalloc+memset to kzallocRussell King2006-03-211-2/+1Star
* [ARM] 3368/1: ixp4xx: set gpio direction in ixp4xx_config_irqAlessandro Zummo2006-03-211-1/+4
* [ARM] 3355/1: NSLU2: remove propmt dependsAlessandro Zummo2006-03-091-3/+1Star
* [ARM] 3354/1: NAS100d: fix power led handlingAlessandro Zummo2006-03-091-0/+3
* [ARM] 3353/1: NAS100d: protect nas100d_power_exit() with machine_is_nas100d()Alessandro Zummo2006-03-071-0/+3
* [ARM] 3347/1: Bugfix for ixp4xx_set_irq_type()Mårten Wikström2006-02-221-7/+13
* [ARM] 3344/1: NSLU2: beeper supportAlessandro Zummo2006-02-221-0/+7
* [ARM] 3342/1: NSLU2: Protect power button init routine with machine_is_nslu2()Alessandro Zummo2006-02-221-0/+3
* [ARM] 3337/1: Fix NSLU2 flash support according to window size configuration ...Martin Michlmayr2006-02-161-2/+4
* [ARM] 3281/1: ixp4xx: export ixp4xx_exp_bus_size for modulesDavid Vrabel2006-01-181-1/+2
* [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2)Nicolas Pitre2006-01-135-9/+0Star
* [ARM] 3226/1: IXP4xx runtime expansion bus window size configurationDeepak Saxena2006-01-055-19/+41
* [ARM] 3218/1: PAGE_SHIFT undeclared in arch-ixp4xx/memory.h (adjust_zones mov...Rod Whitby2006-01-041-0/+23
* [ARM] 3220/1: Remove gpio_isr_line_clear() from NAS 100dDeepak Saxena2006-01-042-8/+0Star
* [ARM] 3215/1: Iomega NAS 100d (MACH_NAS100D) machine supportRod Whitby2006-01-045-0/+288
* [ARM] 3192/1: Remove gpio_isr_line_clear() API from IXP4xxDeepak Saxena2006-01-046-23/+3Star
* [ARM] Fix IXDP425 setup bugJeff Hansen2005-12-011-1/+1
* [ARM] 3140/1: NSLU2 machine supportAlessandro Zummo2005-11-105-0/+314
* [ARM] 3089/1: ixp4xx AHB/PCI endianness fixAlessandro Zummo2005-11-061-1/+1
* Create platform_device.h to contain all the platform device details.Russell King2005-10-291-0/+1
* [ARM] 2985/1: Replace map_desc.physical with map_desc.pfn: IXP4xxDeepak Saxena2005-10-281-4/+4