index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
serio
/
altera_ps2.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Input: serio - use sizeof(*pointer) instead of sizeof(type)
Erick Archer
2024-06-07
1
-1
/
+1
*
Input: altera_ps2 - convert to platform remove callback returning void
Uwe Kleine-König
2023-09-24
1
-4
/
+2
*
Input: altera_ps2 - use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-30
1
-3
/
+1
*
Input: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-19
1
-2
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2014-12-17
1
-57
/
+24
|
\
|
*
Merge branch 'next' into for-linus
Dmitry Torokhov
2014-12-16
1
-57
/
+24
|
|
\
|
|
*
Input: altera_ps2 - switch to using managed resources
Tobias Klauser
2014-10-31
1
-57
/
+24
*
|
|
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
2014-11-04
1
-1
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
input: serio: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
|
|
/
*
|
Input: altera_ps2 - use correct type for irq return value
Tobias Klauser
2014-10-31
1
-1
/
+1
*
|
Input: altera_ps2 - write to correct register when disabling interrupts
Tobias Klauser
2014-10-31
1
-1
/
+1
|
/
*
Input: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-07
1
-1
/
+0
*
dts: Deprecate ALTR as a vendor prefix
Dinh Nguyen
2013-08-29
1
-0
/
+1
*
Input: altera_ps2 - remove redundant platform_set_drvdata()
Sachin Kamat
2013-05-06
1
-1
/
+0
*
Input: remove use of __devexit
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: remove use of __devinit
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: remove use of __devexit_p
Bill Pemberton
2012-11-24
1
-1
/
+1
*
Input: altera_ps2 - use of_match_ptr()
Tobias Klauser
2012-03-17
1
-3
/
+1
*
Input: serio - use macro module_platform_driver()
JJ Ding
2011-12-01
1
-12
/
+1
*
altera_ps2: Add devicetree support
Walter Goossens
2011-02-16
1
-2
/
+13
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
Input: altera_ps2 - fix test of unsigned in altera_ps2_probe()
Roel Kluin
2009-12-15
1
-3
/
+5
*
Input: altera_ps2 - add annotations to probe and remove methods
Dmitry Torokhov
2009-12-12
1
-3
/
+3
*
Input: serio - set owner in driver structures
Dmitry Torokhov
2009-12-12
1
-0
/
+1
*
Input: add driver for Altera PS/2 controller
Thomas Chou
2009-10-13
1
-0
/
+200