summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/mpu3050.c
Commit message (Expand)AuthorAgeFilesLines
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* Input: mpu3050 - add missing i2c_set_clientdata() in mpu3050_probe()Wei Yongjun2013-11-111-0/+1
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-2/+2
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: mpu3050 - set IRQF_ONESHOT when requesting the interruptStephen Warren2012-05-021-1/+1
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-171-11/+1Star
* Input: mpu3050 - configure the sampling methodHeikki Krogerus2011-12-241-5/+103
* Input: mpu3050 - ensure we enable interruptsHeikki Krogerus2011-12-241-1/+12
* Input: mpu3050 - add of_match table for device-tree probingOlof Johansson2011-12-241-0/+7
* Input: mpu3050 - correct call to input_free_deviceAxel Lin2011-08-111-1/+1
* Input: add a driver to support InvenSense mpu3050 gyroscope chipJoseph Lai2011-06-291-0/+376