1. Use new compatile to properly configure Exynos5420 USB2 PHY, fixing it suspend/resume cycle. 2. Correct Samsung PMIC interrupt trigger levels on multiple boards. 3. Correct the voltages of Samsung GT-I9100 charger and add top-off charger. -----BEGIN PGP SIGNATURE----- iQJEBAABCgAuFiEE3dJiKD0RGyM7briowTdm5oaLg9cFAmAPBPwQHGtyemtAa2Vy bmVsLm9yZwAKCRDBN2bmhouD1/86EACTikCRiKfmsWp7mEjhiCXsC5qEO1JOzzF5 HM2zrqRtaET4hneBzdmhTVU1dkgXq84ai+gf3Q/JkyWerjne16v4qHmahyiM/pBF hWOdyp1WLDh767JL4aWLIk54BNpWqUBo+bDbHMH9xn77MeoaWDNAnnIxNdHKYPQV hKS1jqbI50S1juK2ZOn1Bpcw5n1xgELwlCT0gkOKDOIQW1vQljHvyXuRuvFf8Ck+ ohG5EsBErHtTQr2Ws/zFB1uTnc5BTMEUeiVBrTEQam+yGzd/jmEtFnYFQL4/eZoQ jwGGp2uHILHHt1twcTm3AH1yuo3RiRrR0bbVitqS21D1AdyBcngU5LpmRbExjSrJ Tt4j9AaMSeGWqFTSvnxneSfyROILAhUwnJWs3CN1R2I9MHkArHmnxoLOntylcphe gjWVhe7BBkLvcN7YXeuMWMwI4AwzGvBn4xXTyyhUpAiffIXtRLO7d6HdxzWjTb/B svIbOUyvsDUwgtfu+4KinG11dbLSTTrn2D9LtbZOS/whzweOGzEOreUrm209qMpi ve2nXELvrLdkLEF3Ax3ooQIm6V98Or6ecydwg57DdZ/Lqu690B5KlSx0JArWjMwB L4aNCCWfYDdy6YMabUsG9lxfBx7RyfdifWGK5KXf/xAOG1vONpSpg7x6wHhmm4de Zwh7ABIjWw== =Jgo7 -----END PGP SIGNATURE----- Merge tag 'samsung-dt-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/dt Samsung DTS ARM changes for v5.12 1. Use new compatile to properly configure Exynos5420 USB2 PHY, fixing it suspend/resume cycle. 2. Correct Samsung PMIC interrupt trigger levels on multiple boards. 3. Correct the voltages of Samsung GT-I9100 charger and add top-off charger. * tag 'samsung-dt-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux: ARM: dts: exynos: Add top-off charging regulator node for I9100 ARM: dts: exynos: Fix charging regulator voltage and current for I9100 ARM: dts: exynos: correct PMIC interrupt trigger level on Odroid XU3 family ARM: dts: exynos: correct PMIC interrupt trigger level on Arndale Octa ARM: dts: exynos: correct PMIC interrupt trigger level on Spring ARM: dts: exynos: correct PMIC interrupt trigger level on Rinato ARM: dts: exynos: correct PMIC interrupt trigger level on Monk ARM: dts: exynos: correct PMIC interrupt trigger level on Artik 5 ARM: dts: exynos: use Exynos5420 dedicated USB2 PHY compatible Link: https://lore.kernel.org/r/20210125191240.11278-3-krzk@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
---|---|---|
Documentation | ||
LICENSES | ||
arch | ||
block | ||
certs | ||
crypto | ||
drivers | ||
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.