summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/pm8xxx-vibrator.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Explicitly include correct DT includesRob Herring2023-07-171-1/+0
* Input: pm8xxx-vibrator - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-3/+3
* Input: pm8xxx-vib - fix handling of separate enable registerStephan Gerhold2020-01-201-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-9/+1
* Input: pm8xxx-vib - add support for pm8916's vibratorDamien Riegel2017-04-051-0/+10
* Input: pm8xxx-vib - handle separate enable registerDamien Riegel2017-04-051-1/+10
* Input: pm8xxx-vib - parametrize the driverDamien Riegel2017-04-051-16/+33
* Input: pm8xxx-vib - reorder header alphabeticallyDamien Riegel2017-04-051-4/+4
* 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: pm8xxx-vibrator - add DT match tableStephen Boyd2014-03-301-1/+8
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: pm8xxx-vibrator - migrate to regmap APIsStephen Boyd2013-12-151-47/+14
* Input: pm8xxx-vibrator - switch to using managed resourcesStephen Boyd2013-12-151-31/+12
* Input: pm8xxx-vibrator - remove redundant platform_set_drvdata()Sachin Kamat2013-05-051-2/+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: misc - use macro module_platform_driver()JJ Ding2011-11-301-12/+1
* Input: add support for pm8xxx based vibrator driverAmy Maloche2011-08-021-0/+296