index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
sbs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-05
ACPI / SBS: fix inconsistent indenting inside if statement
Colin Ian King
1
-3
/
+3
2015-07-08
ACPI: Remove FSF mailing addresses
Jarkko Nikula
1
-4
/
+0
2015-04-29
ACPI / SBS: Enable battery manager when present
Chris Bainbridge
1
-1
/
+1
2015-03-14
power_supply: Change ownership from driver to core
Krzysztof Kozlowski
1
-27
/
+41
2015-03-14
power_supply: Move run-time configuration to separate structure
Krzysztof Kozlowski
1
-2
/
+2
2014-09-28
ACPI / SBS: Fix check in acpi_ac_get_present()
Rafael J. Wysocki
1
-1
/
+1
2014-09-25
ACPI / SBS: Disable smart battery manager on Apple
Matthew Garrett
1
-8
/
+43
2014-09-25
ACPI / SBS: Don't assume the existence of an SBS charger
Matthew Garrett
1
-7
/
+22
2014-03-19
ACPI / battery: move some ACPI_BATTERY_* definitions to header
Alexander Mezin
1
-1
/
+1
2014-02-21
Merge branches 'acpi-pm' and 'acpi-video'
Rafael J. Wysocki
1
-0
/
+2
2014-02-13
ACPI / SBS: Fix incorrect sscanf() string
Luis G.F
1
-1
/
+1
2014-02-13
ACPI / SBS: fix SBS driver compile error when CONFIG_PM_SLEEP is undefined
Shuah Khan
1
-0
/
+2
2013-10-12
ACPI / SBS: Remove SBS's proc directory
Lan Tianyu
1
-321
/
+4
2013-07-15
ACPI: Remove the old /proc/acpi/event interface
Thomas Renninger
1
-13
/
+2
2013-05-02
proc: Supply a function to remove a proc entry by PDE
David Howells
1
-17
/
+4
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-4
/
+4
2013-01-26
ACPI: Remove useless type argument of driver .remove() operation
Rafael J. Wysocki
1
-3
/
+3
2012-08-10
ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEP
Rafael J. Wysocki
1
-0
/
+2
2012-07-01
ACPI: Use struct dev_pm_ops for power management in the SBS driver
Rafael J. Wysocki
1
-4
/
+6
2011-08-03
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-2
/
+11
2011-07-21
treewide: fix potentially dangerous trailing ';' in #defined values/expressions
Phil Carmody
1
-1
/
+1
2011-07-14
ACPI / SBS: Correct the value of power_now and power_avg in the sysfs
Lan Tianyu
1
-0
/
+6
2011-07-14
ACPI / SBS: Add getting state operation in the acpi_sbs_battery_get_property()
Lan Tianyu
1
-2
/
+5
2011-01-12
ACPI: delete CONFIG_ACPI_PROCFS_POWER and power procfs I/F in 2.6.39
Zhang Rui
1
-0
/
+2
2010-10-16
ACPI ac/battery/sbs: sysfs I/F always built in, procfs I/F disabled by default
Zhang Rui
1
-25
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-15
Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...
Len Brown
1
-0
/
+3
2010-01-17
ACPI: Fix unused variable warning in sbs.c
Rakib Mullick
1
-0
/
+3
2010-01-16
ACPI: SBS: Export cycle_count
Alexey Starikovskiy
1
-0
/
+5
2009-08-29
ACPI: Move definition of PREFIX from acpi_bus.h to internal..h
Len Brown
1
-0
/
+2
2009-04-05
Merge branch 'linus' into release
Len Brown
1
-1
/
+0
2009-04-05
Merge branch 'constify' into release
Len Brown
1
-7
/
+7
2009-04-04
ACPI: constify VFTs (1/2)
Jan Engelhardt
1
-7
/
+7
2009-03-31
proc 2/2: remove struct proc_dir_entry::owner
Alexey Dobriyan
1
-1
/
+0
2009-03-28
ACPI: battery: add power_{now,avg} properties to power_class
Alexey Starikovskiy
1
-11
/
+16
2008-10-23
Merge branch 'linus' into test
Len Brown
1
-1
/
+1
2008-10-20
x86: sysfs: kill owner field from attribute
Parag Warudkar
1
-1
/
+1
2008-10-11
ACPI: catch calls of acpi_driver_data on pointer of wrong type
Pavel Machek
1
-1
/
+1
2008-04-29
acpi: use non-racy method for proc entries creation
Denis V. Lunev
1
-26
/
+9
2008-02-09
ACPI: SBS: Host controller must initialize before SBS.
Alexey Starikovskiy
1
-1
/
+1
2008-02-07
ACPI: misc cleanups
Adrian Bunk
1
-1
/
+1
2008-01-01
ACPI: Make sysfs interface in ACPI power optional.
Alexey Starikovskiy
1
-1
/
+22
2007-12-14
ACPI: SBS: Return rate in mW if capacity in mWh
Alexey Starikovskiy
1
-9
/
+12
2007-12-14
ACPI: SBS: Ignore alarms coming from unknown devices
Alexey Starikovskiy
1
-6
/
+0
2007-11-20
Pull procfs-default into release branch
Len Brown
1
-10
/
+10
2007-11-19
ACPI: Split out control for /proc/acpi entries from battery, ac, and sbs.
Alexey Starikovskiy
1
-10
/
+10
2007-11-19
ACPI: SBS: Fix retval warning
Jeff Garzik
1
-8
/
+17
2007-09-27
ACPI: SBS: Add sysfs alarm
Alexey Starikovskiy
1
-4
/
+32
2007-09-27
ACPI: SBS: Add ACPI_PROCFS around procfs handling code.
Alexey Starikovskiy
1
-0
/
+25
2007-09-27
ACPI: SBS: Add support for power_supply class (and sysfs)
Alexey Starikovskiy
1
-81
/
+233
[next]