index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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-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