Age | Commit message (Expand) | Author | Files | Lines |
2020-12-11 | Merge remote-tracking branch 'regulator/for-5.11' into regulator-next | Mark Brown | 18 | -74/+2771 |
2020-12-11 | regulator: mc13892-regulator: convert comma to semicolon | Zheng Yongjun | 1 | -2/+2 |
2020-12-11 | regulator: pfuze100: Convert the driver to DT-only | Fabio Estevam | 2 | -34/+2 |
2020-12-10 | regulator: max14577: Add proper module aliases strings | Marek Szyprowski | 1 | -0/+2 |
2020-12-08 | Merge series "regulator: da9121: bug fixes" from Adam Ward <Adam.Ward.opensou... | Mark Brown | 1 | -3/+2 |
2020-12-08 | regulator: da9121: Potential Oops in da9121_assign_chip_model() | Dan Carpenter | 1 | -0/+1 |
2020-12-07 | regulator: da9121: Fix index used for DT property | Adam Ward | 1 | -1/+1 |
2020-12-07 | regulator: da9121: Remove uninitialised string variable | Adam Ward | 1 | -2/+1 |
2020-12-04 | regulator: axp20x: Fix DLDO2 voltage control register mask for AXP22x | DingHua Ma | 1 | -1/+1 |
2020-12-04 | regulator: qcom-rpmh: Add support for PM8350/PM8350c | Vinod Koul | 1 | -0/+62 |
2020-12-04 | regulator: da9121: include linux/gpio/consumer.h | Arnd Bergmann | 1 | -0/+1 |
2020-12-03 | regulator: da9121: Mark some symbols with static keyword | Zou Wei | 1 | -5/+5 |
2020-12-02 | regulator: da9121: Request IRQ directly and free in release function to avoid... | Adam Ward | 1 | -3/+6 |
2020-12-01 | regulator: da9121: add interrupt support | Adam Ward | 1 | -0/+286 |
2020-12-01 | regulator: da9121: add mode support | Adam Ward | 1 | -0/+74 |
2020-12-01 | regulator: da9121: add current support | Adam Ward | 1 | -0/+113 |
2020-12-01 | regulator: da9121: Update registration to support multiple buck variants | Adam Ward | 1 | -13/+31 |
2020-12-01 | regulator: da9121: Add support for device variants via devicetree | Adam Ward | 1 | -0/+119 |
2020-12-01 | regulator: da9121: Add device variant descriptors | Adam Ward | 1 | -0/+110 |
2020-12-01 | regulator: da9121: Add device variant regmaps | Adam Ward | 2 | -21/+237 |
2020-12-01 | regulator: da9121: Add device variants | Adam Ward | 1 | -3/+43 |
2020-12-01 | regulator: da9121: Add header file | Adam Ward | 2 | -10/+296 |
2020-11-30 | regulator: Add NXP PF8X00 regulator driver | Jagan Teki | 3 | -0/+505 |
2020-11-26 | regulator: qcom-rpmh: Add support for SDX55 | Vinod Koul | 1 | -0/+31 |
2020-11-26 | regulator: core: return zero for selectors lower than linear_min_sel | Claudiu Beznea | 2 | -6/+9 |
2020-11-24 | regulator: Kconfig: Fix REGULATOR_QCOM_RPMH dependencies to avoid build error | John Stultz | 1 | -1/+1 |
2020-11-23 | regulator: add SCMI driver | Cristian Marussi | 3 | -0/+427 |
2020-11-23 | Merge series "Add support for SCMIv3.0 Voltage Domain Protocol and SCMI-Regul... | Mark Brown | 1 | -2/+6 |
2020-11-23 | regulator: as3722: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -1/+2 |
2020-11-23 | regulator: core: add of_match_full_name boolean flag | Cristian Marussi | 1 | -2/+6 |
2020-11-18 | regulator: ti-abb: Fix array out of bound read access on the first transition | Nishanth Menon | 1 | -1/+11 |
2020-11-13 | regulator: core: do not continue if selector match | Claudiu Beznea | 1 | -0/+3 |
2020-11-13 | Merge series "regulator: mcp16502: add support for ramp delay" from Claudiu B... | Mark Brown | 3 | -23/+124 |
2020-11-13 | regulator: core: validate selector against linear_min_sel | Claudiu Beznea | 2 | -3/+9 |
2020-11-13 | regulator: mcp16502: remove void documentation of struct mcp16502 | Claudiu Beznea | 1 | -2/+0 |
2020-11-13 | regulator: mcp16502: add support for ramp delay | Claudiu Beznea | 1 | -2/+87 |
2020-11-13 | regulator: mcp16502: adapt for get/set on other registers | Claudiu Beznea | 1 | -16/+27 |
2020-11-13 | regulator: mcp16502: add linear_min_sel | Claudiu Beznea | 1 | -0/+1 |
2020-11-13 | regulator: debug early supply resolving | Michał Mirosław | 1 | -0/+2 |
2020-11-13 | regulator: workaround self-referent regulators | Michał Mirosław | 1 | -1/+4 |
2020-11-13 | regulator: avoid resolve_supply() infinite recursion | Michał Mirosław | 1 | -0/+6 |
2020-11-13 | regulator: fix memory leak with repeated set_machine_constraints() | Michał Mirosław | 1 | -16/+13 |
2020-11-11 | Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown | 1 | -2/+5 |
2020-11-11 | regulator: pfuze100: limit pfuze-support-disable-sw to pfuze{100,200} | Sean Nyekjaer | 1 | -5/+8 |
2020-11-10 | Merge series "regulator: bd718x7: support voltage scaling" from Matti Vaittin... | Mark Brown | 1 | -7/+157 |
2020-11-10 | regulator: bd718x7: Support external connection to scale voltages | Matti Vaittinen | 1 | -7/+157 |
2020-11-10 | regulator: core: don't disable regulator if is_enabled return error. | Pi-Hsun Shih | 1 | -2/+3 |
2020-11-03 | regulator: Add support for DA9121 regulator | Vincent Whitchurch | 3 | -0/+121 |
2020-11-03 | regulator: defer probe when trying to get voltage from unresolved supply | Michał Mirosław | 1 | -0/+2 |
2020-10-28 | regulator: fix a kernel-doc markup | Mauro Carvalho Chehab | 1 | -1/+1 |