summaryrefslogtreecommitdiff
path: root/drivers/misc/lis3lv02d/lis3lv02d.c
AgeCommit message (Expand)Author
2023-08-04misc: Explicitly include correct DT includesRob Herring
2023-03-17misc: lis3lv02d: Fix reading 'st,default-rate' propertyRob Herring
2023-03-17misc: lis3lv02d: Use of_property_read_bool() for boolean propertiesRob Herring
2021-10-13misc: lis3lv02d: Make lis3lv02d_remove_fs() return voidUwe Kleine-König
2021-03-24misc: lis3lv02d: Do not log an error when kmalloc failsHans de Goede
2021-03-24misc: lis3lv02d: Change lis3lv02d_init_device() return value for unknown sens...Hans de Goede
2021-03-24misc: lis3lv02d: Fix false-positive WARN on various HP modelsHans de Goede
2019-10-10lis3lv02d: switch to using input device polling modeDmitry Torokhov
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-08-28misc: lis3lv02d: constify attribute_group structures.Arvind Yadav
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez
2015-04-03lis3lv02d: DT: add wakeup unit 2 and wakeup thresholdSebastian Reichel
2015-04-03lis3lv02d: DT: use s32 to support negative valuesSebastian Reichel
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-06-06misc: replace strict_strtoul() with kstrtoul()Jingoo Han
2013-04-29lis3lv02d: don't wank with fasync() on ->release()Al Viro
2012-09-26drivers/misc/lis3lv02d: remove lis3lv02d driver DT initAnilKumar Ch
2012-09-26drivers/misc/lis3lv02d: add generic DT matching codeDaniel Mack
2012-09-26lis3lv02d: fix some comments specific to lis331dlh driverAnilKumar Ch
2012-09-05lis3lv02d: Add STMicroelectronics lis331dlh digital accelerometerAnilKumar Ch
2012-01-13module_param: check type correctness for module_param_arrayRusty Russell
2011-10-31lis3: remove the references to the global variable in core driverÉric Piel
2011-10-31lis3: change exported function to use passed parameterÉric Piel
2011-10-31lis3: use consistent naming of variablesÉric Piel
2011-10-31lis3lv02d: avoid divide by zero due to uncheckedÉric Piel
2011-10-03lis3: fix regression of HP DriveGuard with 8bit chipTakashi Iwai
2011-03-21Move lis3lv02d drivers to drivers/miscJean Delvare