aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/mpu3050.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-2/+2
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-05-02Input: mpu3050 - set IRQF_ONESHOT when requesting the interruptStephen Warren1-1/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2011-12-24Input: mpu3050 - configure the sampling methodHeikki Krogerus1-5/+103
2011-12-24Input: mpu3050 - ensure we enable interruptsHeikki Krogerus1-1/+12
2011-12-24Input: mpu3050 - add of_match table for device-tree probingOlof Johansson1-0/+7
2011-08-11Input: mpu3050 - correct call to input_free_deviceAxel Lin1-1/+1
2011-06-29Input: add a driver to support InvenSense mpu3050 gyroscope chipJoseph Lai1-0/+376