No description
Find a file
Thomas Gleixner 4479730e92 Revert "clocksource/drivers/timer-probe: Avoid creating dead devices"
This reverts commit 4f41fe386a.

The change breaks systems on which the DT node of a device is used by
multiple drivers. The proposed workaround to clear OF_POPULATED is just a
band aid and this needs to be cleaned up at the root of the problem.

Revert this for now.

Reported-by: Ionela Voinescu <ionela.voinescu@arm.com>
Reported-by: Jon Hunter <jonathanh@nvidia.com>
Requested-by: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Saravana Kannan <saravanak@google.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200324175955.GA16972@arm.com
2020-03-28 11:25:44 +01:00
arch um: Fix header inclusion 2020-03-23 18:45:14 +01:00
block
certs
crypto
Documentation
drivers Revert "clocksource/drivers/timer-probe: Avoid creating dead devices" 2020-03-28 11:25:44 +01:00
fs
include vdso: Fix clocksource.h macro detection 2020-03-23 18:51:08 +01:00
init
ipc
kernel Revert "tick/common: Make tick_periodic() check for missing ticks" 2020-03-19 19:47:48 +01:00
lib lib/vdso: Enable common headers 2020-03-21 15:24:03 +01:00
LICENSES
mm
net
samples
scripts scripts: Fix the inclusion order in modpost 2020-03-21 15:24:00 +01:00
security
sound
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.