aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-09ARM: EXYNOS: Add support for Exynos secure firmwareTomasz Figa4-0/+74
2013-04-09ARM: EXYNOS: Add support for secure monitor callsTomasz Figa3-0/+58
2013-04-09ARM: EXYNOS: Enable PMUs for exynos4Chanho Park2-2/+34
2013-04-09irqchip: exynos-combiner: Correct combined IRQs for exynos4Chanho Park1-1/+4
2013-04-09ARM: EXYNOS: remove "config EXYNOS_DEV_DRM"Paul Bolle1-10/+0
2013-04-08ARM: EXYNOS: fix compilation error introduced due to common clock migrationThomas Abraham1-0/+2
2013-04-08ARM: EXYNOS: change the name of USB ohci headerJingoo Han3-3/+3
2013-04-05regulator: max8952: Separate constraints from platform data structTomasz Figa1-13/+14
2013-04-04ARM: EXYNOS: Clear ENABLE_WAKEUP_SW bit when entering suspendJonathan Kliegman1-6/+1
2013-04-04ARM: EXYNOS: Remove hardcode wakeup unmask for EINT_0Jonathan Kliegman1-1/+1
2013-03-26irqchip: gic: Perform the gic_secondary_init() call via CPU notifierCatalin Marinas1-8/+0
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas1-0/+1
2013-03-25ARM: EXYNOS: remove auxdata table from exynos4/5 dt machine fileThomas Abraham2-234/+3
2013-03-25ARM: EXYNOS: allow legacy board support to specify xxti and xusbxti clock speedThomas Abraham6-0/+12
2013-03-25ARM: EXYNOS: Initialize the clocks prior to timer initializationThomas Abraham8-9/+25
2013-03-25ARM: EXYNOS: Migrate clock support to common clock frameworkThomas Abraham17-3833/+7
2013-03-22ARM: EXYNOS: change HAVE_SAMSUNG_KEYPAD to KEYBOARD_SAMSUNGPaul Bolle1-1/+1
2013-03-22ARM: EXYNOS: remove duplicated include from common.cWei Yongjun1-1/+0
2013-03-22ARM: EXYNOS: drop "select HAVE_SCHED_CLOCK"Paul Bolle1-1/+0
2013-03-15Merge branch 'next/pinctrl-exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/driversArnd Bergmann1-0/+1
2013-03-09Merge branch 'next/mct-exynos' into next/clk-exynosKukjin Kim15-568/+14
2013-03-09Merge branch 'next/timer-samsung' into next/clk-exynosKukjin Kim2-4/+4
2013-03-09ARM: EXYNOS: move mct driver to drivers/clocksourceThomas Abraham3-558/+0
2013-03-09ARM: EXYNOS: remove static io-remapping of mct registers for Exynos5Thomas Abraham2-6/+0
2013-03-09ARM: EXYNOS: allow dt based discovery of mct controller using clocksource_of_initThomas Abraham10-16/+18
2013-03-09ARM: EXYNOS: add device tree support for MCT controller driverThomas Abraham2-18/+37
2013-03-09ARM: EXYNOS: prepare an array of MCT interrupt numbers and use itThomas Abraham1-21/+36
2013-03-09ARM: EXYNOS: add a register base address variable in mct controller driverThomas Abraham2-88/+62
2013-03-07ARM: dts: Set up power domain for MFC and G-scaler for exynos5250Prasanna Kumar1-0/+1
2013-03-07ARM: EXYNOS: Add AUXDATA for DP controllerJingoo Han1-0/+1
2013-03-07ARM: dts: Add MFC codec support for EXYNOS4 DT machinesSachin Kamat2-0/+18
2013-03-07ARM: EXYNOS: Add support for rtc wakeupInderpal Singh1-0/+2
2013-03-05ARM: EXYNOS: skip wakeup interrupt registration for exynos5250 if pinctrl is enabledThomas Abraham1-0/+1
2013-03-05ARM: SAMSUNG: Rename s5p-time to samsung-timeRomain Naour2-4/+4
2013-02-26Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds10-408/+137
2013-02-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-8/+8
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds20-377/+55
2013-02-21Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-6/+10
2013-02-21Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+6
2013-02-19Merge branches 'core', 'arm/omap', 'iommu/fixes', 'arm/tegra', 'arm/shmobile', 'arm/exynos', 'x86/vt-d' and 'x86/amd' into nextJoerg Roedel10-408/+137
2013-02-17Merge branch 'next/fixes-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/fixes-non-criticalOlof Johansson1-2/+4
2013-02-15Merge branch 'next/cpufreq-exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsungRafael J. Wysocki1-3/+16
2013-02-12ARM: exynos: move exynos4210-combiner to drivers/irqchipRob Herring2-216/+5
2013-02-11Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown1-0/+6
2013-02-05[media] s5p-fimc: Redefine platform data structure for fimc-isSylwester Nawrocki2-8/+8
2013-02-05pinctrl: exynos: change PINCTRL_EXYNOS optionKukjin Kim1-1/+1
2013-02-04Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson9-93/+28
2013-01-30ARM: SAMSUNG: Gracefully exit on suspend failureAbhilash Kesavan1-2/+4
2013-01-29ARM: EXYNOS: Enable platform support for I2S controllersPadmavathi Venna1-0/+6
2013-01-28ARM: EXYNOS: Fix crash on soft reset on EXYNOS5440Thomas Abraham1-2/+4