summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* power: supply: sc27xx: Save last battery capacityYuanjiang Yu2018-12-061-1/+134
* power: reset: at91-poweroff: move shdwc related data to one structureClaudiu Beznea2018-12-061-23/+25
* power: supply: sc27xx: Add suspend/resume interfacesYuanjiang Yu2018-12-061-0/+77
* power: supply: sc27xx: Add fuel gauge low voltage alarmYuanjiang Yu2018-12-061-1/+170
* power: supply: sc27xx: Add fuel gauge calibrationBaolin Wang2018-12-061-11/+51
* dt-bindings: power: supply: Add nvmem properties to calibrate FGUBaolin Wang2018-12-061-0/+4
* power: supply: sc2731_charger: Free battery informationBaolin Wang2018-12-051-0/+2
* power: supply: sc2731_charger: Avoid repeated charge/dischargeBaolin Wang2018-12-051-2/+2
* power: supply: sc2731_charger: Add charger status detectionBaolin Wang2018-12-051-0/+20
* power: supply: sc2731_charger: Add one work to charge/dischargeBaolin Wang2018-12-051-8/+22
* power: reset: at91-poweroff: remove at91_ramc_of_matchClaudiu.Beznea@microchip.com2018-12-051-5/+0
* power: reset: at91-poweroff: use one poweroff function for at91-poweroffClaudiu.Beznea@microchip.com2018-12-051-22/+27
* power: supply: bq24190_charger: add support for bq24196 variantHeiko Stuebner2018-12-052-1/+4
* power: supply: bq24190_charger: add extcon support for USB OTGBrian Masney2018-12-051-1/+36
* power: supply: bq24190_charger: add of_match for usb-otg-vbus regulatorJonathan Marek2018-12-051-0/+1
* power: supply: bq24190_charger: add support for bq24192 variantJonathan Marek2018-12-051-2/+8
* dt-bindings: power: supply: bq24190_charger: add bq24192 and usb-otg-vbusBrian Masney2018-12-051-0/+9
* power: reset: ocelot: switch the SI to boot modeAlexandre Belloni2018-12-051-0/+12
* power: reset: gpio-poweroff: add ability to specific active and inactive delaysHeiko Stuebner2018-12-052-2/+10
* power: supply: charger-manager: Make code more readableBaolin Wang2018-12-051-7/+7
* power: supply: charger-manager: Fix incorrect return valueBaolin Wang2018-12-051-2/+1
* power: supply: charger-manager: Fix some misspelled wordsBaolin Wang2018-12-051-3/+3
* power: supply: charger-manager: Remove unused index countingBaolin Wang2018-12-051-4/+0
* power: supply: cpcap-charger: clean an indentation issue, remove tabColin Ian King2018-12-051-1/+1
* Merge tag 'psy-mfd-axp813-immutable-for-v4.21-signed' into psy-nextSebastian Reichel2018-12-053-0/+98
|\
| * power: supply: add AC power supply driver for AXP813Oskari Lemmela2018-12-052-0/+95
| * dt-bindings: power: supply: axp20x: add AXP813 AC power DT bindingOskari Lemmela2018-12-051-0/+3
* | power: supply: axp288: use the BIT() macroOlliver Schinagl2018-12-051-17/+18
* | power: supply: axp20x: add missing include bitops.hOlliver Schinagl2018-12-051-0/+1
* | power: supply: cpcap-battery: make array cpcap_battery_irqs static, shrinks o...Colin Ian King2018-12-051-1/+1
* | power: supply: olpc_battery: correct the temperature unitsLubomir Rintel2018-11-191-2/+2
* | power/supply: fix sc27xx_fuel_gauge build errorsRandy Dunlap2018-11-131-0/+1
* | power: supply: Add Spreadtrum SC27XX fuel gauge unit driverBaolin Wang2018-11-093-0/+664
* | dt-bindings: power: Add Spreadtrum SC27XX fuel gauge unit documentationBaolin Wang2018-11-091-0/+52
* | power: supply: core: Add some helpers to use the battery OCV capacity tableBaolin Wang2018-11-092-1/+155
* | dt-bindings: power: Introduce properties to present the battery OCV capacity ...Baolin Wang2018-11-091-0/+15
* | power: supply: core: Add one field to present the battery internal resistanceBaolin Wang2018-11-092-0/+4
* | dt-bindings: power: Introduce one property to present the battery internal re...Baolin Wang2018-11-091-0/+2
|/
* Linux 4.20-rc1v4.20-rc1Linus Torvalds2018-11-041-2/+2
* Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-11-0425-292/+2418
|\
| * ubifs: Remove unneeded semicolonDing Xiang2018-10-231-1/+1
| * Documentation: ubifs: Add authentication whitepaperSascha Hauer2018-10-231-0/+426
| * ubifs: Enable authentication supportSascha Hauer2018-10-233-1/+52
| * ubifs: Do not update inode size in-place in authenticated modeSascha Hauer2018-10-233-38/+113
| * ubifs: Add hashes and HMACs to default filesystemSascha Hauer2018-10-231-7/+27
| * ubifs: authentication: Authenticate super block nodeSascha Hauer2018-10-231-1/+69
| * ubifs: Create hash for default LPTSascha Hauer2018-10-233-3/+23
| * ubfis: authentication: Authenticate master nodeSascha Hauer2018-10-233-10/+61
| * ubifs: authentication: Authenticate LPTSascha Hauer2018-10-233-0/+134
| * ubifs: Authenticate replayed journalSascha Hauer2018-10-231-2/+144