summaryrefslogtreecommitdiff
path: root/drivers/input/serio/q40kbd.c
AgeCommit message (Expand)Author
2024-10-15Input: switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-04Input: q40kbd - use guard notation when acquiring spinlockDmitry Torokhov
2024-06-07Input: serio - use sizeof(*pointer) instead of sizeof(type)Erick Archer
2023-09-23Input: q40kbd - convert to platform remove callback returning voidUwe Kleine-König
2022-09-29input: drop empty comment blocksChristophe JAILLET
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
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-05-05Input: q40kbd - remove redundant platform_set_drvdata()Sachin Kamat
2013-03-17Input: q40kbd - use module_platform_driver_probe macroSachin 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-01-23Input: q40kbd - convert driver to the split modelDmitry Torokhov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-07-21Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextDmitry Torokhov
2008-07-07Input: q40kbd - make q40kbd_lock staticAdrian Bunk
2008-05-20Input: remove CVS keywordsAdrian Bunk
2008-05-18m68k: Return -ENODEV if no device is foundGeert Uytterhoeven
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2005-12-28Input: q40kbd - convert to the new platform device interfaceDmitry Torokhov
2005-10-29Create platform_device.h to contain all the platform device details.Russell King
2005-02-04Input: replace serio's type field with serio_id structure andDmitry Torokhov
2005-01-20[PATCH] Lock initializer cleanup: Misc driversThomas Gleixner
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk
2004-07-19Input: integrate ct82c710, maceps2, q40kbd and rpckbd with sysfsDmitry Torokhov
2004-06-28Input: switch to dynamic (heap) serio port allocation in preparationDmitry Torokhov
2004-05-09Input: trailing whitespace fixes in drivers/input/serioDmitry Torokhov
2004-04-22Input: make serio open and close methods optionalDmitry Torokhov
2003-07-25[PATCH] M68k IRQ API updatesGeert Uytterhoeven
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik
2003-01-15[PATCH] Q40/Q60 keyboard fixesGeert Uytterhoeven
2002-12-27[PATCH] Q40 keyboard warningsGeert Uytterhoeven
2002-12-27[PATCH] Missing #include <linux/interrupt.h>Geert Uytterhoeven
2002-09-12Few small fixes for Q40 keyboard support.Richard Zidlicky
2002-07-25Apply Rusty's C99 initializer patch to input drivers.Vojtech Pavlik
2002-07-10Add Q40 keyboard controller.James Simmons