summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-11-01 22:32:55 +0100
committerLinus Walleij <linus.walleij@linaro.org>2018-11-15 15:40:41 +0100
commitfc381bb235a4ae1a2c7af1e55a90447553457a1a (patch)
treee2627ad08b14dd08e956e2117a3d48375a0b73a6 /tools/perf/scripts/python
parent8817b44aa9c6cc7207eed260ddd84b9a5e121997 (diff)
downloadkernel-fc381bb235a4ae1a2c7af1e55a90447553457a1a.tar.gz
drm/panel: Augment the TPO TPG110 bindings
The TPO TPG110 bindings were using the DPI bindings (popular in the fbdev subsystem) but this misses the finer points learned in the DRM subsystem. We need to augment the bindings for proper DRM integration: the timings are expressed by the hardware, not put into the device tree. I.e. this hardware is self-describing and can report the resolutions and timings needed. It should not be described in the device tree. Further the device was incorrectly modeled with GPIO lines instead of an SPI child, even though the device was using SPI. No known deployments of the device using device tree exist, so it should be fine to augment the bindings. Cc: devicetree@vger.kernel.org Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20181101213256.12097-1-linus.walleij@linaro.org
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
distro/kernel/commit/arch/powerpc/platforms/cell/spufs?h=master&id=5b4bc44a4854ccd41eef9aa9f47677f7d136c294'>powerpc: Stop using no_llseekMichael Ellerman 2024-07-04powerpc: add missing MODULE_DESCRIPTION() macrosJeff Johnson 2024-05-08powerpc: Fix typosBjorn Helgaas 2024-05-07powerpc/cell: Code cleanup for spufs_mfc_flushKunwu Chan 2023-11-25dentry: switch the lists of children to hlistAl Viro 2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds 2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner 2023-10-18spufs: convert to new timestamp accessorsJeff Layton 2023-07-10spufs: convert to ctime accessor functionsJeff Layton