summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/xilinx_ps2.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151Thomas Gleixner2019-05-301-9/+1Star
* Input: xilinx_ps2 - convert to using %pOFn instead of device_node.nameRob Herring2018-10-021-1/+1
* Input: xilinx_ps2 - fix multiline comment styleMichal Simek2017-09-011-4/+8
* Input: xilinx_ps2 - use 'dev' instead of dereferencing itGuenter Roeck2017-01-181-4/+3Star
* input: serio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-071-3/+4
|\
| * of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-241-3/+4
* | drivers: clean-up prom.h implicit includesRob Herring2013-10-101-0/+1
|/
* Input: xilinx_ps2 - remove redundant platform_set_drvdata()Sachin Kamat2013-05-281-2/+0Star
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitconstBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: xilinx_ps2 - allocate serio port separatelyDmitry Torokhov2012-04-031-17/+18
* Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2012-01-111-1/+1
|\
| * input: xilinx_ps2: Don't use NO_IRQMichal Simek2012-01-051-1/+1
* | Input: serio - use macro module_platform_driver()JJ Ding2011-12-011-13/+1Star
|/
* input: xilinx_ps2: Add missing of_address.h headerMichal Simek2011-08-011-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4Star
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-191-4/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Input: xilinx_ps2 - use resource_sizeTobias Klauser2010-01-251-2/+2
* Input: xilinx_ps2 - make Open Firmware device ids constantMárton Németh2010-01-101-1/+1
* Input: xilinx_ps2 - various cleanupsJohn Linn2008-10-281-107/+113
* Input: xilinx_ps2 - fix warningAndrew Morton2008-08-111-2/+2
* Input: add new serio driver for Xilinx XPS PS2 IPJohn Linn2008-07-071-0/+380