summaryrefslogtreecommitdiff
path: root/drivers/input/misc/pm8xxx-vibrator.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17Input: Explicitly include correct DT includesRob Herring1-1/+0
2023-01-10Input: pm8xxx-vibrator - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-3/+3
2020-01-21Input: pm8xxx-vib - fix handling of separate enable registerStephan Gerhold1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2017-04-05Input: pm8xxx-vib - add support for pm8916's vibratorDamien Riegel1-0/+10
2017-04-05Input: pm8xxx-vib - handle separate enable registerDamien Riegel1-1/+10
2017-04-05Input: pm8xxx-vib - parametrize the driverDamien Riegel1-16/+33
2017-04-05Input: pm8xxx-vib - reorder header alphabeticallyDamien Riegel1-4/+4
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-03-31Input: pm8xxx-vibrator - add DT match tableStephen Boyd1-1/+8
2014-01-07Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-15Input: pm8xxx-vibrator - migrate to regmap APIsStephen Boyd1-47/+14
2013-12-15Input: pm8xxx-vibrator - switch to using managed resourcesStephen Boyd1-31/+12
2013-05-06Input: pm8xxx-vibrator - remove redundant platform_set_drvdata()Sachin Kamat1-2/+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
2011-12-01Input: misc - use macro module_platform_driver()JJ Ding1-12/+1
2011-08-03Input: add support for pm8xxx based vibrator driverAmy Maloche1-0/+296