LDT - Linux Driver Template
From: Constantine Shulyupin <hidden>
Date: 2012-09-26 11:03:50
Hi I develop template of Linux driver. It can be used as sample for Linux driver development beginners and starting point for development of new drivers. The driver uses following Linux facilities: module, platform driver, file operations (read/write, mmap, ioctl, blocking and non-blocking mode, polling), kfifo, completion, interrupt, tasklet, work, kthread, timer, misc device, proc fs, UART 0x3f8, HW loopback, SW loopback Readme and sources: https://github.com/makelinux/ldt/blob/master/README.md To run driver with test script just run: git clone git://github.com/makelinux/ldt.git && cd ldt && ./ldt-test You feedback, suggestions, discussions, recommendations patched will be greatly appreciated! Thanks -- Constantine Shulyupin http://www.MakeLinux.com/ Embedded Linux Systems, Device Drivers, TI DaVinci