summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2015-09-102-0/+6
|\
| * ARM: EXYNOS: switch to using generic cpufreq driver for exynos4x12Bartlomiej Zolnierkiewicz2015-08-142-0/+4
| * ARM: EXYNOS: Add exynos3250 compatible to use generic cpufreq driverChanwoo Choi2015-08-141-0/+1
| * ARM: EXYNOS: switch to using generic cpufreq driver for exynos5250Thomas Abraham2015-08-141-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-302-2/+55
| * | ARM: SAMSUNG: make local s5p-dev-mfc in mach-exynosKukjin Kim2015-07-303-0/+101
| * | ARM: EXYNOS: Drop owner assignment in pmu.cKrzysztof Kozlowski2015-07-211-1/+0
| * | 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/+0
* | 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-011-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/+1
|\ \
| * | ARM: MCPM: remove residency argument from mcpm_cpu_suspend()Nicolas Pitre2015-05-061-7/+1
* | | 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-061-18/+7
| * | | ARM: EXYNOS: use PS_HOLD based poweroff for all supported SoCsMarek Szyprowski2015-06-061-3/+3
| * | | ARM: EXYNOS: Constify irq_domain_opsKrzysztof Kozlowski2015-06-061-1/+1
| * | | ARM: EXYNOS: add coupled cpuidle support for Exynos3250Bartlomiej Zolnierkiewicz2015-06-065-14/+53
| * | | ARM: EXYNOS: add exynos_get_boot_addr() helperBartlomiej Zolnierkiewicz2015-06-062-0/+42
| * | | ARM: EXYNOS: add exynos_set_boot_addr() helperBartlomiej Zolnierkiewicz2015-06-061-24/+29
| * | | ARM: EXYNOS: make exynos_core_restart() less verboseBartlomiej Zolnierkiewicz2015-06-061-1/+0
| * | | ARM: EXYNOS: fix exynos_boot_secondary() return value on timeoutBartlomiej Zolnierkiewicz2015-06-061-0/+3
| * | | ARM: EXYNOS: Get current parent clock for power domain on/offKrzysztof Kozlowski2015-06-061-7/+9
| * | | ARM: EXYNOS: Add missing of_node_put() when parsing power domainsKrzysztof Kozlowski2015-06-061-3/+5
| * | | ARM: EXYNOS: Handle of_find_device_by_node() and kstrdup() failuresKrzysztof Kozlowski2015-06-061-0/+12
| * | | ARM: EXYNOS: Handle of of_iomap() failureKrzysztof Kozlowski2015-06-061-0/+8
| | |/ | |/|
* | | Merge tag 'samsung-fixes-4.1-4' of https://github.com/krzk/linux into fixesArnd Bergmann2015-06-011-2/+2
|\ \ \ | |/ / |/| |
| * | ARM: exynos: Fix wake-up interrupts for Exynos3250Marc Zyngier2015-06-011-2/+2
| |/
* | ARM: EXYNOS: Use of_machine_is_compatible instead of soc_is_exynos4Krzysztof Kozlowski2015-05-141-1/+1
* | ARM: EXYNOS: Fix failed second suspend on Exynos4Krzysztof Kozlowski2015-05-144-37/+34
* | ARM: EXYNOS: Fix dereference of ERR_PTR returned by of_genpd_get_from_providerKrzysztof Kozlowski2015-05-131-2/+2
* | ARM: EXYNOS: Don't try to initialize suspend on old DTJulien Grall2015-05-131-1/+3
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-221-1/+1
|\
| * arm-cci: Split the code for PMU vs driver supportSuzuki K. Poulose2015-03-271-1/+1
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-04-2210-218/+167
|\ \
| * \ Merge tag 'samsung-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2015-04-039-26/+112
| |\ \
| | * | ARM: EXYNOS: allow cpuidle driver usage on Exynos3250 SoCBartlomiej Zolnierkiewicz2015-03-271-0/+1
| | * | ARM: EXYNOS: add AFTR mode support for Exynos3250Bartlomiej Zolnierkiewicz2015-03-274-2/+28
| | * | ARM: EXYNOS: add code for setting/clearing boot flagBartlomiej Zolnierkiewicz2015-03-272-0/+31
| | * | ARM: EXYNOS: fix CPU1 hotplug on Exynos3250Bartlomiej Zolnierkiewicz2015-03-272-3/+22
| | * | ARM: EXYNOS: Remove left over 'extra_save'Krzysztof Kozlowski2015-03-181-12/+2
| | * | ARM: EXYNOS: Constify exynos_pm_data arrayKrzysztof Kozlowski2015-03-181-1/+1
| | * | ARM: EXYNOS: use static in suspend.cKrzysztof Kozlowski2015-03-181-4/+4
| | * | ARM: EXYNOS: Use platform device name as power domain nameKrzysztof Kozlowski2015-03-181-1/+1
| | * | ARM: EXYNOS: add support for async-bridge clocks for pm_domainsAndrzej Hajda2015-03-181-4/+23
OpenPOWER on IntegriCloud