summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/drv260x.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: drv260x - fix magnitude handlingLuca Weiss2023-05-011-6/+7
* Input: drv260x - remove unused .reg_defaultsLuca Weiss2023-05-011-40/+0
* Input: drv260x - sleep between polling GO bitLuca Weiss2023-05-011-0/+1
* Input: drv260x - fix typo in register value defineLuca Weiss2023-05-011-2/+2
* Input: drv260x - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-4/+4
* Input: drv260x - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-021-2/+2
* Input: drv260x - fix kernel-doc formatting and remove one abuseLee Jones2020-11-081-13/+13
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* Input: drv260x - remove OF dependencyJingkui Wang2017-03-091-3/+1
* Input: misc - use local variables consistentlyGuenter Roeck2017-01-211-1/+1
* Input: drv260x - use generic device propertiesJingkui Wang2016-12-121-64/+19
* Input: drv260x - use temporary for &client->devDmitry Torokhov2016-12-121-22/+15
* Input: drv260x - fix input device's parent assignmentJingkui Wang2016-12-121-1/+0
* Input: drv260x - fix initializing overdrive voltageDmitry Torokhov2016-12-121-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-09-041-2/+1
|\
| * Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
| * Input: drv260x/drv2665/drv2667 - constify reg_default tablesAxel Lin2015-07-081-1/+1
* | regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin2015-07-161-3/+3
|/
* Input: improve usage of gpiod APIUwe Kleine-König2015-06-161-9/+4
* Input: drv260x - remove wrong and unneeded drv260x-haptics modaliasAxel Lin2015-02-011-1/+0
* Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: drv260x - add check for ERM mode and LRA LibrariesDan Murphy2014-08-261-0/+8
* Input: drv260x - remove unused definesDan Murphy2014-08-261-5/+0
* Input: drv260x - add TI drv260x haptics driverDan Murphy2014-08-191-0/+738