Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sculld: Include <linux/uaccess.h> header for copy_*_user() | Javier Martinez Canillas | 2018-02-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> | ||||
* | sculld: main: Don't use create_proc_read_entry() | Luis Ortega Perez de Villar | 2013-09-28 | 1 | -31/+25 |
| | | | | | Don't use create_proc_read_entry() as it is deprecated, but rather use proc_create() and seq_file instead. | ||||
* | sculld: BLK ioctl pushdown API change | Javier Martinez Canillas | 2011-01-08 | 1 | -3/+2 |
| | |||||
* | add struct device_attribute parameter to sculld_show_dev() | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+1 |
| | |||||
* | sculld: replace driver_data direct access for dev_set_drvdata() | Javier Martinez Canillas | 2010-12-05 | 1 | -1/+1 |
| | |||||
* | sculld: remove driver_data direct access of struct device | Javier Martinez Canillas | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | sculld: main: Change work_struct to delayed_work and change scullc_aio_[read ↵ | Javier Martinez Canillas | 2010-11-28 | 1 | -17/+26 |
| | | | | | write] handlers | ||||
* | sculld: main: Remove obsolete <linux/config.h> | Javier Martinez Canillas | 2010-11-28 | 1 | -1/+0 |
| | |||||
* | Linux Device Drivers 3 examples | Javier Martinez Canillas | 2010-11-27 | 1 | -0/+632 |