summaryrefslogtreecommitdiff
path: root/drivers/input/serio/altera_ps2.c
AgeCommit message (Expand)Author
2023-09-23Input: altera_ps2 - convert to platform remove callback returning voidUwe Kleine-König
2023-01-29Input: altera_ps2 - use devm_platform_get_and_ioremap_resource()ye xingchen
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2014-12-15Merge branch 'next' into for-linusDmitry Torokhov
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-10-31Input: altera_ps2 - switch to using managed resourcesTobias Klauser
2014-10-31Input: altera_ps2 - use correct type for irq return valueTobias Klauser
2014-10-31Input: altera_ps2 - write to correct register when disabling interruptsTobias Klauser
2014-10-20input: serio: drop owner assignment from platform_driversWolfram Sang
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-08-29dts: Deprecate ALTR as a vendor prefixDinh Nguyen
2013-05-05Input: altera_ps2 - remove redundant platform_set_drvdata()Sachin Kamat
2012-11-24Input: remove use of __devexitBill Pemberton
2012-11-24Input: remove use of __devinitBill Pemberton
2012-11-24Input: remove use of __devexit_pBill Pemberton
2012-03-16Input: altera_ps2 - use of_match_ptr()Tobias Klauser
2011-11-30Input: serio - use macro module_platform_driver()JJ Ding
2011-02-15altera_ps2: Add devicetree supportWalter Goossens
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-15Input: altera_ps2 - fix test of unsigned in altera_ps2_probe()Roel Kluin
2009-12-11Input: altera_ps2 - add annotations to probe and remove methodsDmitry Torokhov
2009-12-11Input: serio - set owner in driver structuresDmitry Torokhov
2009-10-12Input: add driver for Altera PS/2 controllerThomas Chou