summaryrefslogtreecommitdiffstats
path: root/drivers/power
Commit message (Expand)AuthorAgeFilesLines
...
| * | power: reset: at91-reset/trivial: driver applies to SAMA5 family as wellNicolas Ferre2015-09-221-1/+1
| * | power/reset: at91-poweroff: get and use slow clockAlexandre Belloni2015-09-221-0/+15
| * | power/reset: at91-poweroff: allow compiling as a moduleAlexandre Belloni2015-09-222-4/+16
| * | power/reset: at91-reset: get and use slow clockAlexandre Belloni2015-09-221-1/+16
| * | power/reset: at91-reset: allow compiling as a moduleAlexandre Belloni2015-09-222-4/+15
| * | power/reset: at91-reset: remove useless at91_reset_platform_probe()Alexandre Belloni2015-09-221-44/+3
| * | 88pm860x_battery: Convert to using managed resourcesVaishali Thakkar2015-09-221-26/+11
| * | power: Add Qualcomm SMBB driverCourtney Cavin2015-09-223-0/+964
| * | power: Remove unnecessary MODULE_ALIAS() for I2C driversJavier Martinez Canillas2015-09-224-4/+0
| * | power:lp8727_charger: parsing child node after getting debounce-msMilo Kim2015-09-221-4/+4
| * | power:lp8727_charger: use the private data instead of updating I2C device pla...Milo Kim2015-09-221-12/+13
| * | power: wm831x_power: Convert to devm_kzalloc()Mark Brown2015-09-221-5/+4
| * | power: Add an axp20x-usb-power driverHans de Goede2015-09-223-0/+256
| |/
* | PM / AVS: rockchip-io: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-141-0/+1
|/
* Merge tag 'for-v4.3-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2015-09-171-6/+2
|\
| * twl4030_charger: fix another compile errorGrazvydas Ignotas2015-09-101-1/+1
| * Revert "twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy...Sebastian Reichel2015-09-101-5/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-09-112-2/+2
|\ \ | |/ |/|
| * thermal: consistently use int for temperaturesSascha Hauer2015-08-032-2/+2
* | Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-012-1/+60
|\ \
| * | PM / AVS: rockchip-io: add io selectors and supplies for rk3368Heiko Stuebner2015-08-081-0/+59
| * | PM / AVS: rockchip-io: depend on CONFIG_POWER_AVSHeiko Stuebner2015-08-081-1/+1
| |/
* | Merge tag 'regulator-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2015-08-311-0/+1
|\ \
| * | drivers: max77693: Move state container to common headerKrzysztof Kozlowski2015-07-161-0/+1
| |/
* | bq2415x_charger: Allow to load and use driver even if notify device is not re...Pali Rohár2015-08-211-64/+79
* | twl4030_charger: fix compile error when TWL4030_MADC not available.NeilBrown2015-08-071-1/+16
* | power: bq24190_charger: Fix charge type sysfs propertyAndreas Dannenberg2015-08-051-1/+1
* | power: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-08-051-6/+11
* | power: Export I2C module alias information in missing driversJavier Martinez Canillas2015-08-052-1/+2
* | twl4030_charger: Increase current carefully while watching voltage.NeilBrown2015-08-051-6/+61
* | twl4030_charger: add ac/mode to match usb/modeNeilBrown2015-08-051-8/+27
* | twl4030_charger: add software controlled linear charging mode.NeilBrown2015-08-051-5/+50
* | twl4030_charger: enable manual enable/disable of usb charging.NeilBrown2015-08-051-0/+59
* | twl4030_charger: allow max_current to be managed via sysfs.NeilBrown2015-08-051-0/+72
* | twl4030_charger: distinguish between USB current and 'AC' currentNeilBrown2015-08-051-7/+29
* | twl4030_charger: allow fine control of charger current.NeilBrown2015-08-051-8/+160
* | twl4030_charger: split uA calculation into a function.NeilBrown2015-08-051-13/+35
* | twl4030_charger: trust phy to determine when USB power is available.NeilBrown2015-08-051-27/+6
* | twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy_by_nodeNeilBrown2015-08-051-1/+5
* | twl4030_charger: convert to module_platform_driver instead of ..._probe.Pavel Machek2015-08-051-3/+3
* | twl4030_charger: use runtime_pm to keep usb phy active while charging.NeilBrown2015-08-051-13/+5
* | rx51-battery: Set name to rx51-batteryPali Rohár2015-08-031-1/+1
* | power: olpc_battery: clean up eeprom read functionVladimir Zapolskiy2015-07-271-6/+1
* | power: ds2781_battery: clean up eeprom read/write functionsVladimir Zapolskiy2015-07-271-8/+0
* | power: ds2780_battery: clean up eeprom read/write functionsVladimir Zapolskiy2015-07-271-18/+2
* | power_supply: bq24735: Convert to using managed resourcesVaishali Thakkar2015-07-271-38/+13
* | power/reset: zx: Remove unnecessary include fileJun Nie2015-07-271-2/+0
* | power: bq27x00_battery: Checkpatch fixesAndrew F. Davis2015-07-241-13/+11
* | power: bq27x00_battery: Fix function parameter alignmentAndrew F. Davis2015-07-241-7/+7
* | power: bq27x00_battery: Fix lines over 80 characters longAndrew F. Davis2015-07-241-37/+37
OpenPOWER on IntegriCloud