aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/button.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-23ACPI: Schedule /proc/acpi/event for removalLen Brown1-1/+1
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI driversThomas Renninger1-1/+11
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown1-2/+1
2007-02-12ACPI: fix acpi_driver.name usageLen Brown1-1/+1
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown1-1/+1
2007-02-03Pull sysfs into test branchLen Brown1-1/+1
2007-02-01ACPI: correct id for fixed buttonsAlexey Starikovskiy1-1/+1
2006-11-09ACPI: button: register with input layerDmitry Torokhov1-85/+138
2006-07-10ACPI: add 'const' to several ACPI file_operationsArjan van de Ven1-2/+2
2006-06-30ACPI: button: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: button: Use acpi_device's handle instead of driver'sPatrick Mochel1-4/+4
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel1-33/+23
2006-06-27ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown1-2/+2
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger1-14/+4
2005-08-05[ACPI] Lindent all ACPI filesLen Brown1-151/+123
2005-08-03[ACPI] restore /proc/acpi/button/ (ala 2.6.12)Alexey Starikovskiy1-1/+205
2005-07-11[ACPI] Allow simultaneous Fixed Feature and Control Method buttonsAlexey Starikovskiy1-244/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+558