Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-next
Dave Airlie authored
I have accumulated some patches as we went through some internal testing
for mali-dp and I was waiting for the YUV2RGB patches to land in your
tree.

* 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld:
  drm: mali-dp: Add YUV->RGB conversion support for video layers
  drm: mali-dp: Turn off CRTC vblank when removing module.
  drm: arm: malidp: Use drm_atomic_helper_shutdown() to disable planes on removal
  drm: arm: malidp: Don't destroy planes manually in error handlers
  drm/mali-dp: Fix malidp_atomic_commit_hw_done() for event sending.
  drm/arm/malidp: Disable pixel alpha blending for colors that do not have alpha
  drm: mali-dp: Fix bug on scaling with rotation
  drm/mali-dp: Don't enable scaling engine for planes that only rotate.
  drm: mali-dp: Uninitialized variable in malidp_se_check_scaling()
  drm/mali-dp: Align pitch size to be multiple of bus burst read size.
  drm/mali-dp: Rotated planes need a larger pitch size.
4f6dd8d6
Name Last commit Last update
Documentation Merge tag 'drm-intel-next-2018-03-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
LICENSES LICENSES: Add MPL-1.1 license
arch x86: devicetree: fix config option around x86_flattree_get_config()
block vfs: do bulk POLL* -> EPOLL* replacement
certs License cleanup: add SPDX GPL-2.0 license identifier to files with no license
crypto vfs: do bulk POLL* -> EPOLL* replacement
drivers Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-next
firmware kbuild: remove all dummy assignments to obj-
fs vfs: do bulk POLL* -> EPOLL* replacement
include drm/ttm: add bo as parameter to the ttm_tt_create callback
init membarrier: Provide core serializing command, *_SYNC_CORE
ipc vfs: do bulk POLL* -> EPOLL* replacement
kernel vfs: do bulk POLL* -> EPOLL* replacement
lib Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
mm vfs: do bulk POLL* -> EPOLL* replacement
net vfs: do bulk POLL* -> EPOLL* replacement
samples sample/bpf: fix erspan metadata
scripts Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security vfs: do bulk POLL* -> EPOLL* replacement
sound vfs: do bulk POLL* -> EPOLL* replacement
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
usr initramfs: fix initramfs rebuilds w/ compression after disabling
virt vfs: do bulk POLL* -> EPOLL* replacement
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.