summaryrefslogtreecommitdiffstats
path: root/short
Commit message (Collapse)AuthorAgeFilesLines
* Don't use absolute path for commands in load/unload scriptsJavier Martinez Canillas2018-02-252-2/+2
| | | | | | | Just let the shell lookup from the user's $PATH since some tools may not be installed in the absolute path used in the scripts. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
* short: Include <linux/sched/signal.h> header for signal_pending()Javier Martinez Canillas2018-02-251-0/+1
| | | | Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
* short: Fix cast to meet workqueue handler signatureJavier Martinez Canillas2011-01-081-1/+1
|
* short: Remove third argument to INIT_WORKJavier Martinez Canillas2010-12-301-1/+1
|
* short: Remove struct pt_regs parameter from irq handlersJavier Martinez Canillas2010-12-301-4/+4
|
* short: Remove struct pt_regs parameter from short_probing irq handlerJavier Martinez Canillas2010-12-301-1/+1
|
* short: Use the new IRQF_ constantsJavier Martinez Canillas2010-12-291-4/+4
|
* short: Remove <linux/config.h>Javier Martinez Canillas2010-12-071-1/+0
|
* short: Makefile: Change CFLAGS to EXTRACFLAGSJavier Martinez Canillas2010-12-051-3/+3
|
* Linux Device Drivers 3 examplesJavier Martinez Canillas2010-11-274-0/+809