summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-01-101-1/+1
|\
| * spelling: s/trough/through/Adrian Bunk2006-01-101-1/+1
* | [ARM] 3246/1: S3C24XX - retab clock list in arch/arm/mach-s3c2410/clock.cBen Dooks2006-01-091-103/+103
* | [ARM] 3070/2: Add __ioremap_pfn() APIDeepak Saxena2006-01-091-20/+29
* | [ARM] Only call set_type method in setup_irq if it's definedRussell King2006-01-091-1/+2
* | Merge Linus' tree.Russell King2006-01-0912-32/+33
|\|
| * [PATCH] tiny: Make *[ug]id16 support optionalMatt Mackall2006-01-091-4/+0Star
| * [PATCH] remove gcc-2 checksAndrew Morton2006-01-091-7/+2Star
| * [PATCH] move rtc_interrupt() prototype to rtc.hAdrian Bunk2006-01-091-2/+3
| * [PATCH] IRQ type flagsRussell King2006-01-096-19/+25
| * [PATCH] fix more missing includesTim Schmielau2006-01-092-0/+2
| * [PATCH] ARM: Netwinder ds1620 driver needs an export to be built as moduleWoody Suwalski2006-01-091-0/+1
* | [ARM] 3240/2: AT91RM9200 support for 2.6 (Core)SAN People2006-01-0915-3/+1807
* | [ARM] Remove CONFIG_ARCH_CAMELOT from defconfigsRussell King2006-01-0949-49/+0Star
* | [ARM] Update mach-typesRussell King2006-01-091-1/+29
* | [ARM] Remove EPXA10DB machine supportRussell King2006-01-0813-1006/+2Star
|/
* [ARM] Move asm/hardware/clock.h to linux/clk.hRussell King2006-01-0720-24/+21Star
* [ARM] Move AMBA bus code to drivers/amba/Russell King2006-01-072-360/+0Star
* Merge with Linus' kernel.Russell King2006-01-074-7/+33
|\
| * [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman2006-01-061-1/+0Star
| * [PATCH] i2c: Drop i2c_driver.{owner,name}, 10 of 11Jean Delvare2006-01-061-2/+4
| * [PATCH] i2c: Rework client usage count, 2 of 3Jean Delvare2006-01-061-1/+0Star
| * [PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare2006-01-061-1/+0Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-051-3/+3
| |\
| | * [PATCH] driver kill hotplug word from sn and others fixPaul Jackson2006-01-051-3/+3
| * | [PATCH] USB: pxa27x OHCI - Separate platform code from main driverRichard Purdie2006-01-042-0/+27
| |/
* | [ARM] Move AMBA include files to include/linux/amba/Russell King2006-01-0715-21/+22
* | [ARM] 3235/1: SharpSL PM: Fix a gcc4 build errorRichard Purdie2006-01-074-3/+1Star
* | [ARM] 3206/1: Modifications to the bus arbiter controller for the Intel PXA27xJared Hulbert2006-01-051-0/+6
* | [ARM] 3226/1: IXP4xx runtime expansion bus window size configurationDeepak Saxena2006-01-055-19/+41
* | [ARM] 3217/1: iop331 uarts as platform devicesDan Williams2006-01-051-26/+68
* | [ARM] 3231/1: mx1ads board support cleanupSascha Hauer2006-01-051-45/+10Star
* | [ARM] 3230/1: Sharp Scoop: Fix Shared Power Control IssuesRichard Purdie2006-01-052-2/+4
* | [ARM] 3229/1: Remove uneeded ARM apm dependency on PM_LEGACYRichard Purdie2006-01-052-13/+7Star
* | [ARM] 3228/1: SharpSL: Move PM code to arch/arm/commonRichard Purdie2006-01-058-941/+921Star
* | [ARM] 3227/1: Spitz: Add pxa27x OHCI platform specific codeRichard Purdie2006-01-051-0/+31
* | [ARM] 3221/1: Update IXP4xx defconfigDeepak Saxena2006-01-041-15/+69
* | [ARM] 3218/1: PAGE_SHIFT undeclared in arch-ixp4xx/memory.h (adjust_zones mov...Rod Whitby2006-01-041-0/+23
* | [ARM] 3220/1: Remove gpio_isr_line_clear() from NAS 100dDeepak Saxena2006-01-042-8/+0Star
* | [ARM] 3215/1: Iomega NAS 100d (MACH_NAS100D) machine supportRod Whitby2006-01-045-0/+288
* | [ARM] 3192/1: Remove gpio_isr_line_clear() API from IXP4xxDeepak Saxena2006-01-046-23/+3Star
* | [ARM] Remove SA1100 PM prepare/finish opsRussell King2006-01-041-18/+0Star
* | [ARM] Move DMA exports to be next to each functionRussell King2006-01-041-14/+12Star
* | [ARM] Remove definition of MAX_DMA_CHANNELS to zeroRussell King2006-01-041-28/+0Star
* | [ARM] Refine selection of ISA_DMA_API and generic dma.c codeRussell King2006-01-042-2/+7
* | [ARM] Use core_initcall() to initialise ARM DMARussell King2006-01-042-4/+4
* | [ARM] Remove '__address' from scatterlist and convert to DMA APIRussell King2006-01-043-26/+28
* | [ARM] Move ISA DMA bus_to_virt() out of set_dma_addr()Russell King2006-01-041-4/+4
* | [ARM] Remove unused dma.c filesRussell King2006-01-043-90/+0Star
* | [ARM] Remove clk_use()/clk_unuse()Russell King2006-01-037-61/+0Star