aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/lis3lv02d/lis3lv02d.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-08-28misc: lis3lv02d: constify attribute_group structures.Gravatar Arvind Yadav 1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesGravatar Luis R. Rodriguez 1-1/+1
2015-04-03lis3lv02d: DT: add wakeup unit 2 and wakeup thresholdGravatar Sebastian Reichel 1-0/+17
2015-04-03lis3lv02d: DT: use s32 to support negative valuesGravatar Sebastian Reichel 1-19/+20
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-06-06misc: replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 1-2/+4
2013-04-29lis3lv02d: don't wank with fasync() on ->release()Gravatar Al Viro 1-1/+0
2012-09-26drivers/misc/lis3lv02d: remove lis3lv02d driver DT initGravatar AnilKumar Ch 1-6/+2
2012-09-26drivers/misc/lis3lv02d: add generic DT matching codeGravatar Daniel Mack 1-0/+153
2012-09-26lis3lv02d: fix some comments specific to lis331dlh driverGravatar AnilKumar Ch 1-6/+7
2012-09-05lis3lv02d: Add STMicroelectronics lis331dlh digital accelerometerGravatar AnilKumar Ch 1-1/+41
2012-01-13module_param: check type correctness for module_param_arrayGravatar Rusty Russell 1-0/+2
2011-10-31lis3: remove the references to the global variable in core driverGravatar Éric Piel 1-103/+130
2011-10-31lis3: change exported function to use passed parameterGravatar Éric Piel 1-3/+3
2011-10-31lis3: use consistent naming of variablesGravatar Éric Piel 1-60/+60
2011-10-31lis3lv02d: avoid divide by zero due to uncheckedGravatar Éric Piel 1-6/+30
2011-10-03lis3: fix regression of HP DriveGuard with 8bit chipGravatar Takashi Iwai 1-6/+8
2011-03-21Move lis3lv02d drivers to drivers/miscGravatar Jean Delvare 1-0/+999