2701e804f0
Detailed description for this pull request: 1. Fix minor issue of Maxim MUIC (Micro USB IC) device driver - Avoid forcing UART path on probe for extcon-max77843/77693/14577/8997.c - Set USB path in USB device mode for extcon-max8997.c -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJcD0bnAAoJEJzN3yze689T7J4P/3jVyv/mHYaYDmICzeoanSJp yLg47Fka3v2K3MJ9hEakbFtkJdn6p3aM/mv0+Ck4EQ4GinS32iMBp1gDGfLhHDtD Fl5X2U0h4rwsU0BsjGSERxwpK068VAe+3o4ZpJ9M51EJktUo0yQSwcR+uPx2lkWO GcX3FbLAtjIv0OhOixtjMN1zyjOki0/lZtEdOlRdMi53LH2pq8PbLHeBaFv1N8Kp IUwcBZyIYZA1B6FmfPAa+35dXWdbdnw7iCoNJhGdfIsaZABd0c27tMom58d+CGXq ZBjGUVy+rAmx5uNm+Hf+HAMt0a4E41/vs+pP0zqBVSuC/QHcxqQqyFRoZ9+ZkFIa 1wY5vit+tBerWbOdc0Yv9axHsV2eAle4gCgO8O7W4eCoA7ji/OP6124BhjdU79GF hs/4hPJQ+k799Qlg9EslFoF0VVl93YrVqw8jIl2Z+55S6aWsj3psa9Ls+CJGRqYk ZGnsHioArJA2qvBkg5YZj1HAd0ht6QniNKUCkfMadwJX3BkznftBtceB6eUVRild FY48xKoZ5jJ4Nq8AAL9L1qVkF7kEuNak6qc7pTMJLcf6YLxFMO5c6S2aigTwBEM3 /GVj5W19m3lae665v2kwO9FGC4g8ZkemcpdDf2KJ9LSzPh30W0pZMzahB7Y8JFhu o8/2uXXeAcxVEB1N0snz =Jndx -----END PGP SIGNATURE----- Merge tag 'extcon-next-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next Chanwoo writes: Update extcon for 4.21 Detailed description for this pull request: 1. Fix minor issue of Maxim MUIC (Micro USB IC) device driver - Avoid forcing UART path on probe for extcon-max77843/77693/14577/8997.c - Set USB path in USB device mode for extcon-max8997.c * tag 'extcon-next-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon: extcon: max8997: Fix lack of path setting in USB device mode extcon: max8997: Avoid forcing UART path on drive probe extcon: max14577: Avoid forcing UART path on drive probe extcon: max77693: Avoid forcing UART path on drive probe extcon: max77843: Avoid forcing UART path on drive probe |
||
---|---|---|
Documentation | ||
LICENSES | ||
arch | ||
block | ||
certs | ||
crypto | ||
drivers | ||
firmware | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
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 |
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.