Kernel sources for Moto G9 (Play) (Guamp)
Find a file
Sriharsha Allenki bbc307e8f5 usb: qusb: Keep regulators on in probe if EUD is enabled
EUD may be enabled in boot loader and to keep EUD session
alive across kernel boot till USB phy driver is initialized
based on cable status, keep regulators on from USB high speed
phy driver's probe. Regulators shall get turn off while
handling USB cable disconnect routine for both boot up with
and without USB cable case.

Change-Id: I7ebdc0237d7db3e45b61a57264a5564bfa01ed1c
Signed-off-by: Sriharsha Allenki <sallenki@codeaurora.org>
2020-05-11 07:07:27 -07:00
arch Merge "defconfig: add CONFIG_DM_ANDROID_VERITY_AT_MOST_ONCE_DEFAULT_ENABLED" 2020-05-10 23:56:57 -07:00
block Merge 'File and metadata encryption changes from android-4.19.96-107' into msm-4.19 2020-04-24 15:22:03 -07:00
certs
crypto
Documentation Merge "defconfig: Enable new file encryption framework" 2020-05-05 23:33:46 -07:00
drivers usb: qusb: Keep regulators on in probe if EUD is enabled 2020-05-11 07:07:27 -07:00
firmware
fs Merge "Use correct endianness for encryption keys" 2020-05-10 23:56:56 -07:00
include Merge "msm: vidc: support setting enc_chroma_qp_offset" 2020-05-10 10:21:11 -07:00
init Merge android-4.19.95 (5da1114) into msm-4.19 2020-03-27 10:48:20 -07:00
ipc
kernel sched: Fix compilation errors with !WALT 2020-04-28 18:59:50 +05:30
lib Merge android-4.19.95 (5da1114) into msm-4.19 2020-03-27 10:48:20 -07:00
LICENSES
mm Merge "mm: page_alloc: Add u64 typecast to memblock_dbg call in free_reserved_area" 2020-05-05 01:29:17 -07:00
net tcp: Reset tcp connections in SYN-SENT state 2020-04-13 23:11:43 -07:00
samples
scripts Merge android-4.19.95 (5da1114) into msm-4.19 2020-03-27 10:48:20 -07:00
security Revert existing FBE changes for ICE FBE 2020-04-24 15:19:09 -07:00
sound
techpack
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
abi_gki_aarch64.xml
abi_gki_aarch64_whitelist
Android.bp
AndroidKernel.mk
build.config.aarch64
build.config.allmodconfig
build.config.allmodconfig.aarch64
build.config.allmodconfig.x86_64
build.config.common
build.config.gki
build.config.gki.aarch64
build.config.gki.x86_64
build.config.goldfish.arm
build.config.goldfish.arm64
build.config.goldfish.mips
build.config.goldfish.mips64
build.config.goldfish.x86
build.config.goldfish.x86_64
build.config.x86_64
COPYING
CREDITS
gen_headers_arm.bp gen_header: add new fscrypt header file 2020-05-07 19:06:48 +05:30
gen_headers_arm64.bp gen_header: add new fscrypt header file 2020-05-07 19:06:48 +05:30
Kbuild
Kconfig
kernel_headers.py Revert "kernel_headers: Disable headers matching" 2020-05-01 13:22:22 -07:00
MAINTAINERS Merge crypto changes from android-4.19.79-95 into msm-4.19 2020-04-24 15:21:22 -07:00
Makefile Makefile: Suppress few warnings with clang 2020-04-23 14:13:28 +05:30
README
verity_dev_keys.x509

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.