summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2015-03-07ab8500_fg.c: only request threaded IRQs when necessaryValentin Rothberg1-13/+33
2015-03-07X-Power AXP288 PMIC Fuel Gauge DriverTodd Brandt3-0/+1161
2015-03-07bq2415x_charger: Add support for bq24157sAnda-Maria Nicolae1-0/+8
2015-03-07bq2415x_charger: Remove unnecessary else after returnAnda-Maria Nicolae1-16/+8
2015-03-02power/smb347-charger.c: set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg1-1/+2
2015-02-28power: bq27x00_battery: add bq27510 supportAlexandre Belloni1-5/+45
2015-02-26power_supply core: support use of devres to register/unregister a power supply.NeilBrown1-0/+45
2015-02-26bq2415x_charger, bq27x00_battery.c: comment cleanupsPavel Machek2-10/+1
2015-02-26ab8500_fg: use jiffies_to_msecs for jiffies conversionNicholas Mc Guire1-2/+2
2015-02-26ab8500_fg: match return type of wait_for_completion_timeoutNicholas Mc Guire1-2/+2
2015-02-26power_supply: ab8500_fg: Simplify creation and removal of sysfs entriesKrzysztof Kozlowski1-18/+11
2015-02-26Merge branch 'fixes' into nextSebastian Reichel3-5/+28
2015-02-26power_supply: lp8788-charger: Fix leaked power supply on probe failKrzysztof Kozlowski1-1/+3
2015-02-26power_supply: ipaq_micro_battery: Check return values in probeKrzysztof Kozlowski1-2/+19
2015-02-26power_supply: ipaq_micro_battery: Fix leaking workqueueKrzysztof Kozlowski1-0/+1
2015-02-26power_supply: twl4030_madc: Check return value of power_supply_registerKrzysztof Kozlowski1-2/+5
2015-02-25power_supply: max17042: Use regmap_update_bits instead read and writeKrzysztof Kozlowski1-6/+4
2015-02-25power_supply: max17040: Use system efficient workqueuesKrzysztof Kozlowski1-3/+6
2015-02-25power_supply: max14577: Properly handle error conditionsKrzysztof Kozlowski1-36/+73
2015-02-25power_supply: max14577: Don't store charging and battery states for laterKrzysztof Kozlowski1-5/+0
2015-02-25power_supply: max77693: Properly handle error conditionsKrzysztof Kozlowski1-44/+55
2015-02-25power: Use subdir-ccflags-* to inherit debug flagGeert Uytterhoeven1-1/+1
2015-02-25bq27x00_battery: register as non-wakeup power supply.NeilBrown1-1/+1
2015-02-25power_supply: rt5033: Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-02-25power: Add support for DA9150 ChargerAdam Thomson3-0/+701
2015-02-25power: ltc2941-battery-gauge: Fix typo in conversion formula (58 instead of 85)Mike Looijmans1-1/+1
2015-02-25power: ltc2941-battery-gauge: Fix typo in conversion formula (58 instead of 85)Mike Looijmans1-1/+1
2015-01-28power_supply: 88pm860x: Fix leaked power supply on probe failKrzysztof Kozlowski1-0/+1
2015-01-26power/reset: restart-poweroff: Remove arm dependenciesGuenter Roeck2-2/+0
2015-01-26power/reset: st-poweroff: Fix misleading Kconfig descriptionGuenter Roeck1-2/+2
2015-01-26power/reset: st-poweroff: Register with kernel restart handlerGuenter Roeck1-6/+11
2015-01-26power/reset: Remove sun6i reboot driverGuenter Roeck3-92/+0
2015-01-26power/reset: at91: Register with kernel restart handlerGuenter Roeck1-10/+18
2015-01-26power/reset: arm-versatile: Register with kernel restart handlerGuenter Roeck1-3/+14
2015-01-23power: test_power: Use enum as index for array of suppliesKrzysztof Kozlowski1-11/+22
2015-01-22Add LTC2941/LTC2943 Battery Gauge DriverMike Looijmans3-0/+556
2015-01-22power/reset: brcmstb: Add support for old 65nm chipsKevin Cernekee1-0/+6
2015-01-22power/reset: brcmstb: Use the DT "compatible" string to indicate bit positionsKevin Cernekee1-7/+28
2015-01-22power/reset: brcmstb: Make the driver buildable on MIPSKevin Cernekee1-5/+4
2015-01-21power: charger-manager: Use alarmtimer for battery monitoring in suspend.Jonghwa Lee2-208/+83
2015-01-21power/reset: at91-poweroff: Fix error handling and other compiler warningsGuenter Roeck1-3/+4
2015-01-21bq27x00_battery: Call power_supply_changed only when capacity changedPuthikorn Voravootivat1-3/+4
2015-01-21bq27x00_battery: fix register offset for bq27425Eric BĂ©nard1-4/+8
2015-01-21power: max14577: Remove SYSFS dependency from KconfigKarol Wrona1-1/+0
2015-01-21power: bq24190_charger: suppress build warningLad, Prabhakar1-1/+1
2015-01-21power: reset: Add reset driver for R-Mobile platformsGeert Uytterhoeven3-0/+98
2015-01-21power: ab8500_fg.c: Remove unused functionRickard Strandqvist1-14/+0
2015-01-21power: max77693: fix platform_no_drv_owner.cocci warningskbuild test robot1-1/+0
2015-01-21power: max77693: fix simple_return.cocci warningskbuild test robot1-5/+1
2015-01-21power/reset: vexpress: Remove non-DT codePawel Moll1-14/+3