Go to file
Baolin Wang 15d574fbd3 arm64: dts: sprd: Add clock properties for serial devices
We've introduced power management logics for the Spreadtrum serial
controller by commit 062ec2774c8a ("serial: sprd: Add power management
for the Spreadtrum serial controller"), thus add related clock properties
to support this feature.

Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
2019-05-16 14:43:33 -07:00
arch arm64: dts: sprd: Add clock properties for serial devices 2019-05-16 14:43:33 -07:00
block
certs
crypto
Documentation AT91 SoC for 5.2 2019-05-16 11:05:11 -07:00
drivers bus/tegra: Fixes for v5.2-rc1 2019-05-16 10:54:45 -07:00
fs This pull consists mostly of nfsd container work: 2019-05-15 18:21:43 -07:00
include AT91 SoC for 5.2 2019-05-16 11:05:11 -07:00
init
ipc ipc: do cyclic id allocation for the ipc object. 2019-05-14 19:52:52 -07:00
kernel The major changes in this tracing update includes: 2019-05-15 16:05:47 -07:00
lib
LICENSES
mm mm: memcontrol: fix NUMA round-robin reclaim at intermediate level 2019-05-14 19:52:53 -07:00
net This pull consists mostly of nfsd container work: 2019-05-15 18:21:43 -07:00
samples
scripts Kconfig updates for v5.2 2019-05-15 09:06:14 -07:00
security
sound ARM: SoC platform updates 2019-05-16 08:31:32 -07:00
tools libnvdimm fixes 5.2-rc1 2019-05-15 18:56:50 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl 2019-05-16 10:53:40 -07:00
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ARM: SoC-related driver updates 2019-05-16 09:19:14 -07:00
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.