summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-s3c2440-gta02' into for-nextKukjin Kim2011-03-111-17/+54
|\
| * ARM: S3C2440: Add touchscreen support on GTA02Lars-Peter Clausen2011-02-281-0/+12
| * ARM: S3C2440: Remove state_mem constraints for the pcf50633 regulators on GTA02Lars-Peter Clausen2011-02-281-15/+0
| * ARM: S3C2440: Call regulator_has_full_constraints on GTA02Lars-Peter Clausen2011-02-281-0/+2
| * ARM: S3C2440: Fix regulator valid_modes_ops on GTA02Lars-Peter Clausen2011-02-281-2/+5
| * ARM: S3C2440: Add button support on GTA02Lars-Peter Clausen2011-02-281-0/+34
| * ARM: S3C2440: Register PCM device on GTA02Lars-Peter Clausen2011-02-281-0/+1
* | Merge branch 'next-s5p' into for-nextKukjin Kim2011-03-112-79/+76
|\ \
| * | ARM: S5PV210: Add power consumers for hsotg for GONI boardMarek Szyprowski2011-02-241-0/+14
| * | ARM: S5PV210: Disable unused power regulators on GONI boardMarek Szyprowski2011-02-241-6/+1
| * | ARM: S5PV210: Change framebuffer window 0 size on GONISylwester Nawrocki2011-02-221-0/+2
| * | ARM: S5PV210: Add supplies for CIF camera on GONI boardSylwester Nawrocki2011-02-221-3/+21
| * | ARM: S5PV210: Enable I2C0 bus on GONI boardSylwester Nawrocki2011-02-221-0/+4
| * | ARM: S5PV210: Use REGULATOR_SUPPLY macro for regulator consumersKukjin Kim2011-02-222-70/+34
| |/
* | Merge branch 'next-exynos4' into for-nextKukjin Kim2011-03-1175-1528/+3060
|\ \
| * | ARM: EXYNOS4: Implement kernel timers using MCTChanghwan Youn2011-03-115-2/+487
| * | ARM: EXYNOS4: Add irq definition for kernel global timerChanghwan Youn2011-03-111-0/+1
| * | ARM: EXYNOS4: Add SYSTIMER IO Address mapping for MCTChanghwan Youn2011-03-112-0/+6
| * | ARM: EXYNOS4: Debug wrong S/PDIF register addressSeungwhan Youn2011-03-081-2/+2
| * | ARM: EXYNOS4: enabled lcd and backlight in NURI boardDonghwa Lee2011-03-072-0/+75
| * | ARM: EXYNOS4: Enable watchdog parent clockInderpal Singh2011-03-071-0/+1
| * | ARM: EXYNOS4: Remove meaningless REGULATOR config optionKyungmin Park2011-03-071-10/+0
| * | ARM: EXYNOS4: Add ARMLEX4210 Board support fileALIM AKHTAR2011-03-043-0/+228
| * | ARM: EXYNOS4: Add support for i2c PMICs on Universal_C210 boardMarek Szyprowski2011-03-042-0/+415
| * | ARM: EXYNOS4: Adds Samsung NURI board supportMinkyu Kang2011-03-043-0/+247
| * | ARM: EXYNOS4: Fix wrong constants in the hotplug assembly code.Kukjin Kim2011-02-281-4/+4
| * | ARM: exynos4_defconfig: Add defconfig for EXYNOS4Kukjin Kim2011-02-221-0/+70
| * | ARM: EXYNOS4: Update Kconfig and Makefile for the new ARCH_EXYNOS4Kukjin Kim2011-02-228-110/+105
| * | ARM: EXYNOS4: Moved board support filesKukjin Kim2011-02-223-59/+59
| * | ARM: EXYNOS4: Update device supportKukjin Kim2011-02-2215-216/+227
| * | ARM: EXYNOS4: Update Timer partKukjin Kim2011-02-223-37/+37
| * | ARM: EXYNOS4: Update IRQ partKukjin Kim2011-02-224-41/+41
| * | ARM: EXYNOS4: Update Clock partKukjin Kim2011-02-222-99/+99
| * | ARM: EXYNOS4: Add EXYNOS4 CPU initialization supportKukjin Kim2011-02-2233-629/+637
| |/
* | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-0810-30/+41
|\ \
| * | ARM: S3C64XX: Update regulator names for debugfs compatiblity on SMDK6410Mark Brown2011-03-041-6/+6
| * | ARM: S3C64XX: Fix build with WM1190 disabled and WM1192 enabled on SMDK6410Mark Brown2011-03-041-0/+1
| * | ARM: S3C64XX: Reduce output of s3c64xx_dma_init1()Ben Dooks2011-03-041-5/+6
| * | ARM: S3C64XX: Tone down SDHCI debuggingMark Brown2011-03-041-1/+1
| * | ARM: S3C64XX: Add clock for i2c1Ben Dooks2011-03-041-0/+6
| * | ARM: S3C64XX: Staticise non-exported GPIO to interrupt functionsMark Brown2011-03-041-2/+2
| * | ARM: SAMSUNG: Include devs.h in dev-uart.c to prototype devicesMark Brown2011-03-041-0/+2
| * | ARM: S3C64XX: Fix keypad setup to configure correct number of rowsBen Dooks2011-03-041-1/+1
| * | ARM: S3C2440: Fix usage gpio bank j pin definitions on GTA02Lars-Peter Clausen2011-03-041-13/+13
| * | ARM: S5P64X0: Fix number of GPIO lines in Bank FBanajit Goswami2011-03-041-2/+2
| * | ARM: S3C2440: Select missing S3C_DEV_USB_HOST on GTA02Lars-Peter Clausen2011-03-041-0/+1
* | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-0812-22/+56
|\ \ \
| * \ \ Merge branch 'davinci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Russell King2011-03-014-10/+19
| |\ \ \
| | * | | davinci: cpufreq: fix section mismatch warningAxel Lin2011-02-281-1/+1
| | * | | DaVinci: fix compilation warnings in <mach/clkdev.h>Sergei Shtylyov2011-02-281-0/+2