mirror of
https://github.com/torvalds/linux.git
synced 2026-08-12 02:15:02 +02:00
Linux kernel source tree
- soc: amlogic: meson-ee-pwrc: Rename "get_power" to "is_powered_off" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEPVPGJshWBf4d9CyLd9zb2sjISdEFAmC3Q28ACgkQd9zb2sjI SdH4IxAAvvXynQ8TeC2jUItrGM+2+OOvKmUmMX2vWqi1XhILLRXO9BMGORiLc38q BbSIcV0PxPlp3oDNriX9Y1yZbOKji5yYO2g9xsK8EVSLmf56IcY988Sg5v09fahV rTe+bTcrKJ5ZFi1a36m5HmLHsrxsdzIFnPu9CTGg2fURre/pX/WmHmLu1yNcelkJ Ij5xy6mJrM1IainbdyvylULAozjcSFaYI/Vmz+WkqfUDvB2dpYwjioJju0T/sf9h ZgGh7WVj+CSSGpquTRT4k2t9eycpmSk/OmRBIavqI2p+ZULHGzHUJEFRw9tShLUA ZXu94pQy3pWx6At3IjQztAOPD+Wt38Sf8haT/04GggitVqeOKHHifD8PXNORa1nc /eS/URC+6OTo4a5cMUibgj3R9QSs9cEOp3tYL27vY812yVlhHHXAyWhyz9RT4t2T EB25xBnnqBJ4jvzNW+q6oWpGcMJSRcpUVzyu6i3bTUS+IoshjOUdifrmgUfFC1yK j69+/2fwDDxqYTsQJYRy2vpDFx97/nxkX2IJQZZc7PDy2xcOZtyyQ8ah8f17Q9eh GN2PKGj7DJcT6HH5IW3X16+anLGUcP+BS1soJZE1aEwlGDi2TPwAJzUQkv38eDj+ Uc3b2cmzzIKpDJxU7o7dD35ur7l+HfhtGThVyEzptsGcxs1bKWA= =MXNF -----END PGP SIGNATURE----- Merge tag 'amlogic-drivers-for-v5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into arm/drivers Amlogic Drivers updates for v5.14: - soc: amlogic: meson-ee-pwrc: Rename "get_power" to "is_powered_off" * tag 'amlogic-drivers-for-v5.14' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux: soc: amlogic: meson-ee-pwrc: Rename "get_power" to "is_powered_off" Link: https://lore.kernel.org/r/58283600-2d9a-c259-4d80-6915e6e6c79e@baylibre.com Signed-off-by: Olof Johansson <olof@lixom.net> |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .cocciconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| 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.
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.