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
/
power
/
max17042_battery.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-11
power: move power supply drivers to power/supply
Sebastian Reichel
1
-1016
/
+0
2015-09-22
power: max17042_battery: Convert to using managed resources
Vaishali Thakkar
1
-17
/
+9
2015-06-10
power_supply: max17042: Add OF support for setting thresholds
Krzysztof Kozlowski
1
-0
/
+9
2015-05-23
power: max17042_battery: add HEALTH and TEMP_* properties support
Ramakrishna Pallala
1
-11
/
+179
2015-04-06
power: max17042_battery: add missed blank
Beomho Seo
1
-0
/
+2
2015-04-06
power: max17042_battery: Use reg type instead of chip type
Beomho Seo
1
-23
/
+10
2015-03-14
power_supply: Change ownership from driver to core
Krzysztof Kozlowski
1
-16
/
+29
2015-03-14
power_supply: Move run-time configuration to separate structure
Krzysztof Kozlowski
1
-1
/
+1
2015-02-25
power_supply: max17042: Use regmap_update_bits instead read and write
Krzysztof Kozlowski
1
-6
/
+4
2015-01-20
power: max17042: Constify struct regmap_config
Krzysztof Kozlowski
1
-1
/
+1
2013-12-24
max17042_battery: Add IRQF_ONESHOT flag to use default irq handler
Jonghwa Lee
1
-3
/
+3
2013-10-26
max17042_battery: Support regmap to access device's registers
Jonghwa Lee
1
-183
/
+174
2013-10-26
max17042_battery: Use SIMPLE_DEV_PM_OPS
Manish Badarkhe
1
-11
/
+5
2012-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Anton Vorontsov
1
-3
/
+3
2012-11-28
power: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-28
power: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-28
power: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-11-19
max17042_battery: Fix missing verify_model_lock() return value check
Alan Cox
1
-1
/
+2
2012-06-20
max17042_battery: Support CHARGE_COUNTER power supply attribute
Ramakrishna Pallala
1
-0
/
+8
2012-05-06
max17042_battery: Add support for max17047/50 chip
Ramakrishna Pallala
1
-11
/
+58
2012-05-05
max17042_battery: Handle irq request failure case
Ramakrishna Pallala
1
-1
/
+3
2012-05-05
max17042_battery: Fix power supply and irq registration ordering
Ramakrishna Pallala
1
-5
/
+7
2012-05-05
power_supply: Add voltage_ocv property and use it for max17042 driver
Ramakrishna Pallala
1
-0
/
+8
2012-05-05
max17042_battery: Move dev_pm_ops struct under CONFIG_PM
Anton Vorontsov
1
-9
/
+11
2012-05-05
max17042_battery: Add suspend/resume hooks
Ramakrishna Pallala
1
-0
/
+41
2012-05-05
max17042_battery: Fix driver exit function
Ramakrishna Pallala
1
-0
/
+2
2012-05-05
max17042_battery: Fix a couple buffer overflows
Dan Carpenter
1
-6
/
+4
2012-03-26
max17042_battery: Clean up interrupt handling
Ramakrishna Pallala
1
-11
/
+7
2012-03-26
max17042_battery: Fix CHARGE_FULL representation.
MyungJoo Ham
1
-5
/
+2
2012-03-26
power_supply: Convert i2c drivers to module_i2c_driver
Axel Lin
1
-12
/
+1
2012-03-26
max17042_battery: Make it possible to instantiate driver from DT
Karol Lewandowski
1
-1
/
+49
2012-03-26
max17042_battery: Use devm_kzalloc() where applicable
Karol Lewandowski
1
-5
/
+2
2012-03-26
max17042: Change capacity property to use reported SOC register
Dirk Brandewie
1
-1
/
+1
2012-03-26
max17042: Add support for signalling change in SOC
Ramakrishna Pallala
1
-0
/
+53
2012-03-26
max17042: Add POR init procedure from Maxim appnote
Ramakrishna Pallala
1
-10
/
+376
2012-01-04
Merge branch 'power-supply-scope' of git://git.kernel.org/pub/scm/linux/kerne...
Anton Vorontsov
1
-0
/
+1
2011-11-26
max17042_battery: Fix error handling
Ramakrishna Pallala
1
-27
/
+58
2011-11-01
drivers/power: Add module.h to the actual modules in drivers/power
Paul Gortmaker
1
-0
/
+1
2011-08-19
max17042_battery: Bugfix of incorrect voltage register value interpretation
MyungJoo Ham
1
-4
/
+4
2011-08-19
max17042_battery: Do not lose accuracy calculating current_now
Philip Rakity
1
-2
/
+1
2011-08-19
max17042_battery: Divide by 0 crash because r_sns init too late
Philip Rakity
1
-3
/
+3
2011-07-08
power_supply: MAX17042: Support additional properties
Donggeun Kim
1
-68
/
+105
2011-07-08
max17042_battery: Remove obsolete cleanup for clientdata
Wolfram Sang
1
-2
/
+0
2011-01-14
power_supply: Add MAX17042 Fuel Gauge Driver
MyungJoo Ham
1
-0
/
+239