Linux kernel source tree
Go to file
Finley Xiao 0ef9bcca88 cpufreq: dt: change frequency to a specific value when cpufreq exits
Sometimes all cpus of big cluster are closed and its frequency
keep a high value, in order to reduce power and reset normally,
set frequency to a specific value after close all the cpus.

Change-Id: I88bce25812d1b0ff3f78a898cb161642a65cc523
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
2019-06-14 21:57:21 +08:00
arch rk: ARM: support build [z]boot.img from existing boot.img 2019-06-12 14:31:18 +08:00
block
certs
crypto
Documentation soc: rockchip: system_monitor: on/off cpu according to temperature 2019-06-14 19:38:40 +08:00
drivers cpufreq: dt: change frequency to a specific value when cpufreq exits 2019-06-14 21:57:21 +08:00
firmware
fs
include soc: rockchip: Add rockchip system monitor support 2019-06-14 21:48:42 +08:00
init rk: init/main.c: support print long kernel command line 2019-03-21 19:59:28 +08:00
ipc
kernel printk: add support show process information on printks 2019-04-19 12:00:55 +08:00
lib printk: add support show process information on printks 2019-04-19 12:00:55 +08:00
LICENSES
mm
net
samples
scripts rk: scripts: add repack-bootimg 2019-06-12 14:31:18 +08:00
security
sound ASoC: rockchip: spdif: fix some coding style issues 2019-03-28 22:13:27 +08:00
tools
usr
virt
.checkpatch.conf
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.scmversion
build.config.cuttlefish.aarch64
build.config.cuttlefish.x86_64
COPYING
CREDITS
Kbuild
Kconfig
logo_kernel.bmp
logo.bmp
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.
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.