index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
power
/
max17042_battery.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-13
power_supply: Change ownership from driver to core
Krzysztof Kozlowski
1
-16
/
+29
2015-03-13
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-23
max17042_battery: Add IRQF_ONESHOT flag to use default irq handler
Jonghwa Lee
1
-3
/
+3
2013-10-25
max17042_battery: Support regmap to access device's registers
Jonghwa Lee
1
-183
/
+174
2013-10-25
max17042_battery: Use SIMPLE_DEV_PM_OPS
Manish Badarkhe
1
-11
/
+5
2012-12-11
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-18
max17042_battery: Fix missing verify_model_lock() return value check
Alan Cox
1
-1
/
+2
2012-06-19
max17042_battery: Support CHARGE_COUNTER power supply attribute
Ramakrishna Pallala
1
-0
/
+8
2012-05-05
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-04
max17042_battery: Fix power supply and irq registration ordering
Ramakrishna Pallala
1
-5
/
+7
2012-05-04
power_supply: Add voltage_ocv property and use it for max17042 driver
Ramakrishna Pallala
1
-0
/
+8
2012-05-04
max17042_battery: Move dev_pm_ops struct under CONFIG_PM
Anton Vorontsov
1
-9
/
+11
2012-05-04
max17042_battery: Add suspend/resume hooks
Ramakrishna Pallala
1
-0
/
+41
2012-05-04
max17042_battery: Fix driver exit function
Ramakrishna Pallala
1
-0
/
+2
2012-05-04
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-10-31
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