mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-15 19:45:26 +00:00
Linux kernel source tree
Detailed description for this pull request: - Replace irqchip mask_invert with unmask_base to remove deprecated mask_invert flag for extcon-max77843.c - Convert to i2c's .probe_new style for extcon-fsa9480, extcon-rt8973 and extcon-usbc-uusb320.c -----BEGIN PGP SIGNATURE----- iQJKBAABCgA0FiEEsSpuqBtbWtRe4rLGnM3fLN7rz1MFAmOK59UWHGN3MDAuY2hv aUBzYW1zdW5nLmNvbQAKCRCczd8s3uvPU60DEAC5QG5OevfT1y6M9sKV/L9Yifq3 w269BGL5huptiLHUsvTJPsUMWIaq8haEEAyQWJqA2wetTuQXluYPy9QZlnmHV8n1 uxXB9Hsd8tKnXpSsXSrv5Cr/AY7HPUqKy3kFdbeyB2dYPYK1mVI1SpislaJob4It AVTa8Vdju17KCIbzKdEIPzaRe+I8riuEpR8YqitiwH65lofXr+hEULJ8XJ5ZEzcg 15YRzjE1AxO67+xw3S6+cUnCteaYEBSxEKFxlPZvOC+kcqHDoET3t4sLJDhizmA8 yevEDhvDhRFkai7GqUVV1G+ib6DMFJmqlgcVcGtZmbvhmv7Ki2CkJzpc5eptmfbe 6LGoRb/0rVll+31Hdp2n0//wOT6T+31aUvOw2cUIWV4sS+G87MAOV4ENgg3U8w4Z a6wYAPaJeP1yl3bgWNMD4ompU8R69TUZR17vZWSQ41J1NcmXJrMiwKj9GoNsibhm W4eOYaJxFTiFWw12qHd7re9W2WdsG8qRZnRUtJ7w09mKM5Di8iEJNvYxfPQXt0BD 3fVb8biKlPu38B+ow9pSv+7D0L75c92q+OM3/e2Hsa/I65G02+BrgiM/XRZHnvvh /MvbQT+UbYLqehZj2CiWnIH73UOYd/Y3ComBbszuThxrsG1hCmK7hEebZMY++nSL iJb/4P2S+vxAr18sWw== =Uxxc -----END PGP SIGNATURE----- Merge tag 'extcon-next-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next Chanwoo writes: Update extcon next for v6.2 Detailed description for this pull request: - Replace irqchip mask_invert with unmask_base to remove deprecated mask_invert flag for extcon-max77843.c - Convert to i2c's .probe_new style for extcon-fsa9480, extcon-rt8973 and extcon-usbc-uusb320.c * tag 'extcon-next-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon: extcon: usbc-tusb320: Convert to i2c's .probe_new() extcon: rt8973: Convert to i2c's .probe_new() extcon: fsa9480: Convert to i2c's .probe_new() extcon: max77843: Replace irqchip mask_invert with unmask_base |
||
---|---|---|
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.