USe interruptible version of down.
[cascardo/kernel/samples/char2/.git] / hellochar.c
2010-05-20 Thadeu Lima de Sou... USe interruptible version of down.
2010-05-20 Thadeu Lima de Sou... Serialize access to global structure using semaphore.
2010-05-19 Thadeu Lima de Sou... Check truncate and append flags.
2010-05-19 Thadeu Lima de Sou... Use global buffer.
2010-05-19 Thadeu Lima de Sou... Write function.
2010-05-19 Thadeu Lima de Sou... Allocate buffer when opening and added release function.
2010-05-19 Thadeu Lima de Sou... Added read function.
2010-05-19 Thadeu Lima de Sou... Do not kfree after cdev_del, which already does kfree...
2010-05-19 Thadeu Lima de Sou... Create char device.
2010-05-19 Thadeu Lima de Sou... Allocate device number dynamically.
2010-05-19 Thadeu Lima de Sou... Register number of devices.