Kernel sources for Moto G9 (Play) (Guamp)
Find a file
jixu d9a1f65e34 guamp: arm64/dtsi enable regulator_fixed_voltage
-- Enable CONFIG_REGULATOR_FIXED_VOLTAGE
-- Camera macro AF driver LDO enabled needed

Change-Id: Id827744e0768583d32855ff7a69b4a48f5d362c4
Signed-off-by: jixu <jixu@motorola.com>
Reviewed-on: https://gerrit.mot.com/1521069
SME-Granted: SME Approvals Granted
SLTApproved: Slta Waiver
Tested-by: Jira Key
Reviewed-by: Wang Liu <liuwang2@mt.com>
Reviewed-by: Jian Zhang <zhangjo@motorola.com>
Reviewed-by: Dawei Wang <wangdw10@motorola.com>
Reviewed-by: Long Cheng <chengl1@motorola.com>
Reviewed-by: Shuo Wang <wangsh18@motorola.com>
Reviewed-by: Zhuoran Xu <xuzr3@motorola.com>
Reviewed-by: Zhilong Wang <wangzl30@motorola.com>
Reviewed-by: Zhichao Chen <chenzc2@motorola.com>
Reviewed-by: Zhenxin Xi <xizx@motorola.com>
Submit-Approved: Jira Key
2022-03-23 14:49:27 +08:00
android
arch guamp: arm64/dtsi enable regulator_fixed_voltage 2022-03-23 14:49:27 +08:00
block block: pm: Fix possible unbalanced nr_pending 2021-09-15 09:44:27 +08:00
certs
crypto
Documentation BACKPORT: cgroup: make per-cgroup pressure stall tracking configurable 2021-07-01 23:43:00 -07:00
drivers power: Add wakeup source in battery historian logGing 2022-03-23 14:49:27 +08:00
firmware
fs Merge "seq_file: disallow extremely large seq buffer allocations" 2021-12-27 23:20:10 -08:00
include usb: mass_storage: Add support for SC_REBOOT 2022-03-23 14:49:26 +08:00
init
ipc
kernel printk: Keep boot console on if enabled 2022-03-23 14:49:26 +08:00
lib
LICENSES
mm ANDROID: mm: use raw seqcount variants in vm_write_* 2021-10-21 22:57:43 -07:00
net af_unix: fix garbage collect vs MSG_PEEK 2021-12-14 10:35:34 +05:30
samples
scripts kernel/config: Add Moto ext_config feature 2022-03-23 14:49:23 +08:00
security Revert "ANDROID: security,perf: Allow further restriction of perf_event_open" 2021-04-30 00:21:50 -07:00
sound From bbfaa7d36c1eb465f120f2a3dfe25c1fe022195d Mon Sep 17 00:00:00 2001 2021-07-06 10:08:25 +05:30
techpack
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
Android.bp Use environment variable to find unifdef tool 2021-06-25 00:24:52 -07:00
AndroidKernel.mk kernel/config: Add Moto ext_config feature 2022-03-23 14:49:23 +08:00
build.config.aarch64
build.config.allmodconfig
build.config.allmodconfig.aarch64
build.config.allmodconfig.arm
build.config.allmodconfig.x86_64
build.config.arm
build.config.common
build.config.gki
build.config.gki-debug.aarch64
build.config.gki-debug.x86_64
build.config.gki.aarch64
build.config.gki.x86_64
build.config.gki_kasan
build.config.gki_kasan.aarch64
build.config.gki_kasan.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
defconfig.mk Do not build moto config while building MSI 2022-03-23 14:49:23 +08:00
gen_headers_arm.bp uapi: Add UAPI headers for slatecom_interface driver 2021-09-08 04:43:44 -07:00
gen_headers_arm64.bp uapi: Add UAPI headers for slatecom_interface driver 2021-09-08 04:43:44 -07:00
Kbuild
Kconfig
kernel_headers.py Change the subprocess argument to fix the build issue 2021-06-28 16:47:30 +05:30
MAINTAINERS UPSTREAM: HID: playstation: Initial DualSense USB support 2021-08-06 12:46:40 +05:30
Makefile Revert "kbuild: force to build vmlinux if CONFIG_MODVERSION=y" 2021-07-23 18:30:57 +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.