| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | ARM: Realview/Versatile/Integrator: separate out common clock code | Russell King | 2010-05-02 | 9 | -90/+11 |
| | * | ARM: ICST: kill duplicate icst code | Russell King | 2010-05-02 | 6 | -10/+6 |
| | * | ARM: ICST: indirect s2div and idx2s arrays via icst_params | Russell King | 2010-05-02 | 1 | -0/+2 |
| | * | ARM: ICST: move minimum VCO frequency to icst_params | Russell King | 2010-05-02 | 1 | -0/+1 |
| | * | ARM: ICST: use Hz instead of kHz | Russell King | 2010-05-02 | 2 | -5/+5 |
| | * | ARM: ICST: provide definitions for max/min VCO frequencies | Russell King | 2010-05-02 | 1 | -1/+1 |
| | * | ARM: ICST: merge common ICST VCO structures | Russell King | 2010-05-02 | 3 | -7/+8 |
| |/
|/| |
|
| * | ARM: rename mach_cpu_disable() to platform_cpu_disable() | Russell King | 2010-05-15 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2010-03-01 | 3 | -6/+3 |
|\ |
|
| * | Merge branches 'clks' and 'pnx' into devel | Russell King | 2010-02-25 | 1 | -4/+1 |
| |\ |
|
| | * | ARM: Consolidate clks_register() and similar | Russell King | 2010-02-12 | 1 | -4/+1 |
| * | | Merge branch 'misc2' into devel | Russell King | 2010-02-25 | 1 | -1/+1 |
| |\ \ |
|
| | * | | ARM: 5928/1: Change type of VMALLOC_END to unsigned long. | Fenkart/Bostandzhyan | 2010-02-15 | 1 | -1/+1 |
| | |/ |
|
| * | | ARM: 5910/1: ARM: Add tmp register for addruart and loadsp | Tony Lindgren | 2010-02-12 | 1 | -1/+1 |
| |/ |
|
* | | ARM: 5907/1: ARM: Fix the reset on the RealView PBX Development board | Colin Tuckley | 2010-01-30 | 1 | -2/+2 |
|/ |
|
* | ARM: 5873/1: ARM: Fix the reset logic for ARM RealView boards | Colin Tuckley | 2010-01-11 | 7 | -15/+57 |
* | ARM: RealView: Fix typo in the RealView/PBX Kconfig entry | Catalin Marinas | 2009-12-09 | 1 | -1/+1 |
* | RealView: Add sparsemem support for the RealView PBX platform | Catalin Marinas | 2009-11-05 | 4 | -3/+94 |
* | RealView: Remove duplicated #define REALVIEW_SYS_FLAGS* statements | Colin Tuckley | 2009-11-05 | 1 | -4/+1 |
* | RealView: Add default memory configuration | Catalin Marinas | 2009-11-05 | 7 | -0/+44 |
* | ARM: 5774/1: Fix Realview ARM1176PB board reboot | Philby John | 2009-11-01 | 7 | -21/+50 |
* | ARM: 5720/1: Move MMCI header to amba include dir | Linus Walleij | 2009-09-22 | 7 | -10/+10 |
* | ARM: 5718/1: Sane busids for RealView board components | Linus Walleij | 2009-09-21 | 6 | -104/+104 |
* | 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 |