aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds14-1725/+17
2016-03-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus 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/arm-socLinus Torvalds3-52/+5
2016-01-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-3/+4
2016-01-11Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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
2015-11-20ARM: EXYNOS: Switch to syscon reboot and poweroffAlim Akhtar2-43/+3
2015-11-17ARM: EXYNOS: Fix potential NULL pointer access in exynos_sys_powerdown_confPankaj Dubey1-1/+5
2015-11-10Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+2
2015-11-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-26/+29
2015-10-22ARM: Remove open-coded version of IRQCHIP_DECLAREMarc Zyngier1-1/+2
2015-10-21Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixesArnd Bergmann1-5/+3
2015-10-13irqchip: Convert all alloc/xlate users from of_node to fwnodeMarc Zyngier1-26/+29
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-2/+2
2015-10-13ARM: EXYNOS: Fix double of_node_put() when parsing child power domainsKrzysztof Kozlowski1-5/+3
2015-09-14ARM: EXYNOS: reset Little cores when cpu is upChanho Park2-1/+32
2015-09-10Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-0/+6
2015-09-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds8-9/+164
2015-09-01Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2015-08-14ARM: EXYNOS: switch to using generic cpufreq driver for exynos4x12Bartlomiej Zolnierkiewicz2-0/+4
2015-08-14ARM: EXYNOS: Add exynos3250 compatible to use generic cpufreq driverChanwoo Choi1-0/+1
2015-08-14ARM: EXYNOS: switch to using generic cpufreq driver for exynos5250Thomas Abraham1-0/+1
2015-07-31ARM: EXYNOS: fix double of_node_put() on error pathVladimir Zapolskiy1-1/+0
2015-07-31ARM: EXYNOS: Fix potentian kfree() of ro memoryVladimir Zapolskiy1-1/+1
2015-07-30ARM: SAMSUNG: local regs-srom header in mach-exynosKukjin Kim2-2/+55
2015-07-30ARM: SAMSUNG: make local s5p-dev-mfc in mach-exynosKukjin Kim3-0/+101
2015-07-21ARM: EXYNOS: Use IOMEM_ERR_PTR when function returns iomemKrzysztof Kozlowski1-1/+1
2015-07-21ARM: EXYNOS: Drop owner assignment in pmu.cKrzysztof Kozlowski1-1/+0
2015-07-21ARM: EXYNOS: Remove duplicated define of SLEEP_MAGICKrzysztof Kozlowski3-5/+7
2015-07-21ARM: EXYNOS: Make local function staticKrzysztof Kozlowski1-1/+1