summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos
AgeCommit message (Expand)AuthorFilesLines
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-354/+1
2016-08-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds8-26/+29
2016-08-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+0
2016-07-06Merge ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB changes into next/socArnd Bergmann1-1/+1
2016-06-23arm: Remove unnecessary of_platform_populate with default match tableKefeng Wang1-3/+0
2016-06-22ARM: SAMSUNG: Fix missing s5p_init_cpu() declarationBen Dooks2-1/+1
2016-06-21ARM: EXYNOS: Fixup for __raw operations in suspend.cBen Dooks1-6/+6
2016-06-21ARM: EXYNOS: Fixup endian in pm/pmuBen Dooks3-8/+8
2016-06-21ARM: EXYNOS: Fixups for big-endian operationBen Dooks3-11/+14
2016-06-19Merge tag 'samsung-drivers-exynos-mfc-4.8' of git://git.kernel.org/pub/scm/li...Olof Johansson4-130/+0
2016-06-06ARM: EXYNOS: Remove code for MFC custom reserved memory handlingMarek Szyprowski4-130/+0
2016-06-03ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij1-1/+1
2016-06-03Merge tag 'samsung-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson1-1/+0
2016-05-30soc: samsung: pm_domains: Enable COMPILE_TEST for build coverageKrzysztof Kozlowski1-0/+1
2016-05-30ARM: EXYNOS: Move pm_domains driver to drivers/soc/samsungKrzysztof Kozlowski2-224/+0
2016-05-18Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-91/+5
2016-05-18ARM: exynos: don't select keyboard driverArnd Bergmann1-1/+0
2016-05-16Merge branch 'pm-cpufreq'Rafael J. Wysocki1-29/+0
2016-04-25ARM: EXYNOS: Properly skip unitialized parent clock in power domain onKrzysztof Kozlowski1-1/+1
2016-04-18memory: samsung: exynos-srom: Add support for bank configurationPavel Fedin1-1/+1
2016-04-18ARM: EXYNOS: Remove SROM related register settings from mach-exynosPankaj Dubey5-91/+5
2016-04-09cpufreq: exynos: Use generic platdev driverViresh Kumar1-25/+0
2016-04-09ARM: exynos: exynos-cpufreq platform device isn't supported anymoreViresh Kumar1-6/+2
2016-03-20Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds14-1725/+17
2016-03-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+0
2016-02-25ARM: SAMSUNG: Remove unused register offset definitionPankaj Dubey1-8/+1
2016-02-25ARM: EXYNOS: Cleanup header files inclusionPankaj Dubey6-12/+1
2016-02-25drivers: soc: Add support for Exynos PMU driverPankaj Dubey8-1060/+3
2016-02-25ARM: EXYNOS: Split up exynos5420 SoC specific PMU dataPankaj Dubey4-264/+282
2016-02-25ARM: EXYNOS: Split up exynos5250 SoC specific PMU dataPankaj Dubey4-181/+199
2016-02-25ARM: EXYNOS: Split up exynos4 SoC specific PMU dataPankaj Dubey4-208/+226
2016-02-25ARM: EXYNOS: Split up exynos3250 SoC specific PMU dataPankaj Dubey5-183/+219
2016-02-25ARM: EXYNOS: Move pmu specific headers under "linux/soc/samsung"Pankaj Dubey8-727/+10
2016-02-25ARM: EXYNOS: Correct header comment in Kconfig filePankaj Dubey1-1/+1
2016-02-25ARM: EXYNOS: Use generic cpufreq driver for Exynos5422/5800Bartlomiej Zolnierkiewicz1-0/+1
2016-02-25ARM: EXYNOS: Use generic cpufreq driver for Exynos5420Bartlomiej Zolnierkiewicz1-0/+3
2016-02-25ARM: EXYNOS: Code cleanup in map.hPankaj Dubey1-4/+0
2016-02-25ARM: EXYNOS: Remove unused static mapping of CMU for exynos5Pankaj Dubey2-6/+0
2016-02-08ARM: drop unused Makefile.boot of Multiplatform SoCsMasahiro Yamada1-2/+0
2016-02-01ARM: EXYNOS: select THERMAL_OFArnd Bergmann1-0/+1
2016-01-20Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds3-52/+5
2016-01-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-3/+4
2016-01-11Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds1-0/+1
2015-12-22Merge branch 'treewide/cleanup' into next/socOlof Johansson3-3/+4
2015-12-15clocksource/drivers/exynos_mct: Fix Kconfig and add COMPILE_TEST optionDaniel Lezcano1-0/+1
2015-12-01ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada1-1/+2
2015-12-01ARM: use const and __initconst for smp_operationsMasahiro Yamada2-2/+2
2015-11-20ARM: EXYNOS: Remove redundant code from regs-pmu.hPankaj Dubey2-9/+2
2015-11-20ARM: EXYNOS: Constify local exynos_pmu_data structureKrzysztof Kozlowski1-1/+1