aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ac.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI/AC: prevent OOPS on some boxes due to missing check power_supply_registe...Lan Tianyu2012-08-091-1/+3
* Merge branch 'procfs-cleanup' into releaseLen Brown2011-01-121-1/+2
|\
| * ACPI: delete CONFIG_ACPI_PROCFS_POWER and power procfs I/F in 2.6.39Zhang Rui2011-01-121-1/+2
* | ACPI ac: update AC status upon sysfs queryZhang Rui2010-12-091-17/+29
|/
* ACPI ac/battery/sbs: sysfs I/F always built in, procfs I/F disabled by defaultZhang Rui2010-10-151-14/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ACPI: add AC/DC notifierMark Langsdorf2009-10-061-0/+1
* ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown2009-08-281-0/+2
* ACPI: ac: use .notify method instead of installing handler directlyBjorn Helgaas2009-06-181-15/+5
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-1/+0
* Merge branch 'sysfs' into releaseLen Brown2008-11-111-1/+1
|\
| * ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-061-1/+1
* | ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas2008-11-071-1/+0
|/
* Merge branch 'ull' into testLen Brown2008-10-221-1/+1
|\
| * ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-111-1/+1
* | ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek2008-10-101-1/+1
|/
* ACPI: no AC status notificationLen Brown2008-06-141-5/+3
* acpi: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-8/+4
* acpi: Storage class should be before const qualifierTobias Klauser2008-04-211-1/+1
* ACPI: Make sysfs interface in ACPI power optional.Alexey Starikovskiy2008-01-011-2/+14
* ACPI: Split out control for /proc/acpi entries from battery, ac, and sbs.Alexey Starikovskiy2007-11-191-10/+10
* ACPI: AC: Update AC state on resumeAlexey Starikovskiy2007-11-141-0/+17
* make /proc/acpi/ac_adapter dependent on ACPI_PROCFSAndrey Borzenkov2007-11-141-1/+22
* ACPI: AC: Add sysfs interfaceAlexey Starikovskiy2007-09-271-2/+31
* ACPI: Schedule /proc/acpi/event for removalLen Brown2007-08-231-1/+1
* ACPI: don't duplicate input events on netlinkZhang Rui2007-08-231-0/+3
* ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger2007-07-231-2/+7
* 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-2/+2
* ACPI: replace kmalloc+memset with kzallocBurman Yan2006-12-201-2/+1
* ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt2006-10-141-3/+3
* ACPI: fix boot with acpi=offPavel Machek2006-08-151-0/+2
* ACPI: add 'const' to several ACPI file_operationsArjan van de Ven2006-07-101-1/+1
* Pull smart-battery into release branchLen Brown2006-07-011-5/+7
|\
| * ACPI: add support for Smart BatteryRich Townsend2006-07-011-5/+7
* | ACPI: handle AC notify event on broken BIOSChristian Lupien2006-07-011-2/+4
|/
* ACPI: ac: Remove unneeded acpi_handle from driver.Patrick Mochel2006-06-301-2/+0
* ACPI: ac: Use acpi_device's handle instead of driver'sPatrick Mochel2006-06-301-3/+3
* ACPI: ac: Add struct acpi_device to struct acpi_ac.Patrick Mochel2006-06-301-3/+3
* ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel2006-06-271-31/+22
* ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger2006-06-261-10/+2
* [ACPI] Lindent all ACPI filesLen Brown2005-08-051-82/+56
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+354