| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] pxa: separate definitions from pxa-regs.h and remove it finally | Eric Miao | 2009-03-09 | 1 | -1/+1 |
* | [ARM] clkdev: fix clock matching | Russell King | 2009-01-24 | 1 | -6/+19 |
* | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-12-17 | 1 | -1/+1 |
| |\ |
|
| * | | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 2008-12-13 | 1 | -2/+2 |
* | | | Merge branch 'next-merged' of git://aeryn.fluff.org.uk/bjdooks/linux into devel | Russell King | 2008-12-18 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | [ARM] VIC: Update asm/hardware/vic.h with PL192 information | Ben Dooks | 2008-12-15 | 1 | -4/+4 |
* | | | | Merge branch 'mxc-pu-imxfb' of git://pasiphae.extern.pengutronix.de/git/imx/l... | Russell King | 2008-12-17 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | [ARM] arch/arm/common/sa1111.c: Correct error handling code | Julia Lawall | 2008-12-14 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia... | Russell King | 2008-12-02 | 1 | -0/+1 |
|\ \ |
|
| * | | [ARM] locomo: export locomo_frontlight_set() | Eric Miao | 2008-12-02 | 1 | -0/+1 |
| |/ |
|
* | | [ARM] clkdev: add generic clkdev infrastructure | Russell King | 2008-11-27 | 3 | -0/+132 |
|/ |
|
* | [ARM] sharpsl_pm: fix compilation w/o CONFIG_PM | Dmitry Baryshkov | 2008-10-30 | 1 | -5/+14 |
* | [ARM] 5315/1: Fix section mismatch warning (sa1111) | Kristoffer Ericson | 2008-10-21 | 1 | -1/+1 |
* | [ARM] dmabounce requires ZONE_DMA | Russell King | 2008-10-17 | 1 | -1/+1 |
* | [ARM] pxa: fix 3bca103a1e658d23737d20e1989139d9ca8973bf | Russell King | 2008-10-17 | 1 | -0/+2 |
* | Merge branch 'pxa-all' into devel | Russell King | 2008-10-09 | 3 | -29/+13 |
|\ |
|
| * | [ARM] 5298/1: Drop desc_handle_irq() | Dmitry Baryshkov | 2008-10-09 | 2 | -29/+11 |
| * | [ARM] 4733/1: export sharpsl_param | Dmitry Baryshkov | 2008-10-03 | 1 | -0/+2 |
* | | [ARM] 5295/1: make ZONE_DMA optional | Nicolas Pitre | 2008-10-09 | 1 | -1/+2 |
* | | [ARM] dma: add validation of DMA params | Russell King | 2008-09-29 | 1 | -4/+7 |
* | | [ARM] dma: coding style cleanups | Russell King | 2008-09-29 | 1 | -32/+16 |
* | | [ARM] dma: fix dmabounce dma_sync_xxx() implementations | Russell King | 2008-09-29 | 1 | -86/+58 |
* | | [ARM] dma: use new dmabounce_sync_for_xxx() for dma_sync_single_xxx() | Russell King | 2008-09-29 | 1 | -24/+0 |
* | | [ARM] dma: Reduce to one dma_sync_sg_* implementation | Russell King | 2008-09-29 | 1 | -36/+12 |
* | | [ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementation | Russell King | 2008-09-25 | 1 | -46/+0 |
* | | [ARM] dma: provide a better dma_map_page() implementation | Russell King | 2008-09-25 | 1 | -0/+13 |
* | | [ARM] Update dma_map_sg()/dma_unmap_sg() API | Russell King | 2008-09-25 | 1 | -15/+18 |
* | | [ARM] Convert asm/io.h to linux/io.h | Russell King | 2008-09-06 | 8 | -8/+8 |
|/ |
|
* | [ARM] dma-mapping: provide sync_range APIs | Russell King | 2008-08-10 | 1 | -18/+20 |
* | [ARM] dma-mapping: improve type-safeness of DMA translations | Russell King | 2008-08-10 | 1 | -9/+9 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 5 | -9/+9 |
* | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 2008-08-07 | 5 | -5/+4 |
* | [ARM] Eliminate useless includes of asm/mach-types.h | Russell King | 2008-08-07 | 1 | -1/+0 |
* | [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_* | Dmitry Baryshkov | 2008-07-27 | 2 | -12/+12 |
* | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 2008-07-26 | 1 | -1/+1 |
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-07-23 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'pxa' into devel | Russell King | 2008-07-13 | 2 | -1/+4 |
| |\ |
|
| | * | Clocklib: Fix SA1111 clock name mess. | Ian Molton | 2008-07-10 | 1 | -1/+1 |
* | | | arm: bus_id -> dev_name() and dev_set_name() conversions | Kay Sievers | 2008-07-21 | 3 | -6/+5 |
* | | | driver core: fix a lot of printk usages of bus_id | Greg Kroah-Hartman | 2008-07-21 | 2 | -14/+11 |
* | | | [ARM] Merge most of the PXA work for initial merge | Russell King | 2008-07-14 | 1 | -0/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | [ARM] pxa: separate out power manager and clock registers | Russell King | 2008-06-02 | 1 | -0/+1 |
| * | [ARM] pxa: corgibl_limit_intensity build errors | Russell King | 2008-05-19 | 1 | -0/+2 |
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-----. \ | Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'o... | Russell King | 2008-07-10 | 3 | -436/+2 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| | | | * | [RTC] remove old ARM rtc library code | Russell King | 2008-05-22 | 2 | -435/+0 |
| |_|_|/
|/| | | |
|
| | | * | [ARM] Export dma_sync_sg_for_device() | Russell King | 2008-06-22 | 1 | -1/+2 |
| |_|/
|/| | |
|
* | | | [ARM] 5026/1: locomo: add .settype for gpio and several small fixes | Thomas Kunze | 2008-05-17 | 1 | -18/+48 |
|/ / |
|
* | | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil... | Linus Torvalds | 2008-04-21 | 1 | -1/+0 |
|\ \ |
|
| * | | arch: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 2008-04-18 | 1 | -1/+0 |