| Commit message (Expand) | Author | Age | Files | Lines |
* | Input: adxl34x - switch to using "guard" notation | Dmitry Torokhov | 2024-06-11 | 1 | -41/+20 |
* | Input: adxl34x - switch to using managed resources | Dmitry Torokhov | 2024-06-11 | 1 | -36/+17 |
* | Input: adxl34x - use input_set_capability() | Dmitry Torokhov | 2024-06-11 | 1 | -19/+13 |
* | Input: adxl34x - use device core to create driver-specific device attributes | Dmitry Torokhov | 2024-06-11 | 1 | -8/+7 |
* | Input: adxl34x - do not hardcode interrupt trigger type | Marek Vasut | 2023-05-11 | 1 | -2/+1 |
* | Input: adxl34x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS() | Jonathan Cameron | 2023-01-27 | 1 | -4/+12 |
* | Input: adxl34x - fix sparse warning | Dmitry Torokhov | 2021-10-16 | 1 | -1/+1 |
* | Input: adxl34x - make adxl34x_remove() return void | Uwe Kleine-König | 2021-10-13 | 1 | -3/+1 |
* | Input: adxl34x - clean up a data type in adxl34x_probe() | Dan Carpenter | 2020-10-27 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149 | Thomas Gleixner | 2019-05-30 | 1 | -1/+1 |
* | Input: adxl34x - do not treat FIFO_MODE() as boolean | Arnd Bergmann | 2017-09-20 | 1 | -1/+1 |
* | Input: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-07 | 1 | -1/+0 |
* | Merge tag 'v3.13-rc4' into next | Dmitry Torokhov | 2013-12-16 | 1 | -1/+1 |
|\ |
|
| * | Input: adxl34x - Fix bug in definition of ADXL346_2D_ORIENT | Michael Hennerich | 2013-12-10 | 1 | -1/+1 |
* | | Input: use dev_get_platdata() | Jingoo Han | 2013-12-06 | 1 | -1/+1 |
|/ |
|
* | Input: adxl34x - default platform_data should not use defines from driver | Wolfram Sang | 2012-12-24 | 1 | -1/+1 |
* | Input: adxl34x - don't set THRESH_TAP twice | Wolfram Sang | 2012-12-24 | 1 | -1/+0 |
* | Input: adxl34x - consistently use read/write encapsulation | Wolfram Sang | 2012-12-24 | 1 | -2/+2 |
* | Merge commit 'v3.2-rc3' into next | Dmitry Torokhov | 2011-11-29 | 1 | -0/+1 |
|\ |
|
| * | drivers/input: Add module.h to modular drivers implicitly using it | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | | Input: convert obsolete strict_strtox to kstrtox | JJ Ding | 2011-11-10 | 1 | -8/+8 |
|/ |
|
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | Input: adxl34x - do not mark device as disabled on startup | Michael Hennerich | 2010-08-05 | 1 | -1/+0 |
* | Input: adxl34x - fix leak and use after free | Dan Carpenter | 2010-07-23 | 1 | -4/+3 |
* | Input: adxl34 - make enable/disable separate from suspend/resume | Dmitry Torokhov | 2010-07-03 | 1 | -27/+49 |
* | Input: adxl34x - add support for ADXL346 orientation sensing | Michael Hennerich | 2010-06-25 | 1 | -4/+58 |
* | Input: add driver for ADXL345/346 Digital Accelerometers | Michael Hennerich | 2010-06-25 | 1 | -0/+840 |