summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/max77693-haptic.c
AgeCommit message (Expand)AuthorLines
2023-12-12Input: max77693-haptic - add device-tree compatible stringsMarek Szyprowski-3/+11
2023-01-09Input: max77693-haptic - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron-5/+6
2021-10-16Input: max77693-haptic - drop unneeded MODULE_ALIASKrzysztof Kozlowski-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-2/+2
2016-08-22Input: max77693-haptic - change Krzysztof Kozlowski's email to kernel.orgKrzysztof Kozlowski-2/+2
2016-05-17input: misc: max77693: Use pwm_get_args() where appropriateBoris Brezillon-3/+14
2015-08-07Input: max77693: Add support for Maxim 77843Krzysztof Kozlowski-3/+45
2015-08-07Input: max77693: Prepare for adding support for Maxim 77843Krzysztof Kozlowski-7/+34
2015-08-07Input: max77693: Remove a read-only pwm_divisor fieldKrzysztof Kozlowski-3/+1
2015-07-16drivers: max77693: Move state container to common headerKrzysztof Kozlowski-0/+1
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-4/+2
2014-12-15Merge branch 'next' into for-linusDmitry Torokhov-4/+2
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-1/+0
2014-11-02Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han-4/+2
2014-10-31Input: max77693-haptic - fix potential overflowDmitry Torokhov-3/+2
2014-10-20input: misc: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-10-16Input: max77693-haptic - fix state check in imax77693_haptic_disable()Jaewon Kim-1/+1
2014-09-11Input: add haptic driver on max77693Jaewon Kim-0/+357