summaryrefslogtreecommitdiff
path: root/drivers/input/misc/drv2667.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-03Input: drv2667 - use guard notation when acquiring mutexDmitry Torokhov1-23/+21
2024-09-30Input: correct typos in multiple comments across misc driversShen Lichuan1-1/+1
2024-05-13Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-1/+1
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-09Input: drv2667 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-02Input: drv2667 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz1-2/+2
2020-11-08Input: drv2667 - fix formatting and add missing member docsLee Jones1-6/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2018-12-21Input: drv2667 - fix indentation issuesColin Ian King1-3/+3
2016-11-30Input: drv2667 - fix misuse of regmap_update_bitsFlorian Vaussard1-2/+2
2015-09-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-2/+1
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin1-2/+2
2015-07-08Input: drv260x/drv2665/drv2667 - constify reg_default tablesAxel Lin1-1/+1
2015-02-01Input: drv2667 - remove wrong and unneeded drv2667-haptics modaliasAxel Lin1-1/+0
2014-11-02Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2014-09-08Input: add support for the DRV2667 haptic driverDan Murphy1-0/+500