getting started with device drivers

mahesh j pawar
hi everyone,
 I am new  to linux and i want to learn device drivers so for developing
drivers for frindlyarm mini2440  can any one guide me on how to develop
drivers on PC and insert it dynamically using insmod command

bone88
Hi,
A lot of driver (Adc, ts, pwm, buzzer, etc...) are included in the kernel
can be downloaded from:
http://www.friendlyarm.net/dl.php?file=linux-2.6.32.2-mini2440_20100609.tgz
For a good book read: Linux device driver 3rd Edition

mahesh j pawar
hi thank u for ur reply but how can i write and compile drivers on pc and
just check the module by inserting it dynamically using insmod rather then
compiling it with the kernel and then checking it as it would be very long
process

mahesh j pawar
hi,
  how can i write and compile drivers on pc and
just check the module by inserting it dynamically using insmod rather then
compiling it with the kernel and then checking it as it would be very long
process