mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-26 04:25:27 +08:00
151a994fad
* Update video path realted clocks for meson8 -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE9OFZrhjz9W1fG7cb5vwPHDfy2oUFAmFtXPsACgkQ5vwPHDfy 2oVhsQ/+NsgslSzFF67IDK8l9VX8nn7gLS6cu2MrvKxl45fAds8N++nHtCnYldSE 1Io3sxEnjSZok3bOypJ1ZtcTtl1QdVVEe042l3rs7etGOi8mxFDlcGDnUlIgwgmE VlTXLEeolw/y2jBz/2KeNrrq170tHSCGqXChiG58cTH7CgK/ZSY1nIRrRtRR6Z0Q i0JdPONwXc9iGDBCMrGGhQIgobyfRYx7iQvAhLwl62gpLjCuqFjuUzjkQo4BhUi4 FwRWD1evH272FdijYa9s9Wdu6UeT2zen5aQwDxbcItj7H6BxjRVZomSpND7ylH0N Faidyd/mU1P4ZWqrEh9n2p9qKn0lA1tVDralv3tucubhgxQlT/3TvQ+1LSnVme2n Vymm+HTpJF22CZ0R7/TjJ5UV3JRlDu7+giR/AJg2UQ4G9NGea9ATp8+Mcy5Pe86k qX4Wcde16tiXc7Pnr4i8RdRWYLCNOArUNCeEYzjq6eKLko52rISxrenz1/aa1r9k VCLWceu6b8ru3n8Ms2QR05X0YBaUdIz3Bey4vg1XcSHcYAP6x1yLQjVOKGcSSed8 2o/HEOtDvAk5nZPqkzqptLhjDtTW2e7XA+ODihabV41xE9o99DNgRAUy/bCn/1UP 6KRdLaQ2gg74nxl+7pe84otX/DK5J2C0iMstR7hDXf81WZchrIk= =kzH8 -----END PGP SIGNATURE----- Merge tag 'clk-meson-v5.16-1' of https://github.com/BayLibre/clk-meson into clk-amlogic Pull Amlogic clock driver updates from Jerome Brunet: - Update video path realted clocks for meson8 * tag 'clk-meson-v5.16-1' of https://github.com/BayLibre/clk-meson: clk: meson: meson8b: Make the video clock trees mutable clk: meson: meson8b: Initialize the HDMI PLL registers clk: meson: meson8b: Add the HDMI PLL M/N parameters clk: meson: meson8b: Add the vid_pll_lvds_en gate clock clk: meson: meson8b: Use CLK_SET_RATE_NO_REPARENT for vclk{,2}_in_sel clk: meson: meson8b: Export the video clocks |
||
---|---|---|
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.