index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
lis3lv02d
/
lis3lv02d.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-17
misc: lis3lv02d: Fix reading 'st,default-rate' property
Rob Herring
1
-1
/
+1
2023-03-17
misc: lis3lv02d: Use of_property_read_bool() for boolean properties
Rob Herring
1
-32
/
+32
2021-10-13
misc: lis3lv02d: Make lis3lv02d_remove_fs() return void
Uwe Kleine-König
1
-2
/
+1
2021-03-24
misc: lis3lv02d: Do not log an error when kmalloc fails
Hans de Goede
1
-3
/
+1
2021-03-24
misc: lis3lv02d: Change lis3lv02d_init_device() return value for unknown sens...
Hans de Goede
1
-1
/
+1
2021-03-24
misc: lis3lv02d: Fix false-positive WARN on various HP models
Hans de Goede
1
-5
/
+16
2019-10-10
lis3lv02d: switch to using input device polling mode
Dmitry Torokhov
1
-36
/
+44
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-1
/
+1
2017-08-28
misc: lis3lv02d: constify attribute_group structures.
Arvind Yadav
1
-1
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2015-05-28
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
1
-1
/
+1
2015-04-03
lis3lv02d: DT: add wakeup unit 2 and wakeup threshold
Sebastian Reichel
1
-0
/
+17
2015-04-03
lis3lv02d: DT: use s32 to support negative values
Sebastian Reichel
1
-19
/
+20
2014-02-07
drivers/misc: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-06-06
misc: replace strict_strtoul() with kstrtoul()
Jingoo Han
1
-2
/
+4
2013-04-29
lis3lv02d: don't wank with fasync() on ->release()
Al Viro
1
-1
/
+0
2012-09-26
drivers/misc/lis3lv02d: remove lis3lv02d driver DT init
AnilKumar Ch
1
-6
/
+2
2012-09-26
drivers/misc/lis3lv02d: add generic DT matching code
Daniel Mack
1
-0
/
+153
2012-09-26
lis3lv02d: fix some comments specific to lis331dlh driver
AnilKumar Ch
1
-6
/
+7
2012-09-05
lis3lv02d: Add STMicroelectronics lis331dlh digital accelerometer
AnilKumar Ch
1
-1
/
+41
2012-01-13
module_param: check type correctness for module_param_array
Rusty Russell
1
-0
/
+2
2011-10-31
lis3: remove the references to the global variable in core driver
Éric Piel
1
-103
/
+130
2011-10-31
lis3: change exported function to use passed parameter
Éric Piel
1
-3
/
+3
2011-10-31
lis3: use consistent naming of variables
Éric Piel
1
-60
/
+60
2011-10-31
lis3lv02d: avoid divide by zero due to unchecked
Éric Piel
1
-6
/
+30
2011-10-03
lis3: fix regression of HP DriveGuard with 8bit chip
Takashi Iwai
1
-6
/
+8
2011-03-21
Move lis3lv02d drivers to drivers/misc
Jean Delvare
1
-0
/
+999