summaryrefslogtreecommitdiff
path: root/drivers/input/serio/sa1111ps2.c
AgeCommit message (Expand)Author
2024-10-04Input: sa1111ps2 - use guard notation when acquiring spinlockDmitry Torokhov
2024-06-07Input: serio - use sizeof(*pointer) instead of sizeof(type)Erick Archer
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang
2021-02-01ARM: 9048/1: sa1111: make sa1111 bus's remove callback return voidUwe Kleine-König
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner
2017-09-26Input: sa1111ps2 - extend test delayRussell King
2017-09-26Input: sa1111ps2 - remove special sa1111 mmio accessorsRussell King
2017-09-26Input: sa1111ps2 - use sa1111_get_irq() to obtain IRQ resourcesRussell King
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: sa1111: move PS/2 interface register definitions to sa1111p2.cRussell King
2012-02-09ARM: sa1111: add platform enable/disable functionsRussell King
2012-02-09ARM: sa1111: add .owner initializer to sa1111 driver structuresRussell King
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2009-12-11Input: sa1111ps2 - annotate probe() and remove() methodsDmitry Torokhov
2009-04-17Input: sa1111ps2 - use disable_irq_nosync() in irq handlersBen Nizette
2009-01-29Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2007-05-30[ARM] Fix some section mismatch warningsRussell King
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-01-09[ARM] Remove asm/irq.h includes from ARM driversRussell King
2005-02-23Manual mergeVojtech Pavlik
2005-02-14[ARM] Fix SA1111 and PXA iomem sparse warnings.Russell King
2005-02-04Input: replace serio's type field with serio_id structure andDmitry Torokhov
2004-06-28Input: link serio ports to their parent devices in ambakmi,Dmitry Torokhov
2004-06-28Input: switch to dynamic (heap) serio port allocation in preparationDmitry Torokhov
2004-06-28Input: rename serio->driver to serio->port_data in preparationDmitry Torokhov
2004-05-24[ARM] Remove SA1111 PS/2 IRQ_HANDLED handling.Russell King
2003-08-24[ARM] Update SA1111 suspend/resume model.Russell King
2003-05-17[ARM] Remove .devclass initialiser from sa1111ps2.Russell King
2003-05-13[ARM] Update a variety of ARM drivers to use irqreturn_t.Russell King
2003-02-16Manual mergeLinus Torvalds
2003-02-16[ARM] Add input_devclass support to SA1111 PS/2 port driver.Russell King
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik
2003-01-01[ARM] Add IRQ wake support for SA1111 PS/2 interfaces.Russell King
2003-01-01[ARM] Sanitise sa1111 and neponset device driver names.Russell King
2002-10-16driver model (arm): change calls of remove_driver() to driver_unregister().Patrick Mochel
2002-09-30[ARM] Update SA1111 core and related drivers for LDM.Russell King
2002-07-25This patch adds two new serio input drivers. Both are "UART" typeVojtech Pavlik