summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/drv2667.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: drv2667 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-4/+4
* Input: drv2667 - 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: drv2667 - fix formatting and add missing member docsLee Jones2020-11-081-6/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* Input: drv2667 - fix indentation issuesColin Ian King2018-12-211-3/+3
* Input: drv2667 - fix misuse of regmap_update_bitsFlorian Vaussard2016-11-301-2/+2
* 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-2/+2
|/
* Input: drv2667 - remove wrong and unneeded drv2667-haptics modaliasAxel Lin2015-02-011-1/+0
* Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: add support for the DRV2667 haptic driverDan Murphy2014-09-081-0/+500