aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/axp20x-pek.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-21Input: axp20x-pek - enable wakeup for all AXP variantsSamuel Holland1-2/+1
2020-01-21Input: axp20x-pek - respect userspace wakeup configurationSamuel Holland1-1/+36
2019-12-19Input: axp20x-pek - make device attributes staticBen Dooks (Codethink)1-3/+4
2019-08-14Input: remove dev_err() usage after platform_get_irq()Stephen Boyd1-8/+2
2019-08-12Input: axp20x-pek - convert driver to use dev_groupsGreg Kroah-Hartman1-12/+3
2017-10-19Input: axp20x-pek - fix module not auto-loading for axp221 pekHans de Goede1-1/+1
2017-08-17Input: axp20x-pek - add support for AXP221 PEKQuentin Schulz1-0/+18
2017-08-17Input: axp20x-pek - use driver_data of platform_device_id instead of extended attributesQuentin Schulz1-45/+90
2017-07-24Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into nextDmitry Torokhov1-24/+38
2017-07-22Input: axp20x-pek - switch to using devm_device_add_group()Dmitry Torokhov1-17/+1
2017-06-02Input: axp20x-pek - add wakeup supportHans de Goede1-0/+28
2017-06-02Input: axp20x-pek - switch to acpi_dev_present and check for ACPI0011 tooHans de Goede1-2/+3
2017-06-02Input: axp20x-pek - only check for "INTCFD9" ACPI device on Cherry TrailHans de Goede1-7/+36
2017-03-09Input: axp20x-pek - do not register input device on some systemsHans de Goede1-3/+12
2017-03-09Input: axp20x_pek - add axp20x_pek_probe_input_device helperHans de Goede1-18/+29
2017-03-09Input: axp20x-pek - use our own device for errorsHans de Goede1-4/+4
2015-08-03Input: axp20x-pek - add module aliasChen-Yu Tsai1-0/+1
2015-06-24Input: axp20x-pek - fix reporting button state as invertedHans de Goede1-2/+6
2015-01-08Input: axp20x-pek - switch over to using attribute groupDmitry Torokhov1-28/+36
2015-01-08Input: add driver for AXP20x Power Enable KeyCarlo Caione1-0/+282