summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos
Commit message (Expand)AuthorAgeFilesLines
* ARM: EXYNOS: Move pmu specific headers under "linux/soc/samsung"Pankaj Dubey2016-02-258-727/+10Star
* ARM: EXYNOS: Correct header comment in Kconfig filePankaj Dubey2016-02-251-1/+1
* ARM: EXYNOS: Use generic cpufreq driver for Exynos5422/5800Bartlomiej Zolnierkiewicz2016-02-251-0/+1
* ARM: EXYNOS: Use generic cpufreq driver for Exynos5420Bartlomiej Zolnierkiewicz2016-02-251-0/+3
* ARM: EXYNOS: Code cleanup in map.hPankaj Dubey2016-02-251-4/+0Star
* ARM: EXYNOS: Remove unused static mapping of CMU for exynos5Pankaj Dubey2016-02-252-6/+0Star
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-01-213-52/+5Star
|\
| * Merge branch 'treewide/cleanup' into next/socOlof Johansson2015-12-223-3/+4
| |\
| * | ARM: EXYNOS: Remove redundant code from regs-pmu.hPankaj Dubey2015-11-202-9/+2Star
| * | ARM: EXYNOS: Constify local exynos_pmu_data structureKrzysztof Kozlowski2015-11-201-1/+1
| * | ARM: EXYNOS: Switch to syscon reboot and poweroffAlim Akhtar2015-11-202-43/+3Star
* | | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-01-213-3/+4
|\ \ \ | | |/ | |/|
| * | ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada2015-12-011-1/+2
| * | ARM: use const and __initconst for smp_operationsMasahiro Yamada2015-12-012-2/+2
| |/
* | Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds2016-01-121-0/+1
|\ \
| * | clocksource/drivers/exynos_mct: Fix Kconfig and add COMPILE_TEST optionDaniel Lezcano2015-12-151-0/+1
| |/
* / ARM: EXYNOS: Fix potential NULL pointer access in exynos_sys_powerdown_confPankaj Dubey2015-11-171-1/+5
|/
* Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-101-1/+2
|\
| * ARM: Remove open-coded version of IRQCHIP_DECLAREMarc Zyngier2015-10-221-1/+2
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-031-26/+29
|\ \
| * | irqchip: Convert all alloc/xlate users from of_node to fwnodeMarc Zyngier2015-10-131-26/+29
| * | irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-131-2/+2
* | | Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2015-10-211-5/+3Star
|\ \ \ | |/ / |/| |
| * | ARM: EXYNOS: Fix double of_node_put() when parsing child power domainsKrzysztof Kozlowski2015-10-121-5/+3Star
| |/
* / ARM: EXYNOS: reset Little cores when cpu is upChanho Park2015-09-142-1/+32
|/
* Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2015-09-112-0/+6
|\
| * ARM: EXYNOS: switch to using generic cpufreq driver for exynos4x12Bartlomiej Zolnierkiewicz2015-08-132-0/+4
| * ARM: EXYNOS: Add exynos3250 compatible to use generic cpufreq driverChanwoo Choi2015-08-131-0/+1
| * ARM: EXYNOS: switch to using generic cpufreq driver for exynos5250Thomas Abraham2015-08-131-0/+1
* | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-09-018-9/+164
|\ \
| * | ARM: SAMSUNG: local regs-srom header in mach-exynosKukjin Kim2015-07-292-2/+55
| * | ARM: SAMSUNG: make local s5p-dev-mfc in mach-exynosKukjin Kim2015-07-293-0/+101
| * | ARM: EXYNOS: Drop owner assignment in pmu.cKrzysztof Kozlowski2015-07-211-1/+0Star
| * | ARM: EXYNOS: Remove duplicated define of SLEEP_MAGICKrzysztof Kozlowski2015-07-213-5/+7
| * | ARM: EXYNOS: Make local function staticKrzysztof Kozlowski2015-07-211-1/+1
| |/
* | Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-011-1/+1
|\ \
| * | ARM: EXYNOS: Use IOMEM_ERR_PTR when function returns iomemKrzysztof Kozlowski2015-07-211-1/+1
| |/
* | ARM: EXYNOS: fix double of_node_put() on error pathVladimir Zapolskiy2015-07-311-1/+0Star
* | ARM: EXYNOS: Fix potentian kfree() of ro memoryVladimir Zapolskiy2015-07-311-1/+1
|/
* Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-021-1/+20
|\
| * ARM: Exynos: switch to using generic cpufreq driver for Exynos4210Thomas Abraham2015-06-201-1/+20
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-06-261-7/+1Star
|\ \
| * | ARM: MCPM: remove residency argument from mcpm_cpu_suspend()Nicolas Pitre2015-05-061-7/+1Star
* | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-06-268-61/+162
|\ \ \
| * | | ARM: EXYNOS: register power domain driver from core_initcallMarek Szyprowski2015-06-051-18/+7Star
| * | | ARM: EXYNOS: use PS_HOLD based poweroff for all supported SoCsMarek Szyprowski2015-06-051-3/+3
| * | | ARM: EXYNOS: Constify irq_domain_opsKrzysztof Kozlowski2015-06-051-1/+1
| * | | ARM: EXYNOS: add coupled cpuidle support for Exynos3250Bartlomiej Zolnierkiewicz2015-06-055-14/+53
| * | | ARM: EXYNOS: add exynos_get_boot_addr() helperBartlomiej Zolnierkiewicz2015-06-052-0/+42
| * | | ARM: EXYNOS: add exynos_set_boot_addr() helperBartlomiej Zolnierkiewicz2015-06-051-24/+29