Go to file
Benjamin Gaignard ac7d3af84b drm: sti: make driver use devm_of_platform_populate()
This make sure that of_platform_depopulate() is called if an error
occur in probe after populating the date from the device tree.

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1487952874-23635-3-git-send-email-benjamin.gaignard@linaro.org
2017-02-27 17:20:29 +01:00
arch Linux 4.10-rc8 2017-02-23 12:10:12 +10:00
block
certs
crypto
Documentation Merge airlied/drm-next into drm-misc-next 2017-02-26 21:34:42 +01:00
drivers drm: sti: make driver use devm_of_platform_populate() 2017-02-27 17:20:29 +01:00
firmware
fs
include of: add devm_ functions for populate and depopulate 2017-02-27 17:20:13 +01:00
init
ipc
kernel
lib lib/Kconfig: make PRIME_NUMBERS not user selectable. 2017-02-24 12:11:21 +10:00
mm
net
samples
scripts
security
sound Linux 4.10-rc8 2017-02-23 12:10:12 +10:00
tools Linux 4.10-rc8 2017-02-23 12:10:12 +10:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 4.10-rc8 2017-02-23 12:10:12 +10:00
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.