summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/button.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-07-041-1/+1
|\
| * ACPI: fix whitespace in pr_fmt() to align log entriesVincent Legoll2017-06-221-1/+1
* | ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki2017-06-151-2/+3
|/
*-. Merge branches 'intel_pstate' and 'pm-sleep'Rafael J. Wysocki2017-06-091-3/+2
|\ \
| | * Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki2017-06-071-3/+2
| |/
| |
| \
*-. \ Merge branches 'acpi-button', 'acpica' and 'acpi-sysfs'Rafael J. Wysocki2017-06-031-1/+1
|\ \ \
| * | | Revert "ACPI / button: Change default behavior to lid_init_state=open"Benjamin Tissoires2017-05-291-1/+1
| | | |
| \ \ \
*-. \ \ \ Merge branches 'acpi-button' and 'acpi-tools'Rafael J. Wysocki2017-05-221-0/+9
|\ \ \ \ \ | | |/ / / | |/| / / | | |/ / | |_| / |/| |
| * | Revert "ACPI / button: Remove lid_init_state=method mode"Lv Zheng2017-05-121-0/+9
| |/
* | ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki2017-05-051-2/+3
|/
* ACPI / button: Remove lid_init_state=method modeLv Zheng2017-01-311-9/+0
* ACPI / button: Change default behavior to lid_init_state=openLv Zheng2017-01-311-1/+1
* ACPI / button: Fix an issue in button.lid_init_state=ignore modeLv Zheng2016-08-311-3/+82
* ACPI / button: remove pointer to old lid_sysfs on unbindBenjamin Tissoires2016-08-031-0/+4
* ACPI / button: Add quirks for initial lid state notificationLv Zheng2016-06-221-0/+61
* ACPI / button: Refactor functions to eliminate redundant codeLv Zheng2016-06-221-42/+49
* ACPI / button: Remove initial lid state notificationLv Zheng2016-06-221-3/+0
* ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0
* ACPI / button: Do not propagate wakeup-from-suspend eventsRafael J. Wysocki2014-07-231-4/+21
* ACPI / button: Add ACPI Button event via netlink routineLan Tianyu2014-03-191-0/+4
* ACPI / button: fix button driver compile error when CONFIG_PM_SLEEP is undefinedShuah Khan2014-02-131-0/+2
*-. Merge branches 'acpi-gpe', 'acpi-video', 'acpi-thermal', 'acpi-processor', 'a...Rafael J. Wysocki2014-01-121-18/+0
|\ \
| * | ACPI / Button: Fix enabling button GPEs twiceLan Tianyu2013-12-191-18/+0
| |/
* | ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-2/+1
|/
* ACPI / button: Using input_set_capability() to mark device's event capabilityLan Tianyu2013-09-251-6/+3
* ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger2013-07-151-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* | ACPI: suppress compiler warnings in button.cAndy Shevchenko2013-03-251-0/+1
|/
* ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-2/+2
* ACPI/button: convert to module_acpi_driver()Mika Westerberg2012-09-211-12/+1
* ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki2012-08-101-0/+4
* ACPI: Use struct dev_pm_ops for power management in the button driverRafael J. Wysocki2012-07-011-3/+6
* ACPI button: remove unused procfs I/FZhang Rui2011-03-221-103/+60
* ACPI / Button: Avoid disabling wakeup unnecessarily on removeRafael J. Wysocki2011-02-241-2/+7
* ACPI: Remove the wakeup.run_wake_count device fieldRafael J. Wysocki2011-02-241-2/+0
* ACPI / PM: Report wakeup events from buttonsRafael J. Wysocki2011-01-071-0/+5
* ACPI / PM: Use device wakeup flags for handling ACPI wakeup devicesRafael J. Wysocki2011-01-071-2/+2
* ACPI/PNP: A HID value of an object never changes -> make it constThomas Renninger2010-10-011-2/+2
* ACPICA: Remove wakeup GPE reference counting which is not usedRafael J. Wysocki2010-07-061-4/+2
* ACPI / PM: Do not enable GPEs for system wakeup in advanceRafael J. Wysocki2010-06-171-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ACPI / PM: Add more run-time wake-up fieldsRafael J. Wysocki2010-02-221-0/+2
* ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki2010-02-221-4/+9
* ACPI: Use the return result of ACPI lid notifier chain correctlyZhao Yakui2009-12-161-0/+7
* ACPI button: don't try to use a non-existent lid deviceJesse Barnes2009-10-131-0/+3
* Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-241-2/+43
|\
| * ACPI button: provide lid status functionsJesse Barnes2009-09-101-2/+43
* | ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown2009-08-281-0/+2
|/
* ACPI: button: remove control method/fixed hardware distinctionsBjorn Helgaas2009-04-111-26/+6
OpenPOWER on IntegriCloud