summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-12-02[ARM] pxa: include <mach/hardware.h> in pxa-regs.hEric Miao1-0/+1
2008-12-02[ARM] pxa: further cleanup of pxa-regs.hEric Miao1-29/+0
2008-12-02[ARM] pxa: move GPIOx_BASE and GPIO register offsets to gpio.cEric Miao2-28/+12
2008-12-02[ARM] pxa: move AC97 register definitions into dedicated regs-ac97.hEric Miao2-96/+99
2008-12-02[ARM] pxa: move UART register definitions into dedicated regs-uart.hEric Miao4-150/+152
2008-12-02[ARM] pxa: move pxa2xx specific PWRMODE definitions into pxa2xx-regs.hEric Miao2-7/+7
2008-12-02[ARM] pxa: remove the now unused IMPMCR/IMPMSR register definitionsEric Miao1-54/+0
2008-12-02[ARM] pxa: remove unused PWM register definitions, use generic PWM APIEric Miao1-13/+0
2008-12-02[ARM] pxa: move FICP register definitions into pxaficp_ir.cEric Miao1-44/+1
2008-12-02[ARM] pxa: move camera (QCI) registers definition out of pxa-regs.hEric Miao1-95/+0
2008-12-02[ARM] pxa: removed unused declarations of pxa_gpio_* in hardware.hEric Miao2-15/+5
2008-12-02[ARM] pxa: use <linux/gpio.h> instead of unnecessary <mach/gpio.h>Eric Miao5-5/+4
2008-12-02[ARM] pxa: add support for additional GPIOs on PXA26xEric Miao5-16/+95
2008-12-02Revert "[ARM] pxa: introduce cpu_is_pxa26x()"Eric Miao2-9/+1
2008-12-02[ARM] pxa: use 'pxa_last_gpio' instead of 'gpio_nr' in mfp-pxa2xx.cEric Miao2-10/+6
2008-12-02[ARM] pxa: add muxed gpio wakeup sources on pxa2xx architecturesRobert Jarzmik1-2/+29
2008-12-02frv: fix mmap2 error handlingDavid Howells1-9/+8
2008-12-02spi: fix spi_s3c24xx_gpio num_chipselectBen Dooks1-0/+1
2008-12-02[ARM] fix missing includes for iop33x and sa1100_irRussell King1-0/+1
2008-12-01Merge branch 'for-rmk-realview' of git://linux-arm.org/linux-2.6 into develRussell King27-678/+1609
2008-12-01[ARM] 5336/1: Formatting/Whitespace cleanups in mach-sa1100Kristoffer Ericson10-88/+87
2008-12-01[ARM] 5324/2: ep93xx: support gpio interrupt debounceHartley Sweeten2-0/+20
2008-12-01[ARM] 5311/1: ep93xx: add core support for built in i2c busHartley Sweeten2-0/+23
2008-12-01[ARM] 5309/1: ep93xx: add edb9307a platformHartley Sweeten3-0/+74
2008-12-01[ARM] 5319/1: AT91: support AT91CAP9 revC CPUsStelian Pop6-8/+48
2008-12-01[ARM] 5290/1: [AT91] Add support for the Adeneo NeoCore 926 boardAndrew Victor4-1/+1707
2008-12-01[ARM] 5289/1: [AT91] Convert boards to use sam9_smc_configure()Andrew Victor11-59/+405
2008-12-01[ARM] 5288/1: [AT91] Remove SMC configuration from devices.c filesAndrew Victor5-97/+5
2008-12-01[ARM] 5287/2: [AT91] Configuration of Static Memory ControllerAndrew Victor3-6/+86
2008-12-01Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds1-0/+2
2008-12-01Revert "of_platform_driver noise on sparce"Linus Torvalds3-4/+4
2008-12-01RealView: Select CPU_V6 for MACH_REALVIEW_PB11MPCatalin Marinas1-0/+1
2008-12-01RealView: Update the realview-smp_defconfig file to a newer kernelCatalin Marinas1-317/+401
2008-12-01RealView: Update the realview_defconfig file to a newer kernelCatalin Marinas1-239/+524
2008-12-01RealView: Allow the in-kernel smc911x.c driver on RealViewCatalin Marinas1-0/+9
2008-12-01RealView: Refactor the Ethernet device registrationCatalin Marinas6-37/+24
2008-12-01RealView: Clean up the machine_is_*() calls in platsmp.cCatalin Marinas3-26/+20
2008-12-01RealView: Use only the shadow mapping of ARM11MPCore local timersCatalin Marinas10-44/+32
2008-12-01RealView: Add Cortex-A9 support to the EB boardJon Callan6-11/+29
2008-12-01RealView: Use flush_cache_all() rather than MCR in cpu_enter_lowpower()Harry Fearnhamm1-1/+4
2008-12-01RealView: Add support for the Cortex-A8 Platform BaseboardBahadir Balban7-1/+475
2008-12-01RealView: Allow PHYS_OFFSET at 0x70000000Catalin Marinas6-4/+24
2008-12-01[ARM] use asm/sections.hRussell King8-27/+28
2008-12-01powerpc: Fix build for 32-bit SMP configsMilton Miller1-0/+2
2008-12-01Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds24-560/+2750
2008-12-01Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds7-37/+126
2008-12-01powerpc: Fix system calls on Cell entered with XER.SO=1Paul Mackerras1-1/+7
2008-12-01powerpc/cell: Fix GDB watchpoints, againArnd Bergmann1-2/+7
2008-12-01powerpc/mpic: Don't reset affinity for secondary MPIC on bootArnd Bergmann1-2/+7
2008-12-01powerpc/cell/axon-msi: Retry on missing interruptArnd Bergmann1-5/+31