summaryrefslogtreecommitdiff
path: root/drivers/input/serio/altera_ps2.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-24Input: altera_ps2 - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-01-30Input: altera_ps2 - use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2022-08-19Input: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-57/+24
2014-12-16Merge branch 'next' into for-linusDmitry Torokhov1-57/+24
2014-11-04Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-1/+0
2014-10-31Input: altera_ps2 - switch to using managed resourcesTobias Klauser1-57/+24
2014-10-31Input: altera_ps2 - use correct type for irq return valueTobias Klauser1-1/+1
2014-10-31Input: altera_ps2 - write to correct register when disabling interruptsTobias Klauser1-1/+1
2014-10-20input: serio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-07Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-29dts: Deprecate ALTR as a vendor prefixDinh Nguyen1-0/+1
2013-05-06Input: altera_ps2 - remove redundant platform_set_drvdata()Sachin Kamat1-1/+0
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-17Input: altera_ps2 - use of_match_ptr()Tobias Klauser1-3/+1
2011-12-01Input: serio - use macro module_platform_driver()JJ Ding1-12/+1
2011-02-16altera_ps2: Add devicetree supportWalter Goossens1-2/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-15Input: altera_ps2 - fix test of unsigned in altera_ps2_probe()Roel Kluin1-3/+5
2009-12-12Input: altera_ps2 - add annotations to probe and remove methodsDmitry Torokhov1-3/+3
2009-12-12Input: serio - set owner in driver structuresDmitry Torokhov1-0/+1
2009-10-13Input: add driver for Altera PS/2 controllerThomas Chou1-0/+200