aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ac.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
2009-10-06ACPI: add AC/DC notifierMark Langsdorf1-0/+1
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-0/+2
2009-06-18ACPI: ac: use .notify method instead of installing handler directlyBjorn Helgaas1-15/+5
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0
2008-11-11Merge branch 'sysfs' into releaseLen Brown1-1/+1
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas1-1/+0
2008-11-06ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-22Merge branch 'ull' into testLen Brown1-1/+1
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-1/+1
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek1-1/+1
2008-06-14ACPI: no AC status notificationLen Brown1-5/+3
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev1-8/+4
2008-04-21acpi: Storage class should be before const qualifierTobias Klauser1-1/+1
2008-01-01ACPI: Make sysfs interface in ACPI power optional.Alexey Starikovskiy1-2/+14
2007-11-19ACPI: Split out control for /proc/acpi entries from battery, ac, and sbs.Alexey Starikovskiy1-10/+10
2007-11-14ACPI: AC: Update AC state on resumeAlexey Starikovskiy1-0/+17
2007-11-14make /proc/acpi/ac_adapter dependent on ACPI_PROCFSAndrey Borzenkov1-1/+22
2007-09-27ACPI: AC: Add sysfs interfaceAlexey Starikovskiy1-2/+31
2007-08-23ACPI: Schedule /proc/acpi/event for removalLen Brown1-1/+1
2007-08-23ACPI: don't duplicate input events on netlinkZhang Rui1-0/+3
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI driversThomas Renninger1-2/+7
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-2/+2
2006-12-20ACPI: replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt1-3/+3
2006-08-15ACPI: fix boot with acpi=offPavel Machek1-0/+2
2006-07-10ACPI: add 'const' to several ACPI file_operationsArjan van de Ven1-1/+1
2006-07-01Pull smart-battery into release branchLen Brown1-5/+7
2006-07-01ACPI: add support for Smart BatteryRich Townsend1-5/+7
2006-07-01ACPI: handle AC notify event on broken BIOSChristian Lupien1-2/+4
2006-06-30ACPI: ac: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: ac: Use acpi_device's handle instead of driver'sPatrick Mochel1-3/+3
2006-06-30ACPI: ac: Add struct acpi_device to struct acpi_ac.Patrick Mochel1-3/+3
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel1-31/+22
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger1-10/+2
2005-08-05[ACPI] Lindent all ACPI filesLen Brown1-82/+56
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+354