- a577f34 regulator: remove superfluous lock in regulator_resolve_coupling() by Michał Mirosław · 4 years, 7 months ago
- 2dbf085 regulator: cleanup regulator_ena_gpio_free() by Michał Mirosław · 4 years, 7 months ago
- d3c7315 regulator: plug of_node leak in regulator_register()'s error path by Michał Mirosław · 4 years, 7 months ago
- 5c06540 regulator: push allocation in set_consumer_device_supply() out of lock by Michał Mirosław · 4 years, 7 months ago
- 87fe29b regulator: push allocations in create_regulator() outside of lock by Michał Mirosław · 4 years, 7 months ago
- 467bf30 regulator: push allocation in regulator_ena_gpio_request() out of lock by Michał Mirosław · 4 years, 7 months ago
- 73a3212 regulator: push allocation in regulator_init_coupling() outside of lock by Michał Mirosław · 4 years, 7 months ago
- 09dad81 regulator: fix spelling mistake "Cant" -> "Can't" by Colin Ian King · 4 years, 7 months ago
- ce41090 regulator: cros-ec-regulator: Add NULL test for devm_kmemdup call by Axel Lin · 4 years, 8 months ago
- bcb3b2a regulator: add the sub node names for the MP5496 PMIC by Kathiravan T · 4 years, 8 months ago
- 176cf70 regulator: cros-ec-regulator: Fix double free of desc->name. by Pi-Hsun Shih · 4 years, 8 months ago
- a233547 platform/chrome: cros_ec: Fix host command for regulator control. by Pi-Hsun Shih · 4 years, 8 months ago
- 3bda44f regulator: pca9450: Convert to use module_i2c_driver by Axel Lin · 4 years, 8 months ago
- 9177514 regulator: fix memory leak on error path of regulator_register() by Vladimir Zapolskiy · 4 years, 8 months ago
- 2ca76b3 regulator: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 8 months ago
- 175a1d8 regulator: convert QCOM SMD-RPM regulator document to YAML schema by Kathiravan T · 4 years, 8 months ago
- f70e472 Merge series "regulator_sync_state() support" from Saravana Kannan <saravanak@google.com>: by Mark Brown · 4 years, 8 months ago
- 3acff11 regulator: gpio: Honor regulator-boot-on property by Chen-Yu Tsai · 4 years, 8 months ago
- e1794aa regulator: core: Add destroy_regulator() by Saravana Kannan · 4 years, 8 months ago
- a98bcaa regulator: Correct kernel-doc inconsistency by Colton Lewis · 4 years, 8 months ago
- 88c14de regulator: Add labibb regulator binding by Nisha Kumari · 4 years, 9 months ago
- 498ab2f regulator: qcom: Add labibb driver by Nisha Kumari · 4 years, 9 months ago
- f7d7ad4 regulator: Allow regulators to verify enabled during enable() by Sumit Semwal · 4 years, 9 months ago
- 308e65a regulator: cros-ec: Constify cros_ec_regulator_voltage_ops by Rikard Falkeborn · 4 years, 8 months ago
- a7c1518 regulator: devres: Standardise on function documentation headers by Lee Jones · 4 years, 9 months ago
- 45e8446 regulator: of_regulator: Add missing colon for rdev kerneldoc argument by Lee Jones · 4 years, 9 months ago
- 9565ccc regulator: devres: Fix issues with kerneldoc headers by Lee Jones · 4 years, 9 months ago
- 318b8a0 regulator: fan53880: Add support for COMPILE_TEST by Christoph Fritz · 4 years, 9 months ago
- 083986c Merge series "Add pca9450 driver" from Robin Gong <yibin.gong@nxp.com>: by Mark Brown · 4 years, 9 months ago
- 6c814b6 regulator: fan53880: Add missing .owner field in regulator_desc by Axel Lin · 4 years, 9 months ago
- 7ae9e3a dt-bindings: regulator: add pca9450 regulator yaml by Robin Gong · 4 years, 9 months ago
- 0935ff5f regulator: pca9450: add pca9450 pmic driver by Robin Gong · 4 years, 9 months ago
- 643ddb6 dt-bindings: regulator: Document bindings for fan53880 by Christoph Fritz · 4 years, 9 months ago
- e6dea51 regulator: fan53880: Add initial support by Christoph Fritz · 4 years, 9 months ago
- 8cc31dc Merge series "regulator: mt6397: Implement of_map_mode regulator_desc function" from Anand K Mistry <amistry@google.com>: by Mark Brown · 4 years, 9 months ago
- c9b5e85 Merge series "regulator: da9211: support changing modes" from Anand K Mistry <amistry@google.com>: by Mark Brown · 4 years, 9 months ago
- b3ddc40 Merge series "regulator: add support for SY8827N regulator" from Jisheng Zhang <Jisheng.Zhang@synaptics.com>: by Mark Brown · 4 years, 9 months ago
- e2c6678 regulator: mp886x: use .probe_new by Jisheng Zhang · 4 years, 9 months ago
- 9446213 regulator: fix null pointer check on regmap by Colin Ian King · 4 years, 9 months ago
- 650e5ad regulator: da9211: Document allowed modes by Anand K Mistry · 4 years, 9 months ago
- 6f1f1a8 regulator: da9211: Implement of_map_mode by Anand K Mistry · 4 years, 9 months ago
- 6c8b659 regulator: da9211: Move buck modes into header file by Anand K Mistry · 4 years, 9 months ago
- 5730162 regulator: add document bindings for sy8827n by Jisheng Zhang · 4 years, 9 months ago
- 38fc6f2 regulator: add support for SY8827N regulator by Jisheng Zhang · 4 years, 9 months ago
- 347f12d regulator: mt6397: Document valid modes by Anand K Mistry · 4 years, 9 months ago
- 8096236 regulator: mt6397: Implement of_map_mode by Anand K Mistry · 4 years, 9 months ago
- 1c537b2 regulator: mt6397: Move buck modes into header file by Anand K Mistry · 4 years, 9 months ago
- d5ff5fb Merge series "Introduce PMIC based USB type C detection" from Wesley Cheng <wcheng@codeaurora.org>: by Mark Brown · 4 years, 9 months ago
- d69323e Merge series "regulator/qcom: Constify static structs" from Rikard Falkeborn <rikard.falkeborn@gmail.com>: by Mark Brown · 4 years, 9 months ago
- e5abaf91 Merge series "Add frequency / voltage scaling support for IPQ6018 SoC" from Kathiravan T <kathirav@codeaurora.org>: by Mark Brown · 4 years, 9 months ago
- 81fdcef regulator: lp87565: enable voltage regardless of ENx pin by Luca Ceresoli · 4 years, 9 months ago
- 93e39d0 regulator: add MP5496 regulator compatible by Kathiravan T · 4 years, 9 months ago
- 47894c85 regulator: qcom_smd: Add MP5496 regulators by Kathiravan T · 4 years, 9 months ago
- 3b619e3 regulator: qcom_spmi: Constify struct regulator_ops by Rikard Falkeborn · 4 years, 9 months ago
- 8d41df6 regulator: qcom_rpm: Constify struct regulator_ops by Rikard Falkeborn · 4 years, 9 months ago
- a824bab regulator: Add dt-binding for QCOM PMIC VBUS output regulator by Wesley Cheng · 4 years, 9 months ago
- 4fe66d5 regulator: Add support for QCOM PMIC VBUS booster by Wesley Cheng · 4 years, 9 months ago
- bfa29ac regulator: qcom_smd-regulator: Remove unused 'struct regulator_desc pmi8994_boost' by Lee Jones · 4 years, 9 months ago
- 0c52616 regulator: wm8400-regulator: Repair dodgy kerneldoc header formatting by Lee Jones · 4 years, 9 months ago
- 02d8886 regulator: tps65218-regulator: Remove pointless 'is unsigned int <0' check by Lee Jones · 4 years, 9 months ago
- 44455a6 regulator: tps65217-regulator: Use the returned value of tps65217_reg_read() by Lee Jones · 4 years, 9 months ago
- f10a5e4 regulator: tps65217-regulator: Remove pointless 'is unsigned int <0' check by Lee Jones · 4 years, 9 months ago
- ec84a7d regulator: stpmic1_regulator: Properly document 'struct stpmic1_regulator_cfg' by Lee Jones · 4 years, 9 months ago
- 4e773e7 regulator: pwm-regulator: Demote kerneldoc header to standard comment by Lee Jones · 4 years, 9 months ago
- 7cb5f69 regulator: qcom-rpmh-regulator: Repair dodgy kerneldoc header formatting by Lee Jones · 4 years, 9 months ago
- 36f69fa regulator: max8998: Staticify internal function max8998_get_current_limit() by Lee Jones · 4 years, 9 months ago
- 0c32f8a regulator: max14577-regulator: Demote kerneldoc header to standard comment by Lee Jones · 4 years, 9 months ago
- 7b804ce regulator: cpcap-regulator: Demote kerneldoc header to standard comment by Lee Jones · 4 years, 9 months ago
- b89a5ef regulator: cpcap-regulator: Remove declared and set, but never used variable 'ignore' by Lee Jones · 4 years, 9 months ago
- 2f5add1 regulator: wm8350-regulator: Repair odd formatting in documentation by Lee Jones · 4 years, 9 months ago
- aeee55b regulator: ab8500: Remove unused embedded struct expand_register by Lee Jones · 4 years, 9 months ago
- d3cc3df regulator: dbx500-prcmu: Remove unused function dbx500_regulator_testcase() by Lee Jones · 4 years, 9 months ago
- da66907 regulator: consumer: Supply missing prototypes for 3 core functions by Lee Jones · 4 years, 9 months ago
- a7503a9 regulator: pfuze100: add condition check for 'ramp_delay = 0' by Robin Gong · 4 years, 9 months ago
- 9ed84d2 regulator: max8997: Constify struct regulator_ops by Rikard Falkeborn · 4 years, 9 months ago
- b08af72 regulator: max8907: Constify static structs by Rikard Falkeborn · 4 years, 9 months ago
- b37f076 regulator: ltc3676: Constify ltc3676_regulators by Rikard Falkeborn · 4 years, 9 months ago
- bcf39c1 regulator: cpcap: Constify cpcap_regulator_ops by Rikard Falkeborn · 4 years, 9 months ago
- cae62a9 regulator: anatop: Constify anatop_core_rops by Rikard Falkeborn · 4 years, 9 months ago
- 0ac87ae Merge series "Add support for voltage regulator on ChromeOS EC." from Pi-Hsun Shih <pihsun@chromium.org>: by Mark Brown · 4 years, 9 months ago
- d3f3723 regulator: Fix trivial spelling by Kieran Bingham · 4 years, 9 months ago
- 1f0b740 regulator: gpio: Fix trivial spelling by Kieran Bingham · 4 years, 9 months ago
- 8d9f8d5 regulator: Add driver for cros-ec-regulator by Pi-Hsun Shih · 4 years, 9 months ago
- dff08ca platform/chrome: cros_ec: Add command for regulator control. by Pi-Hsun Shih · 4 years, 9 months ago
- 54bd53b dt-bindings: regulator: Add DT binding for cros-ec-regulator by Pi-Hsun Shih · 4 years, 9 months ago
- 5b8ff89 Merge existing fixes from regulator/for-5.8 by Mark Brown · 4 years, 9 months ago
- 6f1cf52 regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 by Robin Gong · 4 years, 9 months ago
- b3a9e3b Linux 5.8-rc1 by Linus Torvalds · 4 years, 9 months ago
- 4a87b19 Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-morton/linux by Linus Torvalds · 4 years, 9 months ago
- 39030e1 security: Add LSM hooks to set*gid syscalls by Thomas Cedeno · 4 years, 9 months ago
- 9d645db Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 9 months ago
- 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
- 55e20bd Revert "btrfs: switch to iomap_dio_rw() for dio" by David Sterba · 4 years, 9 months ago
- bc13911 net: ethernet: ti: ale: fix allmulti for nu type ale by Grygorii Strashko · 4 years, 9 months ago
- 2074f9e net: ethernet: ti: am65-cpsw-nuss: fix ale parameters init by Grygorii Strashko · 4 years, 9 months ago
- fa7566a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 9 months ago
- bf97bac net: atm: Remove the error message according to the atomic context by Liao Pingfang · 4 years, 9 months ago
- f82e7b5 Merge tag '5.8-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 9 months ago
- 4f9b3a3 binderfs: add gitignore for generated sample program by Linus Torvalds · 4 years, 9 months ago
- 3e1ad40 doc: don't use deprecated "---help---" markers in target docs by Linus Torvalds · 4 years, 9 months ago