aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/as5011.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-24Input: as5011 - fix error return code in as5011_probe()Wei Yongjun1-0/+1
2013-08-12Input: joysticks - use dev_get_platdata()Jingoo Han1-1/+1
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-3/+3
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-11Input: as5011 - use C99-style structure initializatorsShubhrajyoti D1-3/+16
2012-07-07Merge branch 'for-linus' to bring in change ensuring that drivers thatDmitry Torokhov1-2/+3
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen1-2/+3
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown1-0/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker1-0/+1
2011-01-10Input: add Austria Microsystem AS5011 joystick driverFabien Marteau1-0/+367