mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
bf1da40690
- add meson-canvas driver and bindings - firmware: Add serial number sysfs entry -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEe4dGDhaSf6n1v/EMWTcYmtP7xmUFAluakC4ACgkQWTcYmtP7 xmVsrw/7BAoVBv9zWwJABOHIyTr7neLVpuF1r/z+oEunRPa5wC2KrDwlfowwx49f lbce8uq9yhV5TC51TZG/IRDjOj8yk6BYzmns870qK9rjAOSn8bcFXr3r3DoZpuWH w4u89yHxh2k4W/A7OXpPBVDgxW+atfnx1629kACdp3hk2qGwUgxUyzbQ6Hk7g0/8 M8s19ssjdq0g6eW33fgVTWiLDyjOPQ0j5k5tzQUq7ShL55l3XwGAVphrF2qOyZPm NXqbYbz+B2aKRRY3WB/b5qTijWmDzN1YINI9VfhC7HyCyeZs/GIS/YACMbR8uqmP zdZr4Yv91A2sldA4SVTAsjFYXBj5zQFeEGLyMTXYthSIp21abx0u3ltpuRavjrtJ 29m3azE/NIrsHcT8y8G8jlid+sJXzUR8KYKA0sEoJUQN9hoFpvo4DgFjatcwNr5X UzxD1GIwR/vD8bhIeHsxo0COEymSZ2CSnwSdkVjaHRIZhAf2dqJtCS3mi6T19TsL p3yT4u7H0T7igDB0Tl2exTr80N7UITfNaK1Id8M5ixD/J1yHyc055lrksqQg2pyB llFmhRnA0vxlcDo73oqCxxdASkauuwLcLY4sZRlPUkEvG3sTumCq8zdj/dgxnqd8 /oQfbiaKRo9yFMUf5Dql+RxSi8cPACGxxrQAhDCDMstv+XMduoU= =YE/s -----END PGP SIGNATURE----- Merge tag 'amlogic-drivers' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into next/drivers Amlogic ARM64 driver updates for v4.20 - add meson-canvas driver and bindings - firmware: Add serial number sysfs entry * tag 'amlogic-drivers' of https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic: soc: amlogic: add meson-canvas driver dt-bindings: soc: amlogic: add meson-canvas documentation firmware: meson_sm: Add serial number sysfs entry Signed-off-by: Olof Johansson <olof@lixom.net> |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
firmware | ||
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. 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.