summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-49/+75
2018-06-12treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-06-08Merge tag 'regulator-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1657/+1705
2018-06-08Merge branch 'regulator-4.17' into regulator-4.18 merge windowMark Brown-3/+20
2018-06-07regulator: gpio: RevertMark Brown-27/+30
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook-6/+6
2018-05-30regulator: Revert coupled regulator support againMark Brown-288/+41
2018-05-30regulator: wm8994: Fix shared GPIOsMark Brown-11/+8
2018-05-30regulator: max77686: Fix shared GPIOsMark Brown-12/+7
2018-05-30regulator: bd71837: BD71837 PMIC regulator driverMatti Vaittinen-0/+652
2018-05-29regulator: gpio: Get enable GPIO using GPIO descriptorLinus Walleij-12/+11
2018-05-29regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij-18/+16
2018-05-26regulator: s2mps11: Fix boot on Odroid XU3Mark Brown-23/+23
2018-05-24regulator: qcom_spmi: Add support for SAWIlia Lin-3/+130
2018-05-24regulator: tps65090: Pass descriptor instead of GPIO numberLinus Walleij-27/+23
2018-05-24regulator: s5m8767: Pass descriptor instead of GPIO numberLinus Walleij-11/+15
2018-05-24regulator: pfuze100: Delete reference to ena_gpioLinus Walleij-1/+0
2018-05-24regulator: max8952: Pass descriptor instead of GPIO numberLinus Walleij-5/+13
2018-05-24regulator: lp8788-ldo: Pass descriptor instead of GPIO numberLinus Walleij-16/+16
2018-05-24regulator: lm363x: Pass descriptor instead of GPIO numberLinus Walleij-10/+10
2018-05-24regulator: max8973: Pass descriptor instead of GPIO numberLinus Walleij-25/+29
2018-05-24regulator: mc13xxx-core: Switch to SPDX identifierFabio Estevam-16/+12
2018-05-24regulator: mc13892: Switch to SPDX identifierFabio Estevam-11/+7
2018-05-24regulator: mc13783: Switch to SPDX identifierFabio Estevam-11/+7
2018-05-24regulator: anatop: Switch to SPDX identifierFabio Estevam-19/+3
2018-05-24regulator: pfuze100: Switch to SPDX identifierFabio Estevam-17/+4
2018-05-17regulator: pfuze100: add .is_enable() for pfuze100_swb_regulator_opsAnson Huang-0/+1
2018-05-17regulator: pfuze100: add enable/disable for switchAnson Huang-0/+8
2018-05-17regulator: wm8994: Pass descriptor instead of GPIO numberLinus Walleij-8/+11
2018-05-17regulator: core: Change voltage setting pathMaciej Purski-52/+107
2018-05-17regulator: core: Add voltage balancing mechanismMaciej Purski-0/+192
2018-05-17regulator: core: Resolve coupled regulatorsMaciej Purski-0/+100
2018-05-17regulator: core: Parse coupled regulators propertiesMaciej Purski-2/+177
2018-05-17regulator: core: Make locks re-entrantMaciej Purski-41/+91
2018-05-17regulator: s2mps11: Pass descriptor instead of GPIO numberLinus Walleij-23/+23
2018-05-17regulator: max77686: Pass descriptor instead of GPIO numberLinus Walleij-7/+12
2018-05-17regulator: arizona-ldo1: Look up a descriptor and pass to the coreLinus Walleij-13/+6
2018-05-17regulator: max8998: Fix platform data retrieval.Paweł Chmiel-2/+1
2018-05-17regulator: of: add support for allowed modes configurationDavid Collins-1/+28
2018-05-17regulator: core: Allow for regulators that can't be read at bootupDouglas Anderson-0/+12
2018-05-09regulator: add support for SY8106A regulatorOndrej Jirman-1/+175
2018-05-05regulator: add dummy function of_find_regulator_by_nodeChangbin Du-2/+7
2018-05-02regulator: ltc3676: Assure PGOOD mask is set before changing voltageMarek Vasut-1/+19
2018-05-02Merge branch 'topic/bd9571mwv' of https://git.kernel.org/pub/scm/linux/kernel...Mark Brown-1/+126
2018-04-23regulator: bd9571mwv: Add support for backup modeGeert Uytterhoeven-1/+126
2018-04-23regulator: axp20x: add drivevbus support for axp803Jagan Teki-0/+2
2018-04-23regulator: wm8350: fix missing increment of loop index iColin Ian King-0/+1
2018-04-20regulator: Don't return or expect -errno from of_map_mode()Douglas Anderson-8/+9
2018-04-20regulator: tps6586x: Add support for TPS658624ryang-0/+1