aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [ARM] pxa: move UART register definitions into dedicated regs-uart.hEric Miao2008-12-024-150/+152
* [ARM] pxa: move pxa2xx specific PWRMODE definitions into pxa2xx-regs.hEric Miao2008-12-022-7/+7
* [ARM] pxa: remove the now unused IMPMCR/IMPMSR register definitionsEric Miao2008-12-021-54/+0
* [ARM] pxa: remove unused PWM register definitions, use generic PWM APIEric Miao2008-12-021-13/+0
* [ARM] pxa: move FICP register definitions into pxaficp_ir.cEric Miao2008-12-021-44/+1
* [ARM] pxa: move camera (QCI) registers definition out of pxa-regs.hEric Miao2008-12-021-95/+0
* [ARM] pxa: removed unused declarations of pxa_gpio_* in hardware.hEric Miao2008-12-022-15/+5
* [ARM] pxa: use <linux/gpio.h> instead of unnecessary <mach/gpio.h>Eric Miao2008-12-025-5/+4
* [ARM] pxa: add support for additional GPIOs on PXA26xEric Miao2008-12-025-16/+95
* Revert "[ARM] pxa: introduce cpu_is_pxa26x()"Eric Miao2008-12-022-9/+1
* [ARM] pxa: use 'pxa_last_gpio' instead of 'gpio_nr' in mfp-pxa2xx.cEric Miao2008-12-022-10/+6
* [ARM] pxa: add muxed gpio wakeup sources on pxa2xx architecturesRobert Jarzmik2008-12-021-2/+29
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-11-203-5/+7
|\
| * [ARM] 5330/1: mach-pxa: Fixup reset for systems using reboot=cold or other st...Jaya Kumar2008-11-171-3/+4
| * Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-11-172-2/+3
| |\
| | * [ARM] pxa: fix incorrect PCMCIA PSKTSEL pin configuration for spitzEric Miao2008-11-161-1/+2
| | * [ARM] pxa: fix I2C controller device being registered twice on AkitaEric Miao2008-11-161-1/+0
| | * pxafb: introduce LCD_TYPE_MASK and use it.Eric Miao2008-11-111-0/+1
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-11-208-6/+19
|\ \ \
| * | | [IA64] xen: fix xen_get_eflags.Isaku Yamahata2008-11-201-1/+1
| * | | [IA64] ia64/pv_ops/pv_cpu_ops: fix _IA64_REG_IP case.Isaku Yamahata2008-11-203-2/+15
| * | | [IA64] remove duplicate include iommu.hHuang Weiyi2008-11-201-1/+0
| * | | [IA64] use mprintk instead of printk, in ia64_mca_modify_original_stackHidetoshi Seto2008-11-201-1/+1
| * | | [IA64] Rationalize kernel mode alignment checkingTony Luck2008-11-202-1/+2
* | | | x86: Fix interrupt leak due to migrationMatthew Wilcox2008-11-201-0/+14
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-11-208-133/+90
|\ \ \ \
| * | | | MIPS: csrc-r4k: Fix declaration depending on the wrong CONFIG_ symbol.Ralf Baechle2008-11-201-1/+1
| * | | | MIPS: csrc-r4k: Fix spelling mistake.Ralf Baechle2008-11-201-1/+1
| * | | | MIPS: RB532: Provide functions for gpio configurationPhil Sutter2008-11-202-120/+75
| * | | | MIPS: IP22: Make indy_sc_ops variable staticDmitri Vorobiev2008-11-201-1/+1
| * | | | MIPS: RB532: GPIO register offsets are relative to GPIOBASEFlorian Fainelli2008-11-202-7/+9
| * | | | MIPS: Malta: Fix include paths in malta-amon.cDavid Daney2008-11-201-3/+3
| |/ / /
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-202-1/+10
|\ \ \ \
| * | | | x86: uaccess_64: fix return value in __copy_from_user()Hiroshi Shimamoto2008-11-181-1/+1
| * | | | x86: quirk for reboot stalls on a Dell Optiplex 330Steve Conklin2008-11-181-0/+9
* | | | | parisc: fix bug in compat_arch_ptraceHelge Deller2008-11-201-5/+5
| |/ / / |/| | |
* | | | Merge branch 'x86/numa' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2008-11-194-1/+44
|\ \ \ \
| * | | | x86: make NUMA on 32-bit depend on EXPERIMENTAL againRafael J. Wysocki2008-11-121-1/+1
| * | | | x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA setRafael J. Wysocki2008-11-123-0/+43
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-199-19/+80
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2008-11-18122-2592/+6127
| |\ \ \ \
| | * | | | AMD IOMMU: check for next_bit also in unmapped areaJoerg Roedel2008-11-181-1/+1
| | * | | | AMD IOMMU: fix fullflush comparison lengthJoerg Roedel2008-11-181-1/+1
| | * | | | AMD IOMMU: enable device isolation per defaultJoerg Roedel2008-11-181-1/+1
| | * | | | AMD IOMMU: add parameter to disable device isolationJoerg Roedel2008-11-181-0/+2
| * | | | | x86: more general identifier for Phoenix BIOSPhilipp Kohlbecher2008-11-181-1/+1
| * | | | | x86, PEBS/DS: fix code flow in ds_request()Ingo Molnar2008-11-181-5/+21
| * | | | | x86: add rdtsc barrier to TSC sync checkVenki Pallipadi2008-11-181-0/+4
| * | | | | x86: fix es7000 compilingYinghai Lu2008-11-161-8/+1
| * | | | | x86, bts: fix unlock problem in ds.cMarkus Metzger2008-11-161-1/+2