aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/sbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-28ACPI / SBS: Fix check in acpi_ac_get_present()Rafael J. Wysocki1-1/+1
2014-09-24ACPI / SBS: Disable smart battery manager on AppleMatthew Garrett1-8/+43
2014-09-24ACPI / SBS: Don't assume the existence of an SBS chargerMatthew Garrett1-7/+22
2014-03-19ACPI / battery: move some ACPI_BATTERY_* definitions to headerAlexander Mezin1-1/+1
2014-02-21Merge branches 'acpi-pm' and 'acpi-video'Rafael J. Wysocki1-0/+2
2014-02-13ACPI / SBS: Fix incorrect sscanf() stringLuis G.F1-1/+1
2014-02-13ACPI / SBS: fix SBS driver compile error when CONFIG_PM_SLEEP is undefinedShuah Khan1-0/+2
2013-10-12ACPI / SBS: Remove SBS's proc directoryLan Tianyu1-321/+4
2013-07-15ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger1-13/+2
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-17/+4
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-4/+4
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-3/+3
2012-08-10ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki1-0/+2
2012-07-01ACPI: Use struct dev_pm_ops for power management in the SBS driverRafael J. Wysocki1-4/+6
2011-08-02Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-2/+11
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-07-14ACPI / SBS: Correct the value of power_now and power_avg in the sysfsLan Tianyu1-0/+6
2011-07-14ACPI / SBS: Add getting state operation in the acpi_sbs_battery_get_property()Lan Tianyu1-2/+5
2011-01-12ACPI: delete CONFIG_ACPI_PROCFS_POWER and power procfs I/F in 2.6.39Zhang Rui1-0/+2
2010-10-15ACPI ac/battery/sbs: sysfs I/F always built in, procfs I/F disabled by defaultZhang Rui1-25/+0
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
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into releaseLen Brown1-0/+3
2010-01-16ACPI: Fix unused variable warning in sbs.cRakib Mullick1-0/+3
2010-01-15ACPI: SBS: Export cycle_countAlexey Starikovskiy1-0/+5
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-0/+2
2009-04-05Merge branch 'linus' into releaseLen Brown1-1/+0
2009-04-05Merge branch 'constify' into releaseLen Brown1-7/+7
2009-04-03ACPI: constify VFTs (1/2)Jan Engelhardt1-7/+7
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0
2009-03-27ACPI: battery: add power_{now,avg} properties to power_classAlexey Starikovskiy1-11/+16
2008-10-23Merge branch 'linus' into testLen Brown1-1/+1
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+1
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek1-1/+1
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev1-26/+9
2008-02-09ACPI: SBS: Host controller must initialize before SBS.Alexey Starikovskiy1-1/+1
2008-02-07ACPI: misc cleanupsAdrian Bunk1-1/+1
2008-01-01ACPI: Make sysfs interface in ACPI power optional.Alexey Starikovskiy1-1/+22
2007-12-14ACPI: SBS: Return rate in mW if capacity in mWhAlexey Starikovskiy1-9/+12
2007-12-14ACPI: SBS: Ignore alarms coming from unknown devicesAlexey Starikovskiy1-6/+0
2007-11-20Pull procfs-default into release branchLen Brown1-10/+10
2007-11-19ACPI: Split out control for /proc/acpi entries from battery, ac, and sbs.Alexey Starikovskiy1-10/+10
2007-11-18ACPI: SBS: Fix retval warningJeff Garzik1-8/+17
2007-09-27ACPI: SBS: Add sysfs alarmAlexey Starikovskiy1-4/+32
2007-09-27ACPI: SBS: Add ACPI_PROCFS around procfs handling code.Alexey Starikovskiy1-0/+25
2007-09-27ACPI: SBS: Add support for power_supply class (and sysfs)Alexey Starikovskiy1-81/+233
2007-09-27ACPI: SBS: Make SBS reads table-driven.Alexey Starikovskiy1-1017/+275
2007-09-27ACPI: SBS: Simplify data structures in SBSAlexey Starikovskiy1-147/+135
2007-09-27ACPI: SBS: Split host controller (ACPI0001) from SBS driver (ACPI0002)Alexey Starikovskiy1-299/+75
2007-09-27ACPI: Add acpi_bus_generate_event4() functionAlexey Starikovskiy1-32/+14
2007-08-23ACPI: Schedule /proc/acpi/event for removalLen Brown1-1/+1