summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/mach-nuri.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-06-011-11/+15
|\
| * Merge tag 'omapdss-for-3.5' of git://github.com/tomba/linux into fbdev-nextFlorian Tobias Schandinat2012-05-271-44/+2
| |\
| * | ARM: Samsung: Rework platform data of s3c-fb driverThomas Abraham2012-04-091-11/+15
* | | Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-05-261-0/+1
|\ \ \
| * \ \ Merge branch 'clean/late_initcall_v2' of git://git.linaro.org/people/shawnguo...Olof Johansson2012-05-111-0/+1
| |\ \ \
| | * | | ARM: exynos: use machine specific hook for late initShawn Guo2012-05-081-0/+1
| | | |/ | | |/|
* | | | Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-221-1/+9
|\ \ \ \
| * \ \ \ Merge branch 'v3.5-for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-05-171-1/+8
| |\ \ \ \
| | * | | | ARM: EXYNOS: Add s3c-hsotg device support for NURI boardJoonyoung Shim2012-05-161-1/+8
| | |/ / /
| * | | | usb:hsotg:samsung:cosmetic Move <linux/platform_data/s3c-hsotg.h> to proper p...Lukasz Majewski2012-05-091-1/+1
| * | | | Merge tag 'gadget-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-05-071-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | usb:hsotg:samsung: Remove platform dependency from s3c-hsotgLukasz Majewski2012-05-041-0/+1
| | |/ /
* | | | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-221-0/+33
|\ \ \ \
| * | | | ARM: EXYNOS: Add DRM core support for NURI boardMarek Szyprowski2012-05-121-0/+33
| |/ / /
* | | | Merge branch 'next/cleanup-samsung-macro' into next/cleanup-samsungKukjin Kim2012-05-131-0/+1
|\| | |
| * | | ARM: SAMSUNG: add missing MMC_CAP2_BROKEN_VOLTAGE capabilityMarek Szyprowski2012-04-241-0/+1
| |/ /
* / / ARM: SAMSUNG: remove all uses of clk_type member in sdhci platform dataThomas Abraham2012-04-211-3/+0
|/ /
* | 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-141-1/+1
* | ARM: EXYNOS: fix regulator name for NURI boardMarek Szyprowski2012-04-141-1/+1
|/
* Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-03-281-3/+2
|\
| * mmc: start removing enable / disable APIAdrian Hunter2012-03-271-3/+2
* | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-2/+2
|\ \
| * | ARM: SAMSUNG: change the name from s3c-sdhci to exynos4-sdhciJaehoon Chung2012-03-101-2/+2
* | | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-4/+76
|\ \ \ | |_|/ |/| |
| * | Merge branch 'next/board-samsung' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2012-03-131-4/+76
| |\ \ | | |/ | |/|
| | * ARM: EXYNOS: support Exynos4210-bus Devfreq driver on Nuri boardMyungJoo Ham2012-03-101-3/+8
| | * ARM: EXYNOS: Register JPEG on nuriAndrzej Pietrasiewicz2012-03-101-0/+1
| | * ARM: EXYNOS: Add __init attribute to nuri_camera_init()Tushar Behera2012-03-101-1/+1
| | * ARM: SAMSUNG: Add support for S5K6AAFX camera on Nuri boardSylwester Nawrocki2012-01-311-0/+65
| | * ARM: EXYNOS: add G2D to mach-nuriKamil Debski2012-01-201-0/+1
* | | Merge branch 'pm-domains'Rafael J. Wysocki2012-03-041-11/+0
|\ \ \ | |/ / |/| |
| * | ARM: EXYNOS: Hook up power domains to generic power domain infrastructureThomas Abraham2012-01-271-11/+0
| |/
* / ARM: EXYNOS: Correct framebuffer window size on Nuri boardSylwester Nawrocki2012-01-311-4/+4
|/
* Merge branch 'samsung/dt' into samsung/cleanupArnd Bergmann2012-01-091-2/+6
|\
| * Merge branch 'restart' into for-linusRussell King2012-01-051-2/+4
| |\
| | * ARM: 7262/1: restart: EXYNOS: use new restart hookRussell King2012-01-051-0/+1
| | * ARM: 7257/1: EXYNOS: introduce arch/arm/mach-exynos/common.[ch]Kukjin Kim2012-01-031-2/+3
| * | ARM: exynos4: convert to CONFIG_MULTI_IRQ_HANDLERMarc Zyngier2011-11-151-0/+2
| |/
* / ARM: EXYNOS: Use gpio_request_oneJingoo Han2011-12-241-7/+2
|/
* ARM: EXYNOS: Add ARCH_EXYNOS and reorganize arch/arm/mach-exynosKukjin Kim2011-11-061-0/+1339