summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/xilinx_ps2.c
AgeCommit message (Expand)AuthorLines
2014-10-20input: serio: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring-3/+4
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding-3/+4
2013-10-09drivers: clean-up prom.h implicit includesRob Herring-0/+1
2013-05-28Input: xilinx_ps2 - remove redundant platform_set_drvdata()Sachin Kamat-2/+0
2012-11-24Input: remove use of __devexitBill Pemberton-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton-1/+1
2012-11-24Input: remove use of __devinitconstBill Pemberton-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton-1/+1
2012-04-03Input: xilinx_ps2 - allocate serio port separatelyDmitry Torokhov-17/+18
2012-01-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-1/+1
2012-01-05input: xilinx_ps2: Don't use NO_IRQMichal Simek-1/+1
2011-11-30Input: serio - use macro module_platform_driver()JJ Ding-13/+1
2011-08-01input: xilinx_ps2: Add missing of_address.h headerMichal Simek-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely-5/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely-2/+2
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-01-24Input: xilinx_ps2 - use resource_sizeTobias Klauser-2/+2
2010-01-09Input: xilinx_ps2 - make Open Firmware device ids constantMárton Németh-1/+1
2008-10-27Input: xilinx_ps2 - various cleanupsJohn Linn-107/+113
2008-08-10Input: xilinx_ps2 - fix warningAndrew Morton-2/+2
2008-07-07Input: add new serio driver for Xilinx XPS PS2 IPJohn Linn-0/+380