aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-samsung/pm.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-01ARM: s3c64xx: allow building without board supportGravatar Arnd Bergmann 1-4/+0
2015-02-27ARM: S3C24XX: fix header file inclusionsGravatar Arnd Bergmann 1-20/+0
2014-03-29Merge tag 'samsung-pm-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kge...Gravatar Arnd Bergmann 1-144/+0
2014-03-21ARM: SAMSUNG: Remove hardware.h inclusionGravatar Sachin Kamat 1-1/+0
2014-03-21ARM: SAMSUNG: Move common save/restore helpers to separate fileGravatar Tomasz Figa 1-56/+0
2014-03-21ARM: SAMSUNG: Move Samsung PM debug code into separate fileGravatar Tomasz Figa 1-84/+0
2014-03-21ARM: SAMSUNG: Consolidate PM debug functionsGravatar Tomasz Figa 1-14/+6
2014-03-21ARM: SAMSUNG: Use debug_ll_addr() to get UART base addressGravatar Tomasz Figa 1-2/+13
2014-03-21ARM: SAMSUNG: Save UART DIVSLOT register based on SoC typeGravatar Tomasz Figa 1-13/+6
2014-02-14ARM: SAMSUNG: Replace inclusion of plat/regs-serial.h header fileGravatar Tushar Behera 1-2/+1
2013-12-19ARM: EXYNOS: remove <mach/regs-clock.h> for exynosGravatar Kukjin Kim 1-1/+1
2013-12-19ARM: EXYNOS: cleanup <mach/regs-irq.h>Gravatar Kukjin Kim 1-0/+2
2013-12-12ARM: SAMSUNG: Let s3c_pm_do_restore_*() take const sleep_saveGravatar Daniel Kurtz 1-2/+2
2013-07-24ARM: SAMSUNG: Save/restore only selected uart's registersGravatar Yadwinder Singh Brar 1-11/+3
2013-06-20Merge tag 'remove-nondt-exynos-3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Arnd Bergmann 1-2/+6
2013-06-19ARM: SAMSUNG: Include most of mach/ headers conditionallyGravatar Tomasz Figa 1-2/+6
2013-06-11ARM: SAMSUNG: pm: Adjust for pinctrl- and DT-enabled platformsGravatar Tomasz Figa 1-5/+13
2013-04-19ARM: exynos: prepare for sparse IRQGravatar Arnd Bergmann 1-0/+1
2013-01-30ARM: SAMSUNG: Gracefully exit on suspend failureGravatar Abhilash Kesavan 1-1/+4
2013-01-30ARM: SAMSUNG: using vsnprintf instead of vsprintf for the limit buffer length...Gravatar Chen Gang 1-1/+1
2012-08-08ARM: Samsung: Make uart_save static in pm.c fileGravatar Sachin Kamat 1-1/+1
2011-09-21ARM: SAMSUNG: Update the name of regarding Samsung GPIOGravatar Kukjin Kim 1-3/+3
2011-07-26Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2011-07-20ARM: SAMSUNG: Add support for pre-sleep/post-restore gpio controlGravatar Ben Dooks 1-0/+2
2011-07-02ARM: pm: allow suspend finisher to return error codesGravatar Russell King 1-1/+1
2011-06-24ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform codeGravatar Russell King 1-1/+2
2011-06-24ARM: pm: samsung: move cpu_suspend into C codeGravatar Russell King 1-3/+3
2011-06-24ARM: pm: move cpu_init() call into core codeGravatar Russell King 1-4/+0
2011-04-14ARM: SAMSUNG: Fix warning 's3c_pm_show_resume_irqs' defined but not usedGravatar Maurus Cuelenaere 1-2/+3
2011-02-22ARM: pm: convert samsung platforms to generic suspend/resume supportGravatar Russell King 1-15/+1
2011-01-15Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-3/+3
2010-12-30ARM: SAMSUNG: Convert s3c_irqext_wake() to new irq_ interrupt methodsGravatar Mark Brown 1-3/+3
2010-11-16suspend: constify platform_suspend_opsGravatar Lionel Debroux 1-1/+1
2010-02-23ARM: SAMSUNG: Move pm.c to plat-samsungGravatar Ben Dooks 1-0/+378