summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/max8997_haptic.c
Commit message (Expand)AuthorAgeFilesLines
* Input: max8997_haptic - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-3/+4
* Input: max8997 - convert to modern way to get a reference to a PWMUwe Kleine-König2022-11-171-4/+3
* Input: max8997 - simplify open coding of a division using up to 64 divisionsUwe Kleine-König2021-03-251-7/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-251-0/+6
|\
| * input: misc: max8997: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon2016-05-171-0/+6
* | Input: max8997-haptic - fix NULL pointer dereferenceMarek Szyprowski2016-05-091-2/+4
|/
* Input: max8997_haptic - fix module aliasJavier Martinez Canillas2015-08-281-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-171-3/+1
|\
| * Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-3/+1
* | input: misc: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
|/
* Input: max8997_haptic - add error handling for regulator and pwmSachin Kamat2014-06-071-4/+14
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: add driver support for MAX8997-hapticDonggeun Kim2012-03-161-0/+407