mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-29 22:36:48 +07:00
17129d4702
Detailed description for this pull request: - Use devm_kcalloc() and fix typo for extcon core/extcon-arizona.c. - Add dependency ARCH_QCOM for extcon-qcom-spmi-misc.c - Use resource-managed devm_* function for gpios on extcon-int3496.c -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJZTKotAAoJEJzN3yze689TTfcQANGtVOymC+jCceNbTDHYjqaH 7n55BRVA+U49mL7zuuKTh3OVKBLntEi/hFBDNnRV1Lkbcm1XIHdqDl5Vj15Lq7G+ DXQZLo659os2kKxTbOfVZTjxy2jkh4RLPkIrCVy7fmIBaC3tKucK0F03V/CVvaPO Imss5WuN+h4H+WJpFqB+YWRGPqTvlPwbyffibtgWQcL1O//vdG0pDCjSJm55/YYI m1hoHWVXK8LXoOQiqohDRqmbzWjep6QYkhABBjR0/OV/E2I3PDqbItOEkhB//IPT eNyODZesp28ONA2ckBoVWu4by7gGHGJFIncNqUTwg+yLTjDjlK9QsRZf6YpGtQ0u yjylE0FQEn6Si+ln8AzYURqwfS5/ToDJzyE4Krzub09f+7CBScnJGLDIfuTjSvB9 Xq0o5xP9qCAHF616vWlgdC5lfopyHQWra3HAu3dBxgNApj4UxIV4C1V1quuSPXLz A0uMeb8e2Nz/CqYValpinOeQigpSlRBc41wG7zN7gnLzoszG+y8FzCD1MEJUtoJ8 qbbShWJwLMThMBS3TtfheqnPKWQX2JrJr6M5nChE16a3N5jivcjf86CBLuQTTjM5 GTqpK6tjEs0IMckMuil5/pwi0yEWkxw6vLDOsBaFKYg/d1lwyg0ZSn/K6aRkPaMl 4DBANhwN0DYvLwpsO9fj =U379 -----END PGP SIGNATURE----- Merge tag 'extcon-next-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into usb-next Chanwoo writes: Update extcon for 4.13 Detailed description for this pull request: - Use devm_kcalloc() and fix typo for extcon core/extcon-arizona.c. - Add dependency ARCH_QCOM for extcon-qcom-spmi-misc.c - Use resource-managed devm_* function for gpios on extcon-int3496.c |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
firmware | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
COPYING | ||
CREDITS | ||
Kbuild | ||
Kconfig | ||
MAINTAINERS | ||
Makefile | ||
README |
Linux kernel ============ This file was moved to Documentation/admin-guide/README.rst Please notice that there are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. 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.