mainlining shenanigans
966e9671a3
- use devm_nvmem_register() - provide and use a helper for releasing dummy i2c clients - provide a separate routine for creating dummy i2c clients -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEFp3rbAvDxGAT0sefEacuoBRx13IFAlr8K1cACgkQEacuoBRx 13Kq2xAA06Rc2kFCyl5V1ks4DoXRcAfJm92Yk6G4kAPMufL22YZM0GYkQyTJwy0t jRRB3tXQurNE8Fvlr9mlzPx6UtKrhR2AG+dUZDRAs8TbPYGI7D1ur/Sivf4EvYHD wwipRNI9HD8vXLhqnCx7wayhLUkccX/+3Hfbyb6gabKGBaxrLEIBQiRYQqdn2krg 9PFvyC4mEy7ucgC8qFaL+QlziLIVTpcQmQ80sVxjVCThXH2A/IK4q92EkzjzMcUr wYuEehvfl49qHpbVzQArJs/EqSoM33wQVqUiy+wpqo1QpPM3mOqZz0zu/IVRocEb 5uA5tgD0AwgtDSyNQuGeX0vwASi/KTnF3ZgMsZdHUFBHKgvkmExrY8wgyz/BDEDP tC7A20emrQNPEwffcw9CeLLd8YmhyIfG9EFb06YvKG7bt8Mtb6rAcmQNNLiEpbkw iEWWHiD/KsWQQj+xZDpjpRAAkh2N4Pn4AbN343+cAPTBQHnUySXfNH4wGjrHYvTP nd6rCIlvDTHnJRxQvOgOJRsIzkvVOjS3tO99PGoauAy29Fwt4nuKkTLpOfiPBy7x AUxaEtgD1ZdTFSver1c0fldjqUqI9vM5B18yJN2St39YCOlSus81efmU1MdL4i5H X/6dV1bVPh9ExoHaSiqL4QUOnJkernrweumPo/zgWa2dVodvKLw= =wi4v -----END PGP SIGNATURE----- Merge tag 'at24-4.18-updates-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-4.18 Minor improvements to the at24 driver: - use devm_nvmem_register() - provide and use a helper for releasing dummy i2c clients - provide a separate routine for creating dummy i2c clients |
||
---|---|---|
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.