jammulak
jammulak

Reputation: 65

how to submit driver development to kernel git

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

Answers (1)

Mat
Mat

Reputation: 206861

Please look in your kernel Documentation/ directory and read:

(and CodingStyle while you're at it).

Upvotes: 2

Related Questions