summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-08-19969-17762/+44860
|\
| * Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-153-0/+3
| |\
| | * ARM: Fix gen_nand probe structures contentsMarek Vasut2010-08-123-0/+3
| * | archs: replace unifdef-y with header-ySam Ravnborg2010-08-141-1/+1
| * | Merge branch 'for-linus/samsung-2635' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-08-1411-65/+213
| |\ \
| | * \ Merge branch 'for-2636/s3c64xx' into for-linus/samsung-2635Ben Dooks2010-08-148-62/+208
| | |\ \
| | | * | ARM: SMDK6410: Make virtual screen twice depth of realBen Dooks2010-08-141-0/+2
| | | * | ARM: S3C64XX: Update consistent DMA size to 8MiBBen Dooks2010-08-141-0/+2
| | | * | ARM: S3C64XX: Add audio support to SmartQMaurus Cuelenaere2010-08-141-0/+8
| | | * | ARM: S3C64XX: Framebuffer fix for SmartQ5Patrick Georgi2010-08-141-4/+4
| | | * | ARM: S3C64XX: Set wifi and iNAND as permanently connected SD devices on Smart...Maurus Cuelenaere2010-08-141-1/+1
| | | * | ARM: S3C64XX: Move SmartQ LCD control platform definition to shared fileMaurus Cuelenaere2010-08-143-58/+30
| | | * | ARM: mach-real6410: add sdhc device supportDarius Augulis2010-08-142-0/+6
| | | * | ARM: mach-real6410: add dm9000 ethernet support for mach-real6410Darius Augulis2010-08-141-0/+63
| | | * | ARM: S3C64XX: Support for Real6410Darius Augulis2010-08-143-0/+93
| | * | | DMAENGINE: correct PL080 register header fileLinus Walleij2010-08-142-2/+4
| | * | | ARM: SAMSUNG: Fix on build warning about dependency in KconfigKukjin Kim2010-08-141-1/+1
| | |/ /
| * | | Merge branch 'for-linus/i2c-2636' of git://git.fluff.org/bjdooks/linuxLinus Torvalds2010-08-141-0/+9
| |\ \ \
| | * | | i2c/nuc900: add i2c driver support for nuc900Wan ZongShun2010-08-111-0/+9
| | |/ /
| * | | Mark arguments to certain syscalls as being constDavid Howells2010-08-132-5/+5
| * | | Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds2010-08-1210-6/+321
| |\ \ \
| | * | | msm: mmc: Add msm prefix to platform data structureSahitya Tummala2010-08-094-4/+6
| | * | | msm: trout: Remove extern declaration from source fileSahitya Tummala2010-08-092-3/+3
| | * | | arm: msm: Fix section mismatch in smd.c.Gregory Bean2010-08-091-1/+1
| | * | | arm: msm: trout add mmc supportDaniel Walker2010-06-173-1/+201
| | * | | arm: msm: trout: add trout specific gpio interruptsDaniel Walker2010-06-171-0/+115
| | * | | arm: msm: remove unused #include <linux/version.h>Huang Weiyi2010-06-172-2/+0
| * | | | Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2010-08-116-3/+334
| |\ \ \ \
| | * | | | IXP4xx: Fix LL debugging on little-endian CPU.Krzysztof Hałasa2010-05-271-0/+2
| | * | | | IXP4xx: Fix sparse warnings in I/O primitives.Krzysztof Hałasa2010-05-271-3/+3
| | * | | | ixp4xx/vulcan: add PCI supportMarc Zyngier2010-05-272-0/+74
| | * | | | ixp4xx: base support for Arcom VulcanMarc Zyngier2010-05-273-0/+255
| * | | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-08-11268-4624/+13478
| |\ \ \ \ \
| | * \ \ \ \ Merge branches 'master' and 'devel' into for-linusRussell King2010-08-10255-4466/+13272
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'devel-stable' into develRussell King2010-08-09244-4485/+12899
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King2010-08-09148-366/+5191
| | | | |\ \ \ \ \
| | | | | * | | | | ARM: S5PV210: Fix on missing s3c-sdhci card detection method for hsmmc3Kukjin Kim2010-08-091-2/+5
| | | | | * | | | | ARM: S5P: Fix on missing S5P_DEV_FIMC in plat-s5p/KconfigKukjin Kim2010-08-091-0/+15
| | | | | * | | | | ARM: S5PV210: Override FIMC driver name on Aquila boardSylwester Nawrocki2010-08-091-0/+5
| | | | | * | | | | ARM: S5PC100: enable FIMC on SMDKC100Sylwester Nawrocki2010-08-092-0/+6
| | | | | * | | | | ARM: S5PV210: enable FIMC on GoniSylwester Nawrocki2010-08-092-0/+6
| | | | | * | | | | ARM: S5PV210: enable FIMC on AquilaSylwester Nawrocki2010-08-092-0/+6
| | | | | * | | | | Merge branch 'next-samsung' into for-nextKukjin Kim2010-08-0664-144/+980
| | | | | |\ \ \ \ \
| | | | | | * | | | | ARM: SAMSUNG: Fix on inclusion mach/gpio.h for Samsung SoCsKukjin Kim2010-08-0621-21/+23
| | | | | | * | | | | ARM: SAMSUNG: Fix on inclusion mach/gpio.h on gpiolib.cKyungmin Park2010-08-061-1/+1
| | | | | | * | | | | ARM: SAMSUNG: Add platform definitions and helpers for FIMC driverSylwester Nawrocki2010-08-069-0/+181
| | | | | | * | | | | ARM: S3C64XX: Add keypad device to the SMDK6410 boardNaveen Krishna Ch2010-08-066-0/+74
| | | | | | * | | | | ARM: SAMSUNG: Add keypad device supportJoonyoung Shim2010-08-065-0/+71
| | | | | | * | | | | Merge commit 'd01d0756f75e7a5b4b43764ad45b83c4340f11d6' into next-samsungKukjin Kim2010-08-061-0/+43
| | | | | | |\ \ \ \ \
| | | | | | * | | | | | ARM: SAMSUNG: Make WDT driver dependency SoC specific instead of machine spec...Banajit Goswami2010-08-065-3/+7
OpenPOWER on IntegriCloud