summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-051-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
| * ubifs: Add auth nodes to garbage collector journal headSascha Hauer2018-10-231-3/+43
| * ubifs: Add authentication nodes to journalSascha Hauer2018-10-236-18/+153
| * ubifs: authentication: Add hashes to index nodesSascha Hauer2018-10-237-14/+81
| * ubifs: Add hashes to the tree node cacheSascha Hauer2018-10-234-30/+135
| * ubifs: Create functions to embed a HMAC in a nodeSascha Hauer2018-10-232-6/+70
| * ubifs: Add helper functions for authentication supportSascha Hauer2018-10-234-0/+722
| * ubifs: Add separate functions to init/crc a nodeSascha Hauer2018-10-232-15/+29
| * ubifs: Format changes for authentication supportSascha Hauer2018-10-233-3/+50
| * ubifs: Store read superblock nodeSascha Hauer2018-10-233-22/+8
| * ubifs: Drop write_nodeSascha Hauer2018-10-231-34/+5
| * ubifs: Implement ubifs_lpt_lookup using ubifs_pnode_lookupSascha Hauer2018-10-231-18/+2
| * ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer2018-10-233-36/+37