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