summaryrefslogtreecommitdiffstats
path: root/scull/pipe.c
Commit message (Collapse)AuthorAgeFilesLines
* scull: main | pipe : Fix coding styleLuis Ortega Perez de Villar2013-07-191-22/+22
| | | | | Replace white space indentation introduced with the previous patch with 8 characters width TABs to comply with the kernel coding style.
* scull: pipe: Remove unused commented lineLuis Ortega Perez de Villar2013-07-191-1/+0
| | | | | Remove commented line with deprecated create_proc_read_entry call that was forgotten to remove.
* Don't use create_proc_entry() and create_proc_read_entry()Luis Ortega Perez de Villar2013-07-191-35/+31
| | | | | | 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: pipe: Use sema_init() instead init_MUTEX()Javier Martinez Canillas2011-01-081-1/+1
|
* scull: pipe: BKL ioctl pushdown API changeJavier Martinez Canillas2011-01-081-1/+1
|
* scull: pipe: Include <linux/sched.h>Javier Martinez Canillas2010-11-271-0/+1
|
* Linux Device Drivers 3 examplesJavier Martinez Canillas2010-11-271-0/+396