Thanks all for your suggestions. @Ezequiel I am currently working on v4l2 driver. Specific stuff i have googled it and the information for me is adequate. My question is kind of generic. To be a good kernel programmer, are there any must reads? Ex: For computer architecture guys, this <http://www.amazon.com/Computer-Architecture-Fifth-Edition-Quantitative/dp/012383872X/ref=dp_ob_title_bk>is highly recommended. Thanks, Manty On Wed, Jun 6, 2012 at 1:26 AM, Ezequiel Garcia <elezegarcia@gmail.com>wrote:
On Tue, Jun 5, 2012 at 7:42 AM, manty kuma <mantykuma@gmail.com> wrote:
Hi,
TO enhance kernel level terminologies, different coding standards and styles of coding inside Linux kernel (or drivers that need to be written for Linux kernel)are there any good references. Kind of MUST reads for linux kernel programmers.?
What *kind* (audio, video, etc) of driver are you looking forward to write? Each subsystem is different, and in some cases, there is specific documentation available.
Regards, Ezequiel.