aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'samsung/exynos5' into next/soc2Arnd Bergmann2012-03-1591-2329/+5232
|\
| * ARM: EXYNOS: Fix compilation error with mach-exynos4-dt boardTushar Behera2012-03-141-4/+4
| * ARM: dts: add initial dts file for EXYNOS5250, SMDK5250Kukjin Kim2012-03-142-0/+439
| * ARM: EXYNOS: add support device tree enabled board file for EXYNOS5Kukjin Kim2012-03-143-1/+89
| * ARM: EXYNOS: add support ARCH_EXYNOS5 for EXYNOS5 SoCsKukjin Kim2012-03-142-5/+14
| * ARM: EXYNOS: add support get_core_count() for EXYNOS5250Kukjin Kim2012-03-141-3/+6
| * ARM: EXYNOS: support EINT for EXYNOS4 and EXYNOS5Eunki Kim2012-03-142-62/+105
| * ARM: EXYNOS: add interrupt definitions for EXYNOS5250Kukjin Kim2012-03-148-208/+558
| * ARM: EXYNOS: add support for EXYNOS5250 SoCKukjin Kim2012-03-147-16/+223
| * ARM: EXYNOS: add support uart for EXYNOS4 and EXYNOS5Kukjin Kim2012-03-1411-18/+135
| * ARM: EXYNOS: add initial setup-i2c0 for EXYNOS5Kukjin Kim2012-03-142-4/+7
| * ARM: EXYNOS: add clock part for EXYNOS5250 SoCKukjin Kim2012-03-144-0/+1351
| * ARM: EXYNOS: use exynos_init_uarts() instead of exynos4_init_uarts()Kukjin Kim2012-03-141-5/+5
| * ARM: EXYNOS: to declare static for mach-exynos/common.cKukjin Kim2012-03-142-21/+20
| * ARM: EXYNOS: Add clkdev lookup entry for lcd clockTushar Behera2012-03-141-5/+9
| * ARM: EXYNOS: add support DMA for EXYNOS4X12 SoCBoojin Kim2012-03-103-8/+98
| * ARM: EXYNOS: Add apb_pclk clkdev entry for mdma1Tushar Behera2012-03-101-0/+1
| * ARM: EXYNOS: Enable MDMA driverBoojin Kim2012-03-105-1/+42
| * ARM: EXYNOS: Add clock register addresses for EXYNOS4X12 bus devfreq driverMyungJoo Ham2012-03-101-0/+43
| * ARM: EXYNOS: add clock registers for exynos4x12-cpufreqJaecheol Lee2012-03-101-0/+9
| * ARM: EXYNOS: change the prefix S5P_ to EXYNOS4_ for clockKukjin Kim2012-03-107-762/+766
| * ARM: EXYNOS: use static declaration on regarding clockKukjin Kim2012-03-102-21/+10
| * ARM: EXYNOS: replace clock.c for other new EXYNOS SoCsKukjin Kim2012-03-105-91/+90
| * Merge branch 'next/cleanup-use-static' into next/cleanup-exynos-clockKukjin Kim2012-03-10156-2366/+842
| |\
| | * Merge branch 'topic/cleanup-use-static' into next/cleanup-use-staticKukjin Kim2012-03-0728-108/+83
| | |\
| | | * ARM: SAMSUNG: use static declaration when it is not used in other filesKukjin Kim2012-01-214-15/+4
| | | * ARM: S5PV210: use static declaration when it is not used in other filesKukjin Kim2012-01-213-8/+8
| | | * ARM: S5PC100: use static declaration when it is not used in other filesKukjin Kim2012-01-212-20/+20
| | | * ARM: S5P64X0: use static declaration when it is not used in other filesKukjin Kim2012-01-213-17/+11
| | | * ARM: S3C64XX: use static declaration when it is not used in other filesKukjin Kim2012-01-213-4/+2
| | | * ARM: S3C24XX: use static declaration when it is not used in other filesKukjin Kim2012-01-216-25/+19
| | | * ARM: EXYNOS: use static declaration when it is not used in other filesKukjin Kim2012-01-217-12/+12
| * | | Merge tag 'fixes-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-02-2928-40/+178
| |\ \ \
| | * \ \ Merge branch 'lpc32xx/fixes' of git://git.antcom.de/linux-2.6 into fixesArnd Bergmann2012-02-2724-125/+265
| | |\ \ \
| | | * | | ARM: LPC32xx: serial.c: Fixed loop limitRoland Stigge2012-02-271-1/+1
| | | * | | ARM: LPC32xx: serial.c: HW bug workaroundRoland Stigge2012-02-271-0/+18
| | | * | | ARM: LPC32xx: irq.c: Clear latched eventRoland Stigge2012-02-271-1/+10
| | | * | | ARM: LPC32xx: Fix interrupt controller initRoland Stigge2012-02-271-4/+6
| | | * | | ARM: LPC32xx: Fix irq on GPI_28Roland Stigge2012-02-272-1/+5
| | * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Arnd Bergmann2012-02-2716-22/+110
| | |\ \ \ \
| | | * | | | ARM: OMAP2: fix mailbox init codeOhad Ben-Cohen2012-02-231-1/+9
| | | * | | | ARM: OMAP2+: gpmc-smsc911x: add required smsc911x regulatorsMatt Porter2012-02-231-0/+52
| | | * | | | ARM: OMAP1: Fix out-of-bounds array access for InnovatorTony Lindgren2012-02-211-2/+2
| | | * | | | OMAP3 EVM: remove out-of-bounds array access of gpio_ledsArnout Vandecappelle (Essensium/Mind)2012-02-211-1/+1
| | | * | | | Merge branch 'fixes-mmc' into fixesTony Lindgren2012-02-2072-429/+578
| | | |\ \ \ \
| | | | * | | | ARM: OMAP: Fix build error when mmc_omap is built as module Tony Lindgren2012-02-201-0/+4
| | | | * | | | ARM: OMAP: Fix kernel panic with HSMMC when twl4030_gpio is a moduleTony Lindgren2012-02-202-1/+7
| | | * | | | | Merge branch 'for_3.3/fixes/pm' of git://git.kernel.org/pub/scm/linux/kernel/...Tony Lindgren2012-02-1735-1118/+186
| | | |\ \ \ \ \
| | | | * | | | | ARM: OMAP4: cpuidle: Fix the C-state reporting to cpuidle governor.Santosh Shilimkar2012-02-141-3/+2
| | | | * | | | | ARM: OMAP: add RCU locking to omap2_set_init_voltage.NeilBrown2012-02-141-0/+3