index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
power
/
ab8500_fg.c
Age
Commit message (
Expand
)
Author
2016-03-17
power: ab8500: convert to use match_string() helper
Andy Shevchenko
2015-03-13
power_supply: Change ownership from driver to core
Krzysztof Kozlowski
2015-03-13
power_supply: ab8500: Use power_supply_*() API for accessing function attrs
Krzysztof Kozlowski
2015-03-13
power_supply: Move run-time configuration to separate structure
Krzysztof Kozlowski
2015-03-07
ab8500_fg.c: only request threaded IRQs when necessary
Valentin Rothberg
2015-02-25
ab8500_fg: use jiffies_to_msecs for jiffies conversion
Nicholas Mc Guire
2015-02-25
ab8500_fg: match return type of wait_for_completion_timeout
Nicholas Mc Guire
2015-02-25
power_supply: ab8500_fg: Simplify creation and removal of sysfs entries
Krzysztof Kozlowski
2015-01-21
power: ab8500_fg.c: Remove unused function
Rickard Strandqvist
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-10-20
power: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-15
power: ab8500_fg.c: use 64-bit time types
Ebru Akagunduz
2014-10-05
power: ab8500_fg: Fix build warning
Guenter Roeck
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2013-06-06
power_supply: Replace strict_strtoul() with kstrtoul()
Jingoo Han
2013-06-06
ab8500_bm: Remove unnecessary platform_set_drvdata()
Jingoo Han
2013-04-16
ab8500_{bmdata,fg}: Add const attributes to some data arrays
Hongbo Zhang
2013-03-07
ab8500-fg: Change current calculation
lme00437
2013-03-07
ab8500-bm: Trivially fix up some incorrect and out-of-date comments
Marcus Cooper
2013-03-07
ab8500-charger: Remove duplicate code
Lee Jones
2013-03-07
ab8500-fg: Allow capacity to raise from 1% when charging
Hakan Berg
2013-03-07
ab8500-fg: Report unscaled capacity
Martin Bergstrom
2013-03-07
ab8500-fg: Add power cut feature for ab8505 and ab8540
Lee Jones
2013-01-23
ab8500-fg: Use correct battery charge full design
Rajkumar Kasirajan
2013-01-23
ab8500-bm: Flush all work queues before suspending
Jonas Aaberg
2013-01-23
ab8500-fg: Go to INIT_RECOVERY when charger removed
Martin Bergström
2013-01-23
ab8500-fg: Adjust for RF bursts voltage drops
Hakan Berg
2013-01-15
ab8500_fg: Remove pointless round_jiffies() call
Lee Jones
2013-01-15
ab8500_fg: Overflow in current calculation
Paer-Olof Haakansson
2013-01-15
ab8500_fg: Added support for BATT_OVV
Hakan Berg
2013-01-15
ab8500_fg: Round capacity output
pender01
2013-01-15
ab8500_fg: Balance IRQ enable
Rickard Andersson
2013-01-15
ab8500_bm: Recharge condition not optimal for battery
Marcus Cooper
2013-01-15
ab8500_fg: Replace msleep() with usleep_range() for greater accuracy
Jonas Aaberg
2013-01-15
ab8500_bm: Skip first CCEOC irq for instant current
Johan Bjornstedt
2013-01-05
Merge branch 'for-anton' of git://git.linaro.org/people/ljones/linux-3.0-ux500
Anton Vorontsov
2012-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Anton Vorontsov
2012-12-11
ab8500_fg: Reorder obtainment of platform specific battery management data
Lee Jones
2012-12-11
ab8500_bm: Always send platform specific battery information via pdata
Lee Jones
2012-12-11
ab8500_bm: Rename battery management platform data to something more logical
Lee Jones
2012-12-11
ab8500_fg: Don't clear the CCMuxOffset bit
Kalle Komierowski
2012-11-28
power: remove use of __devexit
Bill Pemberton
2012-11-28
power: remove use of __devinit
Bill Pemberton
2012-11-28
power: remove use of __devexit_p
Bill Pemberton
2012-11-18
ab8500: Add devicetree support for fuelgauge
Rajanikanth H.V
2012-10-07
Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6
Linus Torvalds
2012-08-22
ab8500_fg: Fix error return code
Julia Lawall
2012-08-21
workqueue: make deferrable delayed_work initializer names consistent
Tejun Heo
2012-05-05
ab8500: Clean up probe routines
Lee Jones
2012-05-05
ab8500_fg: Harden platform data check
Linus Walleij
[next]