summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+10
2013-02-21Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-0/+6
2013-02-17Merge branch 'next/fixes-samsung' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson1-2/+4
2013-02-15Merge branch 'next/cpufreq-exynos' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki1-3/+16
2013-02-11Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown1-0/+6
2013-02-05pinctrl: exynos: change PINCTRL_EXYNOS optionKukjin Kim1-1/+1
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
2013-01-28ARM: dts: fix compatible value for exynos pinctrlKukjin Kim1-2/+2
2013-01-05ARM: EXYNOS: skip the clock initialization for exynos5440Kukjin Kim1-0/+7
2012-12-28ARM: EXYNOS: enable PINCTRL for EXYNOS5440Kukjin Kim1-0/+2
2012-12-23cpufreq: exynos: Use APLL_FREQ macro for cpu divider valueJonghwan Choi1-0/+16
2012-12-23cpufreq: exynos: Remove unused variable & IS_ERRJonghwan Choi1-3/+0
2012-12-20Merge branch 'v3.8-samsung-fixes-audio' of git://git.kernel.org/pub/scm/linux...Olof Johansson1-12/+0
2012-12-20Merge branch 'v3.8-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson7-10/+13
2012-12-19ARM: EXYNOS: Avoid passing the clks through platform dataPadmavathi Venna1-12/+0
2012-12-19ARM: EXYNOS: Fix MSHC clocks instance namesDongjin Kim1-2/+2
2012-12-19ARM: EXYNOS: Fix NULL pointer dereference bug in SMDKV310Sachin Kamat1-2/+2
2012-12-19ARM: EXYNOS: Fix NULL pointer dereference bug in SMDK4X12Sachin Kamat1-2/+2
2012-12-19ARM: EXYNOS: Fix NULL pointer dereference bug in OrigenSachin Kamat1-2/+2
2012-12-18ARM: EXYNOS: fix skip scu_enable() for EXYNOS5440Kukjin Kim1-1/+1
2012-12-18ARM: EXYNOS: fix GIC using for EXYNOS5440Kukjin Kim1-1/+2
2012-12-18ARM: EXYNOS: fix build error when MFC is not selectedKukjin Kim1-0/+2
2012-12-17ARM: exynos: Fix warning due to missing 'inline' in stubOlof Johansson1-1/+1
2012-12-14Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-4/+116
2012-12-13Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2-2/+0
2012-12-13Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds4-4/+53
2012-12-13Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds16-54/+168
2012-12-12ARM: arm-soc: Merge branch 'next/pm2' into next/pmOlof Johansson21-166/+203
2012-12-12Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-26/+155
2012-12-10Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown2-2/+0
2012-12-07ASoC: Samsung: Do not register samsung audio dma device as pdevPadmavathi Venna2-2/+0
2012-11-30Merge branch 'next/devel-samsung-3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2-6/+25
2012-11-30Merge branch 'next/cleanup-samsung-3' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson5-124/+0
2012-11-29Merge branch 'next/dt' into next/pm2Olof Johansson16-54/+168
2012-11-28ARM: EXYNOS: Avoid early use of of_machine_is_compatible()Doug Anderson2-5/+19
2012-11-28ARM: dts: add node for PL330 MDMA1 controller for exynos4Bartlomiej Zolnierkiewicz1-0/+1
2012-11-28ARM: EXYNOS: Add support for secondary CPU bring-up on Exynos4412Tomasz Figa1-6/+24
2012-11-28ARM: EXYNOS: Remove unused regs-mem.h fileThomas Abraham1-23/+0
2012-11-28ARM: EXYNOS: Remove unused non-dt support for dwmci controllerThomas Abraham4-101/+0
2012-11-28ARM: EXYNOS: Add flush_cache_all in suspend finisherAbhilash Kesavan1-0/+3
2012-11-28ARM: EXYNOS: Remove scu_enable from cpuidleAbhilash Kesavan1-1/+2
2012-11-28ARM: EXYNOS: Fix soft reboot hang after suspend/resumeInderpal Singh1-0/+4
2012-11-28ARM: EXYNOS: Add support for rtc wakeupInderpal Singh1-0/+2
2012-11-28ARM: EXYNOS: fix the hotplug for Cortex-A15Abhilash Kesavan1-3/+42
2012-11-26Merge branch 'next/dt-samsung-2' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2-4/+99
2012-11-25Merge tag 'v3.7-rc7' into next/cleanupOlof Johansson2-0/+4
2012-11-22ARM: EXYNOS: add support for EXYNOS5440 SoCKukjin Kim9-20/+116