summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorShuah Khan <shuah.kh@samsung.com>2013-09-11 14:23:09 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-09-11 15:58:15 -0700
commit729377d559607ea40d714e8f7092f40f643cf01f (patch)
tree5d05912ee3c2974067578bc914d8b5dfc0955d24 /tools/perf/scripts/python/stackcollapse.py
parent2bff24a3707093c435ab3241c47dcdb5f16e432b (diff)
downloadkernel-729377d559607ea40d714e8f7092f40f643cf01f.tar.gz
pnp: change pnp bus pm_ops to invoke pnp driver dev_pm_ops if specified
pnp_bus_suspend() and pnp_bus_resume() invoke legacy pm_ops from pnp_driver. Changed pnp_bus_suspend() and pnp_bus_resume() to check if pnp driver has dev_pm_ops and call. If dev_pm_ops don't exist, then call use legacy pm_ops. Without this change, pnp_driver dev_pm_ops will not get called. In addition to the pnp driver bus pm_ops change to invoke driver dev_pm_ops, this patch set contains changes to rtc-cmos, tpm_tis, and apple-gmux pnp drivers to convert from legacy pm_ops to dev_pm_ops. This patch (of 4): pnp_bus_suspend() and pnp_bus_resume() invoke legacy pm_ops from pnp_driver. Changed pnp_bus_suspend() and pnp_bus_resume() to check if pnp driver has dev_pm_ops and call. If dev_pm_ops don't exist, then call use legacy pm_ops. Without this change, pnp_driver dev_pm_ops will not get called. Signed-off-by: Shuah Khan <shuah.kh@samsung.com> Cc: Matthew Garrett <matthew.garrett@nebula.com> Cc: Leonidas Da Silva Barbosa <leosilva@linux.vnet.ibm.com> Cc: Ashley Lai <ashley@ashleylai.com> Cc: Rajiv Andrade <mail@srajiv.net> Cc: Marcel Selhorst <tpmdd@selhorst.net> Cc: Sirrix AG <tpmdd@sirrix.com> Cc: Alessandro Zummo <a.zummo@towertech.it> Cc: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com> Cc: Bjorn Helgaas <bhelgaas@google.com> Cc: Grant Likely <grant.likely@linaro.org> Cc: Rob Herring <rob.herring@calxeda.com> Cc: Peter Hüwe <PeterHuewe@gmx.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
xgb4/cxgb4_uld.c?h=linux-6.6.y&id=619228d86b0e32e00758dcf07ca5d06903d9a9d7'>cxgb4: fix memory leak on txq_infoColin Ian King 2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai 2016-10-29cxgb4: Fix error handling in alloc_uld_rxqs().Ganesh Goudar 2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds 2016-09-26cxgb4: mark symbols static where possibleBaoyou Xie 2016-09-23cxgb4: fix signed wrap around when decrementing index idxColin Ian King 2016-09-19cxgb4: Fix return value check in cfg_queues_uld()Wei Yongjun 2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai 2016-08-23cxgb4: Remove unused including <linux/version.h>Wei Yongjun 2016-08-18cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai