457e4f9976
A single cleanup for 'img-ascii-lcd': use 'device_get_match_data()'. -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEPjU5OPd5QIZ9jqqOGXyLc2htIW0FAmWbVV4ACgkQGXyLc2ht IW1kWhAAuMnGFyIQQAdsCLG2aggD1B3bbkQ3bZJLV39EoHBeIvpnumXMVV1yip+s 1O+2qFmEeGPluzaJdOMl0d1/eoInBmph9yy8izKRksJQpycrQzv/BoT9MkCKy0Xc efJuoqH3CsP0NYTAxjXBeyS/W8vq6wZuNlTYbBuXKA7nXIH44HmmVeSdjXtwSWPz WjvjXkXvyj3tzocIReDhWT7aN+uXPluEm02cwpbZB2307VCwcx4ClGwzo8jXY8CZ uIY7X7mnN3E18cde7LD6k5oAFLQ4cl32grKw2eErQJmmx52j5hr7fq0ici7OeE++ N/YC1QzXWI3aKjIvgiGYALU0jy3C5yA3ZeFO/roN81K0HW9MlrWbv5k+CCnhhVoK 6d2wxfFuXx/mIDXZXFBoAfZ7TMWd5AT8BQ6YK1DOyAtS/3QI9qqroW/p5bKHIENU jVcQesMgOL3baSDlqjsCxhJ7IPqxBGUOiMn6RN8PKHWZMuA6izD1w+Nm/US+CLSs 6Iju+l2tjFv9+yA4JPuPu6gORdiBeFhNCGK1cFU0l/Gb6ZfSUpMm5vTafd+4eFIV PCN25vDyptZ/DACTU8S3A7RJmjXU9/kJLNgoSsfNB+I7ynOsQysgKLquEmbVfjVF P0oLBsAzNcEHZyE98HBo3rR7L9d+nLPHa4MNG06RE4DMYPbzjbg= =tp0c -----END PGP SIGNATURE----- Merge tag 'auxdisplay-6.8' of https://github.com/ojeda/linux Pull auxdisplay update from Miguel Ojeda: "A single cleanup for 'img-ascii-lcd' to use 'device_get_match_data()'" * tag 'auxdisplay-6.8' of https://github.com/ojeda/linux: auxdisplay: img-ascii-lcd: Use device_get_match_data() |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
fs | ||
include | ||
init | ||
io_uring | ||
ipc | ||
kernel | ||
lib | ||
LICENSES | ||
mm | ||
net | ||
rust | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.clang-format | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
.rustfmt.toml | ||
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.