aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/pm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-29Merge tag 'samsung-pm-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup3Arnd Bergmann1-144/+0
2014-03-21ARM: SAMSUNG: Remove hardware.h inclusionSachin Kamat1-1/+0
2014-03-21ARM: SAMSUNG: Move common save/restore helpers to separate fileTomasz Figa1-56/+0
2014-03-21ARM: SAMSUNG: Move Samsung PM debug code into separate fileTomasz Figa1-84/+0
2014-03-21ARM: SAMSUNG: Consolidate PM debug functionsTomasz Figa1-14/+6
2014-03-21ARM: SAMSUNG: Use debug_ll_addr() to get UART base addressTomasz Figa1-2/+13
2014-03-21ARM: SAMSUNG: Save UART DIVSLOT register based on SoC typeTomasz Figa1-13/+6
2014-02-14ARM: SAMSUNG: Replace inclusion of plat/regs-serial.h header fileTushar Behera1-2/+1
2013-12-19ARM: EXYNOS: remove <mach/regs-clock.h> for exynosKukjin Kim1-1/+1
2013-12-19ARM: EXYNOS: cleanup <mach/regs-irq.h>Kukjin Kim1-0/+2
2013-12-12ARM: SAMSUNG: Let s3c_pm_do_restore_*() take const sleep_saveDaniel Kurtz1-2/+2
2013-07-24ARM: SAMSUNG: Save/restore only selected uart's registersYadwinder Singh Brar1-11/+3
2013-06-20Merge tag 'remove-nondt-exynos-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/socArnd Bergmann1-2/+6
2013-06-19ARM: SAMSUNG: Include most of mach/ headers conditionallyTomasz Figa1-2/+6
2013-06-11ARM: SAMSUNG: pm: Adjust for pinctrl- and DT-enabled platformsTomasz Figa1-5/+13
2013-04-19ARM: exynos: prepare for sparse IRQArnd Bergmann1-0/+1
2013-01-30ARM: SAMSUNG: Gracefully exit on suspend failureAbhilash Kesavan1-1/+4
2013-01-30ARM: SAMSUNG: using vsnprintf instead of vsprintf for the limit buffer length 256Chen Gang1-1/+1
2012-08-08ARM: Samsung: Make uart_save static in pm.c fileSachin Kamat1-1/+1
2011-09-21ARM: SAMSUNG: Update the name of regarding Samsung GPIOKukjin Kim1-3/+3
2011-07-26Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-0/+2
2011-07-20ARM: SAMSUNG: Add support for pre-sleep/post-restore gpio controlBen Dooks1-0/+2
2011-07-02ARM: pm: allow suspend finisher to return error codesRussell King1-1/+1
2011-06-24ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform codeRussell King1-1/+2
2011-06-24ARM: pm: samsung: move cpu_suspend into C codeRussell King1-3/+3
2011-06-24ARM: pm: move cpu_init() call into core codeRussell King1-4/+0
2011-04-14ARM: SAMSUNG: Fix warning 's3c_pm_show_resume_irqs' defined but not usedMaurus Cuelenaere1-2/+3
2011-02-22ARM: pm: convert samsung platforms to generic suspend/resume supportRussell King1-15/+1
2011-01-15Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-3/+3
2010-12-30ARM: SAMSUNG: Convert s3c_irqext_wake() to new irq_ interrupt methodsMark Brown1-3/+3
2010-11-16suspend: constify platform_suspend_opsLionel Debroux1-1/+1
2010-02-23ARM: SAMSUNG: Move pm.c to plat-samsungBen Dooks1-0/+378