summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/83xx/suspend.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-28powerpc/platforms/83xx/suspend: Remove write-only global variableUwe Kleine-König1-2/+0
2022-07-28powerpc/platforms/83xx/suspend: Prevent unloading the driverUwe Kleine-König1-6/+1
2022-07-28powerpc/platforms/83xx/suspend: Reorder to get rid of a forward declarationUwe Kleine-König1-22/+21
2022-05-22powerpc/platforms/83xx: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)1-5/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-08-31powerpc/83xx: Use sizeof correct type when ioremappingDan Carpenter1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2016-12-04powerpc/83xx/suspend: use builtin_platform_driverGeliang Tang1-5/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-2/+2
2015-06-16powerpc: don't use module_init in non-modular 83xx suspend codePaul Gortmaker1-2/+1
2014-10-20powerpc: platforms: 83xx: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-25powerpc: make of_device_ids constUwe Kleine-König1-2/+2
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-09powerpc: add explicit OF includesRob Herring1-0/+2
2012-09-11powerpc/83xx: add a const qualifierUwe Kleine-König1-1/+1
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-0/+1
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-2/+5
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+9
2010-11-16suspend: constify platform_suspend_opsLionel Debroux1-1/+1
2010-07-24powerpc: remove references to of_device and to_of_deviceGrant Likely1-3/+3
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2009-12-10powerpc/83xx/suspend: Save and restore SICRL, SICRH and SCCRAnton Vorontsov1-0/+48
2009-12-10powerpc/83xx/suspend: Clear deep_sleeping after devices resumeAnton Vorontsov1-2/+2
2009-11-11powerpc/fsl: Make fsl_deep_sleep() usable w/ modules and non-83xx buildsAnton Vorontsov1-0/+1
2008-07-16powerpc/mpc83xx: Power Management supportScott Wood1-0/+388