aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/serio/xilinx_ps2.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Gravatar Thomas Gleixner 1-9/+1
2018-10-01Input: xilinx_ps2 - convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-1/+1
2017-08-31Input: xilinx_ps2 - fix multiline comment styleGravatar Michal Simek 1-4/+8
2017-01-18Input: xilinx_ps2 - use 'dev' instead of dereferencing itGravatar Guenter Roeck 1-4/+3
2014-10-20input: serio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextGravatar Rob Herring 1-3/+4
2013-10-24of/irq: Use irq_of_parse_and_map()Gravatar Thierry Reding 1-3/+4
2013-10-09drivers: clean-up prom.h implicit includesGravatar Rob Herring 1-0/+1
2013-05-28Input: xilinx_ps2 - remove redundant platform_set_drvdata()Gravatar Sachin Kamat 1-2/+0
2012-11-24Input: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-24Input: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-24Input: remove use of __devinitconstGravatar Bill Pemberton 1-1/+1
2012-11-24Input: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-04-03Input: xilinx_ps2 - allocate serio port separatelyGravatar Dmitry Torokhov 1-17/+18
2012-01-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 1-1/+1
2012-01-05input: xilinx_ps2: Don't use NO_IRQGravatar Michal Simek 1-1/+1
2011-11-30Input: serio - use macro module_platform_driver()Gravatar JJ Ding 1-13/+1
2011-08-01input: xilinx_ps2: Add missing of_address.h headerGravatar Michal Simek 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-02-28dt: Eliminate of_platform_{,un}register_driverGravatar Grant Likely 1-5/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-2/+2
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Gravatar Grant Likely 1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-24Input: xilinx_ps2 - use resource_sizeGravatar Tobias Klauser 1-2/+2
2010-01-09Input: xilinx_ps2 - make Open Firmware device ids constantGravatar Márton Németh 1-1/+1
2008-10-27Input: xilinx_ps2 - various cleanupsGravatar John Linn 1-107/+113
2008-08-10Input: xilinx_ps2 - fix warningGravatar Andrew Morton 1-2/+2
2008-07-07Input: add new serio driver for Xilinx XPS PS2 IPGravatar John Linn 1-0/+380