summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/mpu3050.c
AgeCommit message (Expand)AuthorLines
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-11-11Input: mpu3050 - add missing i2c_set_clientdata() in mpu3050_probe()Wei Yongjun-0/+1
2012-11-24Input: remove use of __devexitBill Pemberton-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton-2/+2
2012-11-24Input: remove use of __devexit_pBill Pemberton-1/+1
2012-05-02Input: mpu3050 - set IRQF_ONESHOT when requesting the interruptStephen Warren-1/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin-11/+1
2011-12-24Input: mpu3050 - configure the sampling methodHeikki Krogerus-5/+103
2011-12-24Input: mpu3050 - ensure we enable interruptsHeikki Krogerus-1/+12
2011-12-24Input: mpu3050 - add of_match table for device-tree probingOlof Johansson-0/+7
2011-08-11Input: mpu3050 - correct call to input_free_deviceAxel Lin-1/+1
2011-06-29Input: add a driver to support InvenSense mpu3050 gyroscope chipJoseph Lai-0/+376