Age | Commit message (Expand) | Author | Files | Lines |
2019-10-10 | lis3lv02d: switch to using input device polling mode | Dmitry Torokhov | 2 | -38/+46 |
2019-06-09 | Merge 5.2-rc4 into char-misc-next | Greg Kroah-Hartman | 6 | -46/+6 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 | Thomas Gleixner | 1 | -14/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332 | Thomas Gleixner | 1 | -4/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2 | -28/+2 |
2019-05-24 | misc: remove redundant 'default n' from Kconfig-s | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2018-02-12 | 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 |
2016-02-08 | misc: apds990x, bh1770glc, lis3lv02d: use to_i2c_client | Geliang Tang | 1 | -4/+4 |
2015-10-28 | spi: Drop owner assignment from spi_drivers | Andrew F. Davis | 1 | -1/+0 |
2015-07-27 | misc: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 1 | -1/+0 |
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 |
2015-03-16 | misc: constify of_device_id array | Fabian Frederick | 2 | -2/+2 |
2014-12-05 | misc / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 1 | -2/+2 |
2014-02-08 | drivers/misc: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 3 | -3/+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-11-22 | misc: remove use of __devexit | Bill Pemberton | 2 | -2/+2 |
2012-11-22 | misc: remove use of __devinit | Bill Pemberton | 2 | -2/+2 |
2012-11-22 | drivers/misc: remove use of __devexit_p | Bill Pemberton | 2 | -2/+2 |
2012-09-27 | drivers/misc/lis3lv02d/lis3lv02d_i2c.c: add lis3lv02d device tree init | AnilKumar Ch | 1 | -0/+23 |
2012-09-27 | drivers/misc/lis3lv02d/lis3lv02d_spi.c: add lis3lv02d device tree init | AnilKumar Ch | 1 | -2/+6 |
2012-09-27 | drivers/misc/lis3lv02d: remove lis3lv02d driver DT init | AnilKumar Ch | 2 | -6/+3 |
2012-09-27 | drivers/misc/lis3lv02d/lis3lv02d_spi.c: add DT matching table passthru code | Daniel Mack | 1 | -0/+17 |
2012-09-27 | drivers/misc/lis3lv02d: add generic DT matching code | Daniel Mack | 2 | -0/+157 |
2012-09-27 | lis3lv02d: fix some comments specific to lis331dlh driver | AnilKumar Ch | 3 | -8/+9 |
2012-09-06 | lis3lv02d: Add STMicroelectronics lis331dlh digital accelerometer | AnilKumar Ch | 3 | -8/+85 |
2012-01-25 | MISC: convert drivers/misc/* to use module_spi_driver() | Axel Lin | 1 | -12/+1 |
2012-01-25 | MISC: convert drivers/misc/* to use module_i2c_driver() | Axel Lin | 1 | -12/+1 |
2012-01-13 | module_param: check type correctness for module_param_array | Rusty Russell | 1 | -0/+2 |
2011-11-01 | lis3lv02d: make regulator API usage unconditional | Mark Brown | 1 | -22/+12 |
2011-11-01 | lis3: remove the references to the global variable in core driver | Éric Piel | 2 | -103/+133 |
2011-11-01 | lis3: change exported function to use passed parameter | Éric Piel | 4 | -7/+7 |
2011-11-01 | lis3: use consistent naming of variables | Éric Piel | 1 | -60/+60 |
2011-11-01 | lis3: free regulators if probe() fails | Éric Piel | 1 | -2/+7 |
2011-11-01 | lis3lv02d: avoid divide by zero due to unchecked | Éric Piel | 2 | -7/+31 |
2011-10-04 | 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 | 6 | -0/+1758 |