summaryrefslogtreecommitdiff
path: root/drivers/input/misc/palmas-pwrbutton.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-24Input: palmas-pwrbutton - convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-01-10Input: palmas-pwrbutton - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_p...Jonathan Cameron1-5/+5
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner1-9/+1
2021-12-07Input: palmas-pwrbutton - make a couple of arrays static constColin Ian King1-2/+2
2021-11-29Input: palmas-pwrbutton - use bitfield helpersGeert Uytterhoeven1-2/+3
2021-09-06Input: palmas-pwrbutton - handle return value of platform_get_irq()Arvind Yadav1-0/+5
2015-03-19Input: constify of_device_id arraysFabian Frederick1-1/+1
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-4/+2
2014-11-02Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2014-10-20input: misc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-16Input: palmas-pwrbutton - fix typo in the license stringNishanth Menon1-1/+1
2014-09-16Input: palmas-pwrbutton - use IRQF_ONESHOTNishanth Menon1-1/+3
2014-09-12Input: introduce palmas-pwrbuttonNishanth Menon1-0/+330