aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/button.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ACPI: button: remove button->device pointerBjorn Helgaas2009-04-111-18/+13
* 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/+4
* ACPI: button: remove unnecessary null pointer checksBjorn Helgaas2009-04-111-21/+1
* ACPI: button: whitespace changesBjorn Helgaas2009-04-111-6/+4
* ACPI: button: use .notify method instead of installing handler directlyBjorn Helgaas2009-04-051-69/+8
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-3/+0
* Merge branch 'ec' into releaseLen Brown2008-11-111-1/+1
|\
| * ACPICA: Use spinlock for acpi_{en|dis}able_gpeAlexey Starikovskiy2008-11-111-1/+1
* | ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas2008-11-071-1/+0
|/
* ACPI: Always report a sync event after a lid state changeGuillem Jover2008-10-251-1/+2
* Merge branch 'ull' into testLen Brown2008-10-221-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-101-1/+1
|/
* acpi: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-14/+10
* 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-121-2/+1
* ACPI: fix acpi_driver.name usageLen Brown2007-02-121-1/+1
* ACPI: clean up ACPI_MODULE_NAME() useLen Brown2007-02-121-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/+0
* 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/+23
* ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown2006-06-271-2/+2
* ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger2006-06-261-14/+4
* [ACPI] Lindent all ACPI filesLen Brown2005-08-051-151/+123