Reputation: 65
I am developing a Linux kernel driver as module, this consists of driver 'C' files, header files and modification of Makefiles
in drivers/misc/
.
How can I submit my development work to kernel GIT?
I assume that I have to make a patch which contains all the files related to my development.
Upvotes: 0
Views: 239
Reputation: 206861
Please look in your kernel Documentation/
directory and read:
(and CodingStyle
while you're at it).
Upvotes: 2