summaryrefslogtreecommitdiffstats
path: root/arch/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [ARM] 4599/1: Preserve ATAG list for use with kexec (2.6.23)Mike Westerhof2007-10-132-1/+58
| * | | [ARM] Rename consistent_sync() as dma_cache_maint()Russell King2007-10-132-4/+4
| * | | [ARM] 4572/1: ep93xx: add cirrus logic edb9307 supportHerbert Valerio Riedel2007-10-133-0/+98
| * | | [ARM] 4596/1: S3C2412: Correct IRQs for SDI+CF and add decoding supportBen Dooks2007-10-132-0/+63
| * | | [ARM] 4595/1: ns9xxx: define registers as void __iomem * instead of volatile u32Uwe Kleine-König2007-10-134-61/+85
| * | | [ARM] 4594/1: ns9xxx: use the new gpio functionsUwe Kleine-König2007-10-131-6/+6
| * | | [ARM] 4593/1: ns9xxx: implement generic clockeventsUwe Kleine-König2007-10-132-42/+109
| * | | [ARM] 4592/1: ns9xxx: clocksource driverUwe Kleine-König2007-10-132-26/+43
| * | | [ARM] 4590/1: ns9xxx: add gpio handling functionsUwe Kleine-König2007-10-133-1/+186
| * | | [ARM] 4589/1: ns9xxx: acknowledge IRQ_EXT2 in the demux routine for FPGA irqsUwe Kleine-König2007-10-131-2/+7
| * | | [ARM] Add rtc-cmos driver for ISA-based footbridge platformsRussell King2007-10-131-1/+44
| * | | [ARM] Add fallocate syscall entryRussell King2007-10-131-0/+1
| * | | [ARM] 4587/1: S3C24XX: Add magic number before resume codeBen Dooks2007-10-131-0/+8
| * | | [ARM] 4585/1: Correctly identify the CPU architecture versionCatalin Marinas2007-10-131-4/+17
| * | | [ARM] 4581/1: Fix the conditional execution of the NWFPE instructionsCatalin Marinas2007-10-131-11/+14
| * | | [ARM] cleanup struct irqaction initializersThomas Gleixner2007-10-131-1/+5
| * | | [ARM] omap1/leds-innovator.c: remove dead codeAdrian Bunk2007-10-131-3/+0
| * | | [ARM] "extern inline" -> "static inline"Adrian Bunk2007-10-132-5/+5
| * | | [ARM] 4539/1: clocksource and clockevents for at91rm9200David Brownell2007-10-132-65/+132
| * | | [ARM] 4566/1: s3c24xx: fix dma functions section mismatchKrzysztof Helt2007-10-135-5/+5
| * | | [ARM] 4565/1: s3c2443: fix section mismatch in irq.c fileKrzysztof Helt2007-10-131-2/+2
| * | | [ARM] 4545/1: ns9xxx: simplify irq ack'ingUwe Kleine-König2007-10-132-33/+14
| * | | [ARM] 4536/1: configure support for AT91x40 and EB01Greg Ungerer2007-10-131-0/+23
| * | | [ARM] 4537/1: build support for AT91x40 and EB01Greg Ungerer2007-10-131-1/+4
| * | | [ARM] 4538/1: Atmel EB01 board supportGreg Ungerer2007-10-131-0/+44
| * | | [ARM] 4535/1: AT91x40 function prototypesGreg Ungerer2007-10-131-0/+3
| * | | [ARM] 4534/1: AT91x40 interrupt supportGreg Ungerer2007-10-131-0/+67
| * | | [ARM] 4533/1: AT91x40 timer supportGreg Ungerer2007-10-131-0/+80
| * | | [ARM] 4532/1: allow configuration of processor IDGreg Ungerer2007-10-131-1/+1
| | |/ | |/|
* | | i2c/tps65010: New-style driver updates, part 2David Brownell2007-10-133-5/+143
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-10-133-3/+0
|\ \ \ | |/ / |/| |
| * | [CPUFREQ] move policy's governor initialisation out of low-level drivers into...Thomas Renninger2007-10-053-3/+0
* | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2007-10-122-4/+32
|\ \ \
| * | | backlight: Convert corgi backlight driver into a more generic driverRichard Purdie2007-10-112-4/+32
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-10-121-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | arm: i.MX/MX1 SDHC implements SD cards read-only switch read-backPavel Pisa2007-09-241-1/+1
* | | | [ARM] 4598/2: OSIRIS: Ensure we do not get nRSTOUT during suspendBen Dooks2007-10-051-0/+6
* | | | [ARM] 4597/2: OSIRIS: ensure CPLD0 is preserved after suspendBen Dooks2007-10-051-0/+12
| |/ / |/| |
* | | [ARM] Resolve PCI section warningsRussell King2007-09-301-2/+2
|/ /
* | [ARM] 4569/1: ep93xx_gpio_irq_type(): fix spurious enumeration offset for FGP...Herbert Valerio Riedel2007-09-201-1/+1
* | [ARM] 4568/1: fix l2x0 cache invalidate handling of unaligned addressesRui Sousa2007-09-171-1/+11
|/
* [ARM] 4567/1: Fix 'Oops - undefined instruction' when CONFIG_VFP=y on non VFP...Tzachi Perelstein2007-09-131-0/+1
* [ARM] realview: disable second GIC on RevB MPCore platformsRussell King2007-09-131-1/+1
* [ARM] 4561/1: i.MX/MX1 GPIO parenthes omission and input setup fixPavel Pisa2007-08-301-2/+3
* [ARM] 4557/1: Fix PXA irq gpio initializationSamuel2007-08-281-1/+1
* Merge branch 'omap-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/tmli...Russell King2007-08-259-45/+23
|\
| * ARM: OMAP: Enable serial idling and wakeup featuresJuha Yrjola2007-08-221-1/+1
| * ARM: OMAP2: Force APLLs always activeJuha Yrjola2007-08-221-11/+2
| * ARM: OMAP: H3 workqueue fixesDirk Behme2007-08-221-5/+7
| * ARM: OMAP: OSK led fixesDavid Brownell2007-08-223-16/+8