aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/lis3lv02d (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker3-3/+0
2013-06-06misc: replace strict_strtoul() with kstrtoul()Jingoo Han1-2/+4
2013-04-29lis3lv02d: don't wank with fasync() on ->release()Al Viro1-1/+0
2012-11-21misc: remove use of __devexitBill Pemberton2-2/+2
2012-11-21misc: remove use of __devinitBill Pemberton2-2/+2
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton2-2/+2
2012-09-26drivers/misc/lis3lv02d/lis3lv02d_i2c.c: add lis3lv02d device tree initAnilKumar Ch1-0/+23
2012-09-26drivers/misc/lis3lv02d/lis3lv02d_spi.c: add lis3lv02d device tree initAnilKumar Ch1-2/+6
2012-09-26drivers/misc/lis3lv02d: remove lis3lv02d driver DT initAnilKumar Ch2-6/+3
2012-09-26drivers/misc/lis3lv02d/lis3lv02d_spi.c: add DT matching table passthru codeDaniel Mack1-0/+17
2012-09-26drivers/misc/lis3lv02d: add generic DT matching codeDaniel Mack2-0/+157
2012-09-26lis3lv02d: fix some comments specific to lis331dlh driverAnilKumar Ch3-8/+9
2012-09-05lis3lv02d: Add STMicroelectronics lis331dlh digital accelerometerAnilKumar Ch3-8/+85
2012-01-24MISC: convert drivers/misc/* to use module_spi_driver()Axel Lin1-12/+1
2012-01-24MISC: convert drivers/misc/* to use module_i2c_driver()Axel Lin1-12/+1
2012-01-13module_param: check type correctness for module_param_arrayRusty Russell1-0/+2
2011-10-31lis3lv02d: make regulator API usage unconditionalMark Brown1-22/+12
2011-10-31lis3: remove the references to the global variable in core driverÉric Piel2-103/+133
2011-10-31lis3: change exported function to use passed parameterÉric Piel4-7/+7
2011-10-31lis3: use consistent naming of variablesÉric Piel1-60/+60
2011-10-31lis3: free regulators if probe() failsÉric Piel1-2/+7
2011-10-31lis3lv02d: avoid divide by zero due to uncheckedÉric Piel2-7/+31
2011-10-03lis3: fix regression of HP DriveGuard with 8bit chipTakashi Iwai1-6/+8
2011-03-21Move lis3lv02d drivers to drivers/miscJean Delvare6-0/+1758