Added len attribute.
[cascardo/kernel/samples/char2/.git] / hellochar.c
2010-05-24 Thadeu Lima de Sou... Added len attribute. device
2010-05-24 Thadeu Lima de Sou... Create a class and a device.
2010-05-24 Thadeu Lima de Sou... Use completion. queue
2010-05-21 Thadeu Lima de Sou... Fix exit module, releasing the right pointer to the...
2010-05-21 Thadeu Lima de Sou... Use a circular buffer.
2010-05-20 Thadeu Lima de Sou... Use mutex. master
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.