Go to file
Eric Anholt fc22771547 drm/v3d: Handle errors from IRQ setup.
Noted in review by Dave Emett for V3D 4.2 support.

Signed-off-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20190308174336.7866-1-eric@anholt.net
Reviewed-by: Dave Emett <david.emett@broadcom.com>
2019-03-08 15:09:42 -08:00
arch
block
certs
crypto
Documentation Merge drm/drm-next into drm-misc-next 2019-03-06 09:22:18 -05:00
drivers drm/v3d: Handle errors from IRQ setup. 2019-03-08 15:09:42 -08:00
firmware
fs
include Add support for Y21x and Y41x to drm core and i915, and P01x support to i915. 2019-03-08 09:30:22 -05:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound Merge drm/drm-next into drm-misc-next 2019-03-06 09:22:18 -05:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.