| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI: Remove the old /proc/acpi/event interface | Thomas Renninger | 2013-07-15 | 1 | -1/+0 |
* | ACPI / AC: Add sleep quirk for Thinkpad e530 | Lan Tianyu | 2013-05-12 | 1 | -0/+33 |
* | procfs: new helper - PDE_DATA(inode) | Al Viro | 2013-04-09 | 1 | -1/+1 |
* | ACPI: Remove useless type argument of driver .remove() operation | Rafael J. Wysocki | 2013-01-26 | 1 | -2/+2 |
* | ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEP | Rafael J. Wysocki | 2012-08-10 | 1 | -0/+4 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-07-26 | 1 | -1/+3 |
|\ |
|
| * | ACPI/AC: prevent OOPS on some boxes due to missing check power_supply_registe... | Lan Tianyu | 2012-07-24 | 1 | -1/+3 |
* | | ACPI: Use struct dev_pm_ops for power management in the AC driver | Rafael J. Wysocki | 2012-07-01 | 1 | -5/+12 |
|/ |
|
* | treewide: fix potentially dangerous trailing ';' in #defined values/expressions | Phil Carmody | 2011-07-21 | 1 | -1/+1 |
* | Merge branch 'procfs-cleanup' into release | Len Brown | 2011-01-12 | 1 | -1/+2 |
|\ |
|
| * | ACPI: delete CONFIG_ACPI_PROCFS_POWER and power procfs I/F in 2.6.39 | Zhang Rui | 2011-01-12 | 1 | -1/+2 |
* | | ACPI ac: update AC status upon sysfs query | Zhang Rui | 2010-12-09 | 1 | -17/+29 |
|/ |
|
* | ACPI ac/battery/sbs: sysfs I/F always built in, procfs I/F disabled by default | Zhang Rui | 2010-10-15 | 1 | -14/+0 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | ACPI: add AC/DC notifier | Mark Langsdorf | 2009-10-06 | 1 | -0/+1 |
* | ACPI: Move definition of PREFIX from acpi_bus.h to internal..h | Len Brown | 2009-08-28 | 1 | -0/+2 |
* | ACPI: ac: use .notify method instead of installing handler directly | Bjorn Helgaas | 2009-06-18 | 1 | -15/+5 |
* | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 2009-03-31 | 1 | -1/+0 |
* | Merge branch 'sysfs' into release | Len Brown | 2008-11-11 | 1 | -1/+1 |
|\ |
|
| * | ACPI: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-11-06 | 1 | -1/+1 |
* | | ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h | Bjorn Helgaas | 2008-11-07 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'ull' into test | Len Brown | 2008-10-22 | 1 | -1/+1 |
|\ |
|
| * | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels | Matthew Wilcox | 2008-10-11 | 1 | -1/+1 |
* | | ACPI: catch calls of acpi_driver_data on pointer of wrong type | Pavel Machek | 2008-10-10 | 1 | -1/+1 |
|/ |
|
* | ACPI: no AC status notification | Len Brown | 2008-06-14 | 1 | -5/+3 |
* | acpi: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -8/+4 |
* | acpi: Storage class should be before const qualifier | Tobias Klauser | 2008-04-21 | 1 | -1/+1 |
* | ACPI: Make sysfs interface in ACPI power optional. | Alexey Starikovskiy | 2008-01-01 | 1 | -2/+14 |
* | ACPI: Split out control for /proc/acpi entries from battery, ac, and sbs. | Alexey Starikovskiy | 2007-11-19 | 1 | -10/+10 |
* | ACPI: AC: Update AC state on resume | Alexey Starikovskiy | 2007-11-14 | 1 | -0/+17 |
* | make /proc/acpi/ac_adapter dependent on ACPI_PROCFS | Andrey Borzenkov | 2007-11-14 | 1 | -1/+22 |
* | ACPI: AC: Add sysfs interface | Alexey Starikovskiy | 2007-09-27 | 1 | -2/+31 |
* | ACPI: Schedule /proc/acpi/event for removal | Len Brown | 2007-08-23 | 1 | -1/+1 |
* | ACPI: don't duplicate input events on netlink | Zhang Rui | 2007-08-23 | 1 | -0/+3 |
* | ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d... | Thomas Renninger | 2007-07-23 | 1 | -2/+7 |
* | ACPI: delete extra #defines in /drivers/acpi/ drivers | Len Brown | 2007-02-12 | 1 | -2/+1 |
* | ACPI: fix acpi_driver.name usage | Len Brown | 2007-02-12 | 1 | -1/+1 |
* | ACPI: clean up ACPI_MODULE_NAME() use | Len Brown | 2007-02-12 | 1 | -2/+2 |
* | ACPI: replace kmalloc+memset with kzalloc | Burman Yan | 2006-12-20 | 1 | -2/+1 |
* | ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi | Jan Engelhardt | 2006-10-14 | 1 | -3/+3 |
* | ACPI: fix boot with acpi=off | Pavel Machek | 2006-08-15 | 1 | -0/+2 |
* | ACPI: add 'const' to several ACPI file_operations | Arjan van de Ven | 2006-07-10 | 1 | -1/+1 |
* | Pull smart-battery into release branch | Len Brown | 2006-07-01 | 1 | -5/+7 |
|\ |
|
| * | ACPI: add support for Smart Battery | Rich Townsend | 2006-07-01 | 1 | -5/+7 |
* | | ACPI: handle AC notify event on broken BIOS | Christian Lupien | 2006-07-01 | 1 | -2/+4 |
|/ |
|
* | ACPI: ac: Remove unneeded acpi_handle from driver. | Patrick Mochel | 2006-06-30 | 1 | -2/+0 |
* | ACPI: ac: Use acpi_device's handle instead of driver's | Patrick Mochel | 2006-06-30 | 1 | -3/+3 |
* | ACPI: ac: Add struct acpi_device to struct acpi_ac. | Patrick Mochel | 2006-06-30 | 1 | -3/+3 |
* | ACPI: delete tracing macros from drivers/acpi/*.c | Patrick Mochel | 2006-06-27 | 1 | -31/+22 |
* | ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG | Thomas Renninger | 2006-06-26 | 1 | -10/+2 |