-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
rockchip64: bump edge to 6.15 #8217
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
Conversation
""" WalkthroughThis change updates kernel version variables and branch references from "6.14" to "6.15" across multiple configuration files for various board families and branches. It also updates the kernel branch tag for the 6.15 version from "tag:v6.15-rc1" to "tag:v6.15-rc7". In the kernel configuration for Rockchip64, the Synopsys HDMI receiver driver is now set to load a default EDID. Additionally, several Realtek wireless driver functions are updated with new commit hashes, repository URLs, and a new conditional patch is applied for kernel version 6.15 and above. Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (292)
📒 Files selected for processing (7)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (6)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed 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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This is on-top-of and contains #8206 -- turns out I found some time for the rockchip64-specific wifi drivers. It was just (a lot more of) the timer api changes @domin144 I did not have time (much less skills) for the usual rockchip64 churn -- I just dropped the patches that didn't apply, blindly. Thus the @paolosabatino I've dropped @timsurber I also reworked the CM3588 HDMIRX DT patch for the version that landed in mainline, and enabled the default EDID .config option. With that I got working VLC with a 1080p source with |
From a quick look and guts feel I'd say most dropped rk3588 patches contain stuff that has been upstreamed. So not much worries here. |
412b7dd
to
598eff2
Compare
Added DT patch for HDMI-In for NanoPC T6 (-LTS). @timsurber mentioned one needs updated/mainline ATF for this to work, if that's the case I'll send it separately. (We already have it for CM3588-NAS). |
Co-authored-by: Ricardo Pardini <ricardo@pardini.net> (rewrite/rebase)
- time flies.
… domin144's fork - there's a fork under Armbian org now for this driver
- just a ton of hackfixes ref torvalds/linux@e4c4165
…tory, build round)
- just hackfixes ref torvalds/linux@e4c4165
- rockchip64-6.15: drop pre-mainline HDMIRX DT patch for CM3588
…FAULT_EDID` From the Kconfig: ``` Preload default EDID (Extended Display Identification Data) branded by Linux Foundation that exposes display modes up to 4k@30Hz, which have best compatibility with HDMI transmitters. Enabling this option is recommended for a non-production use-cases. It will make driver usable out-of-the-box. For a higher display modes you will need to load customized EDID from userspace using v4l2-ctl tool or by other means. Without enabling this option driver will be practically non-functional until EDID will be loaded from userspace. Which is a wanted behavior when using this driver in a commercial product that should utilize own branded EDID. ```
598eff2
to
e1117e0
Compare
@rpardini did i manage to generate merge conflicts ? :( |
Yes. I'm not gonna re-do this, sorry. |
rockchip64: bump edge to 6.15
hwmon-emc2305-fixups-for-driver.patch
for 6.15Co-authored-by: Ricardo Pardini ricardo@pardini.net (rewrite/rebase)
rc1
->rc6
wip/sc8280xp-6.15-rc6
armbian/rtl8723ds
instead of domin144's forkrc6
->rc7
VIDEO_SYNOPSYS_HDMIRX_LOAD_DEFAULT_EDID
From the Kconfig: