# Editor crap (emacs, vim, ...) *.swp *.orig \#*\# .\#* .*.sw[a-z] *.un~ # Hidden files, general things .* *~ # Compiled object files *.slo *.lo *.o # Compiled dynamic libraries *.so # Compiled static libraries *.lai *.la *.a # Testing folders fuzzing/ # Ignore if someone adapts Makefile Makefile # Other documentation ignores *.md *.ps # Compressed archives *.tar.bz2 *.tar.bz *.tar.xz # Release related stuff .MAIL_MSG # Excluded from ignorance !.gitignore '/>
summaryrefslogtreecommitdiff
path: root/Documentation/i2c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-10-28 12:24:14 +1000
committerDave Airlie <airlied@redhat.com>2016-10-28 12:24:14 +1000
commitaa72c26c2b7aec5f60d9f2bf55e2f00632899ed7 (patch)
tree6ba1c8129beff272d08e6aab1c16367aeca02de5 /Documentation/i2c
parent07d9a380680d1c0eb51ef87ff2eab5c994949e69 (diff)
parent4da5caa6a6f82cda3193bca855235b87debf78bd (diff)
Merge tag 'drm-misc-fixes-2016-10-27' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes
Set of drm core fixes. Hopefully fixes a bug in MST unplugs in fbdev. * tag 'drm-misc-fixes-2016-10-27' of git://anongit.freedesktop.org/git/drm-misc: drm/dp/mst: Check peer device type before attempting EDID read drm/dp/mst: Clear port->pdt when tearing down the i2c adapter drm/fb-helper: Keep references for the current set of used connectors drm: Don't force all planes to be added to the state due to zpos drm/fb-helper: Fix connector ref leak on error drm/fb-helper: Don't call dirty callback for untouched clips drm: Release reference from blob lookup after replacing property
Diffstat (limited to 'Documentation/i2c')