summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos
Commit message (Expand)AuthorAgeFilesLines
* ARM: SAMSUNG: add missing MMC_CAP2_BROKEN_VOLTAGE capabilityMarek Szyprowski2012-04-242-0/+2
* ARM: EXYNOS: Fix compilation error when CONFIG_OF is not definedTushar Behera2012-04-241-0/+2
* ARM: EXYNOS: Fix resource on dev-dwmci.cKukjin Kim2012-04-241-10/+3
* ARM: EXYNOS: Fix incorrect initialization of GICThomas Abraham2012-04-201-1/+1
* ARM: EXYNOS: use 'exynos4-sdhci' as device name for sdhci controllersThomas Abraham2012-04-203-24/+34
* ARM: EXYNOS: Fix Kconfig dependencies for device tree enabled machine filesSachin Kamat2012-04-141-0/+2
* ARM: EXYNOS: Remove broken config values for touchscren for NURI boardMarek Szyprowski2012-04-141-42/+0
* ARM: EXYNOS: set fix xusbxti clock for NURI and Universal210 boardsMarek Szyprowski2012-04-142-1/+3
* ARM: EXYNOS: fix regulator name for NURI boardMarek Szyprowski2012-04-141-1/+1
* ARM: EXYNOS: Add PDMA and MDMA physical base address definesThomas Abraham2012-04-102-1/+5
* ARM: EXYNOS: Fix compile error in exynos5250-cpufreq.cJonghwan Choi2012-04-081-0/+6
* ARM: EXYNOS: Add missing definition for IRQ_I2S0Tushar Behera2012-04-081-0/+2
* ARM: EXYNOS: Fix compiler warning in dma.c fileSachin Kamat2012-04-051-2/+0
* ARM: EXYNOS: fix ISO C90 warningIl Han2012-04-051-1/+2
* ARM: EXYNOS: use chip_id reg in uncompress to select uart base physDima Zavin2012-04-041-1/+16
* ARM: EXYNOS: fix CONFIG_DEBUG_LLColin Cross2012-04-041-4/+3
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-291-26/+0
|\
| * ARM: remove bunch of now unused mach/io.h filesRob Herring2012-03-061-26/+0
* | Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-282-9/+5
|\ \
| * | mmc: start removing enable / disable APIAdrian Hunter2012-03-272-9/+5
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-0/+1
|\ \ \
| * | | ARM: move CP15 definitions to separate header fileRussell King2012-03-281-0/+1
| |/ /
* | | Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-2822-332/+2415
|\ \ \
| * \ \ Merge branch 'renesas/soc' into next/soc2Arnd Bergmann2012-03-241-0/+2
| |\ \ \
| * \ \ \ Merge branch 'samsung/soc' into next/soc2Arnd Bergmann2012-03-157-40/+221
| |\ \ \ \
| * \ \ \ \ Merge branch 'samsung/exynos5' into next/soc2Arnd Bergmann2012-03-1530-2186/+4429
| |\ \ \ \ \
| | * | | | | ARM: EXYNOS: Fix compilation error with mach-exynos4-dt boardTushar Behera2012-03-141-4/+4
| | * | | | | 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-146-202/+523
| | * | | | | ARM: EXYNOS: add support for EXYNOS5250 SoCKukjin Kim2012-03-144-14/+210
| | * | | | | ARM: EXYNOS: add support uart for EXYNOS4 and EXYNOS5Kukjin Kim2012-03-147-17/+125
| | * | | | | ARM: EXYNOS: add initial setup-i2c0 for EXYNOS5Kukjin Kim2012-03-142-4/+7
| | * | | | | ARM: EXYNOS: add clock part for EXYNOS5250 SoCKukjin Kim2012-03-142-0/+1309
| | * | | | | 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
| * | | | | | Merge branch 'for-armsoc' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel...Arnd Bergmann2012-03-154-80/+6
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge tag 'drivers2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-284-66/+198
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'next/soc-exynos5250-gpio' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2012-03-154-66/+194
| |\ \ \ \ \ \ \
| | * | | | | | | gpio/samsung: use ioremap() for EXYNOS4 GPIOlibSangsu Park2012-03-141-15/+0
| | * | | | | | | ARM: EXYNOS: add support GPIO for EXYNOS5250Sangsu Park2012-03-142-51/+192
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge branch 'next/devel-samsung-pd' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2012-03-138-203/+203
| |\ \ \ \ \ \ \
| | * | | | | | | ARM: EXYNOS: Hook up JPEG PD to generic PD infrastructureSachin Kamat2012-03-101-0/+3
| | * | | | | | | ARM: EXYNOS: Hook up G2D PD to generic PD infrastructureSachin Kamat2012-03-091-0/+3
* | | | | | | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-277-12/+128
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'next/fixes-non-critical' into next/driversArnd Bergmann2012-03-201-0/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | / / / / / / | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'next/devel-samsung-dma' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2012-03-1317-1868/+2028
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
OpenPOWER on IntegriCloud