Skip to content

sunxi-6.14: Add all patches #8147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

The-going
Copy link
Contributor

@The-going The-going commented Apr 30, 2025

Description

  • Add all patches to support the 6.14 kernel.
  • Switching EDGE to v6.14.4

How Has This Been Tested?

  • Test build sunxi64
  • Test work on board bananapi-m4-berry

Copy link
Contributor

coderabbitai bot commented Apr 30, 2025

Walkthrough

This change updates the kernel version variables for the "edge" branch in two configuration files: sunxi64_common.inc and sunxi_common.inc. The variable KERNEL_MAJOR_MINOR is changed from "6.13" to "6.14", and KERNELBRANCH is updated from "tag:v6.13.11" to "tag:v6.14.4". No other logic, control flow, or exported/public entity declarations are modified; only the values of these version-related variables are updated to reflect the use of a newer kernel version.

Possibly related PRs

Suggested labels

ready to merge

Suggested reviewers

  • PanderMusubi
  • janprunk
  • krachlatte
  • leggewie
  • sgjava
  • AGM1968
  • teknoid
  • TheSnowfield
  • Tonymac32
  • JohnTheCoolingFan
  • pyavitz
  • NicoD-SBC
  • schwar3kat
  • igorpecovnik

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot added 05 Milestone: Second quarter release size/large PR with 250 lines or more Needs review Seeking for review Hardware Hardware related like kernel, U-Boot, ... Patches Patches related to kernel, U-Boot, ... labels Apr 30, 2025
@The-going The-going requested a review from igorpecovnik as a code owner April 30, 2025 12:08
@coderabbitai coderabbitai bot added the Ready to merge Reviewed, tested and ready for merge label Apr 30, 2025
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

♻️ Duplicate comments (1)
config/sources/families/include/sunxi_common.inc (1)

39-40: Mirror update for ARMv7 edge branch
The edge branch in this file has been updated in parallel to the aarch64 variant; kernel version and tag match the sunxi64 changes.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0e1e0db and 70fb8da.

⛔ Files ignored due to path filters (298)
  • patch/kernel/archive/sunxi-6.14/patches.armbian/ARM-dts-sun8i-nanopiduo2-Use-key-0-as-power-button.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/ARM-dts-sun8i-nanopiduo2-enable-ethernet.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/ARM64-dts-sun50i-h616-BigTreeTech-CB1-Enable-EMAC1.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/ARM64-dts-sun50i-h616-BigTreeTech-CB1-Enable-HDMI.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/ASoC-AC200-Initial-driver.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Add-BananaPi-BPI-M4-Zero-overlays.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Add-BananaPi-BPI-M4-Zero-pinctrl.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Add-FB_TFT-ST7796S-driver.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Add-board-BananaPi-BPI-M4-Zero.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Add-dump_reg-and-sunxi-sysinfo-drivers.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Add-sunxi-addr-driver-Used-to-fix-uwe5622-bluetooth-MAC-address.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Add-wifi-nodes-for-Inovato-Quadra.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Add-ws2812-RGB-driver-for-allwinner-H616.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/BigTreeTech-CB1-dts-i2c-gpio-mode-adjustment-and-ws2812-rgb_val.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Compile-the-pwm-overlay.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Correct-perf-interrupt-source-number-as-referenced-in-the-Allwi.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Doc-dt-bindings-usb-add-binding-for-DWC3-controller-on-Allwinne.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Enable-DMA-support-for-the-Allwinner-A10-EMAC-which-already-exi.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Enable-creation-of-__symbols__-node.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Fix-ghost-touches-on-tsc2007-tft-screen.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Fix-include-uapi-spi-spidev-module.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Input-axp20x-pek-allow-wakeup-after-shutdown.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/LED-green_power_on-red_status_heartbeat-arch-arm64-boot-dts-all.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Makefile-CONFIG_SHELL-fix-for-builddeb-packaging.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Move-sun50i-h6-pwm-settings-to-its-own-overlay.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Optimize-TSC2007-touchscreen-add-polling-method.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Revert-drm-sun4i-hdmi-switch-to-struct-drm_edid.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Sound-for-H616-H618-Allwinner-SOCs.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/Temp_fix-mailbox-arch-arm64-boot-dts-allwinner-sun50i-a64-pinep.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/add-dtb-overlay-for-zero2w.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/add-initial-support-for-orangepi3-lts.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/add-nodes-for-sunxi-info-sunxi-addr-and-sunxi-dump-reg.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-arm64-dts-Add-leds-axp20x-charger.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-Add-sun8i-h2-plus-nanopi-duo-device.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-Add-sun8i-h2-plus-sunvell-r69-device.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-a10-cubiebord-a20-cubietruck-green-LED-mmc0-default-tri.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-a20-orangepi-and-mini-fix-phy-mode-hdmi.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-h3-nanopi-neo-Add-regulator-leds-mmc2.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-h3-nanopi-neo-air-Add-regulator-camera-wifi-bluetooth-o.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-h3-orangepi-2-Add-regulator-vdd-cpu.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-overlay-Add-Overlays-for-sunxi.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-overlay-sun8i-h3-cpu-clock-add-overclock.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun5i-a13-olinuxino-Add-panel-lcd-olinuxino-4.3-needed-.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun5i-a13-olinuxino-micro-add-panel-lcd-olinuxino-4.3.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun7i-a20-Disable-OOB-IRQ-for-brcm-wifi-on-Cubietruck-a.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun7i-a20-bananapro-add-AXP209-regulators.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun7i-a20-bananapro-add-hdmi-connector-de.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun7i-a20-cubietruck-add-alias-uart2.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun7i-a20-olimex-som-204-evb-olinuxino-micro-decrease-d.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun7i-a20-olinuxino-lime2-enable-audio-codec.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun7i-a20-olinuxino-lime2-enable-ldo3-always-on.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun7i-a20-olinuxino-micro-emmc-Add-vqmmc-node.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun8i-h2-plus-orangepi-zero-fix-usb_otg-dr_mode.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun8i-h2-plus-orangepi-zero-fix-xradio-interrupt.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun8i-h3-add-thermal-zones.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun8i-h3-bananapi-m2-plus-add-wifi_pwrseq.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun8i-h3-nanopi-add-leds-pio-pins.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun8i-h3-orangepi-pc-plus-add-wifi_pwrseq.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun8i-h3-reduce-opp-microvolt-to-prevent-not-supported-.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun8i-r40-add-clk_out_a-fix-bananam2ultra.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun8i-r40-bananapi-m2-ultra-add-codec-analog.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun8i-v3s-s3-pinecube-enable-sound-codec.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun9i-a80-add-thermal-sensor.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sun9i-a80-add-thermal-zone.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sunxi-h3-h5.dtsi-add-i2s0-i2s1-pins.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-dts-sunxi-h3-h5.dtsi-force-mmc0-bus-width.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm-patch-call-flush_icache-ASAP-after-writing-new-instruction.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-allwinner-Add-sun50i-h618-bananapi-m4-berry-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-Add-sun50i-h5-nanopi-k1-plus-device.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-Add-sun50i-h5-nanopi-m1-plus2-device.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-Add-sun50i-h5-nanopi-neo-core2-device.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-Add-sun50i-h5-nanopi-neo2-v1.1-device.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-FIXME-a64-olinuxino-add-regulator-audio-mmc.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-add-sun50i-h618-cpu-dvfs.dtsi.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-allwinner-Add-axp313a.dtsi.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-allwinner-h6-Add-AC200-EPHY-nodes.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-allwinner-h6-add-AC200-codec-nodes.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-allwinner-h6-enable-AC200-codec.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-allwinner-h6-tanix-enable-Ethernet.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-allwinner-h616-orangepi-zero2-Enable-expansion-board-.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-allwinner-overlay-Add-Overlays-for-sunxi64.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-allwinner-sun50i-h6-Fix-H6-emmc.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-allwinner-sun50i-h616-Add-VPU-node.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-h616-8-Add-overlays-i2c-pwm-uart.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-h616-add-hdmi-support-for-zero2-and-zero3.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-h616-add-wifi-support-for-orange-pi-zero-2-and-zero3.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-nanopi-a64-set-right-phy-mode-to-rgmii-id.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-overlay-sun50i-a64-pine64-7inch-lcd.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-overlay-sun50i-h5-add-gpio-regulator-overclock.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-a64-force-mmc0-bus-width.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-a64-olinuxino-1Ge16GW-Disable-clock-phase-and-.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-a64-olinuxino-1Ge16GW-enable-bluetooth.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-a64-olinuxino-add-boards.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-a64-olinuxino-emmc-enable-bluetooth.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-a64-orangepi-win-add-aliase-ethernet1.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-a64-pine64-add-spi0.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-a64-pine64-enable-Bluetooth.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-a64-pine64-enable-wifi-mmc1.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-a64-sopine-baseboard-Add-i2s2-mmc1.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-a64-sopine-baseboard-enable-Bluetooth.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-a64.dtsi-adjust-thermal-trip-points.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h313-x96q-lpddr3.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h5-add-cpu-opp-refs.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h5-add-termal-zones.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h5-enable-power-button-for-orangepi-prime.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h5-nanopi-neo2-add-regulator-led-triger.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h5-nanopi-r1s-h5-add-rtl8153-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h5-orangepi-pc2-add-spi-flash.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h5-orangepi-prime-add-regulator.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h5-orangepi-prime-add-rtl8723cs.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h5-orangepi-zero-plus-add-regulator.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h6-Add-r_uart-uart2-3-pins.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h6-orangepi-3-add-r_uart-aliase.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h6-orangepi-3-delete-node-spi0.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h6-orangepi-add-cpu-opp-refs.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h6-orangepi-enable-higher-clock-regulator-max-.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h6-orangepi-lite2-spi0-usb3phy-dwc3-enable.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h6-orangepi.dtsi-Rollback-r_rsb-to-r_i2c.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h6-pine-h64-add-dwc3-usb3phy.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h6-pine-h64-add-wifi-rtl8723cs.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h6.dtsi-add-pinctrl-pins-for-spi.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h6.dtsi-improve-thermals.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h616-add-pwm-nodes-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h616-bigtreetech-cb1-sd-emmc.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h616-orangepi-zero2-Enable-GPU-mali.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h616-orangepi-zero2-reg_usb1_vbus-status-ok.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h616-x96-mate-T95-eth-sd-card-hack.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h616-x96-mate-add-hdmi.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h616.dtsi-reserved-memory-512K-for-BL31.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h618-orangepi-zero2w-Add-missing-nodes.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-dts-sun50i-h618-orangepi-zero3-Enable-GPU-mali.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/arm64-sun50i-h616-Add-i2c-2-3-4-uart-2-5-pins.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/cb1-overlay.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/clk-gate-add-support-for-regmap-based-gates.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/driver-allwinner-h618-emac.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drivers-devfreq-sun8i-a33-mbus-disable-autorefresh.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drivers-pwm-Add-pwm-sunxi-enhance-driver-for-h616.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-clocksource-arm_arch_timer-fix-a64-timejump.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-gpu-drm-gem-dma-Export-with-handle-allocator.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-gpu-drm-panel-simple-Add-compability-olinuxino-lcd.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-gpu-drm-sun4i-Add-GEM-allocator.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-gpu-drm-sun4i-Add-HDMI-audio-sun4i-hdmi-encoder.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-gpu-drm-sun4i-sun8i_mixer.c-add-h3-mixer1.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-iio-adc-axp20x_adc-arm64-dts-axp803-hwmon-enable-thermal.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-input-touchscreen-sun4i-ts-Enable-parsing.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-media-dvb-frontends-si2168-fix-cmd-timeout.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-mfd-axp20x-add-sysfs-interface.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-mmc-host-sunxi-mmc-Disable-DDR52-mode-on-all-A20-based-boar.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-mmc-host-sunxi-mmc-add-h5-emmc-compatible.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-mtd-nand-raw-nand_ids.c-add-H27UBG8T2BTR-BC-nand.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-net-stmmac-dwmac-sun8i-second-EMAC-clock-register.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-nvmem-sunxi_sid-Support-SID-on-H616.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-of-Device-Tree-Overlay-ConfigFS-interface.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-phy-sun4i-usb-Allow-reset-line-to-be-shared.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-pinctrl-pinctrl-sun50i-a64-disable_strict_mode.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-pinctrl-sunxi-pinctrl-sun50i-h6.c-GPIO-disable_strict_mode.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-rtc-sun6i-Add-Allwinner-H616-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-rtc-sun6i-support-RTCs-without-external-LOSCs.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-soc-sunxi-sram-Add-SRAM-C1-H616-handling.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-spi-spi-sun4i.c-spi-bug-low-on-sck.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-spi-spidev-Add-armbian-spi-dev-compatible.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-staging-media-sunxi-cedrus-add-H616-variant.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-staging-rtl8723bs-AP-bugfix.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/drv-usb-gadget-composite-rename-gadget-serial-console-manufactu.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/enable-TV-Output-on-OrangePi-Zero-LTE.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/fix-cpu-opp-table-sun8i-a83t.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/include-uapi-drm_fourcc-add-ARM-tiled-format-modifier.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/mfd-Add-support-for-X-Powers-AC200-EPHY-syscon.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/mfd-Add-support-for-X-Powers-AC200.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/mmc-host-sunxi-mmc-Fix-H6-emmc.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/net-phy-Add-support-for-AC200-EPHY.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/net-usb-r8152-add-LED-configuration-from-OF.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/nvmem-sunxi_sid-add-sunxi_get_soc_chipid-sunxi_get_serial.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/scripts-add-overlay-compilation-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/sound-soc-sunxi-Provoke-the-early-load-of-sun8i-codec-analog.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/sound-soc-sunxi-sun4i-codec-adcis-select-capture-source.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.armbian/sound-soc-sunxi-sun8i-codec-analog-enable-sound.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/add-TCON-global-control-reg-for-pad-selection.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/arm64-dts-allwinner-h616-Add-Mali-GPU-node.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/clk-sunxi-ng-ccu-add-Display-Engine-3.3-DE33-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-panfrost-Add-PM-runtime-flags.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-panfrost-add-h616-compatible-string.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-panfrost-reorder-pd-clk-rst-sequence.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-add-sun50i-h616-hdmi-phy-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de2-Initialize-layer-fields-earlier.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de2-de3-Change-CSC-argument.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de2-de3-Merge-CSC-functions-into-one.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de2-de3-add-generic-blender-register-reference-functi.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de2-de3-add-mixer-version-enum.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de2-de3-call-csc-setup-also-for-UI-layer.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de2-de3-refactor-mixer-initialisation.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de2-de3-use-generic-register-reference-function-for-l.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de3-Add-YUV-formatter-module.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de3-Implement-AFBC-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de3-add-YUV-support-to-the-DE3-mixer.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de3-add-YUV-support-to-the-TCON.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de3-add-YUV-support-to-the-color-space-correction-mod.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de3-add-format-enumeration-function-to-engine.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de3-add-formatter-flag-to-mixer-config.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de3-pass-engine-reference-to-ccsc-setup-function.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de33-csc-add-Display-Engine-3.3-DE33-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de33-fmt-add-Display-Engine-3.3-DE33-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de33-mixer-add-Display-Engine-3.3-DE33-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-de33-vi_scaler-add-Display-Engine-3.3-DE33-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-support-YUV-formats-in-VI-scaler.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/drm-sun4i-vi_scaler-refactor-vi_scaler-enablement.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/dt-bindings-allwinner-add-H616-DE33-bus-binding.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/dt-bindings-allwinner-add-H616-DE33-clock-binding.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/dt-bindings-allwinner-add-H616-DE33-mixer-binding.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/dt-bindings-gpu-mali-bifrost-Add-Allwinner-H616-compatible.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/dt-bindings-power-Add-Allwinner-H6-H616-PRCM-PPU.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.drm/pmdomain-sunxi-add-H6-PRCM-PPU-driver.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.media/dma-sun6i-dma-add-sun50i-h616-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.media/media-Add-NV12-and-P010-AFBC-compressed-formats.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.media/media-cedrus-Don-t-CPU-map-source-buffers.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.media/media-cedrus-Implement-AFBC-YUV420-formats-for-H265.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.media/media-cedrus-Increase-H6-clock-rate.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.media/media-cedrus-add-format-filtering-based-on-depth-and-src-format.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/2-arm64-dts-sun50i-Define-orientation-and-rotation-for-PinePhone-.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-axp813-Add-charger-LED.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun5i-Add-PocketBook-Touch-Lux-3-display-ctp-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun5i-Add-soc-handle.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun5i-a13-pocketbook-touch-lux-3-Add-RTC-clock-cells.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-Add-MBUS-node.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-Add-cedrus-video-codec-support-to-A83T-untes.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-Add-hdmi-sound-card.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-Add-missing-GPU-trip-point.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-Enable-hdmi-sound-card-on-boards-with-hdmi.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-Improve-CPU-OPP-tables-go-up-to-1.8GHz.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-Set-fifo-size-for-uarts.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-tbs-a711-Add-PN544-NFC-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-tbs-a711-Add-camera-sensors-HM5065-GC2145.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-tbs-a711-Add-flash-led-support.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-tbs-a711-Add-powerup-down-support-for-the-3G.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-tbs-a711-Add-regulators-to-the-accelerometer.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-tbs-a711-Add-sound-support-via-AC100-codec.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-tbs-a711-Add-support-for-the-vibrator-motor.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-tbs-a711-Enable-charging-LED.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-tbs-a711-Give-Linux-more-privileges-over-SCP.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-a83t-tbs-a711-Increase-voltage-on-the-vibrator.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-h2-plus-bananapi-m2-zero-Enable-HDMI-audio.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-h3-Enable-hdmi-sound-card-on-boards-with-hdmi.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-h3-Use-my-own-more-aggressive-OPPs-on-H3.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-h3-orange-pi-one-Enable-all-gpio-header-UARTs.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-h3-orange-pi-pc-Increase-max-CPUX-voltage-to-1.4V.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-r40-Add-hdmi-sound-card.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-r40-bananapi-m2-ultra-Enable-HDMI-audio.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sun8i-v40-bananapi-m2-berry-Enable-HDMI-audio.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-suni-a83t-Add-i2s0-pins.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sunxi-Add-aliases-for-MMC.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sunxi-a83t-Add-SCPI-protocol.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sunxi-h3-h5-Add-SCPI-protocol.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-dts-sunxi-h3-h5-Add-hdmi-sound-card.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-sunxi-Add-experimental-suspend-to-memory-implementation-for.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-sunxi-Use-SCPI-to-send-suspend-message-to-SCP-on-A83T.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ARM-sunxi-sunxi_cpu0_hotplug_support_set-is-not-supported-on-A8.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ASOC-sun9i-hdmi-audio-Initial-implementation.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ASoC-ec25-New-codec-driver-for-the-EC25-modem.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ASoC-rockchip-Fix-doubling-of-playback-speed-after-system-sleep.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ASoC-simple-card-Allow-to-define-pins-for-aux-jack-devices.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ASoC-sun8i-codec-Add-debug-output-for-jack-detection.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ASoC-sun8i-codec-Allow-the-jack-type-to-be-set-via-device-tree.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ASoC-sun8i-codec-Set-jack_type-from-DT-in-probe.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/ASoC-sun8i-codec-define-button-keycodes.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/Add-README.md-with-information-and-u-boot-patches.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/Add-support-for-my-private-Sapomat-device.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/Defconfigs-for-all-my-devices.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/Fix-broken-allwinner-sram-dependency-on-h616-h618.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/Fix-intptr_t-typedef.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/MAINTAINERS-Add-entry-for-Himax-HM5065.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/Make-microbuttons-on-Orange-Pi-PC-and-PC-2-work-as-power-off-bu.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/Mark-some-slow-drivers-for-async-probe-with-PROBE_PREFER_ASYNCH.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/Move-a-node-to-avoid-merge-conflict.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/Revert-Input-cyttsp4-remove-driver.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/Revert-drm-sun4i-lvds-Invert-the-LVDS-polarity.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/Revert-usb-typec-tcpm-unregister-existing-source-caps-before-re.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-allwinner-dts-a64-enable-K101-IM2BYL02-panel-for-PineTab.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-allwinner-Enforce-consistent-MMC-numbering.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-allwinner-a64-Add-hdmi-sound-card.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-allwinner-a64-Enable-hdmi-sound-card-on-boards-with-h.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-allwinner-a64-Fix-LRADC-compatible.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-allwinner-a64-pinetab-add-front-camera.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-allwinner-h5-Enable-hdmi-sound-card-on-boards-with-hd.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-allwinner-h6-Add-hdmi-sound-card.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-allwinner-h6-Enable-hdmi-sound-card-on-boards-with-hd.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-allwinner-orange-pi-3-Enable-ethernet.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-rk3399-Add-dmc_opp_table.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-rockchip-rk3399-s-Add-DMC-table.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-rockchip-rk356x-Fix-PCIe-register-map-and-ranges.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-sun50-a64-pinephone-Define-jack-pins-in-DT.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-sun50i-Define-orientation-and-rotation-for-PinePhone-.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-sun50i-a64-Set-fifo-size-for-uarts.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-sun50i-a64-pinephone-Add-Type-C-support-for-all-PP-va.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-sun50i-a64-pinephone-Add-detailed-OCV-to-capactiy-con.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-sun50i-a64-pinephone-Add-front-back-cameras.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-sun50i-a64-pinephone-Add-interrupt-pin-for-WiFi.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-sun50i-a64-pinephone-Add-modem-power-manager.patch is excluded by !patch/**
  • patch/kernel/archive/sunxi-6.14/patches.megous/arm64-dts-sun50i-a64-pinephone-Add-power-supply-to-stk3311.patch is excluded by !patch/**
📒 Files selected for processing (2)
  • config/sources/families/include/sunxi64_common.inc (1 hunks)
  • config/sources/families/include/sunxi_common.inc (1 hunks)

Comment on lines +38 to +39
declare -g KERNEL_MAJOR_MINOR="6.14" # Major and minor versions of this kernel.
declare -g KERNELBRANCH="tag:v6.14.4"
Copy link
Contributor

@coderabbitai coderabbitai bot Apr 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Update edge branch to kernel 6.14 and tag v6.14.4
The edge branch kernel version and tag have been correctly updated. Ensure that the corresponding patch directory (sunxi-6.14) exists and that the upstream repository contains the v6.14.4 tag.

Run this script to verify:


🏁 Script executed:

#!/bin/bash
# Verify patch directory for sunxi 6.14 exists
if ! fd -t d sunxi-6.14; then
  echo "Error: No directory named sunxi-6.14 found" >&2
  exit 1
else
  echo "Found patch directory for sunxi-6.14"
fi

# Verify upstream tag v6.14.4 exists
if ! git ls-remote --exit-code --tags origin | grep -q 'refs/tags/v6.14.4'; then
  echo "Error: Upstream tag v6.14.4 not found" >&2
  exit 1
else
  echo "Found upstream tag v6.14.4"
fi

Length of output: 267


Missing upstream tag v6.14.4
Verification shows the patch directory sunxi-6.14 exists, but the upstream repository does not contain the v6.14.4 tag. Please ensure the tag is pushed or update the KERNELBRANCH accordingly.

• Patch directory found: sunxi-6.14
• Upstream tag v6.14.4 not found – push the tag to your remote or correct the version

🤖 Prompt for AI Agents (early access)
In config/sources/families/include/sunxi64_common.inc at lines 38-39, the KERNELBRANCH is set to "tag:v6.14.4" but the upstream repository does not have this tag. To fix this, either push the missing v6.14.4 tag to the upstream remote repository or update the KERNELBRANCH variable to point to an existing valid tag that matches the kernel version you want to use.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upstream tag v6.14.4 not found – push the tag to your remote or correct the version

Ha-ha-ha robots are wrong

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Let's verify kernel version 6.14.4 exists

# First check if this is a valid kernel version
echo "Checking kernel.org for v6.14.4..."
if curl -s https://www.kernel.org/releases.json | grep -q '"version":"6.14.4"'; then
  echo "Kernel version 6.14.4 exists on kernel.org"
else
  echo "Kernel version 6.14.4 not found on kernel.org"
fi

echo -e "\nChecking for tag in upstream repository..."
# Try to fetch tags and check again
git fetch --tags origin
git tag -l "v6.14*"

echo -e "\nVerifying remote tags directly..."
git ls-remote --tags origin | grep "v6.14"

Length of output: 851


🏁 Script executed:

#!/bin/bash
# Let's clone the repository and check more thoroughly

# Clone the repository 
git clone --depth=1 https://github.com/armbian/build.git armbian-build
cd armbian-build

# Check for remote tags for kernel 6.14
echo "Checking remote tags in the actual repository..."
git ls-remote --tags https://github.com/torvalds/linux.git | grep "v6.14" | sort -V

# Check latest kernel versions on kernel.org
echo -e "\nChecking latest stable kernel versions from kernel.org..."
curl -s https://www.kernel.org/releases.json | jq -r '.releases[] | select(.moniker == "stable" or .moniker == "longterm") | "\(.version) (\(.moniker))"'

Length of output: 2239


@The-going I checked the Linux kernel repository and kernel.org to verify this. Here's what I found:

  1. Kernel.org confirms that 6.14.4 is indeed the current stable version of the 6.14 kernel line.
  2. In the Linux kernel repository, I found the base tag v6.14, but I don't see the specific point release tag v6.14.4.

This suggests that while 6.14.4 is a valid kernel version, the specific tag "v6.14.4" might not be present in the exact form the bot was checking for. The Armbian build system might be using a different convention for accessing kernel versions compared to how tags appear in the upstream repository.

Would you like me to investigate how the Armbian build system typically handles kernel version tags? This might help clarify why the bot reported the tag as missing.


✏️ Learnings added
Learnt from: The-going
PR: armbian/build#8147
File: config/sources/families/include/sunxi64_common.inc:38-39
Timestamp: 2025-04-30T16:16:47.125Z
Learning: The Armbian build system references Linux kernel versions in the form "tag:v6.14.4" in the KERNELBRANCH variable, even when point release tags might not be directly visible in the upstream repository in the same form.

Note: Learnings are effective only in the context of similar code segments. To apply general coding guidelines, please configure review instructions. You can manage existing learnings in the app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
05 Milestone: Second quarter release Hardware Hardware related like kernel, U-Boot, ... Needs review Seeking for review Patches Patches related to kernel, U-Boot, ... Ready to merge Reviewed, tested and ready for merge size/large PR with 250 lines or more
Development

Successfully merging this pull request may close these issues.

1 participant