Kernel sources for Moto G9 (Play) (Guamp)
Find a file
Taniya Das 7f9c6bce91 clk: qcom: clk-alpha: Reconfigure Fabia PLL during enable
During enable read the L value to determine if the configuration
is required again, otherwise the PLL would fail to lock or enable
due to lost/missing values.

Also update the PLL configuration, calibration and list register
functionalities.

Change-Id: Iad06657b84352915c73c509c5ef04a5f9c528598
Signed-off-by: Taniya Das <tdas@codeaurora.org>
2019-12-24 10:34:14 +05:30
arch Merge "smp: add minidump support for arm" 2019-12-17 16:37:14 -08:00
block bfq-iosched: Make BFQ default to IOPS mode on SSDs 2019-11-12 10:59:29 +05:30
certs
crypto Merge android-4.19-q.79 (40321f2) into msm-4.19 2019-10-21 05:07:30 -07:00
Documentation Merge android-4.19-q.80 (fd673e8) into msm-4.19 2019-10-21 05:33:39 -07:00
drivers clk: qcom: clk-alpha: Reconfigure Fabia PLL during enable 2019-12-24 10:34:14 +05:30
firmware
fs f2fs: call f2fs_balance_fs outside of locked page 2019-12-11 10:13:22 +05:30
include Merge "sched: walt: Improve the scheduler" 2019-12-22 23:09:38 -08:00
init Merge android-4.19-q.76 (8ed9c66) into msm-4.19 2019-10-10 22:08:02 -07:00
ipc
kernel Merge "sched: walt: Improve the scheduler" 2019-12-22 23:09:38 -08:00
lib Merge "Merge android-4.19-q.81 (9045ee1) into msm-4.19" 2019-11-06 06:40:33 -08:00
LICENSES
mm Merge "mm: release the spinlock on zap_pte_range" 2019-12-17 05:15:52 -08:00
net net: qrtr: free flow structure after radix tree node delete 2019-12-04 20:18:17 +05:30
samples
scripts kbuild: modpost: Replace call to xargs 2019-12-11 12:33:03 -08:00
security selinux: ensure we cleanup the internal AVC counters on error in avc_insert() 2019-12-18 00:42:32 -08:00
sound sound: usb: Don't bail out if qmi_send_indication fails 2019-11-21 19:42:13 +05:30
techpack Revert "techpack: replace type with xtype while searching for sub-dirs" 2019-11-19 07:06:17 -08:00
tools This is the 4.19.80 stable release 2019-10-17 15:33:53 -07:00
usr kbuild: clean compressed initramfs image 2019-10-07 18:57:16 +02:00
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
Android.bp kernel: Create and export kernel headers 2019-11-15 11:16:07 -08:00
AndroidKernel.mk
build.config.aarch64 ANDROID: refactor build.config files to remove duplication 2019-10-22 17:52:56 -07:00
build.config.common ANDROID: clang: update to 9.0.8 based on r365631c 2019-10-23 21:25:17 +00:00
build.config.cuttlefish.aarch64 ANDROID: refactor build.config files to remove duplication 2019-10-22 17:52:56 -07:00
build.config.cuttlefish.x86_64 ANDROID: refactor build.config files to remove duplication 2019-10-22 17:52:56 -07:00
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 ANDROID: refactor build.config files to remove duplication 2019-10-22 17:52:56 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge android-4.19-q.80 (fd673e8) into msm-4.19 2019-10-21 05:33:39 -07:00
Makefile Merge android-4.19-q.81 (9045ee1) into msm-4.19 2019-10-29 04:52:53 -07:00
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.