Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scull: main | pipe : Fix coding style | Luis Ortega Perez de Villar | 2013-07-19 | 1 | -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 Villar | 2013-07-19 | 1 | -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 header | Javier Martinez Canillas | 2012-05-06 | 1 | -1/+0 |
| | | | | Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> | ||||
* | scull: Change scull_ioctl signature | Javier Martinez Canillas | 2011-01-08 | 1 | -2/+1 |
| | |||||
* | scull: BKL ioctl pushdown API change and use sema_init() instead init_MUTEX() | Javier Martinez Canillas | 2011-01-08 | 1 | -4/+4 |
| | |||||
* | scull: main: Removes obsolete <linux/config.h> header | Javier Martinez Canillas | 2010-11-27 | 1 | -1/+0 |
| | |||||
* | Linux Device Drivers 3 examples | Javier Martinez Canillas | 2010-11-27 | 1 | -0/+673 |