-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'android-t-qpr2-beta-1_r0.4' of https://android.googlesourc…
…e.com/kernel/gs into rebase Android t qpr2 beta 1 release 0.4 Signed-off-by: celtare21 <[email protected]>
- Loading branch information
Showing
669 changed files
with
143,410 additions
and
15,710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
What: /sys/bus/i2c/devices/.../chip_id | ||
Date: June 2021 | ||
KernelVersion: 5.10 | ||
Contact: CY Tseng <[email protected]> | ||
Description: Reports the chip identifier as a hexadecimal number. | ||
|
||
What: /sys/bus/i2c/devices/.../chip_always_on | ||
Date: June 2021 | ||
KernelVersion: 5.10 | ||
Contact: CY Tseng <[email protected]> | ||
Description: Sets the power state of the device. 0 sets the device into | ||
power saving mode. 1 sets the device into power always-on mode. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
|
||
What: /sys/devices/platform/<....>ufs/power_stats | ||
Date: April, 2022 | ||
Contact: "Konstantin Vyshetsky" <[email protected]> | ||
Description: | ||
This directory contains UFS power related statistical info. | ||
fdevinit_read_count: number of time fDeviceInit flag read was | ||
issued | ||
fdevinit_read_max_latency_us: total amount of time in | ||
microseconds fDeviceInit flag read operations consumed | ||
fdevinit_read_time_spent_us: maximum latency in microseconds | ||
of a single fDeviceInit flag read operation | ||
fdevinit_set_count: number of time fDeviceInit flag set was | ||
issued | ||
fdevinit_set_max_latency_us: total amount of time in | ||
microseconds fDeviceInit flag set operations consumed | ||
fdevinit_set_time_spent_us: maximum latency in microseconds | ||
of a single fDeviceInit flag set operation | ||
|
||
What: /sys/devices/platform/<....>ufs/power_info | ||
Date: December, 2020 | ||
Contact: "Konstantin Vyshetsky" <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# SPDX-License-Identifier: GPL-2.0-only | ||
|
||
rel_path := ../google-modules | ||
|
||
ext_modules := | ||
ext_modules += amplifiers/audiometrics | ||
ext_modules += amplifiers/cs35l41 | ||
ext_modules += amplifiers/cs35l45 | ||
ext_modules += amplifiers/cs40l26 | ||
ext_modules += amplifiers/drv2624 | ||
ext_modules += aoc | ||
ext_modules += aoc/alsa | ||
ext_modules += aoc/usb | ||
ext_modules += bluetooth/broadcom | ||
ext_modules += bms | ||
ext_modules += display/samsung | ||
ext_modules += edgetpu/janeiro/drivers/edgetpu | ||
ext_modules += gpu/mali_kbase | ||
ext_modules += gpu/mali_pixel | ||
ext_modules += gxp/gs201 | ||
ext_modules += lwis | ||
ext_modules += nfc | ||
ext_modules += power/reset | ||
ext_modules += touch/common | ||
ext_modules += touch/focaltech/ft3658 | ||
ext_modules += touch/sec | ||
ext_modules += touch/synaptics | ||
ext_modules += wlan/wlan_ptracker | ||
ext_modules += wlan/bcmdhd4389 | ||
ext_modules += video/gchips | ||
|
||
# Add any modules which have their own UAPI headers to this list. This will | ||
# cause the build to run the module makefile with headers_install target. | ||
has_uapi_headers := | ||
has_uapi_headers += touch/common | ||
has_uapi_headers += video/gchips | ||
|
||
install_uapi_headers_targets := $(has_uapi_headers:=_headers_install) | ||
|
||
ifneq ($(wildcard $(KERNEL_SRC)/$(rel_path)/uwb/kernel),) | ||
ext_modules += uwb/kernel | ||
endif | ||
|
||
.PHONY: $(ext_modules) $(install_uapi_headers_targets) depmod allmodules | ||
|
||
allmodules: $(ext_modules) $(install_uapi_headers_targets) depmod | ||
|
||
touch/focaltech/ft3658: | touch/common | ||
|
||
touch/sec: | touch/common | ||
|
||
touch/synaptics: | touch/common | ||
|
||
aoc/alsa: | aoc | ||
|
||
aoc/usb: | aoc/alsa aoc | ||
|
||
power/reset: | bms | ||
|
||
# amplifiers/cs35l45 and amplifiers/cs35l41 both build identical version of | ||
# snd-soc-wm-adsp.ko. To make sure the makefiles don't step on each other, | ||
# create this fake order only dependency | ||
# TODO(b/198105924): Identically named kernel modules: snd-soc-wm-adsp.ko | ||
amplifiers/cs35l45: | amplifiers/cs35l41 | ||
|
||
gxp/gs201: | edgetpu/janeiro/drivers/edgetpu | ||
|
||
include $(KERNEL_SRC)/Makefile.ext_modules.include |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
file:/OWNERS_core | ||
per-file build*=set noparent | ||
per-file build*[email protected],[email protected],[email protected] | ||
per-file vendor_dlkm*=* | ||
per-file vendor_{boot,kernel,dlkm}*=* | ||
per-file Makefile.ext_modules*=* | ||
per-file build.config.slider*=* | ||
per-file BUILD.bazel=* | ||
per-file repack_kernel_boot_images.sh=* | ||
per-file download_hlos_boot_images_and_repack_kernel_boot_images.sh=* | ||
|
||
# These changes will be reviewed by pixel kernel module approvers, see go/pixelkernel-owners-approval-of-kernel-modules for details. | ||
per-file vendor_{boot,kernel_boot}*=set noparent | ||
per-file vendor_{boot,kernel_boot}*=file:kernel/private/google-modules/misc:android-gs-pixel-mainline:OWNERS_kernel_modules | ||
per-file Makefile.ext_modules*=set noparent | ||
per-file Makefile.ext_modules*=file:kernel/private/google-modules/misc:android-gs-pixel-mainline:OWNERS_kernel_modules |
Oops, something went wrong.