diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-11 21:53:05 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-11 21:53:05 -0500 |
| commit | b24ca57e7625bc304e77bc429693ad32a691eb16 (patch) | |
| tree | 770aa389c6e763cf37776a35e85ff1e41958b1e9 /include/linux/mfd | |
| parent | 6296e5d3c067df41980a5fd09ad4cc6765f79bb9 (diff) | |
| parent | 913272b3864d6da89c70d9fc2c30ccb57794b369 (diff) | |
Merge git://git.infradead.org/battery-2.6
* git://git.infradead.org/battery-2.6: (68 commits)
power_supply: Mark da9052 driver as broken
power_supply: Drop usage of nowarn variant of sysfs_create_link()
s3c_adc_battery: Average over more than one adc sample
power_supply: Add DA9052 battery driver
isp1704_charger: Fix missing check
jz4740-battery: Fix signedness bug
power_supply: Assume mains power by default
sbs-battery: Fix devicetree match table
ARM: rx51: Add bq27200 i2c board info
sbs-battery: Change power supply name
devicetree-bindings: Propagate bq20z75->sbs rename to dt bindings
devicetree-bindings: Add vendor entry for Smart Battery Systems
sbs-battery: Rename internals to new name
bq20z75: Rename to sbs-battery
wm97xx_battery: Use DEFINE_MUTEX() for work_lock
max8997_charger: Remove duplicate module.h
lp8727_charger: Some minor fixes for the header
lp8727_charger: Add header file
power_supply: Convert drivers/power/* to use module_platform_driver()
power_supply: Add "unknown" in power supply type
...
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/max8925.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/linux/mfd/max8925.h b/include/linux/mfd/max8925.h index 5259dfe8c585..b8e6d9449086 100644 --- a/include/linux/mfd/max8925.h +++ b/include/linux/mfd/max8925.h | |||
| @@ -167,9 +167,6 @@ enum { | |||
| 167 | MAX8925_IRQ_VCHG_DC_OVP, | 167 | MAX8925_IRQ_VCHG_DC_OVP, |
| 168 | MAX8925_IRQ_VCHG_DC_F, | 168 | MAX8925_IRQ_VCHG_DC_F, |
| 169 | MAX8925_IRQ_VCHG_DC_R, | 169 | MAX8925_IRQ_VCHG_DC_R, |
| 170 | MAX8925_IRQ_VCHG_USB_OVP, | ||
| 171 | MAX8925_IRQ_VCHG_USB_F, | ||
| 172 | MAX8925_IRQ_VCHG_USB_R, | ||
| 173 | MAX8925_IRQ_VCHG_THM_OK_R, | 170 | MAX8925_IRQ_VCHG_THM_OK_R, |
| 174 | MAX8925_IRQ_VCHG_THM_OK_F, | 171 | MAX8925_IRQ_VCHG_THM_OK_F, |
| 175 | MAX8925_IRQ_VCHG_SYSLOW_F, | 172 | MAX8925_IRQ_VCHG_SYSLOW_F, |
| @@ -223,6 +220,10 @@ struct max8925_power_pdata { | |||
| 223 | unsigned batt_detect:1; | 220 | unsigned batt_detect:1; |
| 224 | unsigned topoff_threshold:2; | 221 | unsigned topoff_threshold:2; |
| 225 | unsigned fast_charge:3; /* charge current */ | 222 | unsigned fast_charge:3; /* charge current */ |
| 223 | unsigned no_temp_support:1; /* set if no temperature detect */ | ||
| 224 | unsigned no_insert_detect:1; /* set if no ac insert detect */ | ||
| 225 | char **supplied_to; | ||
| 226 | int num_supplicants; | ||
| 226 | }; | 227 | }; |
| 227 | 228 | ||
| 228 | /* | 229 | /* |
