index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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
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