index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
power
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3c-adc-battery: Fix compilation error due to missing header (module.h)
Vasily Khoruzhick
2011-08-19
1
-0
/
+1
*
max8997_charger: Needs module.h
Axel Lin
2011-08-19
1
-0
/
+1
*
max8998_charger: Needs module.h
Randy Dunlap
2011-08-19
1
-0
/
+1
*
Merge git://git.infradead.org/battery-2.6
Linus Torvalds
2011-07-31
13
-102
/
+692
|
\
|
*
gpio-charger: Fix checking return value of request_any_context_irq
Axel Lin
2011-07-08
1
-1
/
+1
|
*
power_supply: MAX17042: Support additional properties
Donggeun Kim
2011-07-08
1
-68
/
+105
|
*
max8903_charger: Allow platform data to be __initdata
MyungJoo Ham
2011-07-08
1
-8
/
+8
|
*
power_supply: Add charger driver for MAX8998/LP3974
Donggeun Kim
2011-07-08
3
-0
/
+226
|
*
power_supply: Add charger driver for MAX8997/8966
Donggeun Kim
2011-07-08
3
-0
/
+214
|
*
max17042_battery: Remove obsolete cleanup for clientdata
Wolfram Sang
2011-07-08
1
-2
/
+0
|
*
twl4030_charger: Fix warnings
Grazvydas Ignotas
2011-07-08
1
-5
/
+5
|
*
wm831x_power: Support multiple instances
Mark Brown
2011-07-08
1
-3
/
+23
|
*
wm831x_backup: Support multiple instances
Mark Brown
2011-07-08
1
-1
/
+11
|
*
apm_power: Fix style error in macros
Ken O'Brien
2011-07-08
1
-4
/
+4
|
*
s3c_adc_battery: Fix annotation for s3c_adc_battery_probe()
Mark Brown
2011-07-08
1
-1
/
+1
|
*
bq20z75: Enable detection after registering
Rhyland Klein
2011-07-08
1
-0
/
+2
|
*
bq20z75: Add support for external notification
Rhyland Klein
2011-07-08
1
-9
/
+92
*
|
Change Ryan Mallon's email address across the kernel
Ryan Mallon
2011-06-16
1
-2
/
+2
*
|
Merge git://git.infradead.org/battery-2.6
Linus Torvalds
2011-05-27
9
-22
/
+729
|
\
\
|
|
/
|
*
PXA: Use dev_pm_ops in z2_battery
Marek Vasut
2011-05-20
1
-6
/
+14
|
*
ds2760_battery: Fix rated capacity of the hx4700 1800mAh battery
Paul Parsons
2011-05-20
1
-0
/
+4
|
*
ds2760_battery: Fix indexing of the 4 active full EEPROM registers
Paul Parsons
2011-05-20
1
-1
/
+1
|
*
power: Make test_power driver more dynamic.
John Stultz
2011-05-20
1
-10
/
+266
|
*
bq27x00_battery: Name of cycle count property
Pali Rohár
2011-05-20
1
-5
/
+6
|
*
max8903_charger: Add GENERIC_HARDIRQS as a dependency (fixes S390 build)
Anton Vorontsov
2011-04-22
1
-0
/
+1
|
*
isp1704_charger: Allow board specific powering routine
Kalle Jokiniemi
2011-04-20
1
-0
/
+22
|
*
gpio-charger: Add gpio_charger_resume
Benson Leung
2011-04-20
1
-0
/
+15
|
*
power_supply: Add driver for MAX8903 charger
MyungJoo Ham
2011-04-20
3
-0
/
+400
*
|
w1: add Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC support
Clifton Barnes
2011-05-26
3
-0
/
+861
*
|
power_supply: Use max8925 platform_data from cell
Haojian Zhuang
2011-05-26
1
-8
/
+2
*
|
Merge branch 'master' into for-next
Jiri Kosina
2011-04-26
11
-230
/
+885
|
\
\
|
|
/
|
*
drivers: Final irq namespace conversion
Thomas Gleixner
2011-03-29
1
-2
/
+2
|
*
Merge git://git.infradead.org/battery-2.6
Linus Torvalds
2011-03-25
10
-226
/
+881
|
|
\
|
|
*
bq20z75: Fix time and temp units
Benson Leung
2011-03-16
1
-6
/
+12
|
|
*
bq20z75: Fix issues with present and suspend
Rhyland Klein
2011-03-16
1
-11
/
+21
|
|
*
z2_battery: Fix count of properties
Vasily Khoruzhick
2011-03-16
1
-0
/
+2
|
|
*
s3c_adc_battery: Fix method names when PM not set
Heiko Stuebner
2011-03-16
1
-2
/
+2
|
|
*
z2_battery: Add MODULE_DEVICE_TABLE
Axel Lin
2011-03-01
1
-0
/
+1
|
|
*
ds2782_battery: Add MODULE_DEVICE_TABLE
Axel Lin
2011-03-01
1
-0
/
+1
|
|
*
bq20z75: Add MODULE_DEVICE_TABLE
Axel Lin
2011-03-01
1
-0
/
+1
|
|
*
bq20z75: Add i2c retry mechanism
Rhyland Klein
2011-03-01
1
-6
/
+31
|
|
*
bq20z75: Add optional battery detect gpio
Rhyland Klein
2011-03-01
1
-31
/
+129
|
|
*
Merge branch 'bq27x00-for-upstream' of git://git.metafoo.de/linux-2.6
Anton Vorontsov
2011-02-28
4
-171
/
+574
|
|
|
\
|
|
|
*
bq27x00: Use single i2c_transfer call for property read
Grazvydas Ignotas
2011-02-22
1
-16
/
+11
|
|
|
*
bq27x00: Cleanup bq27x00_i2c_read
Lars-Peter Clausen
2011-02-22
1
-21
/
+24
|
|
|
*
bq27x00: Minor cleanups
Pali Rohár
2011-02-22
1
-2
/
+2
|
|
|
*
bq27x00: Give more specific reports on battery status
Lars-Peter Clausen
2011-02-22
1
-1
/
+6
|
|
|
*
bq27x00: Add MODULE_DEVICE_TABLE
Pali Rohár
2011-02-22
1
-0
/
+1
|
|
|
*
bq27x00: Add new properties
Pali Rohár
2011-02-22
1
-1
/
+151
|
|
|
*
bq27x00: Poll battery state
Lars-Peter Clausen
2011-02-22
1
-5
/
+53
[next]