| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'devel-stable' into devel | Russell King | 2009-09-12 | 4 | -15/+12 |
|\ |
|
| * | nommu: Do not allow REALVIEW_HIGH_PHYS_OFFSET if !MMU | Catalin Marinas | 2009-07-24 | 1 | -1/+1 |
| * | nommu: Add MMU-less support for the RealView boards | Catalin Marinas | 2009-07-24 | 1 | -0/+4 |
| * | Thumb-2: Pass a Thumb-2 address to the secondary CPUs to jump to | Catalin Marinas | 2009-07-24 | 1 | -12/+6 |
| * | ARM: Realview & Versatile: Fix i2c_board_info definitions | Russell King | 2009-07-18 | 1 | -2/+1 |
* | | MMC: MMCI: convert realview MMC to use gpiolib | Russell King | 2009-09-02 | 1 | -4/+7 |
* | | MMC: MMCI: allow GPIOs to be passed | Russell King | 2009-07-09 | 1 | -0/+4 |
* | | [ARM] realview: add PL061 gpiolib support | Russell King | 2009-07-06 | 6 | -15/+101 |
|/ |
|
* | [ARM] 5555/1: RealView: Include asm/smp_twd.h in realview-pbx.c | Catalin Marinas | 2009-06-19 | 1 | -0/+1 |
* | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel | Russell King | 2009-06-11 | 19 | -374/+1064 |
|\ |
|
| * | RealView: Move the IRQ_* definitions out of the board-*.h files | Catalin Marinas | 2009-05-30 | 12 | -461/+571 |
| * | RealView: Toggle one LED per CPU | Catalin Marinas | 2009-05-30 | 1 | -3/+4 |
| * | 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 | 8 | -1/+556 |
* | | Merge branch 'smp' into devel | Russell King | 2009-06-01 | 7 | -234/+24 |
|\ \ |
|
| * | | [ARM] smp: use new cpumask functions | Russell King | 2009-05-28 | 1 | -2/+2 |
| * | | [ARM] smp: allow re-use of realview localtimer TWD support | Russell King | 2009-05-17 | 5 | -144/+8 |
| * | | [ARM] smp: separate SCU support code from realview | Russell King | 2009-05-17 | 1 | -24/+5 |
| * | | [ARM] smp: SCU is used on non-realview platforms | Russell King | 2009-05-17 | 2 | -14/+1 |
| * | | [ARM] smp: move core localtimer support out of platform specific files | Russell King | 2009-05-17 | 2 | -63/+21 |
| |/ |
|
* / | [ARM] Kconfig: remove 'default n' | Russell King | 2009-05-31 | 1 | -1/+0 |
|/ |
|
* | [ARM] realview: fix broadcast tick support | Russell King | 2009-05-17 | 3 | -14/+6 |
* | [ARM] realview: remove useless smp_cross_call_done() | Russell King | 2009-05-17 | 2 | -14/+0 |
* | [ARM] smp: fix cpumask usage in ARM SMP code | Russell King | 2009-05-17 | 2 | -5/+5 |
* | clocksource: pass clocksource to read() callback | Magnus Damm | 2009-04-21 | 1 | -1/+1 |
* | Merge branch 'smsc911x-armplatforms' of git://github.com/steveglen/linux-2.6 | Russell King | 2009-04-02 | 1 | -8/+9 |
|\ |
|
| * | arm: convert realview platform to use smsc911x | Steve Glendinning | 2009-04-02 | 1 | -8/+9 |
* | | [ARM] 5444/1: ARM: Realview: Fix event-device multiplicators in localtimer.c | Santosh Shilimkar | 2009-04-02 | 1 | -0/+1 |
|/ |
|
* | [ARM] pass reboot command line to arch_reset() | Russell King | 2009-03-19 | 1 | -1/+1 |
* | [ARM] 5397/1: RealView: Add support for the ISP1761 USB chip | Catalin Marinas | 2009-02-19 | 6 | -0/+70 |
* | [ARM] 5396/1: RealView: Use PATA_PLATFORM to access the CompactFlash | Catalin Marinas | 2009-02-19 | 7 | -54/+39 |
* | [ARM] 5395/1: RealView: Add support for the DS1338 RTC chip | Catalin Marinas | 2009-02-19 | 2 | -1/+16 |
* | [ARM] Fix realview build | Russell King | 2009-01-08 | 1 | -0/+1 |
* | arm: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -1/+1 |
* | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 2 | -3/+3 |
|\ |
|
| * | cpumask: convert struct clock_event_device to cpumask pointers. | Rusty Russell | 2008-12-13 | 2 | -3/+3 |
* | | Merge branch 'for-rmk-realview' of git://linux-arm.org/linux-2.6 into devel | Russell King | 2008-12-01 | 21 | -115/+677 |
|\ \ |
|
| * | | RealView: Select CPU_V6 for MACH_REALVIEW_PB11MP | Catalin Marinas | 2008-12-01 | 1 | -0/+1 |
| * | | RealView: Allow the in-kernel smc911x.c driver on RealView | Catalin Marinas | 2008-12-01 | 1 | -0/+9 |
| * | | RealView: Refactor the Ethernet device registration | Catalin Marinas | 2008-12-01 | 6 | -37/+24 |
| * | | RealView: Clean up the machine_is_*() calls in platsmp.c | Catalin Marinas | 2008-12-01 | 3 | -26/+20 |
| * | | RealView: Use only the shadow mapping of ARM11MPCore local timers | Catalin Marinas | 2008-12-01 | 8 | -39/+27 |
| * | | RealView: Add Cortex-A9 support to the EB board | Jon Callan | 2008-12-01 | 4 | -9/+27 |
| * | | RealView: Use flush_cache_all() rather than MCR in cpu_enter_lowpower() | Harry Fearnhamm | 2008-12-01 | 1 | -1/+4 |
| * | | RealView: Add support for the Cortex-A8 Platform Baseboard | Bahadir Balban | 2008-12-01 | 7 | -1/+475 |
| * | | RealView: Allow PHYS_OFFSET at 0x70000000 | Catalin Marinas | 2008-12-01 | 6 | -4/+24 |
| * | | RealView: Make more vmalloc space by changing IO_ADDRESS | Catalin Marinas | 2008-11-10 | 3 | -3/+10 |
| * | | RealView: Add debug-macro.S support for the PB1176 platform | Catalin Marinas | 2008-11-10 | 1 | -3/+23 |
| * | | RealView: Change the clcd panel controls to use RGB instead of BGR | Catalin Marinas | 2008-11-10 | 1 | -5/+5 |
| * | | RealView: Allow XVGA (1024x768) CLCD resolution on the RealView boards | Colin Tuckley | 2008-11-10 | 1 | -5/+40 |