summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2021-07-15 11:28:08 +0200
committerLinus Walleij <linus.walleij@linaro.org>2021-07-28 23:46:18 +0200
commit7835ed6a9e868376c3d7758d017fcfb34e35b8bc (patch)
treec7002c39af56665404f6ea289d3e1697e68e5248 /tools/perf/scripts/python/task-analyzer.py
parent28be2405fb753927e18bc1a891617a430b2a0684 (diff)
downloadkernel-7835ed6a9e868376c3d7758d017fcfb34e35b8bc.tar.gz
drm/panel-sony-acx424akp: Modernize backlight handling
This converts the internal backlight in the Sony ACX424AKP driver to do it the canonical way: - Assign the panel->backlight during probe. - Let the panel framework handle the backlight. - Make the backlight .set_brightness() turn the backlight off completely if blank. - Fix some dev_err_probe() use cases along the way. Tested on the U8500 HREF520 reference design. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20210715092808.1100106-1-linus.walleij@linaro.org
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
xfs: add a realtime flag to the refcount update log redo itemsDarrick J. Wong 2024-11-05xfs: switch perag iteration from the for_each macros to a while based iteratorChristoph Hellwig 2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig 2024-10-09xfs: don't free cowblocks from under dirty pagecache on unshareBrian Foster 2024-07-02xfs: convert "skip_discard" to a proper flags bitsetDarrick J. Wong 2024-05-27xfs: Add cond_resched to block unmap range and reflink remap pathRitesh Harjani (IBM) 2024-05-03xfs: simplify iext overflow checking and upgradeChristoph Hellwig 2024-05-03xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extentChristoph Hellwig 2024-05-03xfs: upgrade the extent counters in xfs_reflink_end_cow_extent laterChristoph Hellwig 2024-05-03xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig 2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig 2024-02-22xfs: support deferred bmap updates on the attr forkDarrick J. Wong 2024-02-22xfs: report block map corruption errors to the health tracking systemDarrick J. Wong 2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle) 2023-12-06xfs: remove __xfs_free_extent_laterDarrick J. Wong 2023-11-13xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig 2023-10-23xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang 2023-06-29xfs: use deferred frees for btree block freeingDave Chinner 2023-06-05xfs: validate block number being freed before adding to xefiDave Chinner