diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-15 11:59:33 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-15 11:59:33 -0500 |
commit | 48e902f0a3aea4b6b3a73e9d277b92024a493e6d (patch) | |
tree | 6dbb3a4c5ab4e7fc72172d8c11e7c0418b6559d1 /drivers/mfd | |
parent | 7f6cd5408a8ace522ca7f15893243e94ccc913e0 (diff) | |
parent | 9d233e8bb92e355fd20b14745c1d9ff402e0e685 (diff) |
Merge git://git.infradead.org/battery-2.6
* git://git.infradead.org/battery-2.6:
power_supply_sysfs: Handle -ENODATA in a special way
wm831x_backup: Remove unused variables
gta02: Set pcf50633 charger_reference_current_ma
pcf50633: Query charger status directly
pcf50633: Properly reenable charging when the supply conditions change
pcf50633: Get rid of charging restart software auto-triggering
pcf50633: introduces battery charging current control
pcf50633: Add ac power supply class to the charger
wm831x: Factor out WM831x backup battery charger
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/wm831x-core.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mfd/wm831x-core.c b/drivers/mfd/wm831x-core.c index 223a90c7492f..4b2021af1d96 100644 --- a/drivers/mfd/wm831x-core.c +++ b/drivers/mfd/wm831x-core.c | |||
@@ -809,6 +809,9 @@ static struct resource wm831x_wdt_resources[] = { | |||
809 | 809 | ||
810 | static struct mfd_cell wm8310_devs[] = { | 810 | static struct mfd_cell wm8310_devs[] = { |
811 | { | 811 | { |
812 | .name = "wm831x-backup", | ||
813 | }, | ||
814 | { | ||
812 | .name = "wm831x-buckv", | 815 | .name = "wm831x-buckv", |
813 | .id = 1, | 816 | .id = 1, |
814 | .num_resources = ARRAY_SIZE(wm831x_dcdc1_resources), | 817 | .num_resources = ARRAY_SIZE(wm831x_dcdc1_resources), |
@@ -962,6 +965,9 @@ static struct mfd_cell wm8310_devs[] = { | |||
962 | 965 | ||
963 | static struct mfd_cell wm8311_devs[] = { | 966 | static struct mfd_cell wm8311_devs[] = { |
964 | { | 967 | { |
968 | .name = "wm831x-backup", | ||
969 | }, | ||
970 | { | ||
965 | .name = "wm831x-buckv", | 971 | .name = "wm831x-buckv", |
966 | .id = 1, | 972 | .id = 1, |
967 | .num_resources = ARRAY_SIZE(wm831x_dcdc1_resources), | 973 | .num_resources = ARRAY_SIZE(wm831x_dcdc1_resources), |
@@ -1096,6 +1102,9 @@ static struct mfd_cell wm8311_devs[] = { | |||
1096 | 1102 | ||
1097 | static struct mfd_cell wm8312_devs[] = { | 1103 | static struct mfd_cell wm8312_devs[] = { |
1098 | { | 1104 | { |
1105 | .name = "wm831x-backup", | ||
1106 | }, | ||
1107 | { | ||
1099 | .name = "wm831x-buckv", | 1108 | .name = "wm831x-buckv", |
1100 | .id = 1, | 1109 | .id = 1, |
1101 | .num_resources = ARRAY_SIZE(wm831x_dcdc1_resources), | 1110 | .num_resources = ARRAY_SIZE(wm831x_dcdc1_resources), |