Go to file
Arnd Bergmann 01e93a1739 cpufreq: s3c24xx: split out registers
Each of the cpufreq drivers uses a fixed set of register
bits, copy those definitions into the drivers to avoid
including mach/regs-clock.h.

[krzk: Fix build by copying also S3C2410_LOCKTIME]

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/20200806182059.2431-34-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
2020-08-20 17:51:32 +02:00
Documentation
LICENSES
arch fbdev: s3c2410fb: remove mach header dependency 2020-08-20 17:48:12 +02:00
block
certs
crypto
drivers cpufreq: s3c24xx: split out registers 2020-08-20 17:51:32 +02:00
fs
include fbdev: s3c2410fb: remove mach header dependency 2020-08-20 17:48:12 +02:00
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound ARM: s3c24xx: move iis pinctrl config into boards 2020-08-20 17:40:57 +02:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ARM: s3c24xx: move spi fiq handler into platform 2020-08-19 21:45:38 +02:00
Makefile
README

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.