| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel | Russell King | 2009-06-11 | 42 | -429/+1298 |
|\ |
|
| * | Fix the VFP handling on the Feroceon CPU | Catalin Marinas | 2009-05-30 | 2 | -0/+6 |
| * | Add core support for ARMv6/v7 big-endian | Catalin Marinas | 2009-05-30 | 12 | -2/+54 |
| * | RealView: Move the IRQ_* definitions out of the board-*.h files | Catalin Marinas | 2009-05-30 | 13 | -461/+572 |
| * | arm: Provide _sdata and __bss_stop in the vmlinux.lds.S file | Catalin Marinas | 2009-05-30 | 1 | -0/+2 |
| * | ARMv7: Document the PRRR and NMRR registers setting | Catalin Marinas | 2009-05-30 | 1 | -2/+30 |
| * | ARMv7: Enable the SWP instruction | Catalin Marinas | 2009-05-30 | 1 | -4/+4 |
| * | Clear the IT state when invoking a Thumb-2 signal handler | Catalin Marinas | 2009-05-30 | 2 | -2/+13 |
| * | ARMv7: Mark the PTWs inner WBWA on SMP and WB on UP | Tony Thompson | 2009-05-30 | 1 | -3/+9 |
| * | Check whether the TLB operations need broadcasting on SMP systems | Catalin Marinas | 2009-05-30 | 5 | -36/+105 |
| * | RealView: Toggle one LED per CPU | Catalin Marinas | 2009-05-30 | 1 | -3/+4 |
| * | RealView: Allow CONFIG_LEDS on this platform | Colin Tuckley | 2009-05-30 | 1 | -1/+1 |
| * | RealView: Allow access to the secure flash memory block on PB1176 | Catalin Marinas | 2009-05-30 | 3 | -5/+29 |
| * | RealView: Add support for the RealView/PBX platform | Colin Tuckley | 2009-05-30 | 11 | -6/+563 |
| * | RealView: Allow SMP when the Cortex-A9 tile is enabled for EB | Catalin Marinas | 2009-05-30 | 1 | -1/+1 |
* | | Merge branch 'w90x900' into devel | Russell King | 2009-06-11 | 16 | -98/+1189 |
|\ \ |
|
| * | | [ARM] 5550/1: Add default configure file for w90p910 platform | wanzongshun | 2009-06-11 | 1 | -72/+351 |
| * | | [ARM] 5549/1: Add clock api for w90p910 platform. | wanzongshun | 2009-06-11 | 8 | -4/+164 |
| * | | [ARM] 5548/1: Add gpio api for w90p910 platform | wanzongshun | 2009-06-11 | 4 | -1/+191 |
| * | | [ARM] 5551/1: Add multi-function pin api for w90p910 platform. | wanzongshun | 2009-06-11 | 2 | -1/+117 |
| * | | [ARM] 5512/1: Add w90p910 rtc,kpi and usbd device platform_device define. | wanzongshun | 2009-05-18 | 1 | -0/+73 |
| * | | [ARM] 5511/1: Add w90p910 rtc,kpi and usbd device map_desc define. | wanzongshun | 2009-05-18 | 1 | -0/+3 |
| * | | [ARM] 5499/1: Add Usb register controller header file dfine | wanzongshun | 2009-05-07 | 1 | -0/+35 |
| * | | [ARM] 5498/1: w90p910 Clock register controller header file dfine | wanzongshun | 2009-05-07 | 1 | -0/+31 |
| * | | [ARM] 5497/1: Add usb and ts relevant kernel maping option | wanzongshun | 2009-05-07 | 1 | -4/+5 |
| * | | [ARM] 5496/1: Add w90p910 touch screen driver relevant kernel parts[2/2]. | wanzongshun | 2009-05-07 | 1 | -0/+24 |
| * | | [ARM] 5495/1: Add w90p910 usb host driver relevant kernel parts[1/2] | wanzongshun | 2009-05-07 | 1 | -4/+61 |
| * | | [ARM] 5494/1: Add w90p910 irq number define | wanzongshun | 2009-05-07 | 1 | -4/+45 |
| * | | [ARM] 5493/1: Add w90p910 IC interface controller regester map | wanzongshun | 2009-05-07 | 1 | -10/+91 |
* | | | [ARM] Make ARM_VIC_NR depend on ARM_VIC | Russell King | 2009-06-10 | 1 | -0/+1 |
* | | | Merge branch for-rmk-devel of git://aeryn.fluff.org.uk/bjdooks/linux into devel | Russell King | 2009-06-10 | 118 | -1358/+4529 |
|\ \ \ |
|
| * \ \ | [ARM] S3C24XX: Merge devel-gpio | Ben Dooks | 2009-05-21 | 38 | -627/+409 |
| |\ \ \ |
|
| | * | | | [ARM] S3C24XX: GPIO: Change usb-simtec.c to use gpiolib. | Ben Dooks | 2009-05-18 | 2 | -9/+25 |
| | * | | | [ARM] S3C24XX: GPIO: Fix missing GPIOs in gpiolib | Ben Dooks | 2009-05-18 | 1 | -1/+10 |
| | * | | | [ARM] S3C24XX: GPIO: Move gpiolib initialisation earlier | Ben Dooks | 2009-05-18 | 1 | -1/+1 |
| | * | | | [ARM] S3C24XX: GPIO: Fix error returns from gpio functions | Ben Dooks | 2009-05-18 | 3 | -5/+5 |
| | * | | | [ARM] S3C24XX: GPIO: Change to macros for GPIO numbering | Ben Dooks | 2009-05-18 | 29 | -291/+190 |
| | * | | | [ARM] S3C24XX: GPIO: Add S3C64XX style GPIO numbering | Ben Dooks | 2009-05-18 | 1 | -0/+49 |
| | * | | | [ARM] S3C24XX: GPIO: Start removal of S3C24XX_GPIO_BASE | Ben Dooks | 2009-05-18 | 1 | -7/+7 |
| | * | | | [ARM] S3C24XX: GPIO: Clean out unused definitions in <mach/regs-gpio.h> | Ben Dooks | 2009-05-18 | 1 | -211/+0 |
| | * | | | [ARM] S3C24XX: Fix missing <linux/sysdev.h> | Ben Dooks | 2009-05-18 | 1 | -0/+1 |
| | * | | | [ARM] S3C24XX: GPIO: Move gpio functions out of <mach/hardware.h> | Ben Dooks | 2009-05-18 | 26 | -85/+131 |
| | * | | | [ARM] S3C24XX: GPIO: Remove pin specific input and output defines | Ben Dooks | 2009-05-17 | 8 | -14/+14 |
| | * | | | [ARM] S3C24XX: GPIO: Remove s3c2410_gpio_irq2pin() call | Ben Dooks | 2009-05-17 | 2 | -27/+0 |
| * | | | | [ARM] S3C: Merge next-s3c64xx-dma2 into for-rmk-devel | Ben Dooks | 2009-05-18 | 22 | -378/+1476 |
| |\ \ \ \ |
|
| | * | | | | [ARM] S3C64XX: Lower severity of DMA logging | Mark Brown | 2009-05-18 | 1 | -1/+1 |
| | * | | | | [ARM] S3C64XX: DMA support | Ben Dooks | 2009-05-18 | 6 | -1/+996 |
| | * | | | | [ARM] S3C: Move DMA channel management code to plat-s3c | Ben Dooks | 2009-05-01 | 8 | -89/+136 |
| | * | | | | [ARM] S3C24XX: dma.h should not include <mach/hardware.h> | Ben Dooks | 2009-05-01 | 2 | -1/+1 |
| | * | | | | [ARM] S3C: Make common <plat/dma.h> header | Ben Dooks | 2009-05-01 | 2 | -114/+130 |