aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/lis3lv02d/lis3lv02d.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-13misc: lis3lv02d: Make lis3lv02d_remove_fs() return voidUwe Kleine-König1-2/+1
2021-03-24misc: lis3lv02d: Do not log an error when kmalloc failsHans de Goede1-3/+1
2021-03-24misc: lis3lv02d: Change lis3lv02d_init_device() return value for unknown sensors to -ENODEVHans de Goede1-1/+1
2021-03-24misc: lis3lv02d: Fix false-positive WARN on various HP modelsHans de Goede1-5/+16
2019-10-10lis3lv02d: switch to using input device polling modeDmitry Torokhov1-36/+44
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-08-28misc: lis3lv02d: constify attribute_group structures.Arvind Yadav1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2015-04-03lis3lv02d: DT: add wakeup unit 2 and wakeup thresholdSebastian Reichel1-0/+17
2015-04-03lis3lv02d: DT: use s32 to support negative valuesSebastian Reichel1-19/+20
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+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-09-26drivers/misc/lis3lv02d: remove lis3lv02d driver DT initAnilKumar Ch1-6/+2
2012-09-26drivers/misc/lis3lv02d: add generic DT matching codeDaniel Mack1-0/+153
2012-09-26lis3lv02d: fix some comments specific to lis331dlh driverAnilKumar Ch1-6/+7
2012-09-05lis3lv02d: Add STMicroelectronics lis331dlh digital accelerometerAnilKumar Ch1-1/+41
2012-01-13module_param: check type correctness for module_param_arrayRusty Russell1-0/+2
2011-10-31lis3: remove the references to the global variable in core driverÉric Piel1-103/+130
2011-10-31lis3: change exported function to use passed parameterÉric Piel1-3/+3
2011-10-31lis3: use consistent naming of variablesÉric Piel1-60/+60
2011-10-31lis3lv02d: avoid divide by zero due to uncheckedÉric Piel1-6/+30
2011-10-03lis3: fix regression of HP DriveGuard with 8bit chipTakashi Iwai1-6/+8
2011-03-21Move lis3lv02d drivers to drivers/miscJean Delvare1-0/+999