summaryrefslogtreecommitdiffstats
path: root/shortprint
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>
* shortprint: Replace init_timer with timer_setupJavier Martinez Canillas2018-02-251-5/+3
| | | | | | | The init_timer() function doesn't exist anymore, use the timer_setup() function instead. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
* shortprint: 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>
* shortprint: Change handler function argument according current worqueue APIJavier Martinez Canillas2011-01-081-2/+2
|
* shortprint: Remove struct pt_regs argument from shortp_interrupt handlerJavier Martinez Canillas2011-01-081-2/+2
|
* shortprint: Remove third argument from macro DECLARE_WORK()Javier Martinez Canillas2010-12-081-1/+1
|
* shorprint: Replace <asm/semaphore.h> to <linux/semaphore.h>Javier Martinez Canillas2010-12-081-1/+1
|
* shortprint: Make scripts files executableJavier Martinez Canillas2010-12-082-0/+0
|
* shortprint: Removes <linux/config.h>Javier Martinez Canillas2010-12-051-1/+0
|
* shortprint: Makefile: Change CFLAGS to EXTRA_CFLAGSJavier Martinez Canillas2010-12-051-2/+2
|
* Linux Device Drivers 3 examplesJavier Martinez Canillas2010-11-275-0/+644