aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-10ARM: EXYNOS: Add PDMA and MDMA physical base address definesThomas Abraham1-0/+4
2012-04-08ARM: EXYNOS: Fix compile error in exynos5250-cpufreq.cJonghwan Choi1-0/+6
2012-04-08ARM: EXYNOS: Add missing definition for IRQ_I2S0Tushar Behera1-0/+2
2012-04-04ARM: EXYNOS: use chip_id reg in uncompress to select uart base physDima Zavin1-1/+16
2012-04-04ARM: EXYNOS: fix CONFIG_DEBUG_LLColin Cross1-4/+3
2012-03-29Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-26/+0
2012-03-28Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds7-183/+564
2012-03-28Merge tag 'drivers2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-51/+192
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-1/+4
2012-03-27Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-0/+9
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-225/+234
2012-03-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-0/+2
2012-03-20Merge branch 'samsung/cleanup-exynos-clock' into next/socArnd Bergmann2-225/+234
2012-03-15Merge branch 'samsung/soc' into next/soc2Arnd Bergmann2-0/+9
2012-03-15Merge branch 'samsung/exynos5' into next/soc2Arnd Bergmann8-407/+800
2012-03-15Merge branch 'next/soc-exynos5250-gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/driversArnd Bergmann2-51/+192
2012-03-14EXYNOS5250: Add support cpufreq for EXYNOS5250Jaecheol Lee1-0/+1
2012-03-14EXYNOS4X12: Add support cpufreq for EXYNOS4X12Jaecheol Lee1-0/+1
2012-03-14ARM: EXYNOS: add support GPIO for EXYNOS5250Sangsu Park2-51/+192
2012-03-14ARM: EXYNOS: support EINT for EXYNOS4 and EXYNOS5Eunki Kim1-11/+9
2012-03-14ARM: EXYNOS: add interrupt definitions for EXYNOS5250Kukjin Kim1-155/+432
2012-03-14ARM: EXYNOS: add support for EXYNOS5250 SoCKukjin Kim2-2/+20
2012-03-14ARM: EXYNOS: add support uart for EXYNOS4 and EXYNOS5Kukjin Kim4-16/+42
2012-03-14ARM: EXYNOS: add clock part for EXYNOS5250 SoCKukjin Kim1-0/+62
2012-03-13Merge branch 'next/cleanup-exynos-clock' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson2-225/+234
2012-03-10ARM: EXYNOS: Enable MDMA driverBoojin Kim2-1/+4
2012-03-10ARM: EXYNOS: Add clock register addresses for EXYNOS4X12 bus devfreq driverMyungJoo Ham1-0/+43
2012-03-10ARM: EXYNOS: add clock registers for exynos4x12-cpufreqJaecheol Lee1-0/+9
2012-03-10ARM: EXYNOS: change the prefix S5P_ to EXYNOS4_ for clockKukjin Kim1-182/+182
2012-03-10ARM: EXYNOS: replace clock.c for other new EXYNOS SoCsKukjin Kim1-43/+0
2012-03-10Merge branch 'next/devel-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/socOlof Johansson2-0/+9
2012-03-10ARM: EXYNOS: add support JPEGAndrzej Pietrasiewicz1-0/+3
2012-03-10ARM: EXYNOS: Add DMC1, allow PPMU access for DMCMyungJoo Ham1-0/+1
2012-03-09ARM: EXYNOS: Add support AFTR mode on EXYNOS4210Amit Daniel Kachhap1-0/+2
2012-03-06ARM: remove bunch of now unused mach/io.h filesRob Herring1-26/+0
2012-02-22Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux into for-armsocRussell King1-16/+0
2012-02-21ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring1-16/+0
2012-02-11ARM: SAMSUNG: add G2D to plat-s5p and mach-exynosKamil Debski1-0/+3
2012-01-20ARM: big removal of now unused arch_idle()Nicolas Pitre1-20/+0
2012-01-20ARM: mach-exynos: use standard arch_idle()Nicolas Pitre1-1/+1
2012-01-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-0/+34
2012-01-09Merge branch 'samsung/driver' into next/driversArnd Bergmann4-109/+1
2012-01-09Merge branch 'samsung/cleanup' into samsung/driverArnd Bergmann4-109/+1
2012-01-08[CPUFREQ] EXYNOS: Make EXYNOS common cpufreq driverJaecheol Lee1-0/+34
2012-01-07Merge branch 'depends/rmk/for-linus' into samsung/dtArnd Bergmann4-109/+1
2012-01-05Merge branch 'restart' into for-linusRussell King2-13/+1
2012-01-05ARM: restart: remove the now empty arch_reset()Russell King1-2/+0
2012-01-03ARM: 7257/1: EXYNOS: introduce arch/arm/mach-exynos/common.[ch]Kukjin Kim1-11/+1
2011-12-28Merge branch 'samsung/driver' into next/driversArnd Bergmann3-0/+26
2011-12-28Merge branch 'samsung/cleanup' into next/driversArnd Bergmann2-4/+5