aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/sbs.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: delete CONFIG_ACPI_PROCFS_POWER and power procfs I/F in 2.6.39Zhang Rui2011-01-121-0/+2
* ACPI ac/battery/sbs: sysfs I/F always built in, procfs I/F disabled by defaultZhang Rui2010-10-151-25/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
*-. Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown2010-03-141-0/+3
|\ \
| * | ACPI: Fix unused variable warning in sbs.cRakib Mullick2010-01-161-0/+3
| |/
* | ACPI: SBS: Export cycle_countAlexey Starikovskiy2010-01-151-0/+5
|/
* ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown2009-08-281-0/+2
* Merge branch 'linus' into releaseLen Brown2009-04-051-1/+0
|\
| * proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-1/+0
* | Merge branch 'constify' into releaseLen Brown2009-04-051-7/+7
|\ \
| * | ACPI: constify VFTs (1/2)Jan Engelhardt2009-04-031-7/+7
| |/
* | ACPI: battery: add power_{now,avg} properties to power_classAlexey Starikovskiy2009-03-271-11/+16
|/
* Merge branch 'linus' into testLen Brown2008-10-231-1/+1
|\
| * x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-1/+1
* | 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-26/+9
* ACPI: SBS: Host controller must initialize before SBS.Alexey Starikovskiy2008-02-091-1/+1
* ACPI: misc cleanupsAdrian Bunk2008-02-071-1/+1
* ACPI: Make sysfs interface in ACPI power optional.Alexey Starikovskiy2008-01-011-1/+22
* ACPI: SBS: Return rate in mW if capacity in mWhAlexey Starikovskiy2007-12-141-9/+12
* ACPI: SBS: Ignore alarms coming from unknown devicesAlexey Starikovskiy2007-12-141-6/+0
* Pull procfs-default into release branchLen Brown2007-11-201-10/+10
|\
| * ACPI: Split out control for /proc/acpi entries from battery, ac, and sbs.Alexey Starikovskiy2007-11-191-10/+10
* | ACPI: SBS: Fix retval warningJeff Garzik2007-11-181-8/+17
|/
* ACPI: SBS: Add sysfs alarmAlexey Starikovskiy2007-09-271-4/+32
* ACPI: SBS: Add ACPI_PROCFS around procfs handling code.Alexey Starikovskiy2007-09-271-0/+25
* ACPI: SBS: Add support for power_supply class (and sysfs)Alexey Starikovskiy2007-09-271-81/+233
* ACPI: SBS: Make SBS reads table-driven.Alexey Starikovskiy2007-09-271-1017/+275
* ACPI: SBS: Simplify data structures in SBSAlexey Starikovskiy2007-09-271-147/+135
* ACPI: SBS: Split host controller (ACPI0001) from SBS driver (ACPI0002)Alexey Starikovskiy2007-09-271-299/+75
* ACPI: Add acpi_bus_generate_event4() functionAlexey Starikovskiy2007-09-271-32/+14
* ACPI: Schedule /proc/acpi/event for removalLen Brown2007-08-231-1/+1
* ACPI: don't duplicate input events on netlinkZhang Rui2007-08-231-0/+1
* ACPI: sbs: remove dead codeAdrian Bunk2007-08-031-5/+1
* ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger2007-07-231-2/+8
* ACPI: sbs: probe smart battery vis SMBus controllerAlexey Starikovskiy2007-06-231-26/+7
* ACPI: sbs: Common interface with CM batteryVladimir Lebedev2007-03-221-258/+319
* ACPI: sbs: Debug messages correction/improvementVladimir Lebedev2007-03-221-150/+149
* ACPI: sbs: use EC rather than I2CVladimir Lebedev2007-03-221-278/+287
* Pull bugzilla-7897 into release branchLen Brown2007-02-161-11/+9
|\
| * ACPI: sbs: fix present rateVladimir Lebedev2007-02-101-11/+9
* | ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown2007-02-121-1/+0
* | ACPI: fix acpi_driver.name usageLen Brown2007-02-121-1/+1
* | ACPI: clean up ACPI_MODULE_NAME() useLen Brown2007-02-121-1/+1
|/
* ACPI: replace kmalloc+memset with kzallocBurman Yan2006-12-201-2/+1
* Pull style into test branchLen Brown2006-12-161-12/+12
|\
| * ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt2006-10-141-12/+12
* | ACPI: sbs: fix module_param() initializersLebedev, Vladimir P2006-10-141-5/+5
* | ACPI: sbs: check for NULL device pointerLebedev, Vladimir P2006-10-141-2/+8
|/
* ACPI: skip smart battery init when acpi=offLen Brown2006-08-151-0/+3