No description
Find a file
Boris Brezillon dc8c609bd3 drm/rcar-du: Plug atomic state hooks to the default implementation
This is needed to pass a bridge state to all atomic hooks, if we don't
do that, the core can't duplicate/create bridge states.

v10:
* Add changelog to the commit message

v9:
* Add Neil's R-b
* Move earlier in the series

v8:
* No changes

v7:
* New patch

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200128135514.108171-3-boris.brezillon@collabora.com
2020-01-31 16:00:23 +01:00
arch drm-misc-next for v5.6: 2019-12-17 13:57:54 +01:00
block
certs
crypto
Documentation dt-bindings: display/panel: add bindings for S6E88A0-AMS452EF01 2020-01-30 22:15:18 +01:00
drivers drm/rcar-du: Plug atomic state hooks to the default implementation 2020-01-31 16:00:23 +01:00
fs Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux 2019-12-15 11:36:12 -08:00
include drm/bridge: Add a drm_bridge_state object 2020-01-31 16:00:21 +01:00
init
ipc
kernel
lib
LICENSES
mm
net
samples drm-misc-next for v5.6: 2019-12-17 13:57:54 +01:00
scripts
security
sound
tools drm-misc-next for v5.6: 2020-01-03 11:43:44 +10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add entry for tidss 2020-01-27 19:27:48 +02:00
Makefile Linux 5.5-rc2 2019-12-15 15:16:08 -08:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

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.