summaryrefslogtreecommitdiff
path: root/drivers/input/misc/max8997_haptic.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-24Input: max8997_haptic - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-01-10Input: max8997_haptic - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-3/+4
2022-11-18Input: max8997 - convert to modern way to get a reference to a PWMUwe Kleine-König1-4/+3
2021-03-25Input: max8997 - simplify open coding of a division using up to 64 divisionsUwe Kleine-König1-7/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2016-05-25Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+6
2016-05-17input: misc: max8997: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon1-0/+6
2016-05-09Input: max8997-haptic - fix NULL pointer dereferenceMarek Szyprowski1-2/+4
2015-08-29Input: max8997_haptic - fix module aliasJavier Martinez Canillas1-2/+1
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-3/+1
2014-11-02Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-3/+1
2014-10-20input: misc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-08Input: max8997_haptic - add error handling for regulator and pwmSachin Kamat1-4/+14
2014-01-07Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-17Input: add driver support for MAX8997-hapticDonggeun Kim1-0/+407