| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'restart' into for-linus | Russell King | 2012-01-05 | 2 | -9/+6 |
|\ |
|
| * | ARM: restart: remove the now empty arch_reset() | Russell King | 2012-01-05 | 1 | -4/+0 |
| * | ARM: restart: pnx4008: use new restart hook | Russell King | 2012-01-05 | 2 | -5/+6 |
* | | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s... | Russell King | 2011-12-06 | 1 | -20/+0 |
|\ \
| |/
|/| |
|
| * | ARM: big removal of now unused vmalloc.h files | Nicolas Pitre | 2011-11-27 | 1 | -20/+0 |
* | | ARM: restart: only perform setup for restart when soft-restarting | Russell King | 2011-11-21 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 2011-10-28 | 3 | -23/+2 |
|\ |
|
| * | ARM: mach-pnx4008: remove mach/memory.h | Nicolas Pitre | 2011-10-13 | 1 | -21/+0 |
| * | ARM: add an extra temp register to the low level debugging addruart macro | Nicolas Pitre | 2011-09-26 | 1 | -1/+1 |
| * | ARM: mach-pnx4008: convert boot_params to atag_offset | Nicolas Pitre | 2011-08-21 | 1 | -1/+1 |
* | | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c... | Linus Torvalds | 2011-10-27 | 3 | -5/+3 |
|\ \ |
|
| * | | ARM: 7057/1: mach-pnx4008: rename GPIO header | Linus Walleij | 2011-08-23 | 3 | -3/+3 |
| * | | ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h | Russell King | 2011-08-08 | 2 | -4/+2 |
| |/ |
|
* / | ARM: 7022/1: allow to detect conflicting zreladdrs | Sascha Hauer | 2011-10-17 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-07-27 | 1 | -7/+0 |
|\ |
|
| * | ARM: Consolidate the clkdev header files | Kyungmin Park | 2011-07-19 | 1 | -7/+0 |
* | | ARM: entry: remove unused irq_prio_table macro | Russell King | 2011-06-28 | 1 | -5/+0 |
|/ |
|
* | arm: Cleanup the irq namespace | Thomas Gleixner | 2011-03-29 | 1 | -5/+5 |
* | ARM: P2V: separate PHYS_OFFSET from platform definitions | Russell King | 2011-02-18 | 1 | -1/+1 |
* | Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2011-01-15 | 1 | -29/+33 |
|\ |
|
| * | ARM: pnx4008: irq_data conversion. | Lennert Buytenhek | 2011-01-13 | 1 | -29/+33 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2010-12-22 | 1 | -1/+1 |
| |\ |
|
| * | | suspend: constify platform_suspend_ops | Lionel Debroux | 2010-11-16 | 1 | -1/+1 |
* | | | Merge branch 'smp' into misc | Russell King | 2011-01-06 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | ARM: 6484/1: fix compile warning in mm/init.c | Anand Gadiyar | 2010-11-21 | 1 | -1/+1 |
| |/ |
|
* / | ARM: 6483/1: arm & sh: factorised duplicated clkdev.c | Jean-Christop PLAGNIOL-VILLARD | 2010-11-26 | 1 | -2/+1 |
|/ |
|
* | arm: remove machine_desc.io_pg_offst and .phys_io | Nicolas Pitre | 2010-10-20 | 1 | -2/+0 |
* | arm: return both physical and virtual addresses from addruart | Jeremy Kerr | 2010-10-20 | 1 | -6/+4 |
* | ARM: do not define VMALLOC_END relative to PAGE_OFFSET | Nicolas Pitre | 2010-10-02 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 2 | -0/+2 |
* | Merge branches 'clks' and 'pnx' into devel | Russell King | 2010-02-25 | 8 | -241/+181 |
|\ |
|
| * | ARM: PNX4008: move i2c_adapter structure inside the drivers private data | Russell King | 2010-02-12 | 1 | -15/+3 |
| * | ARM: PNX4008: kzalloc i2c drivers internal data | Russell King | 2010-02-12 | 1 | -18/+7 |
| * | ARM: PNX4008: remove platform definitions from mach/timex.h | Russell King | 2010-02-12 | 4 | -54/+74 |
| * | ARM: PNX4008: get i2c clock rate from clk API | Russell King | 2010-02-12 | 2 | -12/+6 |
| * | ARM: PNX4008: convert i2c-pnx to use clk API enable/disable calls | Russell King | 2010-02-12 | 1 | -6/+6 |
| * | ARM: PNX4008: move i2c clock start/stop into driver | Russell King | 2010-02-12 | 1 | -36/+0 |
| * | ARM: PNX4008: move i2c suspend/resume callbacks into driver | Russell King | 2010-02-12 | 1 | -24/+0 |
| * | ARM: PNX4008: convert i2c clocks to match by device only | Russell King | 2010-02-12 | 2 | -9/+5 |
| * | ARM: PNX4008: convert watchdog to use clk API enable/disable calls | Russell King | 2010-02-12 | 1 | -2/+2 |
| * | ARM: PNX4008: convert watchdog clocks to match by device only | Russell King | 2010-02-12 | 1 | -1/+1 |
| * | ARM: PNX4008: provide clock enable/disable methods and initialization | Russell King | 2010-02-12 | 2 | -13/+26 |
| * | ARM: PNX4008: simplify clk enable/disable paths | Russell King | 2010-02-12 | 1 | -32/+23 |
| * | ARM: PNX4008: convert to clkdev | Russell King | 2010-02-12 | 3 | -33/+42 |
* | | ARM: 5910/1: ARM: Add tmp register for addruart and loadsp | Tony Lindgren | 2010-02-12 | 1 | -1/+1 |
|/ |
|
* | [ARM] pass reboot command line to arch_reset() | Russell King | 2009-03-19 | 1 | -1/+1 |
* | [ARM] fix pnx4008 | Russell King | 2009-01-08 | 2 | -0/+2 |
* | [ARM] Add a common typesafe __io implementation | Russell King | 2008-11-30 | 1 | -2/+2 |
* | [ARM] pnx4008: fix definition of PHYS_OFFSET | Russell King | 2008-11-30 | 1 | -1/+1 |