summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'copy_user' of git://git.marvell.com/orion into develRussell King2009-06-146-2/+253
|\
| * [ARM] alternative copy_to_user: more precise fallback thresholdNicolas Pitre2009-05-301-2/+73
| * [ARM] lower overhead with alternative copy_to_user for small copiesNicolas Pitre2009-05-291-9/+27
| * [ARM] alternative copy_to_user/clear_user implementationLennert Buytenhek2009-05-293-0/+158
| * [ARM] allow for alternative __copy_to_user/__clear_user implementationsNicolas Pitre2009-05-293-2/+6
* | [ARM] 5552/1: ep93xx get_uart_rate(): use EP93XX_SYSCON_PWRCNT and EP93XX_SYS...Matthias Kaehlcke2009-06-111-2/+2
* | [ARM] 5544/1: Trust PrimeCell resource sizesLinus Walleij2009-06-118-9/+8
* | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King2009-06-1142-429/+1298
|\ \
| * | Fix the VFP handling on the Feroceon CPUCatalin Marinas2009-05-302-0/+6
| * | Add core support for ARMv6/v7 big-endianCatalin Marinas2009-05-3012-2/+54
| * | RealView: Move the IRQ_* definitions out of the board-*.h filesCatalin Marinas2009-05-3013-461/+572
| * | arm: Provide _sdata and __bss_stop in the vmlinux.lds.S fileCatalin Marinas2009-05-301-0/+2
| * | ARMv7: Document the PRRR and NMRR registers settingCatalin Marinas2009-05-301-2/+30
| * | ARMv7: Enable the SWP instructionCatalin Marinas2009-05-301-4/+4
| * | Clear the IT state when invoking a Thumb-2 signal handlerCatalin Marinas2009-05-302-2/+13
| * | ARMv7: Mark the PTWs inner WBWA on SMP and WB on UPTony Thompson2009-05-301-3/+9
| * | Check whether the TLB operations need broadcasting on SMP systemsCatalin Marinas2009-05-305-36/+105
| * | RealView: Toggle one LED per CPUCatalin Marinas2009-05-301-3/+4
| * | RealView: Allow CONFIG_LEDS on this platformColin Tuckley2009-05-301-1/+1
| * | RealView: Allow access to the secure flash memory block on PB1176Catalin Marinas2009-05-303-5/+29
| * | RealView: Add support for the RealView/PBX platformColin Tuckley2009-05-3011-6/+563
| * | RealView: Allow SMP when the Cortex-A9 tile is enabled for EBCatalin Marinas2009-05-301-1/+1
| |/
* | Merge branch 'w90x900' into develRussell King2009-06-1116-98/+1189
|\ \
| * | [ARM] 5550/1: Add default configure file for w90p910 platformwanzongshun2009-06-111-72/+351
| * | [ARM] 5549/1: Add clock api for w90p910 platform.wanzongshun2009-06-118-4/+164
| * | [ARM] 5548/1: Add gpio api for w90p910 platformwanzongshun2009-06-114-1/+191
| * | [ARM] 5551/1: Add multi-function pin api for w90p910 platform.wanzongshun2009-06-112-1/+117
| * | [ARM] 5512/1: Add w90p910 rtc,kpi and usbd device platform_device define.wanzongshun2009-05-181-0/+73
| * | [ARM] 5511/1: Add w90p910 rtc,kpi and usbd device map_desc define.wanzongshun2009-05-181-0/+3
| * | [ARM] 5499/1: Add Usb register controller header file dfinewanzongshun2009-05-071-0/+35
| * | [ARM] 5498/1: w90p910 Clock register controller header file dfinewanzongshun2009-05-071-0/+31
| * | [ARM] 5497/1: Add usb and ts relevant kernel maping optionwanzongshun2009-05-071-4/+5
| * | [ARM] 5496/1: Add w90p910 touch screen driver relevant kernel parts[2/2].wanzongshun2009-05-071-0/+24
| * | [ARM] 5495/1: Add w90p910 usb host driver relevant kernel parts[1/2]wanzongshun2009-05-071-4/+61
| * | [ARM] 5494/1: Add w90p910 irq number definewanzongshun2009-05-071-4/+45
| * | [ARM] 5493/1: Add w90p910 IC interface controller regester mapwanzongshun2009-05-071-10/+91
* | | [ARM] Make ARM_VIC_NR depend on ARM_VICRussell King2009-06-101-0/+1
* | | Merge branch for-rmk-devel of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King2009-06-10118-1358/+4529
|\ \ \
| * \ \ [ARM] S3C24XX: Merge devel-gpioBen Dooks2009-05-2138-627/+409
| |\ \ \
| | * | | [ARM] S3C24XX: GPIO: Change usb-simtec.c to use gpiolib.Ben Dooks2009-05-182-9/+25
| | * | | [ARM] S3C24XX: GPIO: Fix missing GPIOs in gpiolibBen Dooks2009-05-181-1/+10
| | * | | [ARM] S3C24XX: GPIO: Move gpiolib initialisation earlierBen Dooks2009-05-181-1/+1
| | * | | [ARM] S3C24XX: GPIO: Fix error returns from gpio functionsBen Dooks2009-05-183-5/+5
| | * | | [ARM] S3C24XX: GPIO: Change to macros for GPIO numberingBen Dooks2009-05-1829-291/+190
| | * | | [ARM] S3C24XX: GPIO: Add S3C64XX style GPIO numberingBen Dooks2009-05-181-0/+49
| | * | | [ARM] S3C24XX: GPIO: Start removal of S3C24XX_GPIO_BASEBen Dooks2009-05-181-7/+7
| | * | | [ARM] S3C24XX: GPIO: Clean out unused definitions in <mach/regs-gpio.h>Ben Dooks2009-05-181-211/+0
| | * | | [ARM] S3C24XX: Fix missing <linux/sysdev.h>Ben Dooks2009-05-181-0/+1
| | * | | [ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h>Ben Dooks2009-05-1826-85/+131
| | * | | [ARM] S3C24XX: GPIO: Remove pin specific input and output definesBen Dooks2009-05-178-14/+14
OpenPOWER on IntegriCloud