cascardo/kernel/samples/char2/.git
2010-05-20 Thadeu Lima... Using udelay to busy wait for about 10 seconds. time
2010-05-20 Thadeu Lima... Wait 5 seconds testing for jiffies. relax
2010-05-20 Thadeu Lima... Use spinlock to busy wait.
2010-05-20 Thadeu Lima... Use mutex. master
2010-05-20 Thadeu Lima... USe interruptible version of down.
2010-05-20 Thadeu Lima... Added user space program to loop reading hello device.
2010-05-20 Thadeu Lima... Serialize access to global structure using semaphore.
2010-05-19 Thadeu Lima... Check truncate and append flags.
2010-05-19 Thadeu Lima... Use global buffer.
2010-05-19 Thadeu Lima... Write function.
2010-05-19 Thadeu Lima... Allocate buffer when opening and added release function.
2010-05-19 Thadeu Lima... Added read function.
2010-05-19 Thadeu Lima... Do not kfree after cdev_del, which already does kfree...
2010-05-19 Thadeu Lima... Create char device.
2010-05-19 Thadeu Lima... Allocate device number dynamically.
2010-05-19 Thadeu Lima... Register number of devices.