├── .gitignore ├── LICENSE ├── README.md ├── aosptree └── vendor │ └── devices-community │ └── pine64_pinephone │ ├── AndroidProducts.mk │ ├── BoardConfig.mk │ ├── README.md │ ├── boot │ └── bootscript_device_overlay.h │ ├── codecs │ └── request_api_headers_v4 │ │ ├── libdrm │ │ └── drm_fourcc.h │ │ └── linux │ │ ├── media.h │ │ ├── v4l2-common.h │ │ ├── v4l2-controls.h │ │ └── videodev2.h │ ├── device.mk │ ├── etc │ ├── audio.pinephone.xml │ ├── audio_policy_configuration.xml │ ├── modem.pinephone.rc │ ├── power.pinephone.rc │ ├── sensors.pinephone.rc │ ├── typec.pinephone.rc │ └── uevent.device.rc │ ├── kernel.defconfig │ ├── lights │ ├── Android.bp │ ├── lights.cpp │ ├── lights.rc │ └── lights.xml │ ├── patches-kernel │ ├── glodroid-6.6 │ │ ├── 1400-GLODROID-pinephone-Reduce-display-refresh-rate-from-.patch │ │ └── 1401-GLODROID-sun8i_codec-Change-headset-button-detection.patch │ ├── glodroid-drm-6.6 │ │ ├── 1500-GLODROID-drm-sun4i-DE1.0-Add-support-for-more-DRM-fo.patch │ │ ├── 1501-HACK-sun4i-drm-Add-ABxx-formats-support-to-vi-plane.patch │ │ ├── 1502-drm-sun4i-Use-vi-plane-as-primary.patch │ │ ├── 1503-drm-sun4i-Fix-blend-route-enable-register-corruption.patch │ │ ├── 1504-drm-sun4i-sun8i-Expose-blend-mode-property.patch │ │ ├── 1505-drm-sun4i-Enable-output-signal-premultiplication-for.patch │ │ ├── 1506-drm-sun4i-sun8i-Workaround-for-scaler-hardware-relat.patch │ │ ├── 1507-drm-sun4i-sun8i-Keep-VI-scaler-module-always-enable.patch │ │ ├── 1508-arm64-dts-allwinner-a64-Add-hdmi-sound-card.patch │ │ └── 1509-drm-sun4i-Add-CTM-support.patch │ ├── megi-anx-6.6 │ │ ├── 0800-phy-allwinner-sun4i-usb-Add-support-for-usb_role_swi.patch │ │ ├── 0801-regulator-axp20x-Add-support-for-vin-supply-for-driv.patch │ │ ├── 0802-regulator-axp20x-Turn-N_VBUSEN-to-input-on-x-powers-.patch │ │ ├── 0803-drm-bridge-dw-hdmi-Allow-to-accept-HPD-status-from-o.patch │ │ ├── 0804-drm-bridge-dw-hdmi-Report-HDMI-hotplug-events.patch │ │ ├── 0805-usb-typec-anx7688-Add-driver-for-ANX7688-USB-C-HDMI-.patch │ │ ├── 0806-usb-typec-anx7688-Don-t-use-I2C-regulator.patch │ │ └── 0807-usb-typec-anx7688-I2C-bus-power-needs-to-be-enabled.patch │ ├── megi-audio-6.6 │ │ ├── 0100-ASOC-sun9i-hdmi-audio-Initial-implementation.patch │ │ ├── 0101-ARM-dts-sun8i-a83t-Add-hdmi-sound-card.patch │ │ ├── 0102-ARM-dts-sun8i-a83t-Enable-hdmi-sound-card-on-boards-.patch │ │ ├── 0103-ASoC-sun50i-codec-analog-Add-support-for-internal-bi.patch │ │ ├── 0104-ASoC-sun50i-codec-analog-Move-suspend-resume-to-set_.patch │ │ ├── 0105-ASoC-sun50i-codec-analog-Enable-jack-detection-on-st.patch │ │ ├── 0106-ASoC-sun8i-codec-Enable-bus-clock-at-STANDBY-and-hig.patch │ │ ├── 0107-ASoC-sun8i-codec-Implement-jack-and-accessory-detect.patch │ │ ├── 0108-ASoC-ec25-New-codec-driver-for-the-EC25-modem.patch │ │ ├── 0109-clk-sunxi-ng-a64-Increase-PLL_AUDIO-base-frequency.patch │ │ ├── 0110-sound-soc-sun8i-codec-Add-support-for-digital-part-o.patch │ │ ├── 0111-sound-soc-sun8i-codec-Drop-debug-statements.patch │ │ └── 0112-ASoC-sunxi-sun8i-codec-Improve-jack-button-handling-.patch │ ├── megi-axp-6.6 │ │ ├── 0900-dt-bindings-axp20x-adc-allow-to-use-TS-pin-as-GPADC.patch │ │ ├── 0901-iio-adc-axp20x_adc-allow-to-set-TS-pin-to-GPADC-mode.patch │ │ ├── 0902-power-axp20x_battery-Allow-to-set-target-voltage-to-.patch │ │ ├── 0903-power-supply-axp20x_battery-Add-support-for-reportin.patch │ │ ├── 0904-regulator-axp20x-Enable-over-temperature-protection-.patch │ │ ├── 0905-power-supply-axp20x_battery-Setup-thermal-regulation.patch │ │ ├── 0906-power-supply-axp20x_battery-Fix-charging-done-detect.patch │ │ ├── 0907-mfd-axp20x-Add-battery-IRQ-resources.patch │ │ ├── 0908-power-supply-axp20x_battery-Send-uevents-for-status-.patch │ │ ├── 0909-power-supply-axp20x_battery-Monitor-battery-health.patch │ │ ├── 0910-power-supply-axp20x-usb-power-Change-Vbus-hold-volta.patch │ │ ├── 0911-power-axp803-Add-interrupts-for-low-battery-power-co.patch │ │ ├── 0912-power-supply-axp20x-battery-Support-POWER_SUPPLY_PRO.patch │ │ ├── 0913-power-supply-axp20x-battery-Enable-poweron-by-RTC-al.patch │ │ ├── 0914-power-supply-axp20x-battery-Add-support-for-POWER_SU.patch │ │ ├── 0915-power-supply-Add-support-for-USB_BC_ENABLED-and-USB_.patch │ │ └── 0916-power-supply-axp20x-usb-power-Support-input-current-.patch │ ├── megi-bt-6.6 │ │ └── 0200-bluetooth-h5-Don-t-re-initialize-rtl8723cs-on-resume.patch │ ├── megi-cam-6.6 │ │ ├── 1000-dt-bindings-media-Add-bindings-for-Himax-HM5065-came.patch │ │ ├── 1001-hm5065-yaml-bindings-wip.patch │ │ ├── 1002-media-hm5065-Add-subdev-driver-for-Himax-HM5065-came.patch │ │ ├── 1003-MAINTAINERS-Add-entry-for-Himax-HM5065.patch │ │ ├── 1004-media-gc2145-Galaxycore-camera-module-driver.patch │ │ ├── 1005-media-gc2145-Added-BGGR-bayer-mode.patch │ │ ├── 1006-media-gc2145-Disable-debug-output.patch │ │ ├── 1007-media-gc2145-Add-PIXEL_RATE-HBLANK-and-VBLANK-contro.patch │ │ ├── 1008-media-ov5640-Experiment-Try-to-disable-denoising-sha.patch │ │ ├── 1009-media-ov5640-Sleep-after-poweroff-to-ensure-next-pow.patch │ │ ├── 1010-media-ov5640-set-default-ae-target-lower.patch │ │ ├── 1011-media-ov5640-Implement-autofocus.patch │ │ ├── 1012-media-ov5640-Improve-firmware-load-time.patch │ │ ├── 1013-media-ov5640-Fix-focus-commands-blocking-until-compl.patch │ │ ├── 1014-media-ov5640-Add-read-only-property-for-vblank.patch │ │ ├── 1015-media-sun6i-csi-capture-Use-subdev-operation-to-acce.patch │ │ ├── 1016-media-sun6i-csi-subdev-Use-subdev-active-state-to-st.patch │ │ ├── 1017-media-sun6i-csi-merge-sun6i_csi_formats-and-sun6i_cs.patch │ │ ├── 1018-media-sun6i-csi-add-V4L2_CAP_IO_MC-capability.patch │ │ ├── 1019-media-sun6i-csi-implement-vidioc_enum_framesizes.patch │ │ ├── 1020-media-sun6i-csi-Add-multicamera-support-for-parallel.patch │ │ ├── 1021-media-gc2145-implement-system-suspend.patch │ │ ├── 1022-media-ov5640-use-pm_runtime_force_suspend-resume-for.patch │ │ └── 1023-media-gc2145-fix-white-balance-colors.patch │ ├── megi-drm-6.6 │ │ ├── 0300-drm-sun4i-Fix-wrong-location-of-clk_prepare_enable.patch │ │ ├── 0301-drm-sun4i-Implement-gamma-correction.patch │ │ ├── 0302-drm-panel-st7703-Improve-the-power-up-down-sequence-.patch │ │ ├── 0303-drm-panel-st7703-Fix-xbd599-timings-to-make-refresh-.patch │ │ ├── 0304-video-pwm_bl-Allow-to-change-lth_brightness-via-sysf.patch │ │ ├── 0305-clk-sunxi-ng-add-support-for-rate-resetting-notifier.patch │ │ ├── 0306-clk-sunxi-ng-a64-keep-tcon0-clock-rate-when-pll-vide.patch │ │ ├── 0307-drm-sun4i-tcon-hand-over-the-duty-to-keep-TCON0-cloc.patch │ │ └── 0308-clk-sunxi-ng-sun50i-a64-Switch-parent-of-MIPI-DSI-to.patch │ ├── megi-err-6.6 │ │ ├── 1100-sunxi-Use-dev_err_probe-to-handle-EPROBE_DEFER-error.patch │ │ ├── 1101-thermal-sun8i-Be-loud-when-probe-fails.patch │ │ ├── 1102-i2c-mv64xxx-Don-t-make-a-fuss-when-pinctrl-recovery-.patch │ │ ├── 1103-iio-st_sensors-Don-t-report-error-when-the-device-is.patch │ │ └── 1104-opp-core-Avoid-confusing-error-when-no-regulator-is-.patch │ ├── megi-fixes-6.6 │ │ ├── 0400-media-cedrus-Fix-failure-to-clean-up-hardware-on-pro.patch │ │ ├── 0401-Revert-drm-sun4i-lvds-Invert-the-LVDS-polarity.patch │ │ ├── 0402-arm64-dts-allwinner-Enforce-consistent-MMC-numbering.patch │ │ ├── 0403-ARM-dts-sunxi-Add-aliases-for-MMC.patch │ │ ├── 0404-of-property-fw_devlink-Support-allwinner-sram-links.patch │ │ ├── 0405-Fix-intptr_t-typedef.patch │ │ └── 0406-usb-gadget-Fix-dangling-pointer-in-netdev-private-da.patch │ ├── megi-modem-6.6 │ │ ├── 1200-usb-quirks-Add-USB_QUIRK_RESET-for-Quectel-EG25G-Mod.patch │ │ └── 1201-misc-modem-power-Power-manager-for-modems.patch │ ├── megi-pp-6.6 │ │ ├── 0500-iio-core-Add-option-to-force-identity-mount-matrix.patch │ │ ├── 0501-input-touchscreen-goodix-Add-config-debugfs-file.patch │ │ ├── 0502-input-goodix-Add-option-to-power-off-the-controller-.patch │ │ ├── 0503-input-goodix-Don-t-disable-regulators-during-suspend.patch │ │ ├── 0504-arm64-dts-allwinner-a64-Fix-LRADC-compatible.patch │ │ ├── 0505-arm64-dts-sun50i-a64-pinephone-Add-front-back-camera.patch │ │ ├── 0506-arm64-dts-sun50i-a64-pinephone-Add-Type-C-support-fo.patch │ │ ├── 0507-arm64-dts-sun50i-a64-pinephone-Add-modem-power-manag.patch │ │ ├── 0508-arm64-dts-sun50i-a64-pinephone-Fix-BH-modem-manager-.patch │ │ ├── 0509-arm64-dts-sun50i-a64-pinephone-Add-detailed-OCV-to-c.patch │ │ ├── 0510-arm64-dts-sun50i-a64-pinephone-Shorten-post-power-on.patch │ │ ├── 0511-arm64-dts-sun50i-a64-pinephone-Add-mount-matrix-for-.patch │ │ ├── 0512-arm64-dts-sun50i-a64-pinephone-Add-support-for-Bluet.patch │ │ ├── 0513-arm64-dts-sun50i-a64-pinephone-Enable-internal-HMIC-.patch │ │ ├── 0514-arm64-dts-sun50i-a64-pinephone-Add-support-for-modem.patch │ │ ├── 0515-arm64-dts-sun50i-a64-pinephone-Retain-leds-state-in-.patch │ │ ├── 0516-arm64-dts-sun50i-a64-pinephone-Bump-I2C-frequency-to.patch │ │ ├── 0517-arm64-dts-sun50i-a64-pinephone-Add-interrupt-pin-for.patch │ │ ├── 0518-arm64-dts-sun50i-a64-pinephone-Power-off-the-touch-c.patch │ │ ├── 0519-arm64-dts-sun50i-a64-pinephone-Don-t-make-lradc-keys.patch │ │ ├── 0520-arm64-dts-sun50i-a64-pinephone-Set-minimum-backlight.patch │ │ ├── 0521-arm64-dts-sun50i-a64-pinephone-Add-supply-for-i2c-bu.patch │ │ ├── 0522-arm64-dts-sun50i-a64-pinephone-Workaround-broken-HDM.patch │ │ ├── 0523-arm64-dts-sun50i-a64-pinephone-Add-AF8133J-to-PinePh.patch │ │ ├── 0524-arm64-dts-sun50i-a64-pinephone-Add-mount-matrix-for-.patch │ │ ├── 0525-arm64-dts-sun50i-a64-pinephone-Add-support-for-Pinep.patch │ │ ├── 0526-arm64-dts-sun50i-a64-pinephone-Enable-Pinephone-Keyb.patch │ │ ├── 0527-usb-musb-sunxi-Avoid-enabling-host-side-code-on-SoCs.patch │ │ ├── 0528-arm64-dts-sun50i-a64-Add-missing-trip-points-for-GPU.patch │ │ ├── 0529-arm64-dts-allwinner-sun50i-a64-pinephone-Add-support.patch │ │ ├── 0530-Revert-input-goodix-Don-t-disable-regulators-during-.patch │ │ ├── 0531-iio-stk3310-Implement-vdd-supply-and-power-it-off-du.patch │ │ ├── 0532-iio-light-stk3310-Add-support-for-I2C-regulator.patch │ │ ├── 0533-input-touch-goodix-Try-to-keep-regulator-enable-disa.patch │ │ └── 0534-ARM-dts-allwinner-sun50i-64-pinephone-Add-power-supp.patch │ ├── megi-samuel-6.6 │ │ ├── 0600-clk-Implement-protected-clocks-for-all-OF-clock-prov.patch │ │ ├── 0601-Revert-clk-qcom-Support-protected-clocks-property.patch │ │ ├── 0602-ARM-dts-sunxi-a83t-Protect-SCP-clocks.patch │ │ ├── 0603-ARM-dts-sunxi-h3-h5-Protect-SCP-clocks.patch │ │ ├── 0604-arm64-dts-allwinner-a64-Protect-SCP-clocks.patch │ │ ├── 0605-arm64-dts-allwinner-h6-Protect-SCP-clocks.patch │ │ ├── 0606-bus-sunxi-rsb-Always-check-register-address-validity.patch │ │ ├── 0607-firmware-arm_scpi-Support-unidirectional-mailbox-cha.patch │ │ ├── 0608-ARM-dts-sunxi-a83t-Add-SCPI-protocol.patch │ │ ├── 0609-ARM-dts-sunxi-h3-h5-Add-SCPI-protocol.patch │ │ ├── 0610-arm64-dts-allwinner-a64-Add-SCPI-protocol.patch │ │ ├── 0611-arm64-dts-allwinner-h6-Add-SCPI-protocol.patch │ │ ├── 0612-ARM-dts-sun8i-a83t-tbs-a711-Give-Linux-more-privileg.patch │ │ ├── 0613-rtc-sun6i-Allow-RTC-wakeup-after-shutdown.patch │ │ ├── 0614-mmc-sunxi-mmc-Remove-runtime-PM.patch │ │ └── 0615-arm64-dts-pinephone-Add-reboot-mode-driver.patch │ ├── megi-speed-6.6 │ │ ├── 1300-tty-serial-8250-dw-Use-fifo-size-from-DTS.patch │ │ ├── 1301-arm64-dts-sun50i-a64-Set-fifo-size-for-uarts.patch │ │ ├── 1302-Mark-some-slow-drivers-for-async-probe-with-PROBE_PR.patch │ │ └── 1303-arm64-xor-Select-32regs-without-benchmark-to-speed-u.patch │ └── megi-wifi-6.6 │ │ ├── 0700-8723cs-Add-a-new-driver-v5.12.2-7-g2de5ec386.2020101.patch │ │ ├── 0701-8723cs-Make-the-driver-compile-and-probe-drop-rockch.patch │ │ ├── 0702-8723cs-Enable-OOB-interrupt.patch │ │ ├── 0703-8723cs-Load-the-MAC-address-from-local-mac-address.patch │ │ ├── 0704-8723cs-Modify-makefile-options-to-better-suit-PinePh.patch │ │ ├── 0705-8723cs-Enable-monitor-mode.patch │ │ ├── 0706-8723cs-Disable-power-saving.patch │ │ ├── 0707-8723cs-aes_encrypt-aes_encrypt_128-to-avoid-symbol-n.patch │ │ ├── 0708-8723cs-Enable-wifi-power-saving-mode.patch │ │ ├── 0709-8723cs-Enable-TDLS-802.11z-support-direct-sta-sta-co.patch │ │ ├── 0710-8723cs-Disable-CONFIG_CONCURRENT_MODE.patch │ │ ├── 0711-8723cs-Set-CONFIG_RTW_SDIO_PM_KEEP_POWER-n-to-fix-su.patch │ │ ├── 0712-8723cs-Resume-wifi-in-a-workqueue.patch │ │ ├── 0713-8723cs-Port-to-5.11.patch │ │ ├── 0714-8723cs-Enable-WoWLAN.patch │ │ ├── 0715-8723cs-Port-to-5.12.patch │ │ ├── 0716-8723cs-Fix-misleading-indentation.patch │ │ ├── 0717-8723cs-Disable-use-of-NAPI.patch │ │ ├── 0718-8723cs-Fix-indentation.patch │ │ ├── 0719-8723cs-Fix-compile-warnings.patch │ │ ├── 0720-8723cs-Port-to-5.15.patch │ │ ├── 0721-8723cs-Clear-wowlan_last_wake_reason-prior-to-suspen.patch │ │ ├── 0722-8723cs-Forward-port-to-5.17.patch │ │ ├── 0723-8723cs-Port-to-5.18.patch │ │ ├── 0724-8723cs-Fix-some-compilation-warnings.patch │ │ ├── 0725-8723cs-Adapt-to-API-changes-in-stable-5.19.2-and-6.0.patch │ │ ├── 0726-8723cs-Port-to-6.0.patch │ │ ├── 0727-8723cs-Port-to-6.1.patch │ │ ├── 0728-8723cs-Port-to-6.1-rc1.patch │ │ ├── 0729-8723cs-Forward-port-to-Linux-6.3.patch │ │ ├── 0730-8723cs-Add-support-for-set_cqm_rssi_config-to-help-s.patch │ │ ├── 0731-8723cs-Fix-the-RSSI-monitor-implementation.patch │ │ ├── 0732-8723cs-Fix-symbol-conflicts-with-rtw88-driver.patch │ │ ├── 0733-8723cs-Port-to-6.5.patch │ │ └── 0734-Workaround-RTL-build-issues.patch │ ├── pine64_pinephone.mk │ └── sepolicy │ └── vendor │ ├── file_contexts │ └── hal_light_default.te ├── device ├── glodroid ├── manifests ├── default_aosp.xml ├── default_lineage.xml ├── glodroid.xml ├── lineage-static.xml └── update_lineage_manifest.sh ├── out ├── patches-aosp ├── external │ ├── libcxx │ │ └── 0001-Update-include-chrono-to-fix-LLVM-bug-41430.patch │ └── tinycompress │ │ └── 0001-WIP-Don-t-include-kernel-headers.patch ├── frameworks │ └── base │ │ ├── 0001-Don-t-use-stretch-effect-by-default.patch │ │ ├── 0002-Don-t-use-PATTERNED-style-ripple-effect-by-default.patch │ │ └── 0004-GLODROID-Disable-the-notification-about-the-enabled-.patch ├── glodroid │ ├── bootloader │ │ └── u-boot │ │ │ ├── 0001-Revert-usb-gadget-fastboot-use-correct-max-packet-si.patch │ │ │ ├── 0002-Extra-configs-for-pinephone_defconfig-to-fix-usb-dow.patch │ │ │ ├── 0003-pinephone-Add-volume_key-environment-variable.patch │ │ │ ├── 0004-GLODROID-Disable-scanning-of-USB-busses.patch │ │ │ ├── 0005-GLODROID-Reduce-boot-delay-countdown-timer-from-1S-t.patch │ │ │ ├── 0006-abootcmd-Add-load-subcommand.patch │ │ │ ├── 0007-avb-Implement-get_preloaded_partition-callback.patch │ │ │ ├── 0008-abootimg-Implement-smart-image-load-feature.patch │ │ │ ├── 0009-Revert-boot-android-Provide-vendor_bootimg_addr-in-b.patch │ │ │ └── 0010-avb-Fix-support-for-unlocked-state.patch │ ├── configuration │ │ └── 0001-PINEPHONE-Enable-Night-Light-mode.patch │ └── vendor │ │ ├── drm_hwcomposer │ │ ├── 0001-drm_hwcomposer-CI-Use-git-diff-to-feed-the-clang-for.patch │ │ ├── 0002-drm_hwcomposer-Support-default-values-for-Rect-struc.patch │ │ ├── 0003-drm_hwcomposer-Use-float-type-to-store-alpha-interna.patch │ │ ├── 0004-drm_hwcomposer-Populate-client-and-out-layer-when-cr.patch │ │ ├── 0005-drm_hwcomposer-Use-layer-API-for-SetClientTarget-and.patch │ │ ├── 0006-drm_hwcomposer-Rework-HWC-frontends-buffer-managemen.patch │ │ ├── 0007-drm_hwcomposer-HWC3-Remove-HWC2-ComposerResources-de.patch │ │ ├── 0008-drm_hwcomposer-HWC3-Reduce-graphics-memory-consumpti.patch │ │ ├── 0009-drm_hwcomposer-HWC3-Implement-Client-buffer-manageme.patch │ │ └── 0010-Exclude-Android.bps-by-adding-the-underscore-suffix.patch │ │ ├── ffmpeg │ │ ├── 0001-avutil-add-av_buffer_pool_flush.patch │ │ ├── 0002-Add-common-V4L2-request-API-code.patch │ │ ├── 0003-h264dec-add-ref_pic_marking-and-pic_order_cnt-bit_si.patch │ │ ├── 0004-Add-V4L2-request-API-h264-hwaccel.patch │ │ ├── 0005-Add-V4L2-request-API-mpeg2-hwaccel.patch │ │ ├── 0006-Add-V4L2-request-API-vp8-hwaccel.patch │ │ ├── 0007-Add-V4L2-request-API-hevc-hwaccel.patch │ │ ├── 0008-Add-V4L2-request-API-VP9-hwaccel.patch │ │ ├── 0009-HACK-hwcontext_drm-do-not-require-drm-device.patch │ │ ├── 0010-WIP-add-NV15-and-NV20-support.patch │ │ ├── 0011-HACK-define-drm-NV15-and-NV20-format.patch │ │ ├── 0012-HACK-Revert-lavc-pthread_frame-always-transfer-stash.patch │ │ ├── 0013-HACK-Revert-lavc-pthread_frame-avoid-leaving-stale-h.patch │ │ ├── 0014-Fix-fd-leak-when-video-device-probing-fails.patch │ │ ├── 0015-Fix-printf-format-specifier-warnings-on-64-bit-platf.patch │ │ ├── 0016-v4l2_request-Add-missing-includes.patch │ │ └── 0122-doc-html-support-texinfo-7.0.patch │ │ ├── ffmpeg_codec2 │ │ └── 0001-GLODROID-SUNXI-Implement-selection-between-HW-and-SW.patch │ │ ├── libcamera │ │ ├── 0001-HACK-Use-minigbm-handle-structure-to-obtain-strides-.patch │ │ └── 0002-GLODROID-Don-t-add-ljpeg-argument-when-building-liby.patch │ │ ├── libgudev │ │ └── 0001-build-drop-erroneous-export-dynamic-linker-flag.patch │ │ ├── mesa3d │ │ ├── 0001-egl-android-Dequeue-buffer-for-the-next-frame-soon-a.patch │ │ └── 0002-lima-Disable-tiling-for-all-buffers-even-non-shared.patch │ │ ├── minigbm │ │ ├── 0001-minigbm-Use-dmabuf-inode-as-unique-buffer-id-instead.patch │ │ ├── 0002-minigbm-Add-external-driver-support.patch │ │ ├── 0003-minigbm-Add-bo_get_plane_fd-backend-hook.patch │ │ ├── 0004-minigbm-Add-const-to-the-backend-name.patch │ │ ├── 0005-minigbm-Add-drv_bo_get_pixel_stride-function.patch │ │ ├── 0006-minigbm-make-dumb-drivers-optional.patch │ │ ├── 0007-minigbm-Allow-using-single-path-for-testing-and-allo.patch │ │ ├── 0008-cros_gralloc-Add-name-to-reserved-buffer.patch │ │ ├── 0009-helpers-Add-helpers-to-convert-use_flags-to-string.patch │ │ ├── 0010-minigbm-Add-gbm_mesa-backend.patch │ │ ├── 0011-minigbm-Add-dmabuf_heap-based-backend.patch │ │ ├── 0012-cros_gralloc-Use-property-to-select-custom-backends.patch │ │ ├── 0013-Add-meson.build.patch │ │ ├── 0014-WIP-Add-build_deploy.sh-script.patch │ │ ├── 0015-RPI4-Add-HW-codecs-support-and-constraints.patch │ │ ├── 0016-README.patch │ │ └── 0017-Fixup-gbm_mesa.patch │ │ ├── modem_manager │ │ └── 0001-Change-file-that-confuses-Kati-build-system-with-a-s.patch │ │ └── tinyhal │ │ └── 0001-PINEPHONE-Add-audio-routing.patch └── system │ └── core │ └── 0001-RFC-Fix-boot-from-one-mmc-dev-while-android-present-.patch ├── unfold_aosp.sh └── unfold_lineageos.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/README.md -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/AndroidProducts.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/AndroidProducts.mk -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/BoardConfig.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/BoardConfig.mk -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/README.md -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/boot/bootscript_device_overlay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/boot/bootscript_device_overlay.h -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/codecs/request_api_headers_v4/libdrm/drm_fourcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/codecs/request_api_headers_v4/libdrm/drm_fourcc.h -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/codecs/request_api_headers_v4/linux/media.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/codecs/request_api_headers_v4/linux/media.h -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/codecs/request_api_headers_v4/linux/v4l2-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/codecs/request_api_headers_v4/linux/v4l2-common.h -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/codecs/request_api_headers_v4/linux/v4l2-controls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/codecs/request_api_headers_v4/linux/v4l2-controls.h -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/codecs/request_api_headers_v4/linux/videodev2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/codecs/request_api_headers_v4/linux/videodev2.h -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/device.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/device.mk -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/etc/audio.pinephone.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/etc/audio.pinephone.xml -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/etc/audio_policy_configuration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/etc/audio_policy_configuration.xml -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/etc/modem.pinephone.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/etc/modem.pinephone.rc -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/etc/power.pinephone.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/etc/power.pinephone.rc -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/etc/sensors.pinephone.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/etc/sensors.pinephone.rc -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/etc/typec.pinephone.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/etc/typec.pinephone.rc -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/etc/uevent.device.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/etc/uevent.device.rc -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/kernel.defconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/kernel.defconfig -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/lights/Android.bp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/lights/Android.bp -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/lights/lights.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/lights/lights.cpp -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/lights/lights.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/lights/lights.rc -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/lights/lights.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/lights/lights.xml -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-6.6/1400-GLODROID-pinephone-Reduce-display-refresh-rate-from-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-6.6/1400-GLODROID-pinephone-Reduce-display-refresh-rate-from-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-6.6/1401-GLODROID-sun8i_codec-Change-headset-button-detection.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-6.6/1401-GLODROID-sun8i_codec-Change-headset-button-detection.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1500-GLODROID-drm-sun4i-DE1.0-Add-support-for-more-DRM-fo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1500-GLODROID-drm-sun4i-DE1.0-Add-support-for-more-DRM-fo.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1501-HACK-sun4i-drm-Add-ABxx-formats-support-to-vi-plane.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1501-HACK-sun4i-drm-Add-ABxx-formats-support-to-vi-plane.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1502-drm-sun4i-Use-vi-plane-as-primary.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1502-drm-sun4i-Use-vi-plane-as-primary.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1503-drm-sun4i-Fix-blend-route-enable-register-corruption.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1503-drm-sun4i-Fix-blend-route-enable-register-corruption.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1504-drm-sun4i-sun8i-Expose-blend-mode-property.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1504-drm-sun4i-sun8i-Expose-blend-mode-property.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1505-drm-sun4i-Enable-output-signal-premultiplication-for.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1505-drm-sun4i-Enable-output-signal-premultiplication-for.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1506-drm-sun4i-sun8i-Workaround-for-scaler-hardware-relat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1506-drm-sun4i-sun8i-Workaround-for-scaler-hardware-relat.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1507-drm-sun4i-sun8i-Keep-VI-scaler-module-always-enable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1507-drm-sun4i-sun8i-Keep-VI-scaler-module-always-enable.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1508-arm64-dts-allwinner-a64-Add-hdmi-sound-card.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1508-arm64-dts-allwinner-a64-Add-hdmi-sound-card.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1509-drm-sun4i-Add-CTM-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/glodroid-drm-6.6/1509-drm-sun4i-Add-CTM-support.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0800-phy-allwinner-sun4i-usb-Add-support-for-usb_role_swi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0800-phy-allwinner-sun4i-usb-Add-support-for-usb_role_swi.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0801-regulator-axp20x-Add-support-for-vin-supply-for-driv.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0801-regulator-axp20x-Add-support-for-vin-supply-for-driv.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0802-regulator-axp20x-Turn-N_VBUSEN-to-input-on-x-powers-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0802-regulator-axp20x-Turn-N_VBUSEN-to-input-on-x-powers-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0803-drm-bridge-dw-hdmi-Allow-to-accept-HPD-status-from-o.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0803-drm-bridge-dw-hdmi-Allow-to-accept-HPD-status-from-o.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0804-drm-bridge-dw-hdmi-Report-HDMI-hotplug-events.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0804-drm-bridge-dw-hdmi-Report-HDMI-hotplug-events.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0805-usb-typec-anx7688-Add-driver-for-ANX7688-USB-C-HDMI-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0805-usb-typec-anx7688-Add-driver-for-ANX7688-USB-C-HDMI-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0806-usb-typec-anx7688-Don-t-use-I2C-regulator.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0806-usb-typec-anx7688-Don-t-use-I2C-regulator.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0807-usb-typec-anx7688-I2C-bus-power-needs-to-be-enabled.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-anx-6.6/0807-usb-typec-anx7688-I2C-bus-power-needs-to-be-enabled.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0100-ASOC-sun9i-hdmi-audio-Initial-implementation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0100-ASOC-sun9i-hdmi-audio-Initial-implementation.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0101-ARM-dts-sun8i-a83t-Add-hdmi-sound-card.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0101-ARM-dts-sun8i-a83t-Add-hdmi-sound-card.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0102-ARM-dts-sun8i-a83t-Enable-hdmi-sound-card-on-boards-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0102-ARM-dts-sun8i-a83t-Enable-hdmi-sound-card-on-boards-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0103-ASoC-sun50i-codec-analog-Add-support-for-internal-bi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0103-ASoC-sun50i-codec-analog-Add-support-for-internal-bi.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0104-ASoC-sun50i-codec-analog-Move-suspend-resume-to-set_.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0104-ASoC-sun50i-codec-analog-Move-suspend-resume-to-set_.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0105-ASoC-sun50i-codec-analog-Enable-jack-detection-on-st.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0105-ASoC-sun50i-codec-analog-Enable-jack-detection-on-st.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0106-ASoC-sun8i-codec-Enable-bus-clock-at-STANDBY-and-hig.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0106-ASoC-sun8i-codec-Enable-bus-clock-at-STANDBY-and-hig.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0107-ASoC-sun8i-codec-Implement-jack-and-accessory-detect.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0107-ASoC-sun8i-codec-Implement-jack-and-accessory-detect.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0108-ASoC-ec25-New-codec-driver-for-the-EC25-modem.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0108-ASoC-ec25-New-codec-driver-for-the-EC25-modem.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0109-clk-sunxi-ng-a64-Increase-PLL_AUDIO-base-frequency.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0109-clk-sunxi-ng-a64-Increase-PLL_AUDIO-base-frequency.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0110-sound-soc-sun8i-codec-Add-support-for-digital-part-o.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0110-sound-soc-sun8i-codec-Add-support-for-digital-part-o.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0111-sound-soc-sun8i-codec-Drop-debug-statements.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0111-sound-soc-sun8i-codec-Drop-debug-statements.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0112-ASoC-sunxi-sun8i-codec-Improve-jack-button-handling-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-audio-6.6/0112-ASoC-sunxi-sun8i-codec-Improve-jack-button-handling-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0900-dt-bindings-axp20x-adc-allow-to-use-TS-pin-as-GPADC.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0900-dt-bindings-axp20x-adc-allow-to-use-TS-pin-as-GPADC.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0901-iio-adc-axp20x_adc-allow-to-set-TS-pin-to-GPADC-mode.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0901-iio-adc-axp20x_adc-allow-to-set-TS-pin-to-GPADC-mode.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0902-power-axp20x_battery-Allow-to-set-target-voltage-to-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0902-power-axp20x_battery-Allow-to-set-target-voltage-to-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0903-power-supply-axp20x_battery-Add-support-for-reportin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0903-power-supply-axp20x_battery-Add-support-for-reportin.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0904-regulator-axp20x-Enable-over-temperature-protection-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0904-regulator-axp20x-Enable-over-temperature-protection-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0905-power-supply-axp20x_battery-Setup-thermal-regulation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0905-power-supply-axp20x_battery-Setup-thermal-regulation.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0906-power-supply-axp20x_battery-Fix-charging-done-detect.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0906-power-supply-axp20x_battery-Fix-charging-done-detect.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0907-mfd-axp20x-Add-battery-IRQ-resources.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0907-mfd-axp20x-Add-battery-IRQ-resources.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0908-power-supply-axp20x_battery-Send-uevents-for-status-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0908-power-supply-axp20x_battery-Send-uevents-for-status-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0909-power-supply-axp20x_battery-Monitor-battery-health.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0909-power-supply-axp20x_battery-Monitor-battery-health.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0910-power-supply-axp20x-usb-power-Change-Vbus-hold-volta.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0910-power-supply-axp20x-usb-power-Change-Vbus-hold-volta.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0911-power-axp803-Add-interrupts-for-low-battery-power-co.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0911-power-axp803-Add-interrupts-for-low-battery-power-co.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0912-power-supply-axp20x-battery-Support-POWER_SUPPLY_PRO.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0912-power-supply-axp20x-battery-Support-POWER_SUPPLY_PRO.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0913-power-supply-axp20x-battery-Enable-poweron-by-RTC-al.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0913-power-supply-axp20x-battery-Enable-poweron-by-RTC-al.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0914-power-supply-axp20x-battery-Add-support-for-POWER_SU.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0914-power-supply-axp20x-battery-Add-support-for-POWER_SU.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0915-power-supply-Add-support-for-USB_BC_ENABLED-and-USB_.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0915-power-supply-Add-support-for-USB_BC_ENABLED-and-USB_.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0916-power-supply-axp20x-usb-power-Support-input-current-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-axp-6.6/0916-power-supply-axp20x-usb-power-Support-input-current-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-bt-6.6/0200-bluetooth-h5-Don-t-re-initialize-rtl8723cs-on-resume.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-bt-6.6/0200-bluetooth-h5-Don-t-re-initialize-rtl8723cs-on-resume.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1000-dt-bindings-media-Add-bindings-for-Himax-HM5065-came.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1000-dt-bindings-media-Add-bindings-for-Himax-HM5065-came.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1001-hm5065-yaml-bindings-wip.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1001-hm5065-yaml-bindings-wip.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1002-media-hm5065-Add-subdev-driver-for-Himax-HM5065-came.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1002-media-hm5065-Add-subdev-driver-for-Himax-HM5065-came.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1003-MAINTAINERS-Add-entry-for-Himax-HM5065.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1003-MAINTAINERS-Add-entry-for-Himax-HM5065.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1004-media-gc2145-Galaxycore-camera-module-driver.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1004-media-gc2145-Galaxycore-camera-module-driver.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1005-media-gc2145-Added-BGGR-bayer-mode.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1005-media-gc2145-Added-BGGR-bayer-mode.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1006-media-gc2145-Disable-debug-output.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1006-media-gc2145-Disable-debug-output.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1007-media-gc2145-Add-PIXEL_RATE-HBLANK-and-VBLANK-contro.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1007-media-gc2145-Add-PIXEL_RATE-HBLANK-and-VBLANK-contro.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1008-media-ov5640-Experiment-Try-to-disable-denoising-sha.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1008-media-ov5640-Experiment-Try-to-disable-denoising-sha.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1009-media-ov5640-Sleep-after-poweroff-to-ensure-next-pow.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1009-media-ov5640-Sleep-after-poweroff-to-ensure-next-pow.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1010-media-ov5640-set-default-ae-target-lower.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1010-media-ov5640-set-default-ae-target-lower.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1011-media-ov5640-Implement-autofocus.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1011-media-ov5640-Implement-autofocus.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1012-media-ov5640-Improve-firmware-load-time.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1012-media-ov5640-Improve-firmware-load-time.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1013-media-ov5640-Fix-focus-commands-blocking-until-compl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1013-media-ov5640-Fix-focus-commands-blocking-until-compl.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1014-media-ov5640-Add-read-only-property-for-vblank.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1014-media-ov5640-Add-read-only-property-for-vblank.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1015-media-sun6i-csi-capture-Use-subdev-operation-to-acce.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1015-media-sun6i-csi-capture-Use-subdev-operation-to-acce.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1016-media-sun6i-csi-subdev-Use-subdev-active-state-to-st.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1016-media-sun6i-csi-subdev-Use-subdev-active-state-to-st.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1017-media-sun6i-csi-merge-sun6i_csi_formats-and-sun6i_cs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1017-media-sun6i-csi-merge-sun6i_csi_formats-and-sun6i_cs.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1018-media-sun6i-csi-add-V4L2_CAP_IO_MC-capability.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1018-media-sun6i-csi-add-V4L2_CAP_IO_MC-capability.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1019-media-sun6i-csi-implement-vidioc_enum_framesizes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1019-media-sun6i-csi-implement-vidioc_enum_framesizes.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1020-media-sun6i-csi-Add-multicamera-support-for-parallel.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1020-media-sun6i-csi-Add-multicamera-support-for-parallel.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1021-media-gc2145-implement-system-suspend.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1021-media-gc2145-implement-system-suspend.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1022-media-ov5640-use-pm_runtime_force_suspend-resume-for.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1022-media-ov5640-use-pm_runtime_force_suspend-resume-for.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1023-media-gc2145-fix-white-balance-colors.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-cam-6.6/1023-media-gc2145-fix-white-balance-colors.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0300-drm-sun4i-Fix-wrong-location-of-clk_prepare_enable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0300-drm-sun4i-Fix-wrong-location-of-clk_prepare_enable.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0301-drm-sun4i-Implement-gamma-correction.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0301-drm-sun4i-Implement-gamma-correction.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0302-drm-panel-st7703-Improve-the-power-up-down-sequence-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0302-drm-panel-st7703-Improve-the-power-up-down-sequence-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0303-drm-panel-st7703-Fix-xbd599-timings-to-make-refresh-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0303-drm-panel-st7703-Fix-xbd599-timings-to-make-refresh-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0304-video-pwm_bl-Allow-to-change-lth_brightness-via-sysf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0304-video-pwm_bl-Allow-to-change-lth_brightness-via-sysf.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0305-clk-sunxi-ng-add-support-for-rate-resetting-notifier.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0305-clk-sunxi-ng-add-support-for-rate-resetting-notifier.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0306-clk-sunxi-ng-a64-keep-tcon0-clock-rate-when-pll-vide.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0306-clk-sunxi-ng-a64-keep-tcon0-clock-rate-when-pll-vide.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0307-drm-sun4i-tcon-hand-over-the-duty-to-keep-TCON0-cloc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0307-drm-sun4i-tcon-hand-over-the-duty-to-keep-TCON0-cloc.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0308-clk-sunxi-ng-sun50i-a64-Switch-parent-of-MIPI-DSI-to.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-drm-6.6/0308-clk-sunxi-ng-sun50i-a64-Switch-parent-of-MIPI-DSI-to.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-err-6.6/1100-sunxi-Use-dev_err_probe-to-handle-EPROBE_DEFER-error.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-err-6.6/1100-sunxi-Use-dev_err_probe-to-handle-EPROBE_DEFER-error.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-err-6.6/1101-thermal-sun8i-Be-loud-when-probe-fails.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-err-6.6/1101-thermal-sun8i-Be-loud-when-probe-fails.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-err-6.6/1102-i2c-mv64xxx-Don-t-make-a-fuss-when-pinctrl-recovery-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-err-6.6/1102-i2c-mv64xxx-Don-t-make-a-fuss-when-pinctrl-recovery-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-err-6.6/1103-iio-st_sensors-Don-t-report-error-when-the-device-is.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-err-6.6/1103-iio-st_sensors-Don-t-report-error-when-the-device-is.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-err-6.6/1104-opp-core-Avoid-confusing-error-when-no-regulator-is-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-err-6.6/1104-opp-core-Avoid-confusing-error-when-no-regulator-is-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-fixes-6.6/0400-media-cedrus-Fix-failure-to-clean-up-hardware-on-pro.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-fixes-6.6/0400-media-cedrus-Fix-failure-to-clean-up-hardware-on-pro.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-fixes-6.6/0401-Revert-drm-sun4i-lvds-Invert-the-LVDS-polarity.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-fixes-6.6/0401-Revert-drm-sun4i-lvds-Invert-the-LVDS-polarity.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-fixes-6.6/0402-arm64-dts-allwinner-Enforce-consistent-MMC-numbering.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-fixes-6.6/0402-arm64-dts-allwinner-Enforce-consistent-MMC-numbering.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-fixes-6.6/0403-ARM-dts-sunxi-Add-aliases-for-MMC.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-fixes-6.6/0403-ARM-dts-sunxi-Add-aliases-for-MMC.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-fixes-6.6/0404-of-property-fw_devlink-Support-allwinner-sram-links.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-fixes-6.6/0404-of-property-fw_devlink-Support-allwinner-sram-links.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-fixes-6.6/0405-Fix-intptr_t-typedef.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-fixes-6.6/0405-Fix-intptr_t-typedef.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-fixes-6.6/0406-usb-gadget-Fix-dangling-pointer-in-netdev-private-da.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-fixes-6.6/0406-usb-gadget-Fix-dangling-pointer-in-netdev-private-da.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-modem-6.6/1200-usb-quirks-Add-USB_QUIRK_RESET-for-Quectel-EG25G-Mod.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-modem-6.6/1200-usb-quirks-Add-USB_QUIRK_RESET-for-Quectel-EG25G-Mod.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-modem-6.6/1201-misc-modem-power-Power-manager-for-modems.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-modem-6.6/1201-misc-modem-power-Power-manager-for-modems.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0500-iio-core-Add-option-to-force-identity-mount-matrix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0500-iio-core-Add-option-to-force-identity-mount-matrix.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0501-input-touchscreen-goodix-Add-config-debugfs-file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0501-input-touchscreen-goodix-Add-config-debugfs-file.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0502-input-goodix-Add-option-to-power-off-the-controller-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0502-input-goodix-Add-option-to-power-off-the-controller-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0503-input-goodix-Don-t-disable-regulators-during-suspend.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0503-input-goodix-Don-t-disable-regulators-during-suspend.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0504-arm64-dts-allwinner-a64-Fix-LRADC-compatible.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0504-arm64-dts-allwinner-a64-Fix-LRADC-compatible.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0505-arm64-dts-sun50i-a64-pinephone-Add-front-back-camera.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0505-arm64-dts-sun50i-a64-pinephone-Add-front-back-camera.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0506-arm64-dts-sun50i-a64-pinephone-Add-Type-C-support-fo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0506-arm64-dts-sun50i-a64-pinephone-Add-Type-C-support-fo.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0507-arm64-dts-sun50i-a64-pinephone-Add-modem-power-manag.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0507-arm64-dts-sun50i-a64-pinephone-Add-modem-power-manag.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0508-arm64-dts-sun50i-a64-pinephone-Fix-BH-modem-manager-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0508-arm64-dts-sun50i-a64-pinephone-Fix-BH-modem-manager-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0509-arm64-dts-sun50i-a64-pinephone-Add-detailed-OCV-to-c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0509-arm64-dts-sun50i-a64-pinephone-Add-detailed-OCV-to-c.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0510-arm64-dts-sun50i-a64-pinephone-Shorten-post-power-on.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0510-arm64-dts-sun50i-a64-pinephone-Shorten-post-power-on.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0511-arm64-dts-sun50i-a64-pinephone-Add-mount-matrix-for-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0511-arm64-dts-sun50i-a64-pinephone-Add-mount-matrix-for-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0512-arm64-dts-sun50i-a64-pinephone-Add-support-for-Bluet.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0512-arm64-dts-sun50i-a64-pinephone-Add-support-for-Bluet.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0513-arm64-dts-sun50i-a64-pinephone-Enable-internal-HMIC-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0513-arm64-dts-sun50i-a64-pinephone-Enable-internal-HMIC-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0514-arm64-dts-sun50i-a64-pinephone-Add-support-for-modem.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0514-arm64-dts-sun50i-a64-pinephone-Add-support-for-modem.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0515-arm64-dts-sun50i-a64-pinephone-Retain-leds-state-in-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0515-arm64-dts-sun50i-a64-pinephone-Retain-leds-state-in-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0516-arm64-dts-sun50i-a64-pinephone-Bump-I2C-frequency-to.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0516-arm64-dts-sun50i-a64-pinephone-Bump-I2C-frequency-to.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0517-arm64-dts-sun50i-a64-pinephone-Add-interrupt-pin-for.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0517-arm64-dts-sun50i-a64-pinephone-Add-interrupt-pin-for.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0518-arm64-dts-sun50i-a64-pinephone-Power-off-the-touch-c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0518-arm64-dts-sun50i-a64-pinephone-Power-off-the-touch-c.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0519-arm64-dts-sun50i-a64-pinephone-Don-t-make-lradc-keys.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0519-arm64-dts-sun50i-a64-pinephone-Don-t-make-lradc-keys.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0520-arm64-dts-sun50i-a64-pinephone-Set-minimum-backlight.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0520-arm64-dts-sun50i-a64-pinephone-Set-minimum-backlight.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0521-arm64-dts-sun50i-a64-pinephone-Add-supply-for-i2c-bu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0521-arm64-dts-sun50i-a64-pinephone-Add-supply-for-i2c-bu.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0522-arm64-dts-sun50i-a64-pinephone-Workaround-broken-HDM.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0522-arm64-dts-sun50i-a64-pinephone-Workaround-broken-HDM.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0523-arm64-dts-sun50i-a64-pinephone-Add-AF8133J-to-PinePh.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0523-arm64-dts-sun50i-a64-pinephone-Add-AF8133J-to-PinePh.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0524-arm64-dts-sun50i-a64-pinephone-Add-mount-matrix-for-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0524-arm64-dts-sun50i-a64-pinephone-Add-mount-matrix-for-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0525-arm64-dts-sun50i-a64-pinephone-Add-support-for-Pinep.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0525-arm64-dts-sun50i-a64-pinephone-Add-support-for-Pinep.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0526-arm64-dts-sun50i-a64-pinephone-Enable-Pinephone-Keyb.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0526-arm64-dts-sun50i-a64-pinephone-Enable-Pinephone-Keyb.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0527-usb-musb-sunxi-Avoid-enabling-host-side-code-on-SoCs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0527-usb-musb-sunxi-Avoid-enabling-host-side-code-on-SoCs.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0528-arm64-dts-sun50i-a64-Add-missing-trip-points-for-GPU.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0528-arm64-dts-sun50i-a64-Add-missing-trip-points-for-GPU.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0529-arm64-dts-allwinner-sun50i-a64-pinephone-Add-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0529-arm64-dts-allwinner-sun50i-a64-pinephone-Add-support.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0530-Revert-input-goodix-Don-t-disable-regulators-during-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0530-Revert-input-goodix-Don-t-disable-regulators-during-.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0531-iio-stk3310-Implement-vdd-supply-and-power-it-off-du.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0531-iio-stk3310-Implement-vdd-supply-and-power-it-off-du.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0532-iio-light-stk3310-Add-support-for-I2C-regulator.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0532-iio-light-stk3310-Add-support-for-I2C-regulator.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0533-input-touch-goodix-Try-to-keep-regulator-enable-disa.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0533-input-touch-goodix-Try-to-keep-regulator-enable-disa.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0534-ARM-dts-allwinner-sun50i-64-pinephone-Add-power-supp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-pp-6.6/0534-ARM-dts-allwinner-sun50i-64-pinephone-Add-power-supp.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0600-clk-Implement-protected-clocks-for-all-OF-clock-prov.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0600-clk-Implement-protected-clocks-for-all-OF-clock-prov.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0601-Revert-clk-qcom-Support-protected-clocks-property.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0601-Revert-clk-qcom-Support-protected-clocks-property.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0602-ARM-dts-sunxi-a83t-Protect-SCP-clocks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0602-ARM-dts-sunxi-a83t-Protect-SCP-clocks.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0603-ARM-dts-sunxi-h3-h5-Protect-SCP-clocks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0603-ARM-dts-sunxi-h3-h5-Protect-SCP-clocks.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0604-arm64-dts-allwinner-a64-Protect-SCP-clocks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0604-arm64-dts-allwinner-a64-Protect-SCP-clocks.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0605-arm64-dts-allwinner-h6-Protect-SCP-clocks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0605-arm64-dts-allwinner-h6-Protect-SCP-clocks.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0606-bus-sunxi-rsb-Always-check-register-address-validity.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0606-bus-sunxi-rsb-Always-check-register-address-validity.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0607-firmware-arm_scpi-Support-unidirectional-mailbox-cha.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0607-firmware-arm_scpi-Support-unidirectional-mailbox-cha.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0608-ARM-dts-sunxi-a83t-Add-SCPI-protocol.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0608-ARM-dts-sunxi-a83t-Add-SCPI-protocol.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0609-ARM-dts-sunxi-h3-h5-Add-SCPI-protocol.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0609-ARM-dts-sunxi-h3-h5-Add-SCPI-protocol.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0610-arm64-dts-allwinner-a64-Add-SCPI-protocol.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0610-arm64-dts-allwinner-a64-Add-SCPI-protocol.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0611-arm64-dts-allwinner-h6-Add-SCPI-protocol.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0611-arm64-dts-allwinner-h6-Add-SCPI-protocol.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0612-ARM-dts-sun8i-a83t-tbs-a711-Give-Linux-more-privileg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0612-ARM-dts-sun8i-a83t-tbs-a711-Give-Linux-more-privileg.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0613-rtc-sun6i-Allow-RTC-wakeup-after-shutdown.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0613-rtc-sun6i-Allow-RTC-wakeup-after-shutdown.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0614-mmc-sunxi-mmc-Remove-runtime-PM.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0614-mmc-sunxi-mmc-Remove-runtime-PM.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0615-arm64-dts-pinephone-Add-reboot-mode-driver.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-samuel-6.6/0615-arm64-dts-pinephone-Add-reboot-mode-driver.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-speed-6.6/1300-tty-serial-8250-dw-Use-fifo-size-from-DTS.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-speed-6.6/1300-tty-serial-8250-dw-Use-fifo-size-from-DTS.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-speed-6.6/1301-arm64-dts-sun50i-a64-Set-fifo-size-for-uarts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-speed-6.6/1301-arm64-dts-sun50i-a64-Set-fifo-size-for-uarts.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-speed-6.6/1302-Mark-some-slow-drivers-for-async-probe-with-PROBE_PR.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-speed-6.6/1302-Mark-some-slow-drivers-for-async-probe-with-PROBE_PR.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-speed-6.6/1303-arm64-xor-Select-32regs-without-benchmark-to-speed-u.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-speed-6.6/1303-arm64-xor-Select-32regs-without-benchmark-to-speed-u.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0700-8723cs-Add-a-new-driver-v5.12.2-7-g2de5ec386.2020101.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0700-8723cs-Add-a-new-driver-v5.12.2-7-g2de5ec386.2020101.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0701-8723cs-Make-the-driver-compile-and-probe-drop-rockch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0701-8723cs-Make-the-driver-compile-and-probe-drop-rockch.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0702-8723cs-Enable-OOB-interrupt.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0702-8723cs-Enable-OOB-interrupt.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0703-8723cs-Load-the-MAC-address-from-local-mac-address.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0703-8723cs-Load-the-MAC-address-from-local-mac-address.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0704-8723cs-Modify-makefile-options-to-better-suit-PinePh.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0704-8723cs-Modify-makefile-options-to-better-suit-PinePh.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0705-8723cs-Enable-monitor-mode.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0705-8723cs-Enable-monitor-mode.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0706-8723cs-Disable-power-saving.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0706-8723cs-Disable-power-saving.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0707-8723cs-aes_encrypt-aes_encrypt_128-to-avoid-symbol-n.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0707-8723cs-aes_encrypt-aes_encrypt_128-to-avoid-symbol-n.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0708-8723cs-Enable-wifi-power-saving-mode.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0708-8723cs-Enable-wifi-power-saving-mode.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0709-8723cs-Enable-TDLS-802.11z-support-direct-sta-sta-co.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0709-8723cs-Enable-TDLS-802.11z-support-direct-sta-sta-co.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0710-8723cs-Disable-CONFIG_CONCURRENT_MODE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0710-8723cs-Disable-CONFIG_CONCURRENT_MODE.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0711-8723cs-Set-CONFIG_RTW_SDIO_PM_KEEP_POWER-n-to-fix-su.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0711-8723cs-Set-CONFIG_RTW_SDIO_PM_KEEP_POWER-n-to-fix-su.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0712-8723cs-Resume-wifi-in-a-workqueue.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0712-8723cs-Resume-wifi-in-a-workqueue.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0713-8723cs-Port-to-5.11.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0713-8723cs-Port-to-5.11.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0714-8723cs-Enable-WoWLAN.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0714-8723cs-Enable-WoWLAN.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0715-8723cs-Port-to-5.12.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0715-8723cs-Port-to-5.12.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0716-8723cs-Fix-misleading-indentation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0716-8723cs-Fix-misleading-indentation.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0717-8723cs-Disable-use-of-NAPI.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0717-8723cs-Disable-use-of-NAPI.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0718-8723cs-Fix-indentation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0718-8723cs-Fix-indentation.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0719-8723cs-Fix-compile-warnings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0719-8723cs-Fix-compile-warnings.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0720-8723cs-Port-to-5.15.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0720-8723cs-Port-to-5.15.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0721-8723cs-Clear-wowlan_last_wake_reason-prior-to-suspen.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0721-8723cs-Clear-wowlan_last_wake_reason-prior-to-suspen.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0722-8723cs-Forward-port-to-5.17.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0722-8723cs-Forward-port-to-5.17.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0723-8723cs-Port-to-5.18.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0723-8723cs-Port-to-5.18.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0724-8723cs-Fix-some-compilation-warnings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0724-8723cs-Fix-some-compilation-warnings.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0725-8723cs-Adapt-to-API-changes-in-stable-5.19.2-and-6.0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0725-8723cs-Adapt-to-API-changes-in-stable-5.19.2-and-6.0.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0726-8723cs-Port-to-6.0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0726-8723cs-Port-to-6.0.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0727-8723cs-Port-to-6.1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0727-8723cs-Port-to-6.1.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0728-8723cs-Port-to-6.1-rc1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0728-8723cs-Port-to-6.1-rc1.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0729-8723cs-Forward-port-to-Linux-6.3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0729-8723cs-Forward-port-to-Linux-6.3.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0730-8723cs-Add-support-for-set_cqm_rssi_config-to-help-s.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0730-8723cs-Add-support-for-set_cqm_rssi_config-to-help-s.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0731-8723cs-Fix-the-RSSI-monitor-implementation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0731-8723cs-Fix-the-RSSI-monitor-implementation.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0732-8723cs-Fix-symbol-conflicts-with-rtw88-driver.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0732-8723cs-Fix-symbol-conflicts-with-rtw88-driver.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0733-8723cs-Port-to-6.5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0733-8723cs-Port-to-6.5.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0734-Workaround-RTL-build-issues.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/patches-kernel/megi-wifi-6.6/0734-Workaround-RTL-build-issues.patch -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/pine64_pinephone.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/pine64_pinephone.mk -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/sepolicy/vendor/file_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/sepolicy/vendor/file_contexts -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/pine64_pinephone/sepolicy/vendor/hal_light_default.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/aosptree/vendor/devices-community/pine64_pinephone/sepolicy/vendor/hal_light_default.te -------------------------------------------------------------------------------- /device: -------------------------------------------------------------------------------- 1 | aosptree/vendor/devices-community/pine64_pinephone -------------------------------------------------------------------------------- /glodroid: -------------------------------------------------------------------------------- 1 | aosptree/glodroid -------------------------------------------------------------------------------- /manifests/default_aosp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/manifests/default_aosp.xml -------------------------------------------------------------------------------- /manifests/default_lineage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/manifests/default_lineage.xml -------------------------------------------------------------------------------- /manifests/glodroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/manifests/glodroid.xml -------------------------------------------------------------------------------- /manifests/lineage-static.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/manifests/lineage-static.xml -------------------------------------------------------------------------------- /manifests/update_lineage_manifest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/manifests/update_lineage_manifest.sh -------------------------------------------------------------------------------- /out: -------------------------------------------------------------------------------- 1 | aosptree/out/target/product/pine64_pinephone -------------------------------------------------------------------------------- /patches-aosp/external/libcxx/0001-Update-include-chrono-to-fix-LLVM-bug-41430.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/external/libcxx/0001-Update-include-chrono-to-fix-LLVM-bug-41430.patch -------------------------------------------------------------------------------- /patches-aosp/external/tinycompress/0001-WIP-Don-t-include-kernel-headers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/external/tinycompress/0001-WIP-Don-t-include-kernel-headers.patch -------------------------------------------------------------------------------- /patches-aosp/frameworks/base/0001-Don-t-use-stretch-effect-by-default.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/frameworks/base/0001-Don-t-use-stretch-effect-by-default.patch -------------------------------------------------------------------------------- /patches-aosp/frameworks/base/0002-Don-t-use-PATTERNED-style-ripple-effect-by-default.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/frameworks/base/0002-Don-t-use-PATTERNED-style-ripple-effect-by-default.patch -------------------------------------------------------------------------------- /patches-aosp/frameworks/base/0004-GLODROID-Disable-the-notification-about-the-enabled-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/frameworks/base/0004-GLODROID-Disable-the-notification-about-the-enabled-.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0001-Revert-usb-gadget-fastboot-use-correct-max-packet-si.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/bootloader/u-boot/0001-Revert-usb-gadget-fastboot-use-correct-max-packet-si.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0002-Extra-configs-for-pinephone_defconfig-to-fix-usb-dow.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/bootloader/u-boot/0002-Extra-configs-for-pinephone_defconfig-to-fix-usb-dow.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0003-pinephone-Add-volume_key-environment-variable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/bootloader/u-boot/0003-pinephone-Add-volume_key-environment-variable.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0004-GLODROID-Disable-scanning-of-USB-busses.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/bootloader/u-boot/0004-GLODROID-Disable-scanning-of-USB-busses.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0005-GLODROID-Reduce-boot-delay-countdown-timer-from-1S-t.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/bootloader/u-boot/0005-GLODROID-Reduce-boot-delay-countdown-timer-from-1S-t.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0006-abootcmd-Add-load-subcommand.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/bootloader/u-boot/0006-abootcmd-Add-load-subcommand.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0007-avb-Implement-get_preloaded_partition-callback.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/bootloader/u-boot/0007-avb-Implement-get_preloaded_partition-callback.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0008-abootimg-Implement-smart-image-load-feature.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/bootloader/u-boot/0008-abootimg-Implement-smart-image-load-feature.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0009-Revert-boot-android-Provide-vendor_bootimg_addr-in-b.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/bootloader/u-boot/0009-Revert-boot-android-Provide-vendor_bootimg_addr-in-b.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0010-avb-Fix-support-for-unlocked-state.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/bootloader/u-boot/0010-avb-Fix-support-for-unlocked-state.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/configuration/0001-PINEPHONE-Enable-Night-Light-mode.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/configuration/0001-PINEPHONE-Enable-Night-Light-mode.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/drm_hwcomposer/0001-drm_hwcomposer-CI-Use-git-diff-to-feed-the-clang-for.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/drm_hwcomposer/0001-drm_hwcomposer-CI-Use-git-diff-to-feed-the-clang-for.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/drm_hwcomposer/0002-drm_hwcomposer-Support-default-values-for-Rect-struc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/drm_hwcomposer/0002-drm_hwcomposer-Support-default-values-for-Rect-struc.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/drm_hwcomposer/0003-drm_hwcomposer-Use-float-type-to-store-alpha-interna.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/drm_hwcomposer/0003-drm_hwcomposer-Use-float-type-to-store-alpha-interna.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/drm_hwcomposer/0004-drm_hwcomposer-Populate-client-and-out-layer-when-cr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/drm_hwcomposer/0004-drm_hwcomposer-Populate-client-and-out-layer-when-cr.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/drm_hwcomposer/0005-drm_hwcomposer-Use-layer-API-for-SetClientTarget-and.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/drm_hwcomposer/0005-drm_hwcomposer-Use-layer-API-for-SetClientTarget-and.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/drm_hwcomposer/0006-drm_hwcomposer-Rework-HWC-frontends-buffer-managemen.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/drm_hwcomposer/0006-drm_hwcomposer-Rework-HWC-frontends-buffer-managemen.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/drm_hwcomposer/0007-drm_hwcomposer-HWC3-Remove-HWC2-ComposerResources-de.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/drm_hwcomposer/0007-drm_hwcomposer-HWC3-Remove-HWC2-ComposerResources-de.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/drm_hwcomposer/0008-drm_hwcomposer-HWC3-Reduce-graphics-memory-consumpti.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/drm_hwcomposer/0008-drm_hwcomposer-HWC3-Reduce-graphics-memory-consumpti.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/drm_hwcomposer/0009-drm_hwcomposer-HWC3-Implement-Client-buffer-manageme.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/drm_hwcomposer/0009-drm_hwcomposer-HWC3-Implement-Client-buffer-manageme.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/drm_hwcomposer/0010-Exclude-Android.bps-by-adding-the-underscore-suffix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/drm_hwcomposer/0010-Exclude-Android.bps-by-adding-the-underscore-suffix.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0001-avutil-add-av_buffer_pool_flush.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0001-avutil-add-av_buffer_pool_flush.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0002-Add-common-V4L2-request-API-code.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0002-Add-common-V4L2-request-API-code.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0003-h264dec-add-ref_pic_marking-and-pic_order_cnt-bit_si.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0003-h264dec-add-ref_pic_marking-and-pic_order_cnt-bit_si.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0004-Add-V4L2-request-API-h264-hwaccel.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0004-Add-V4L2-request-API-h264-hwaccel.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0005-Add-V4L2-request-API-mpeg2-hwaccel.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0005-Add-V4L2-request-API-mpeg2-hwaccel.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0006-Add-V4L2-request-API-vp8-hwaccel.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0006-Add-V4L2-request-API-vp8-hwaccel.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0007-Add-V4L2-request-API-hevc-hwaccel.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0007-Add-V4L2-request-API-hevc-hwaccel.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0008-Add-V4L2-request-API-VP9-hwaccel.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0008-Add-V4L2-request-API-VP9-hwaccel.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0009-HACK-hwcontext_drm-do-not-require-drm-device.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0009-HACK-hwcontext_drm-do-not-require-drm-device.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0010-WIP-add-NV15-and-NV20-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0010-WIP-add-NV15-and-NV20-support.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0011-HACK-define-drm-NV15-and-NV20-format.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0011-HACK-define-drm-NV15-and-NV20-format.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0012-HACK-Revert-lavc-pthread_frame-always-transfer-stash.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0012-HACK-Revert-lavc-pthread_frame-always-transfer-stash.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0013-HACK-Revert-lavc-pthread_frame-avoid-leaving-stale-h.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0013-HACK-Revert-lavc-pthread_frame-avoid-leaving-stale-h.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0014-Fix-fd-leak-when-video-device-probing-fails.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0014-Fix-fd-leak-when-video-device-probing-fails.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0015-Fix-printf-format-specifier-warnings-on-64-bit-platf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0015-Fix-printf-format-specifier-warnings-on-64-bit-platf.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0016-v4l2_request-Add-missing-includes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0016-v4l2_request-Add-missing-includes.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0122-doc-html-support-texinfo-7.0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0122-doc-html-support-texinfo-7.0.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg_codec2/0001-GLODROID-SUNXI-Implement-selection-between-HW-and-SW.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/ffmpeg_codec2/0001-GLODROID-SUNXI-Implement-selection-between-HW-and-SW.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/libcamera/0001-HACK-Use-minigbm-handle-structure-to-obtain-strides-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/libcamera/0001-HACK-Use-minigbm-handle-structure-to-obtain-strides-.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/libcamera/0002-GLODROID-Don-t-add-ljpeg-argument-when-building-liby.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/libcamera/0002-GLODROID-Don-t-add-ljpeg-argument-when-building-liby.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/libgudev/0001-build-drop-erroneous-export-dynamic-linker-flag.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/libgudev/0001-build-drop-erroneous-export-dynamic-linker-flag.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/mesa3d/0001-egl-android-Dequeue-buffer-for-the-next-frame-soon-a.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/mesa3d/0001-egl-android-Dequeue-buffer-for-the-next-frame-soon-a.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/mesa3d/0002-lima-Disable-tiling-for-all-buffers-even-non-shared.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/mesa3d/0002-lima-Disable-tiling-for-all-buffers-even-non-shared.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0001-minigbm-Use-dmabuf-inode-as-unique-buffer-id-instead.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0001-minigbm-Use-dmabuf-inode-as-unique-buffer-id-instead.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0002-minigbm-Add-external-driver-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0002-minigbm-Add-external-driver-support.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0003-minigbm-Add-bo_get_plane_fd-backend-hook.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0003-minigbm-Add-bo_get_plane_fd-backend-hook.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0004-minigbm-Add-const-to-the-backend-name.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0004-minigbm-Add-const-to-the-backend-name.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0005-minigbm-Add-drv_bo_get_pixel_stride-function.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0005-minigbm-Add-drv_bo_get_pixel_stride-function.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0006-minigbm-make-dumb-drivers-optional.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0006-minigbm-make-dumb-drivers-optional.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0007-minigbm-Allow-using-single-path-for-testing-and-allo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0007-minigbm-Allow-using-single-path-for-testing-and-allo.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0008-cros_gralloc-Add-name-to-reserved-buffer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0008-cros_gralloc-Add-name-to-reserved-buffer.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0009-helpers-Add-helpers-to-convert-use_flags-to-string.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0009-helpers-Add-helpers-to-convert-use_flags-to-string.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0010-minigbm-Add-gbm_mesa-backend.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0010-minigbm-Add-gbm_mesa-backend.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0011-minigbm-Add-dmabuf_heap-based-backend.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0011-minigbm-Add-dmabuf_heap-based-backend.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0012-cros_gralloc-Use-property-to-select-custom-backends.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0012-cros_gralloc-Use-property-to-select-custom-backends.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0013-Add-meson.build.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0013-Add-meson.build.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0014-WIP-Add-build_deploy.sh-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0014-WIP-Add-build_deploy.sh-script.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0015-RPI4-Add-HW-codecs-support-and-constraints.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0015-RPI4-Add-HW-codecs-support-and-constraints.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0016-README.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0016-README.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0017-Fixup-gbm_mesa.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/minigbm/0017-Fixup-gbm_mesa.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/modem_manager/0001-Change-file-that-confuses-Kati-build-system-with-a-s.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/modem_manager/0001-Change-file-that-confuses-Kati-build-system-with-a-s.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/tinyhal/0001-PINEPHONE-Add-audio-routing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/glodroid/vendor/tinyhal/0001-PINEPHONE-Add-audio-routing.patch -------------------------------------------------------------------------------- /patches-aosp/system/core/0001-RFC-Fix-boot-from-one-mmc-dev-while-android-present-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/patches-aosp/system/core/0001-RFC-Fix-boot-from-one-mmc-dev-while-android-present-.patch -------------------------------------------------------------------------------- /unfold_aosp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/unfold_aosp.sh -------------------------------------------------------------------------------- /unfold_lineageos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GloDroidCommunity/pine64-pinephone/HEAD/unfold_lineageos.sh --------------------------------------------------------------------------------