summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] add CONFIG_GENERIC_GPIODavid Brownell2007-03-051-0/+9
* [ARM] EBSA110: Work around build errorsRussell King2007-03-031-0/+1
* Merge branch 'omap-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/tmli...Russell King2007-03-0212-48/+59
|\
| * ARM: OMAP: Use linux/delay.h not asm/delay.hTony Lindgren2007-03-022-2/+1Star
| * ARM: OMAP: omap1510->15xx conversions needed for sx1Vladimir Ananiev2007-03-022-3/+3
| * ARM: OMAP: Add missing includes to board-nokia770Dirk Behme2007-03-021-0/+2
| * ARM: OMAP: Workqueue changes for board-h4.cDirk Behme2007-03-021-5/+7
| * ARM: OMAP: dmtimer.c omap1 register fixMatthew Percival2007-03-021-2/+2
| * ARM: OMAP: board-nokia770: correct lcd nameArnaud Patard2007-03-021-1/+1
| * ARM: OMAP: omap GP timer: HZ != 100David Brownell2007-03-021-1/+1
| * ARM: OMAP: Fix warning in mach-omap1Dirk Behme2007-03-021-1/+5
| * ARM: OMAP: Fix CONFIG_DEBUG_LLDirk Behme2007-03-021-0/+7
| * ARM: OMAP: Fix warning in mach-omap2Dirk Behme2007-03-021-0/+1
| * ARM: OMAP: Fix warnings in plat-omapDirk Behme2007-03-021-0/+2
| * ARM: OMAP: No IRQF_TRIGGER set_type function for IRQ 353 (MPUIO)Dirk Behme2007-03-021-4/+5
| * ARM: OMAP: OMAP310 SerialMarek VaĊĦut2007-03-021-9/+9
| * ARM: OMAP: Proper handling of DMA4_IRQSTATUS_L0Timo Teras2007-03-021-11/+3Star
| * ARM: OMAP: Fix warning in clock.cDirk Behme2007-03-021-6/+4Star
| * ARM: OMAP: correct misc 15xx and non-15xx platform codeAndrzej Zaborowski2007-03-023-5/+8
* | [ARM] 4239/1: S3C24XX: Update kconfig entries for PMBen Dooks2007-03-021-0/+7
* | [ARM] 4237/2: oprofile: Always allow backtraces on ARMRichard Purdie2007-03-021-1/+2
* | [ARM] Yet more asm/apm-emulation.h stuffRussell King2007-03-022-2/+4
|/
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-02-268-42/+76
|\
| * [ARM] CLPS7500 doesn't have IO portsRussell King2007-02-261-0/+1
| * [ARM] Fix more apm-emulation.hRussell King2007-02-261-1/+1
| * [ARM] 4226/1: initial .data and .bss mappings of XIP kernel should be TEXT_OF...Nicolas Pitre2007-02-251-16/+17
| * [ARM] 4224/2: allow XIP kernel to boot againNicolas Pitre2007-02-252-12/+14
| * [ARM] 4232/1: AT91: Generic GPIO bugAndrew Victor2007-02-221-1/+1
| * [ARM] 4231/1: AT91: Merge and typo fixes.Andrew Victor2007-02-222-2/+2
| * [ARM] 4229/1: S3C2410: Add MACH_QT2410 to s3c2410_defconfigBen Dooks2007-02-221-2/+2
| * [ARM] 4228/2: S3C24XX: update s3c2410_defconfig for 2.6.21-rc1Ben Dooks2007-02-221-11/+41
* | [PATCH] GPIO API: SA1100 wrapper cleanupPhilipp Zabel2007-02-211-0/+30
* | [PATCH] GPIO API: PXA wrapper cleanupPhilipp Zabel2007-02-211-1/+27
|/
* Merge ARM fixesRussell King2007-02-2024-733/+83Star
|\
| * [ARM] 4165/1: S3C24XX: Select CONFIG_NO_IOPORTBen Dooks2007-02-201-0/+1
| * [ARM] fix mach-at91 build breakageDavid Brownell2007-02-201-1/+1
| * [ARM] Fix jornada720 build errorsRussell King2007-02-201-6/+0Star
| * [ARM] Fix iop13xx build errorRussell King2007-02-201-0/+1
| * [ARM] Fix build error caused by move of apmRussell King2007-02-201-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-02-192-2/+2
| |\
| | * kbuild: Replace remaining "depends" with "depends on"Robert P. J. Day2007-02-172-2/+2
| * | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-02-19197-5643/+13341
| |\ \ | | |/ | |/|
| * | [PATCH] genirq: remove IRQ_DISABLEDIngo Molnar2007-02-161-2/+1Star
| * | [PATCH] clocksource: fixup is_continous changes on ARMThomas Gleixner2007-02-164-4/+4
| * | [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
| * | [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-122-2/+2
| * | [PATCH] Dynamic kernel command-line: armAlon Bar-Lev2007-02-121-3/+3
| * | [PATCH] AT91 GPIO wrappersDavid Brownell2007-02-121-0/+48
| * | [PATCH] sort the devres mess outAl Viro2007-02-111-0/+5
| * | [PATCH] Consolidate default sched_clock()Alexey Dobriyan2007-02-111-10/+0Star