Linux kernel source tree
Go to file
Sudeep Holla b430ea6fd1 UPSTREAM: firmware: arm_scmi: Add names to scmi devices created
Now that scmi bus provides option to create named scmi device, let us
create the default devices with names. This will help to add names for
matching to respective drivers and eventually to add multiple devices
and drivers per protocol.

Reviewed-by: Cristian Marussi <cristian.marussi@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
(cherry picked from commit 9c5c463f2a)

Change-Id: I08fdf1fac9ef3ae900b6cbe5422a6ac928f23ca1
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
2020-12-22 15:54:09 +08:00
android
arch arm64: dts: rockchip: Adjust tx phase to 0x8 for rk3566 tablet 2020-12-21 09:41:58 +08:00
block
certs
crypto
Documentation dt-bindings: devfreq: rockchip_dmc: add rk3568 support 2020-12-22 15:24:41 +08:00
drivers UPSTREAM: firmware: arm_scmi: Add names to scmi devices created 2020-12-22 15:54:09 +08:00
firmware
fs
include UPSTREAM: arm/arm64: Provide a wrapper for SMCCC 1.1 calls 2020-12-22 15:54:09 +08:00
init
ipc
kernel
lib
LICENSES
mm
net net: rfkill-wlan: set the correct gpio direction 2020-12-18 10:24:31 +08:00
samples
scripts scripts: dtc: delete empty node after omit_unused_nodes 2020-12-01 09:26:26 +08:00
security
sound ASoC: es7210: add es7210 I2S adc support 2020-12-16 14:54:48 +08:00
tools UPSTREAM: perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernel 2020-11-10 19:33:08 +08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.scmversion
build.config.aarch64
build.config.allmodconfig
build.config.allmodconfig.aarch64
build.config.allmodconfig.arm
build.config.allmodconfig.x86_64
build.config.arm
build.config.common
build.config.gki
build.config.gki_kasan
build.config.gki_kasan.aarch64
build.config.gki_kasan.x86_64
build.config.gki-debug.aarch64
build.config.gki-debug.x86_64
build.config.gki.aarch64
build.config.gki.x86_64
build.config.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.