summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/sbs.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI / SBS: fix inconsistent indenting inside if statementColin Ian King2016-01-041-3/+3
* ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0
* ACPI / SBS: Enable battery manager when presentChris Bainbridge2015-04-291-1/+1
* power_supply: Change ownership from driver to coreKrzysztof Kozlowski2015-03-131-27/+41
* power_supply: Move run-time configuration to separate structureKrzysztof Kozlowski2015-03-131-2/+2
* ACPI / SBS: Fix check in acpi_ac_get_present()Rafael J. Wysocki2014-09-281-1/+1
* ACPI / SBS: Disable smart battery manager on AppleMatthew Garrett2014-09-241-8/+43
* ACPI / SBS: Don't assume the existence of an SBS chargerMatthew Garrett2014-09-241-7/+22
* ACPI / battery: move some ACPI_BATTERY_* definitions to headerAlexander Mezin2014-03-191-1/+1
*-. Merge branches 'acpi-pm' and 'acpi-video'Rafael J. Wysocki2014-02-211-0/+2
|\ \
| * | ACPI / SBS: fix SBS driver compile error when CONFIG_PM_SLEEP is undefinedShuah Khan2014-02-131-0/+2
| |/
* | ACPI / SBS: Fix incorrect sscanf() stringLuis G.F2014-02-131-1/+1
|/
* ACPI / SBS: Remove SBS's proc directoryLan Tianyu2013-10-121-321/+4
* ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger2013-07-151-13/+2
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-17/+4
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-4/+4
* ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-3/+3
* ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki2012-08-101-0/+2
* ACPI: Use struct dev_pm_ops for power management in the SBS driverRafael J. Wysocki2012-07-011-4/+6
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-08-021-2/+11
|\
| * ACPI / SBS: Correct the value of power_now and power_avg in the sysfsLan Tianyu2011-07-141-0/+6
| * ACPI / SBS: Add getting state operation in the acpi_sbs_battery_get_property()Lan Tianyu2011-07-141-2/+5
* | treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-211-1/+1
|/
* 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
OpenPOWER on IntegriCloud