8000 rockchip64: bump edge to 6.16-rc3 by EvilOlaf · Pull Request #8328 · armbian/build · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rockchip64: bump edge to 6.16-rc3 #8328

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

Merged
merged 4 commits into from
Jun 24, 2025
Merged

Conversation

EvilOlaf
Copy link
Member

Description

Supersedes #8312
I rebuilt from scratch due to merge conflicts and lacking skills to handle them properly.

Maybe somebody want to pick this up from here, dealing with the yet-to-fix things.

Watch out for patches suffixed .disabled !

How Has This Been Tested?

  • build test

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

amazingfate and others added 2 commits June 24, 2025 04:14
These patches can get deleted after merged upstream.
@github-actions github-actions bot added size/large PR with 250 lines or more 08 Milestone: Third quarter release Needs review Seeking for review Hardware Hardware related like kernel, U-Boot, ... Framework Framework components Patches Patches related to kernel, U-Boot, ... labels Jun 24, 2025
Copy link
Contributor
coderabbitai bot commented Jun 24, 2025

Walkthrough

This change updates the kernel version in the Rockchip64 family configuration from 6.15 to 6.16 and advances the mainline kernel branch tag from "v6.16-rc1" to "v6.16-rc3". It also modifies the network driver patching script to apply new patches for Realtek and Unisoc wireless drivers when building against kernel version 6.16 or later. The changes are limited to variable assignments, informational messages, and conditional patch logic based on kernel version, without altering the overall logic or exported entities.

Possibly related PRs

Suggested labels

ready to merge

Suggested reviewers

  • amazingfate
  • igorpecovnik
  • rpardini
✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate Unit Tests
  • Create PR with Unit Tests
  • Post Copyable Unit Tests in Comment

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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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 auto-generate unit tests to generate unit tests for 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.

@amazingfate
Copy link
Contributor

hevc disabled. It leaves to consider dropping all these media patches and use these instead: https://gitlab.collabora.com/hardware-enablement/rockchip-3588/linux/-/commits/add-rkvdec2-driver-vdpu383-hevc?ref_type=heads

Just FYI collabora is working on adding rkvdec2 decoder with H264/HEVC support to the current rkvdec driver(used on rk33xx):
https://gitlab.collabora.com/detlev/linux/-/tree/add-vdpu381-and-383-to-rkvdec

And there are some patches sent: https://patchwork.kernel.org/project/linux-rockchip/cover/20250623160722.55938-1-detlev.casanova@collabora.com/

@EvilOlaf
Copy link
Member Author

Do you want to pick this up from here? I don't feel confident to figure out this media stuff which patches to use (or even test them afterwards) or drop 'em all and wait for mainline. It seems like that's the only thing left to figure besides Paolos driver.

@amazingfate
Copy link
Contributor

Do you want to pick this up from here? I don't feel confident to figure out this media stuff which patches to use (or even test them afterwards) or drop 'em all and wait for mainline. It seems like that's the only thing left to figure besides Paolos driver.

It's fine to drop the current rkvdec2 patches now. I will add the new series later.

@coderabbitai coderabbitai bot added the Ready to merge Reviewed, tested and ready for merge label Jun 24, 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

🧹 Nitpick comments (4)
config/sources/mainline-kernel.conf.sh (1)

10-13: Update the stale “rc1” reference in the TODO comment.

The code now sets KERNELBRANCH to tag:v6.16-rc3, but the preceding @TODO still talks about rolling over to “MAJOR.MINOR-rc1”. Adjusting that comment avoids future confusion.

lib/functions/compilation/patch/drivers_network.sh (3)

81-83: Gate the v6.16 patch on ≥ 6.16 to avoid spurious patch failures.

wireless-rtl8189es-Fix-v6.16.patch is applied unconditionally. On kernels < 6.16 the hunk may fail and break the build.
Wrap it in a version check, mirroring the approach used elsewhere in the script.

+       if linux-version compare "${version}" ge 6.16; then
         process_patch_file "${SRC}/patch/misc/wireless-rtl8189es-Fix-v6.16.patch" "applying"
+       fi

171-174: Same unconditional application issue for rtl8192eu v6.16 patch.

Recommend the same guarding pattern as above to keep pre-6.16 builds safe.


681-683: Add version guard for rtl8723ds v6.16 patch.

As with the other Realtek drivers, wrapping this in a ge 6.16 block will prevent unnecessary patch attempts on earlier kernels.

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 530fbc8 and ba556e4.

⛔ Files ignored due to path filters (271)
  • patch/kernel/archive/rockchip64-6.15/general-clk-rockchip-rk3568-Add-PLL-rate-for-33.3MHz.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.15/general-rockchip-overlays.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.15/general-v4l2-rkvdec-00-fixes.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.15/rk3588-1010-arm64-dts-rock-5b-Slow-down-emmc-to-hs200-and-add-ts.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.15/rk3588-1053-board-nanopc-t6-hdmi1-and-audio-support.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/0000.patching_config.yaml is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/add-board-helios64.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-firefly-rk3399-dts.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-helios64-dts-fix-stability-issues.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-helios64-remove-pcie-ep-gpios.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-nanopc-t4-add-typec-dp.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-nanopi-m4v2-dts-add-sound-card.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-nanopi-r2c-plus.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-nanopi-r2s.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-nanopi-r3s-fix-leds.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-nanopi-r4s-pwmfan.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-odroidm1-add-nodes-for-i2c-pwm-uart-spi.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-odroidm2-fix-for-ethernet.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-orangepi-r1-plus.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-orangepi-rk3399-pcie.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-orangepi3b-add-uwe5622-wifi-bt-nodes.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-pbp-add-dp-alt-mode.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-radxa-e25-sdmmc0-fix.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-radxa-e25-usb3-and-emmc-fix.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rk3328-roc-cc-dts-enable-dmc.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rk3328-roc-cc-dts-ram-profile.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rk3328-roc-pc-dts-ram-profile.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rk3328-roc-pc.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rock3a-0001-emmc-sfc.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rock3a-0002-usb3.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rock3a-0003-add-gpio-names.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rock64-mail-supply.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rockpi3-enable-dmc.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rockpi4-0003-arm64-dts-pcie.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rockpie-0001-arm64-dts-rockchip-fix-gmac-PHY-attach-error.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rockpis-dts-fixes.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rockpro64-0001-Add-pcie-bus-scan-delay.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rockpro64-change-rx_delay-for-gmac.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rockpro64-fix-emmc.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rockpro64-fix-spi1-flash-speed.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rockpro64-work-led-heartbeat.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-rocks0.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-station-m2.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/board-station-p2.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/drv-spi-spidev-remove-warnings.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3308-sakurapi-rk3308b.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3318-box.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3328-heltec.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3328-mksklipad50.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3328-mkspi.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3328-nanopi-neo3-rev02.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3328-nanopi-r2-rev00.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3328-nanopi-r2-rev06.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3328-nanopi-r2-rev20.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3328-nanopi-r2s-plus-rev00.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3328-z28pro.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3399-am40.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3399-fine3399.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3399-nanopi-m4v2.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3399-nanopi-r4se.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3399-orangepi-4-lts.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3399-orangepi-4.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3399-rock-pi-4.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3399-tinker-2.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3399-xiaobao-nas.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3566-h96-tvbox.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3566-jp-tvbox.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3566-nanopi-r3s-lts.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3566-panther-x2.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3568-hinlink-h66k.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3568-hinlink-h68k.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3568-hinlink-hnas.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3568-mixtile-edge2.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3568-yy3568.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3588-bananapi-m7.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3588-cyber-aib.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3588-hinlink-h88k.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3588-mixtile-blade3.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3588-rock-5b-plus.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3588s-nanopi-m6.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/dt/rk3588s-youyeetoo-r1.dts is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-add-hdmi-mks-ips50-resolutions.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-add-miniDP-dt-doc.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-add-miniDP-virtual-extcon.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-add-overlay-compilation-support.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-add-overlay-configfs.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-add-panel-simple-dsi.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-add-pll-hdmi-timings.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-add-xtx-spi-nor-chips.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-cryptov1-trng.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-disable-mtu-validation.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-driver-tm16xx-led-driver.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-drm-rockchip-Set-dma-mask-to-64-bit.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-fix-es8316-kernel-panic.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-fix-mmc-signal-voltage-before-reboot.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-hdmi-clock-fixes.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-increase-spdif-dma-burst.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-increasing_DMA_block_memory_allocation_to_2048.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-pl330-01-fix-periodic-transfers.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-pl330-02-add-support-for-interleaved-transfers.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-pl330-04-bigger-mcode-buffer.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-pl330-05-fix-unbalanced-power-down.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-pl330-06-fix-buffer-underruns.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-possibility-of-disabling-rk808-rtc.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-rk3328-dtsi-trb-ent-quirk.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-rk808-configurable-switch-voltage-steps.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-rockchip-overlays.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-rt5651-add-mclk.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-st7796-driver.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-v4l2-iep-driver.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-v4l2-rkvdec-00-fixes.disabled is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-v4l2-rkvdec-01-vp9.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-v4l2-rkvdec-02-hevc.disabled is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/general-workaround-broadcom-bt-serdev.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/kernel-6.8-tools-cgroup-makefile.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/media-0001-Add-rkvdec2-Support-v3.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/media-0002-v4l2-core-Initialize-h264-frame_mbs_only_flag-.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/media-0003-rk3568-disable-hantro-h264.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/net-usb-r8152-add-LED-configuration-from-OF.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/Makefile is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/README.rockchip-overlays is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/hinlink-h88k-240x135-lcd.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rk3308-b@1.3ghz.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rk3308-bs.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rk3308-bs@1.3ghz.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rk3308-emmc.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rk3308-pcm5102a.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rk3308-s0-ext-antenna.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rk3308-sdio@10mhz.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rk3308-sdio@4mhz.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-fixup.scr-cmd is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3318-box-cpu-hs.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3318-box-emmc-ddr.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3318-box-emmc-hs200.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3318-box-led-conf1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3318-box-led-conf2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3318-box-led-conf3.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3318-box-led-conf4.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3318-box-led-conf5.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3318-box-wlan-ap6330.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3318-box-wlan-ap6334.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3318-box-wlan-ext.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3328-i2c0.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3328-i2s1-pcm5102.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3328-mksklipad50-enable-rtc-end1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3328-mksklipad50-enable-v4l2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3328-mkspi-disable-lcd-spi.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3328-opp-1.4ghz.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3328-opp-1.5ghz.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3328-spi-spidev.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3328-uart1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3399-dwc3-0-host.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3399-i2c7.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3399-i2c8.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3399-opp-2ghz.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3399-pcie-gen2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3399-spi-jedec-nor.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3399-spi-spidev.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3399-uart4.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3399-w1-gpio.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3566-sata2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3568-hk-i2c0.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3568-hk-i2c1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3568-hk-pwm1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3568-hk-pwm2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3568-hk-pwm9.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3568-hk-spi-spidev.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3568-hk-uart0-rts_cts.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3568-hk-uart0.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3568-hk-uart1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3568-nanopi-r5c-leds.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3568-nanopi-r5s-leds.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3568-rock-3a-disable-uart2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-fanctrl.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-hdmirx.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-i2c8-m2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-nanopi-m6-spi-nor-flash.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm0-m0.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm0-m1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm0-m2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm1-m0.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm1-m1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm1-m2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm10-m0.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm11-m0.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm11-m1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm12-m0.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm13-m0.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm13-m2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm14-m0.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm14-m1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm14-m2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm15-m0.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm15-m1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm15-m2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm15-m3.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm2-m1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm3-m0.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm3-m1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm3-m2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm3-m3.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm5-m2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm6-m0.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm6-m2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm7-m0.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm7-m3.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-pwm8-m0.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-rkvenc-overlay.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-sata1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-sata2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-uart1-m1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-uart3-m1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-uart4-m2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-uart6-m1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-uart7-m2.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rk3588-uart8-m1.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rockpi4cplus-usb-host.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-rockpro64-lcd.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/overlay/rockchip-sakurapi-rk3308b-ws2812.dtso is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/regulator-add-fan53200-driver.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3308-0001-pinctrl-slew-mux.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3308-add-gmac-alias.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3308-add-missing-i2s-controllers.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3308-add-tsadc-driver.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3308-dts-legacy-cryptov2.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3308-dts-thermal-zones.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3308-fix-uart-dma.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3308-internal-rgb-lcdc.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3308-vop-output.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3328-add-dmc-driver.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3328-add-rga-node.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3328-dtsi-mali-opp-table.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3328-dtsi-spdif.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3328-dtsi-usb3-reset-properties.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3328-gpu-cooling-target.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3328-roc-cc-add-missing-nodes.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3399-add-sclk-i2sout-src-clock.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3399-dmc-polling-rate.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3399-enable-dwc3-xhci-usb-trb-quirk.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3399-fix-pci-lanes.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3399-fix-pci-phy.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3399-fix-usb-phy.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3399-rp64-pcie-Reimplement-rockchip-PCIe-bus-scan-delay.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3399-sd-drive-level-8ma.patch is excluded by !patch/**
  • patch/k 8000 ernel/archive/rockchip64-6.16/rk3399-sd-pwr-pinctrl.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3399-unlock-temperature.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk356x-add-rkvdec2-support.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-0010-fix-clk-divisions.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-0011-irqchip-fix-its-timeout-issue.patch.bak is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-0025-add-missing-op-nodes.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-1010-arm64-dts-rock-5b-Slow-down-emmc-to-hs200.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-1040-board-khadas-edge2-add-nodes.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-1041-board-khadas-edge2-mcu.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-1051-board-nanopc-t6-fan-support.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-1052-board-nanopc-t6-fix-usb3-a.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-1063-arm64-dts-rockchip-Enable-automatic-fan-control-on-t.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-1064-arm64-dts-rockchip-Add-missing-hym8563-clock-frequen.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-1072-arm64-dts-rockchip-add-AP6275P-wifi-to-Orange-Pi-5B.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-1080-arm64-dts-rockchip-add-USB3-support-to-NanoPi-R6-ser.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-1090-arm64-dts-rockchip-Enable-HDMI-receiver-on-CM3588-NAS.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-1091-arm64-dts-rockchip-Enable-HDMI-receiver-on-NanoPC-T6.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-1100-arm64-dts-rockchip-opi5-max-add-2nd-hdmi.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk3588-1101-arm64-dts-rockchip-opi5-max-add-hdmi-sound.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/rk35xx-montjoie-crypto-v2-rk35xx.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/wifi-4003-add-bcm43342-chip.patch is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/wifi-4003-ssv-6051-driver.disabled is excluded by !patch/**
  • patch/kernel/archive/rockchip64-6.16/wifi-4004-ssv6051-fix-build-for-6.15-del_timer_sync-timer_dele.disabled is excluded by !patch/**
  • patch/misc/wireless-rtl8189es-Fix-v6.16.patch is excluded by !patch/**
  • patch/misc/wireless-rtl8192eu-Fix-v6.16.patch is excluded by !patch/**
  • patch/misc/wireless-rtl8723ds-Fix-v6.16.patch is excluded by !patch/**
  • patch/misc/wireless-uwe5622/uwe5622-v6.16.patch is excluded by !patch/**
📒 Files selected for processing (3)
  • config/sources/families/include/rockchip64_common.inc (1 hunks)
  • config/sources/mainline-kernel.conf.sh (1 hunks)
  • lib/functions/compilation/patch/drivers_network.sh (4 hunks)
🔇 Additional comments (1)
config/sources/families/include/rockchip64_common.inc (1)

35-38: Edge-branch kernel bump looks correct.

KERNEL_MAJOR_MINOR is now aligned with the rest of the PR (6.16). No further concerns on this line.

@paolosabatino
Copy link
Contributor

@EvilOlaf hello, I got sick of ssv6051 driver, which is there only for some tvboxes. I will create a repository elsewhere for that. Those people who need it, will compile and sort issues by themselves. You have my blessing to remove it.

@amazingfate
Copy link
Contributor

Built and boot on rock5b, LGTM.

@github-actions github-actions bot removed the Ready to merge Reviewed, tested and ready for merge label Jun 24, 2025
@EvilOlaf
Copy link
Member Author

Anyone available to test against rk33xx ?

@paolosabatino
Copy link
Contributor

Anyone available to test against rk33xx ?

Can do this!

@paolosabatino
Copy link
Contributor

All fine on rk3399 (orangepi4 lts) and rk3328 (a tvbox). dmesg does not report any crash dump or other nasty things. Both devices boot, both devices show emmc/sdcard, ethernet and wifi.

Looks fine to me, thanks!

@EvilOlaf
Copy link
Member Author

Awesome. Let's do it.

@EvilOlaf EvilOlaf merged commit fa9302f into armbian:main Jun 24, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
08 Milestone: Third quarter release Framework Framework components Hardware Hardware related like kernel, U-Boot, ... Needs review Seeking for review Patches Patches related to kernel, U-Boot, ... size/large PR with 250 lines or more
Development

Successfully merging this pull request may close these issues.

3 participants
0