summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* regulator: core: Apply system load even if no consumer loadsDouglas Anderson2018-11-261-0/+6
* spi: spi-qcom-qspi: Fix remaining driver nitsRyan Case2018-11-221-4/+4
* regulator: core: Avoid propagating to supplies when possibleDouglas Anderson2018-11-221-7/+7
* regulator: core: Only count load for enabled consumersDouglas Anderson2018-11-223-52/+144
* regulator: wm8994: Don't use devres for enable GPIOsCharles Keepax2018-11-211-5/+9
* regulator: core: Properly expose requested_microamps in sysfsDouglas Anderson2018-11-201-4/+0
* regulator: lochnagar: Add initial binding documentationCharles Keepax2018-11-201-0/+82
* regulator: lochnagar: Move driver to binding from DTCharles Keepax2018-11-201-11/+37
* regulator: s2mps11: Fix GPIO descriptor initializationMarek Szyprowski2018-11-201-3/+2
* Merge branch 'topic/coupled' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2018-11-198-133/+728
|\
| * regulator: core: Keep regulators-list locked while traversing the listDmitry Osipenko2018-11-191-1/+8
| * regulator: core: Properly handle case where supply is the coupleDmitry Osipenko2018-11-191-2/+17
| * regulator: core: Use ww_mutex for regulators lockingDmitry Osipenko2018-11-195-104/+317
| * regulator: core: Decouple regulators on regulator_unregister()Dmitry Osipenko2018-11-081-0/+38
| * regulator: core: Add new max_uV_step constraintDmitry Osipenko2018-11-083-0/+48
| * regulator: Document new regulator-max-step-microvolt propertyDmitry Osipenko2018-11-081-0/+2
| * regulator: core: Limit regulators coupling to a single coupleDmitry Osipenko2018-11-081-1/+1
| * regulator: Change regulator-coupled-max-spread propertyDmitry Osipenko2018-11-081-2/+3
| * regulator: core: Don't allow to get regulator until all couples resolvedDmitry Osipenko2018-11-081-0/+10
| * regulator: core: Mutually resolve regulators couplingDmitry Osipenko2018-11-081-37/+17
| * regulator: core: Change voltage setting pathMaciej Purski2018-11-081-46/+99
| * regulator: core: Add voltage balancing mechanismMaciej Purski2018-11-081-0/+229
* | regulator: Change regulator-coupled-max-spread propertyDmitry Osipenko2018-11-191-2/+3
* | regulator/of_get_regulator: add child path to find the regulator supplierzoro2018-11-151-0/+35
* | regulator: max77686: Pass descriptor instead of GPIO numberLinus Walleij2018-11-151-7/+12
* | regulator: wm8994: Pass descriptor instead of GPIO numberLinus Walleij2018-11-154-22/+27
* | regulator: s2mps11: Pass descriptor instead of GPIO numberLinus Walleij2018-11-151-23/+23
* | regulator: bd718x7: Change next state after poweroff to readyMatti Vaittinen2018-11-141-0/+23
* | regulator: as3711: convert to SPDX identifiersKuninori Morimoto2018-11-141-4/+1
* | regulator: bd9571mwv: convert to SPDX identifiersKuninori Morimoto2018-11-141-9/+1
* | regulator: bd718x7: Use regulator_map_voltage_ascend for buck5 and buck7Axel Lin2018-11-131-0/+1
* | regulator: of: add support for parsing regulator-state-standbyAndrei.Stefanescu@microchip.com2018-11-131-1/+4
* | regulator: dt-bindings: add regulator-state-standby bindingsAndrei.Stefanescu@microchip.com2018-11-131-1/+4
* | regulator: lochnagar: Explicitly include register headersCharles Keepax2018-11-081-0/+2
* | regulator: bd718x7: Remove double indirection for bd718xx_pmic_inits.rdatasGeert Uytterhoeven2018-11-071-4/+4
* | regulator: pfuze100-regulator: add coin support to PF0100Adam Ford2018-11-062-1/+4
|/
* 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