aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/xilinx_ps2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-31Input: xilinx_ps2 - fix multiline comment styleMichal Simek1-4/+8
2017-01-18Input: xilinx_ps2 - use 'dev' instead of dereferencing itGuenter Roeck1-4/+3
2014-10-20input: serio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-3/+4
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding1-3/+4
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+1
2013-05-28Input: xilinx_ps2 - remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitconstBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-04-03Input: xilinx_ps2 - allocate serio port separatelyDmitry Torokhov1-17/+18
2012-01-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2012-01-05input: xilinx_ps2: Don't use NO_IRQMichal Simek1-1/+1
2011-11-30Input: serio - use macro module_platform_driver()JJ Ding1-13/+1
2011-08-01input: xilinx_ps2: Add missing of_address.h headerMichal Simek1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-5/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-2/+2
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-24Input: xilinx_ps2 - use resource_sizeTobias Klauser1-2/+2
2010-01-09Input: xilinx_ps2 - make Open Firmware device ids constantMárton Németh1-1/+1
2008-10-27Input: xilinx_ps2 - various cleanupsJohn Linn1-107/+113
2008-08-10Input: xilinx_ps2 - fix warningAndrew Morton1-2/+2
2008-07-07Input: add new serio driver for Xilinx XPS PS2 IPJohn Linn1-0/+380