-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
rockchip64: update tm16xx driver from kernel mailing list #8679
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 configuration for rockchip64-edge by splitting TM16XX support into separate I2C and SPI options (adding CONFIG_TM16XX_I2C and CONFIG_TM16XX_SPI, removing CONFIG_TM16XX) and switches LED trigger timer (CONFIG_LEDS_TRIGGER_TIMER) from module to built-in. Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
⛔ Files ignored due to path filters (3)
📒 Files selected for processing (1)
🔇 Additional comments (2)
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. Comment |
|
✅ This PR has been reviewed and approved — all set for merge! |
Description
tm16xx auxiliary display led driver has been submitted to kernel mailing lists for upstreaming process. It received several modifications from kernel maintainers; this PR updates the patch within rockchip64 edge archive with the most up to date driver.
Mostly for tvboxes which have a front panel led display, but any board can benefit since display chips communicate via I2C/SPI bus.
Also "promote" timer led trigger from module to built-in.
How Has This Been Tested?
Checklist: