summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/button.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI/button: convert to module_acpi_driver()Mika Westerberg2012-09-211-12/+1Star
* 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-231-103/+60Star
* 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/+0Star
* 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-021-2/+2
* ACPICA: Remove wakeup GPE reference counting which is not usedRafael J. Wysocki2010-07-071-4/+2Star
* 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-231-0/+2
* ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki2010-02-231-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-111-2/+43
* | ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown2009-08-291-0/+2
|/
* ACPI: button: remove control method/fixed hardware distinctionsBjorn Helgaas2009-04-111-26/+6Star
* ACPI: button: remove button->device pointerBjorn Helgaas2009-04-111-18/+13Star
* ACPI: button: cache hid/name/class pointersBjorn Helgaas2009-04-111-24/+24
* ACPI: button: use Linux style for getting driver_dataBjorn Helgaas2009-04-111-9/+4Star
* ACPI: button: remove unnecessary null pointer checksBjorn Helgaas2009-04-111-21/+1Star
* ACPI: button: whitespace changesBjorn Helgaas2009-04-111-6/+4Star
* ACPI: button: use .notify method instead of installing handler directlyBjorn Helgaas2009-04-051-69/+8Star
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-301-3/+0Star
* Merge branch 'ec' into releaseLen Brown2008-11-121-1/+1
|\
| * ACPICA: Use spinlock for acpi_{en|dis}able_gpeAlexey Starikovskiy2008-11-121-1/+1
* | ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas2008-11-081-1/+0Star
|/
* ACPI: Always report a sync event after a lid state changeGuillem Jover2008-10-251-1/+2
* Merge branch 'ull' into testLen Brown2008-10-231-2/+2
|\
| * ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-111-2/+2
* | ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek2008-10-111-1/+1
|/
* acpi: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-14/+10Star
* ACPI: button: make real parent for input devices in device treeAndrey Borzenkov2008-03-111-0/+1
* ACPI: button: send initial lid state after add and resumeAlexey Starikovskiy2007-10-251-8/+29
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-3/+3
* ACPI: Schedule /proc/acpi/event for removalLen Brown2007-08-231-1/+1
* ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger2007-07-231-1/+11
* ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown2007-02-131-2/+1Star
* ACPI: fix acpi_driver.name usageLen Brown2007-02-131-1/+1
* ACPI: clean up ACPI_MODULE_NAME() useLen Brown2007-02-131-1/+1
* Pull sysfs into test branchLen Brown2007-02-031-1/+1
|\
| * ACPI: correct id for fixed buttonsAlexey Starikovskiy2007-02-011-1/+1
* | ACPI: button: register with input layerDmitry Torokhov2006-11-091-85/+138
|/
* ACPI: add 'const' to several ACPI file_operationsArjan van de Ven2006-07-101-2/+2
* ACPI: button: Remove unneeded acpi_handle from driver.Patrick Mochel2006-06-301-2/+0Star
* ACPI: button: Use acpi_device's handle instead of driver'sPatrick Mochel2006-06-301-4/+4
* ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel2006-06-271-33/+23Star