aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/button.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-23ACPI / button: Do not propagate wakeup-from-suspend eventsRafael J. Wysocki1-4/+21
2014-03-19ACPI / button: Add ACPI Button event via netlink routineLan Tianyu1-0/+4
2014-02-13ACPI / button: fix button driver compile error when CONFIG_PM_SLEEP is undefinedShuah Khan1-0/+2
2014-01-12Merge branches 'acpi-gpe', 'acpi-video', 'acpi-thermal', 'acpi-processor', 'acpi-sleep'Rafael J. Wysocki1-18/+0
2013-12-19ACPI / Button: Fix enabling button GPEs twiceLan Tianyu1-18/+0
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-2/+1
2013-09-25ACPI / button: Using input_set_capability() to mark device's event capabilityLan Tianyu1-6/+3
2013-07-15ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger1-2/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-03-25ACPI: suppress compiler warnings in button.cAndy Shevchenko1-0/+1
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-2/+2
2012-09-21ACPI/button: convert to module_acpi_driver()Mika Westerberg1-12/+1
2012-08-10ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki1-0/+4
2012-07-01ACPI: Use struct dev_pm_ops for power management in the button driverRafael J. Wysocki1-3/+6
2011-03-22ACPI button: remove unused procfs I/FZhang Rui1-103/+60
2011-02-24ACPI / Button: Avoid disabling wakeup unnecessarily on removeRafael J. Wysocki1-2/+7
2011-02-24ACPI: Remove the wakeup.run_wake_count device fieldRafael J. Wysocki1-2/+0
2011-01-07ACPI / PM: Report wakeup events from buttonsRafael J. Wysocki1-0/+5
2011-01-07ACPI / PM: Use device wakeup flags for handling ACPI wakeup devicesRafael J. Wysocki1-2/+2
2010-10-01ACPI/PNP: A HID value of an object never changes -> make it constThomas Renninger1-2/+2
2010-07-06ACPICA: Remove wakeup GPE reference counting which is not usedRafael J. Wysocki1-4/+2
2010-06-17ACPI / PM: Do not enable GPEs for system wakeup in advanceRafael J. Wysocki1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-22ACPI / PM: Add more run-time wake-up fieldsRafael J. Wysocki1-0/+2
2010-02-22ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki1-4/+9
2009-12-16ACPI: Use the return result of ACPI lid notifier chain correctlyZhao Yakui1-0/+7
2009-10-13ACPI button: don't try to use a non-existent lid deviceJesse Barnes1-0/+3
2009-09-24Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds1-2/+43
2009-09-10ACPI button: provide lid status functionsJesse Barnes1-2/+43
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-0/+2
2009-04-11ACPI: button: remove control method/fixed hardware distinctionsBjorn Helgaas1-26/+6
2009-04-11ACPI: button: remove button->device pointerBjorn Helgaas1-18/+13
2009-04-11ACPI: button: cache hid/name/class pointersBjorn Helgaas1-24/+24
2009-04-11ACPI: button: use Linux style for getting driver_dataBjorn Helgaas1-9/+4
2009-04-11ACPI: button: remove unnecessary null pointer checksBjorn Helgaas1-21/+1
2009-04-11ACPI: button: whitespace changesBjorn Helgaas1-6/+4
2009-04-05ACPI: button: use .notify method instead of installing handler directlyBjorn Helgaas1-69/+8
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-3/+0
2008-11-11Merge branch 'ec' into releaseLen Brown1-1/+1
2008-11-11ACPICA: Use spinlock for acpi_{en|dis}able_gpeAlexey Starikovskiy1-1/+1
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas1-1/+0
2008-10-25ACPI: Always report a sync event after a lid state changeGuillem Jover1-1/+2
2008-10-22Merge branch 'ull' into testLen Brown1-2/+2
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-2/+2
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek1-1/+1
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev1-14/+10
2008-03-11ACPI: button: make real parent for input devices in device treeAndrey Borzenkov1-0/+1
2007-10-25ACPI: button: send initial lid state after add and resumeAlexey Starikovskiy1-8/+29
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-3/+3