summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | proc: switch /proc/bus/ecard/devices to seq_file interfaceAlexey Dobriyan2008-04-291-28/+26
* | | | | | proc: remove proc_root from driversAlexey Dobriyan2008-04-291-1/+1
* | | | | | proc: remove proc_busAlexey Dobriyan2008-04-291-1/+1
* | | | | | iomap: fix 64 bits resources on 32 bitsBenjamin Herrenschmidt2008-04-291-2/+2
* | | | | | ARM: always select HAVE_IDEAdrian Bunk2008-04-281-14/+1
| |_|_|_|/ |/| | | |
* | | | | atmel_lcdfb: don't initialize a pre-allocated framebufferHaavard Skinnemoen2008-04-282-0/+25
|/ / / /
* | | | Merge branch 'irq-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2008-04-241-1/+4
|\ \ \ \
| * | | | arm/mach-integrator/time.c, mwave: revert portions of recent irq cleanupsJeff Garzik2008-04-241-1/+4
* | | | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-04-2424-20/+31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ARM] fix 48d7927bdf071d05cf5d15b816cf06b0937cb84fCatalin Marinas2008-04-2423-17/+29
| * | | | [ARM] fix lh7a40x/kev7a400 buildRussell King2008-04-201-3/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-211-3/+3
|\ \ \ \ \
| * | | | | arm: Storage class should be before const qualifierTobias Klauser2008-04-211-3/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'irq-cleanups-upstream' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-04-211-1/+1
|\ \ \ \ \
| * | | | | ARM minor irq handler cleanup: avoid passing unused info to irqJeff Garzik2008-04-201-1/+1
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-04-211-0/+2
|\ \ \ \ \
| * | | | | UIO: arch/arm/Kconfig: Make UIO available on ARM architectureHans-Jürgen Koch2008-04-191-0/+2
| |/ / / /
* | | | | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-219-10/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-189-10/+0
| |/ / /
* | | | Merge branch 'merge-fixes' into develRussell King2008-04-192-222/+1
|\| | |
| * | | Generic semaphore implementationMatthew Wilcox2008-04-172-222/+1
* | | | Merge branch 'omap2-upstream' into develRussell King2008-04-1946-4660/+10828
|\ \ \ \
| * | | | ARM: OMAP2: New DPLL clock frameworkRoman Tereshonkov2008-04-144-109/+410
| * | | | ARM: OMAP2: Add 34xx clock codePaul Walmsley2008-04-142-0/+236
| * | | | ARM: OMAP2: Add 34xx clocksPaul Walmsley2008-04-141-0/+2704
| * | | | ARM: OMAP2: Remove old PRCM register access codePaul Walmsley2008-04-143-797/+1
| * | | | ARM: OMAP2: Clean up 24xx clock codeTony Lindgren2008-04-144-62/+49
| * | | | ARM: OMAP2: Remove old 24xx specific clock functionsPaul Walmsley2008-04-141-722/+0
| * | | | ARM: OMAP: Add rest of 24xx clocksPaul Walmsley2008-04-141-530/+957
| * | | | ARM: OMAP2: Change 24xx to use shared clock code and new reg accessPaul Walmsley2008-04-147-226/+509
| * | | | ARM: OMAP2: Add common clock framework for 24xx and 34xxPaul Walmsley2008-04-142-0/+830
| * | | | ARM: OMAP2: Move clock.c to clock24xx.cPaul Walmsley2008-04-142-1/+4
| * | | | ARM: OMAP2: Move clock.h to clock24xx.hPaul Walmsley2008-04-142-1/+1
| * | | | ARM: OMAP2: Remove old 24xx PM codeTony Lindgren2008-04-141-269/+1
| * | | | ARM: OMAP2: Change 24xx to use new register accessPaul Walmsley2008-04-1411-100/+282
| * | | | ARM: OMAP2: Add register access for 34xxTony Lindgren2008-04-142-0/+1251
| * | | | ARM: OMAP2: Add common register access for 24xx and 34xxPaul Walmsley2008-04-149-18/+1622
| * | | | ARM: OMAP2: Clean-up mux codeTony Lindgren2008-04-143-41/+60
| * | | | ARM: OMAP2: Add new pin multiplexing configurationsTony Lindgren2008-04-141-3/+41
| * | | | ARM: OMAP: TimerMPU: Remove MPU-timer based sched_clock()Kevin Hilman2008-04-141-16/+0
| * | | | ARM: OMAP: TimerMPU: Remove unused cycles-to-nsec conversionsKevin Hilman2008-04-141-33/+0
| * | | | ARM: OMAP1: Timer32K: Fix timer32K for clockevents and clean it upTony Lindgren2008-04-141-5/+13
| * | | | ARM: OMAP: Timer32K: Move timer32k to mach-omap1Kevin Hilman2008-04-143-5/+2
| * | | | ARM: OMAP: Timer32K: Move 32k-based sched_clock() to common codeKevin Hilman2008-04-142-26/+17
| * | | | ARM: OMAP: Timer32K: Re-organize duplicated 32k-timer codeKevin Hilman2008-04-144-61/+141
| * | | | ARM: OMAP: Split omap_cfg_reg() into omap processor specific functionsTony Lindgren2008-04-143-137/+139
| * | | | ARM: OMAP: Allow registering pin mux functionTony Lindgren2008-04-143-19/+53
| * | | | ARM: OMAP: use edge/level handlers from generic IRQ frameworkKevin Hilman2008-04-141-35/+7
| * | | | ARM: OMAP: Clear level-triggered GPIO interrupts in unmask hookKevin Hilman2008-04-141-14/+13
| * | | | ARM: OMAP: Use gpiolib with tps65010 for OSK 5912David Brownell2008-04-142-117/+71