summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos
AgeCommit message (Expand)AuthorFilesLines
2015-07-02Merge tag 'clk-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+20
2015-06-26Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-7/+1
2015-06-26Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds8-61/+162
2015-06-20ARM: Exynos: switch to using generic cpufreq driver for Exynos4210Thomas Abraham1-1/+20
2015-06-05ARM: EXYNOS: register power domain driver from core_initcallMarek Szyprowski1-18/+7
2015-06-05ARM: EXYNOS: use PS_HOLD based poweroff for all supported SoCsMarek Szyprowski1-3/+3
2015-06-05ARM: EXYNOS: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-06-05ARM: EXYNOS: add coupled cpuidle support for Exynos3250Bartlomiej Zolnierkiewicz5-14/+53
2015-06-05ARM: EXYNOS: add exynos_get_boot_addr() helperBartlomiej Zolnierkiewicz2-0/+42
2015-06-05ARM: EXYNOS: add exynos_set_boot_addr() helperBartlomiej Zolnierkiewicz1-24/+29
2015-06-05ARM: EXYNOS: make exynos_core_restart() less verboseBartlomiej Zolnierkiewicz1-1/+0
2015-06-05ARM: EXYNOS: fix exynos_boot_secondary() return value on timeoutBartlomiej Zolnierkiewicz1-0/+3
2015-06-05ARM: EXYNOS: Get current parent clock for power domain on/offKrzysztof Kozlowski1-7/+9
2015-06-05ARM: EXYNOS: Add missing of_node_put() when parsing power domainsKrzysztof Kozlowski1-3/+5
2015-06-05ARM: EXYNOS: Handle of_find_device_by_node() and kstrdup() failuresKrzysztof Kozlowski1-0/+12
2015-06-05ARM: EXYNOS: Handle of of_iomap() failureKrzysztof Kozlowski1-0/+8
2015-06-01Merge tag 'samsung-fixes-4.1-4' of https://github.com/krzk/linux into fixesArnd Bergmann1-2/+2
2015-06-01ARM: exynos: Fix wake-up interrupts for Exynos3250Marc Zyngier1-2/+2
2015-05-14ARM: EXYNOS: Use of_machine_is_compatible instead of soc_is_exynos4Krzysztof Kozlowski1-1/+1
2015-05-14ARM: EXYNOS: Fix failed second suspend on Exynos4Krzysztof Kozlowski4-37/+34
2015-05-13ARM: EXYNOS: Fix dereference of ERR_PTR returned by of_genpd_get_from_providerKrzysztof Kozlowski1-2/+2
2015-05-12ARM: EXYNOS: Don't try to initialize suspend on old DTJulien Grall1-1/+3
2015-05-06ARM: MCPM: remove residency argument from mcpm_cpu_suspend()Nicolas Pitre1-7/+1
2015-04-22Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2015-04-22Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds10-218/+167
2015-04-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-1/+3
2015-04-15Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-15/+16
2015-04-15Merge branch 'devel-stable' into for-nextRussell King3-4/+31
2015-04-11Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2-22/+128
2015-04-04Merge tag 'samsung-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson9-26/+112
2015-04-04Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2-1/+3
2015-04-03ARM: Exynos: migrate DCSCB to the new MCPM backend abstractionNicolas Pitre1-192/+55
2015-03-30ARM: 8325/1: exynos: move resume code to .text sectionArd Biesheuvel1-15/+16
2015-03-27arm-cci: Split the code for PMU vs driver supportSuzuki K. Poulose1-1/+1
2015-03-26ARM: EXYNOS: allow cpuidle driver usage on Exynos3250 SoCBartlomiej Zolnierkiewicz1-0/+1
2015-03-26ARM: EXYNOS: add AFTR mode support for Exynos3250Bartlomiej Zolnierkiewicz4-2/+28
2015-03-26ARM: EXYNOS: add code for setting/clearing boot flagBartlomiej Zolnierkiewicz2-0/+31
2015-03-26ARM: EXYNOS: fix CPU1 hotplug on Exynos3250Bartlomiej Zolnierkiewicz2-3/+22
2015-03-18ARM: exynos4/5: convert pmu wakeup to stacked domainsMarc Zyngier2-22/+128
2015-03-17ARM: EXYNOS: Fix build breakage cpuidle on !SMPBartlomiej Zolnierkiewicz2-1/+3
2015-03-17ARM: EXYNOS: Remove left over 'extra_save'Krzysztof Kozlowski1-12/+2
2015-03-17ARM: EXYNOS: Constify exynos_pm_data arrayKrzysztof Kozlowski1-1/+1
2015-03-17ARM: EXYNOS: use static in suspend.cKrzysztof Kozlowski1-4/+4
2015-03-17ARM: EXYNOS: Use platform device name as power domain nameKrzysztof Kozlowski1-1/+1
2015-03-17ARM: EXYNOS: add support for async-bridge clocks for pm_domainsAndrzej Hajda1-4/+23
2015-03-04Merge tag 'samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-4/+3
2015-02-26ARM: EXYNOS: Fix wrong hwirq of RTC interrupt for Exynos3250 SoCChanwoo Choi1-2/+2
2015-02-26ARM: EXYNOS: Don't use LDREX and STREX after disabling cache coherencyKrzysztof Kozlowski1-2/+1
2015-02-26ARM: EXYNOS: add support for sub-power domainsMarek Szyprowski1-0/+28
2015-02-19ARM: make of_device_ids constUwe Kleine-König1-1/+1