mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
febcd380ef3d81e75eff1b0ff64cf8b129d7c424
In preparation to enable building SCMI as a single module, let us move the SCMI protocol registration call into the driver. This enables us to also add unregistration of the SCMI protocols. The main reason for this is to keep it simple instead of maintaining it as separate modules and dealing with all possible initcall races and deferred probe handling. We can move it as separate modules if needed in future. Link: https://lore.kernel.org/r/20200907195046.56615-4-sudeep.holla@arm.com Tested-by: Cristian Marussi <cristian.marussi@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> (cherry picked from commit1eaf18e35a) Conflicts: drivers/firmware/arm_scmi/driver.c drivers/firmware/arm_scmi/system.c Fixes:5730f8b50f("UPSTREAM: firmware: arm_scmi: Move scmi protocols registration into the driver") Change-Id: I0509be2a8614d3f98bad8d19e57d75e6371008a4 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
…
…
…
…
…
…
…
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%