raspberrypi / linux

Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
Other
11.2k stars 5.03k forks source link

Adding Pimidi kernel module. #6482

Closed gtrainavicius closed 4 days ago

gtrainavicius commented 5 days ago

Submitting a new kernel module and its DT overlay for an upcoming Blokas product.

pelwell commented 5 days ago

Let the auto-builds complete to look for any obvious problems before submitting any changes, but we would appreciate this PR being split into 3 commits: driver (including Kconfig and Makefile), defconfig files, and the overlay files.

pelwell commented 5 days ago

Note: We're not bothered about long lines in overlays, required changes to the list of MAINTAINERS, or new compatible strings requiring dt-bindings changes, but the other checkpatch errors and warnings should be fixed.

gtrainavicius commented 4 days ago

I have split out the changes into the 3 commits as requested, as well as fixed the patch checks. Some warnings about pr_cont and a logging macro remain, but they are harmless for the module code.

gtrainavicius commented 4 days ago

Thank you! :)