summaryrefslogtreecommitdiffstats
path: root/scull/main.c
Commit message (Collapse)AuthorAgeFilesLines
* scull: main | pipe : Fix coding styleLuis Ortega Perez de Villar2013-07-191-10/+10
| | | | | Replace white space indentation introduced with the previous patch with 8 characters width TABs to comply with the kernel coding style.
* Don't use create_proc_entry() and create_proc_read_entry()Luis Ortega Perez de Villar2013-07-191-43/+46
| | | | | | Don't use create_proc_entry() and create_proc_read_entry() as they are deprecated, but rather use proc_create() and proc_create_data() respectively and seq_file instead.
* scull: Remove desintegrated asm/system.h headerJavier Martinez Canillas2012-05-061-1/+0
| | | | Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
* scull: Change scull_ioctl signatureJavier Martinez Canillas2011-01-081-2/+1
|
* scull: BKL ioctl pushdown API change and use sema_init() instead init_MUTEX()Javier Martinez Canillas2011-01-081-4/+4
|
* scull: main: Removes obsolete <linux/config.h> headerJavier Martinez Canillas2010-11-271-1/+0
|
* Linux Device Drivers 3 examplesJavier Martinez Canillas2010-11-271-0/+673