Age | Commit message (Expand) | Author |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook |
2018-06-12 | treewide: devm_kmalloc() -> devm_kmalloc_array() | Kees Cook |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-08 | Merge tag 'regulator-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-06-08 | Merge branch 'regulator-4.17' into regulator-4.18 merge window | Mark Brown |
2018-06-07 | regulator: gpio: Revert | Mark Brown |
2018-06-06 | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook |
2018-05-30 | regulator: Revert coupled regulator support again | Mark Brown |
2018-05-30 | regulator: wm8994: Fix shared GPIOs | Mark Brown |
2018-05-30 | regulator: max77686: Fix shared GPIOs | Mark Brown |
2018-05-30 | regulator: bd71837: BD71837 PMIC regulator driver | Matti Vaittinen |
2018-05-29 | regulator: gpio: Get enable GPIO using GPIO descriptor | Linus Walleij |
2018-05-29 | regulator: fixed: Convert to use GPIO descriptor only | Linus Walleij |
2018-05-26 | regulator: s2mps11: Fix boot on Odroid XU3 | Mark Brown |
2018-05-24 | regulator: qcom_spmi: Add support for SAW | Ilia Lin |
2018-05-24 | regulator: tps65090: Pass descriptor instead of GPIO number | Linus Walleij |
2018-05-24 | regulator: s5m8767: Pass descriptor instead of GPIO number | Linus Walleij |
2018-05-24 | regulator: pfuze100: Delete reference to ena_gpio | Linus Walleij |
2018-05-24 | regulator: max8952: Pass descriptor instead of GPIO number | Linus Walleij |
2018-05-24 | regulator: lp8788-ldo: Pass descriptor instead of GPIO number | Linus Walleij |
2018-05-24 | regulator: lm363x: Pass descriptor instead of GPIO number | Linus Walleij |
2018-05-24 | regulator: max8973: Pass descriptor instead of GPIO number | Linus Walleij |
2018-05-24 | regulator: mc13xxx-core: Switch to SPDX identifier | Fabio Estevam |
2018-05-24 | regulator: mc13892: Switch to SPDX identifier | Fabio Estevam |
2018-05-24 | regulator: mc13783: Switch to SPDX identifier | Fabio Estevam |
2018-05-24 | regulator: anatop: Switch to SPDX identifier | Fabio Estevam |
2018-05-24 | regulator: pfuze100: Switch to SPDX identifier | Fabio Estevam |
2018-05-17 | regulator: pfuze100: add .is_enable() for pfuze100_swb_regulator_ops | Anson Huang |
2018-05-17 | regulator: pfuze100: add enable/disable for switch | Anson Huang |
2018-05-17 | regulator: wm8994: Pass descriptor instead of GPIO number | Linus Walleij |
2018-05-17 | regulator: core: Change voltage setting path | Maciej Purski |
2018-05-17 | regulator: core: Add voltage balancing mechanism | Maciej Purski |
2018-05-17 | regulator: core: Resolve coupled regulators | Maciej Purski |
2018-05-17 | regulator: core: Parse coupled regulators properties | Maciej Purski |
2018-05-17 | regulator: core: Make locks re-entrant | Maciej Purski |
2018-05-17 | regulator: s2mps11: Pass descriptor instead of GPIO number | Linus Walleij |
2018-05-17 | regulator: max77686: Pass descriptor instead of GPIO number | Linus Walleij |
2018-05-17 | regulator: arizona-ldo1: Look up a descriptor and pass to the core | Linus Walleij |
2018-05-17 | regulator: max8998: Fix platform data retrieval. | Paweł Chmiel |
2018-05-17 | regulator: of: add support for allowed modes configuration | David Collins |
2018-05-17 | regulator: core: Allow for regulators that can't be read at bootup | Douglas Anderson |
2018-05-09 | regulator: add support for SY8106A regulator | Ondrej Jirman |
2018-05-05 | regulator: add dummy function of_find_regulator_by_node | Changbin Du |
2018-05-02 | regulator: ltc3676: Assure PGOOD mask is set before changing voltage | Marek Vasut |
2018-05-02 | Merge branch 'topic/bd9571mwv' of https://git.kernel.org/pub/scm/linux/kernel... | Mark Brown |
2018-04-23 | regulator: bd9571mwv: Add support for backup mode | Geert Uytterhoeven |
2018-04-23 | regulator: axp20x: add drivevbus support for axp803 | Jagan Teki |
2018-04-23 | regulator: wm8350: fix missing increment of loop index i | Colin Ian King |
2018-04-20 | regulator: Don't return or expect -errno from of_map_mode() | Douglas Anderson |
2018-04-20 | regulator: tps6586x: Add support for TPS658624 | ryang |