summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorJyri Sarha <jsarha@ti.com>2016-06-23 11:07:16 +0300
committerJyri Sarha <jsarha@ti.com>2016-08-08 23:04:57 +0300
commit20a98acba5baf925d0d6fb334f1c55aa2ca7a708 (patch)
treeb1102fe262e4aabc7a76f9488b1100fbbb8b08a8 /tools/perf/scripts/python/task-analyzer.py
parent10a55a18f50136fe7229ad9a3dea4f7c2d387f6a (diff)
downloadkernel-20a98acba5baf925d0d6fb334f1c55aa2ca7a708.tar.gz
drm/tilcdc: Fix tilcdc component master unloading
Fix tilcdc component master unloading. If a subcomponent module (tda998x in this case) is unloaded before its master (tilcdc in this case), it calls drm_put_dev() and it should not be called again by the master when its module is unloaded. However component_master_del() must still be called and the check if the drm_put_dev() has been called must be in component_master_ops unbind() callback, not in platform_driver remove() callback. Signed-off-by: Jyri Sarha <jsarha@ti.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
> 2012-09-27menuconfig: Add jump keys to search resultsBenjamin Poirier 2012-09-27menuconfig: Extend dialog_textbox so that it can return to a scrolled positionBenjamin Poirier 2012-09-27menuconfig: Extend dialog_textbox so that it can exit on arbitrary keypressesBenjamin Poirier 2012-08-30kconfig/mconf.c: revision of curses initialization.Dirk Gouders 2012-07-26menuconfig: add u, d, q command keys in text boxesBenjamin Poirier 2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker 2012-01-16menuconfig: fix a regression when canceling the prompt dialog at exitLi Zefan 2012-01-14menuconfig: let make not report error when not save configurationWang YanQing 2011-08-29kconfig: handle SIGINT in menuconfigDavidlohr Bueso 2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe 2011-06-06kconfig: annotate non-trivial fall-troughArnaud Lacombe 2010-09-19kconfig: replace KERNELVERSION usage by the mainmenu's promptArnaud Lacombe 2010-09-19kconfig: rephrase help texts/comments not to include the package nameArnaud Lacombe 2010-09-19kconfig: allow build-time definition of the internal config prefixArnaud Lacombe 2010-09-19kconfig: rephrase help text not to mention the internal prefixArnaud Lacombe 2010-06-02menuconfig: improive help text a bitLi Zefan 2010-04-14menuconfig: add support to show hidden options which have promptsLi Zefan 2010-02-02kconfig: new configuration interface (nconfig)nir.tzachar@gmail.com 2010-02-02menuconfig: wrap long help linesVadim Bendebury (вб) 2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa 2009-09-20kconfig: make use of menu_get_ext_help in menuconfigCheng Renquan 2009-07-17kconfig: initialize the screen before using curses(3) functionsArnaud Lacombe 2009-06-09kconfig: handle comment entries within choice/endchoicePeter Korsgaard