summaryrefslogtreecommitdiff
path: root/drivers/input/serio/rpckbd.c
AgeCommit message (Expand)Author
2024-10-15Input: switch back to struct platform_driver::remove()Uwe Kleine-König
2024-06-07Input: serio - use sizeof(*pointer) instead of sizeof(type)Erick Archer
2023-09-23Input: rpckbd - convert to platform remove callback returning voidUwe Kleine-König
2023-08-01Input: rpckbd - fix the return value handle for platform_get_irq()Ruan Jinjie
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
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
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-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-24ARM: riscpc: pass IRQ resources into keyboard driverRussell King
2011-11-30Input: serio - use macro module_platform_driver()JJ Ding
2011-04-02Input: rpckbd - fix a leak of the IRQ during init failureAxel Lin
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-03-25[ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.hRussell King
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King
2008-05-20Input: remove CVS keywordsAdrian Bunk
2008-04-24Input: add MODULE_ALIAS() to hotpluggable platform modulesKay Sievers
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-03-14Input: use kzalloc() throughout the codeEric Sesterhenn
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King
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
2004-10-31[ARM] riscpc: add iomd, keyboard and acornfb platform devices.Russell King
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
2003-05-13[ARM] Update a variety of ARM drivers to use irqreturn_t.Russell King
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik
2002-11-09Some fixes after conflict merge, in rpcmouse.c and rpckbd.cVojtech Pavlik
2002-10-13Here's a patch that makes the RiscPC input bits work in 2.5:Russell King
2002-07-25Apply Rusty's C99 initializer patch to input drivers.Vojtech Pavlik
2002-07-25The following fixes compilation errors in the AcornVojtech Pavlik
2002-07-11Add a wrapper function for serio ->interrupt callback.Vojtech Pavlik
2002-07-03Add new serio modules for PS/2 AUX/KBD.Vojtech Pavlik