summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2007-07-22159-1153/+5474
|\
| *-------------. Merge branches 'at91', 'imx', 'iop', 'ixp', 'ks8695', 'misc', 'ns9xxx', 'pxa'...Russell King2007-07-22157-1146/+5468
| |\ \ \ \ \ \ \ \
| | | | | | | | | * [ARM] 4524/1: S3C: Move register out of include/asm-arm/arch-s3c2410Ben Dooks2007-07-2215-18/+18
| | | | | | | | | * [ARM] 4523/1: S3C: Remove FIFO_MAX from uncompression headersBen Dooks2007-07-221-4/+2
| | | | | | | | | * [ARM] 4522/1: S3C: split include/asm-arm/arch/memory.hBen Dooks2007-07-222-13/+23
| | | | | | | | | * [ARM] 4521/2: S3C: Reorganise VA mapping headersBen Dooks2007-07-225-39/+65
| | | | | | | | | * [ARM] 4520/1: S3C: Remove old VA values from static mapBen Dooks2007-07-224-5/+1
| | | | | | | | | * [ARM] 4519/1: S3C: split S3C2400 values out of S3C24XX map.hBen Dooks2007-07-222-51/+66
| | | | | | | | | * [ARM] 4518/1: S3C: Rename watchdog configuration optionsBen Dooks2007-07-223-9/+9
| | | | | | | | | * [ARM] 4517/1: S3C: Fix debug macros for ARM926 outputBen Dooks2007-07-221-0/+7
| | | | | | | | | * [ARM] 4516/1: S3C: Fix uncompressor serial output for ARM926Ben Dooks2007-07-221-1/+10
| | | | | | | | | * [ARM] 4515/1: S3C: Move uncompress code to plat-s3cBen Dooks2007-07-222-131/+166
| | | | | | | | | * [ARM] 4514/1: S3C: Rename DEBUG_S3C2410_PORT and DEBUG_S3C_UARTBen Dooks2007-07-223-12/+12
| | | | | | | | | * [ARM] 4513/1: S3C: Rename CONFIG_S3C2410_LOWLEVEL_UART_PORTBen Dooks2007-07-225-6/+6
| | | | | | | | | * [ARM] 4512/1: S3C: rename the debug macros for per-cpu updatesBen Dooks2007-07-222-6/+53
| | | | | | | | | * [ARM] 4511/1: S3C: updated LLSERIAL Kconfig defines for CPU supportBen Dooks2007-07-226-0/+33
| | | | | | | | | * [ARM] 4510/1: S3C: split debug-macro support into plat-s3cBen Dooks2007-07-222-43/+66
| | | | | | | | | * [ARM] 4509/1: S3C: Create initial arch/arm/plat-s3cBen Dooks2007-07-223-59/+78
| | | | | | | | | * [ARM] 4508/1: S3C: Move items to include/asm-arm/plat-s3cBen Dooks2007-07-2244-46/+45
| | | | | | | | * | [ARM] 4507/1: pxa2xx clock_event_deviceBill Gatliff2007-07-221-130/+128
| | | | | | | | * | [ARM] 4475/2: EM-x270 board supportMike Rapoport2007-07-204-0/+1624
| | | | | | | | * | [ARM] 4489/1: pxa: split pxa_cpu_suspend to processor specific onesEric Miao2007-07-204-46/+80
| | | | | | | | * | [ARM] 4488/1: pxa: move pxa25x/pxa27x specific code out of pm.cEric Miao2007-07-204-137/+244
| | | | | | | | * | [ARM] 4480/1: pxa: change the pxa device naming schemeEric Miao2007-07-204-53/+53
| | | | | | | | |/
| | | | | | | * | [ARM] 4493/1: ns9xxx: disable a non-reloading timer before ack'ing its irqUwe Kleine-König2007-07-201-0/+9
| | | | | | | * | [ARM] 4487/1: ns9xxx: complete definition of GPIO related registersUwe Kleine-König2007-07-202-4/+27
| | | | | | | * | [ARM] 4486/1: ns9xxx: fix a typo in the register definitions.Uwe Kleine-König2007-07-202-4/+4
| | | | | | | * | [ARM] 4485/1: ns9xxx: pass the correct irq number to the interrupt handlersUwe Kleine-König2007-07-201-1/+1
| | | | | | | * | [ARM] 4484/1: ns9xxx: fix definition of SYS_TCx_TEN_DISUwe Kleine-König2007-07-201-1/+1
| | | | | | | * | [ARM] 4483/1: ns9xxx: fix three sparse warnings: symbol 'xyz' was not declared.Uwe Kleine-König2007-07-202-1/+3
| | | | | | | * | [ARM] 4482/1: ns9xxx: fix compilation for mach-type CC9P9360JSUwe Kleine-König2007-07-202-1/+2
| | | | | | | |/
| | | | | | * | [ARM] 4497/1: Only allow safe cache configurations on ARMv6 and laterCatalin Marinas2007-07-202-5/+11
| | | | | | * | [ARM] 4503/1: nommu: Add noMMU support for ARMv7Catalin Marinas2007-07-203-12/+16
| | | | | | * | [ARM] 4498/1: ARMv7: Remove the L2 cache configuration via the aux ctrl registerCatalin Marinas2007-07-202-16/+0
| | | | | | * | [ARM] 4506/1: HP Jornada 7XX: Addition of SSP Platform DriverKristoffer Ericson2007-07-204-2/+241
| | | | | | * | [ARM] 4504/1: nommu: Fix the ARMv6 support for MMU-less platformsCatalin Marinas2007-07-202-2/+2
| | | | | | * | [ARM] 4502/1: nommu: Do not export the copy/clear user page functionsCatalin Marinas2007-07-201-0/+2
| | | | | | * | [ARM] 4501/1: nommu: Select TLS register emulation if ARMv6 and not v6KCatalin Marinas2007-07-201-0/+1
| | | | | | * | [ARM] 4500/1: Add locking around the background L2x0 cache operationsCatalin Marinas2007-07-201-0/+6
| | | | | | * | [ARM] rpc: convert an outb() to writeb()Russell King2007-07-201-1/+1
| | | | | | * | [ARM] rpc: update Acorn SCSI drivers to modern ecard interfacesRussell King2007-07-203-248/+185
| | | | | | * | [ARM] Make 'i' and 'zi' targets workRussell King2007-07-201-0/+8
| | | | | | * | [ARM] Allow neponset to build againRussell King2007-07-201-0/+2
| | | | | | * | [ARM] 4496/1: elf_hwcap: fix up #include misplacementDan Williams2007-07-201-1/+2
| | | | | | * | [ARM] 4471/1: Compile the uncompressing code with -fno-builtinCatalin Marinas2007-07-201-1/+1
| | | | | | * | [ARM] 4459/1: Changing email in MAINTAINERS fileKristoffer Ericson2007-07-201-1/+1
| | | | | | * | [ARM] vfp: make fpexc bit names less verboseRussell King2007-07-203-14/+14
| | | | | | * | [ARM] avoid floppy warnings by using fd_dma_setup()Russell King2007-07-201-6/+12
| | | | | | * | [ARM] remove asm/ptrace.h from asm/thread_info.hRussell King2007-07-201-1/+0
| | | | | | * | [ARM] rpc: silence two section mismatch warningsRussell King2007-07-202-2/+2
OpenPOWER on IntegriCloud