index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
input
/
misc
/
axp20x-pek.c
Age
Commit message (
Expand
)
Author
2020-05-05
Input: axp20x-pek - always register interrupt handlers
Hans de Goede
2020-01-21
Input: axp20x-pek - enable wakeup for all AXP variants
Samuel Holland
2020-01-21
Input: axp20x-pek - respect userspace wakeup configuration
Samuel Holland
2019-12-19
Input: axp20x-pek - make device attributes static
Ben Dooks (Codethink)
2019-08-14
Input: remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-12
Input: axp20x-pek - convert driver to use dev_groups
Greg Kroah-Hartman
2017-10-19
Input: axp20x-pek - fix module not auto-loading for axp221 pek
Hans de Goede
2017-08-17
Input: axp20x-pek - add support for AXP221 PEK
Quentin Schulz
2017-08-17
Input: axp20x-pek - use driver_data of platform_device_id instead of extended...
Quentin Schulz
2017-07-24
Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Dmitry Torokhov
2017-07-22
Input: axp20x-pek - switch to using devm_device_add_group()
Dmitry Torokhov
2017-06-02
Input: axp20x-pek - add wakeup support
Hans de Goede
2017-06-02
Input: axp20x-pek - switch to acpi_dev_present and check for ACPI0011 too
Hans de Goede
2017-06-02
Input: axp20x-pek - only check for "INTCFD9" ACPI device on Cherry Trail
Hans de Goede
2017-03-09
Input: axp20x-pek - do not register input device on some systems
Hans de Goede
2017-03-09
Input: axp20x_pek - add axp20x_pek_probe_input_device helper
Hans de Goede
2017-03-09
Input: axp20x-pek - use our own device for errors
Hans de Goede
2015-08-03
Input: axp20x-pek - add module alias
Chen-Yu Tsai
2015-06-24
Input: axp20x-pek - fix reporting button state as inverted
Hans de Goede
2015-01-08
Input: axp20x-pek - switch over to using attribute group
Dmitry Torokhov
2015-01-08
Input: add driver for AXP20x Power Enable Key
Carlo Caione