summaryrefslogtreecommitdiff
path: root/drivers/input/misc/drv260x.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-05-02Input: drv260x - fix magnitude handlingLuca Weiss1-6/+7
2023-05-02Input: drv260x - remove unused .reg_defaultsLuca Weiss1-40/+0
2023-05-02Input: drv260x - sleep between polling GO bitLuca Weiss1-0/+1
2023-05-02Input: drv260x - fix typo in register value defineLuca Weiss1-2/+2
2023-01-10Input: drv260x - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-03Input: drv260x - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2020-12-03Input: use input_device_enabled()Andrzej Pietrasiewicz1-2/+2
2020-11-09Input: drv260x - fix kernel-doc formatting and remove one abuseLee Jones1-13/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2017-03-09Input: drv260x - remove OF dependencyJingkui Wang1-3/+1
2017-01-22Input: misc - use local variables consistentlyGuenter Roeck1-1/+1
2016-12-13Input: drv260x - use generic device propertiesJingkui Wang1-64/+19
2016-12-13Input: drv260x - use temporary for &client->devDmitry Torokhov1-22/+15
2016-12-13Input: drv260x - fix input device's parent assignmentJingkui Wang1-1/+0
2016-12-12Input: drv260x - fix initializing overdrive voltageDmitry Torokhov1-1/+1
2015-09-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-2/+1
2015-07-18Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-17regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin1-3/+3
2015-07-09Input: drv260x/drv2665/drv2667 - constify reg_default tablesAxel Lin1-1/+1
2015-06-17Input: improve usage of gpiod APIUwe Kleine-König1-9/+4
2015-02-01Input: drv260x - remove wrong and unneeded drv260x-haptics modaliasAxel Lin1-1/+0
2014-11-02Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2014-08-27Input: drv260x - add check for ERM mode and LRA LibrariesDan Murphy1-0/+8
2014-08-27Input: drv260x - remove unused definesDan Murphy1-5/+0
2014-08-20Input: drv260x - add TI drv260x haptics driverDan Murphy1-0/+738