summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* regulator: cros-ec: Constify cros_ec_regulator_voltage_opsRikard Falkeborn2020-07-131-1/+1
* regulator: devres: Standardise on function documentation headersLee Jones2020-07-081-26/+26
* regulator: of_regulator: Add missing colon for rdev kerneldoc argumentLee Jones2020-07-081-1/+1
* regulator: devres: Fix issues with kerneldoc headersLee Jones2020-07-081-1/+3
* regulator: fan53880: Add support for COMPILE_TESTChristoph Fritz2020-07-072-1/+3
* Merge series "Add pca9450 driver" from Robin Gong <yibin.gong@nxp.com>:Mark Brown2020-07-063-0/+852
|\
| * regulator: pca9450: add pca9450 pmic driverRobin Gong2020-07-063-0/+852
* | regulator: fan53880: Add missing .owner field in regulator_descAxel Lin2020-07-061-0/+3
|/
* regulator: fan53880: Add initial supportChristoph Fritz2020-07-033-0/+190
* Merge series "regulator: mt6397: Implement of_map_mode regulator_desc functio...Mark Brown2020-07-021-3/+14
|\
| * regulator: mt6397: Implement of_map_modeAnand K Mistry2020-07-021-0/+13
| * regulator: mt6397: Move buck modes into header fileAnand K Mistry2020-07-021-3/+1
* | Merge series "regulator: da9211: support changing modes" from Anand K Mistry ...Mark Brown2020-07-021-6/+24
|\ \
| * | regulator: da9211: Implement of_map_modeAnand K Mistry2020-07-021-2/+23
| * | regulator: da9211: Move buck modes into header fileAnand K Mistry2020-07-021-4/+1
| |/
* | Merge series "regulator: add support for SY8827N regulator" from Jisheng Zhan...Mark Brown2020-07-023-0/+193
|\ \
| * | regulator: add support for SY8827N regulatorJisheng Zhang2020-07-023-0/+193
| |/
* | regulator: mp886x: use .probe_newJisheng Zhang2020-07-021-3/+2
* | regulator: fix null pointer check on regmapColin Ian King2020-07-021-1/+1
|/
* Merge series "Introduce PMIC based USB type C detection" from Wesley Cheng <w...Mark Brown2020-07-013-0/+108
|\
| * regulator: Add support for QCOM PMIC VBUS boosterWesley Cheng2020-07-013-0/+108
* | Merge series "regulator/qcom: Constify static structs" from Rikard Falkeborn ...Mark Brown2020-07-012-15/+15
|\ \
| * | regulator: qcom_spmi: Constify struct regulator_opsRikard Falkeborn2020-07-011-12/+12
| * | regulator: qcom_rpm: Constify struct regulator_opsRikard Falkeborn2020-07-011-3/+3
| |/
* | Merge series "Add frequency / voltage scaling support for IPQ6018 SoC" from K...Mark Brown2020-07-011-0/+34
|\ \
| * | regulator: qcom_smd: Add MP5496 regulatorsKathiravan T2020-07-011-0/+34
| |/
* / regulator: lp87565: enable voltage regardless of ENx pinLuca Ceresoli2020-07-011-2/+19
|/
* regulator: qcom_smd-regulator: Remove unused 'struct regulator_desc pmi8994_b...Lee Jones2020-06-261-9/+0
* regulator: wm8400-regulator: Repair dodgy kerneldoc header formattingLee Jones2020-06-261-3/+3
* regulator: tps65218-regulator: Remove pointless 'is unsigned int <0' checkLee Jones2020-06-261-2/+2
* regulator: tps65217-regulator: Use the returned value of tps65217_reg_read()Lee Jones2020-06-261-0/+3
* regulator: tps65217-regulator: Remove pointless 'is unsigned int <0' checkLee Jones2020-06-261-2/+2
* regulator: stpmic1_regulator: Properly document 'struct stpmic1_regulator_cfg'Lee Jones2020-06-261-1/+1
* regulator: pwm-regulator: Demote kerneldoc header to standard commentLee Jones2020-06-261-1/+1
* regulator: qcom-rpmh-regulator: Repair dodgy kerneldoc header formattingLee Jones2020-06-261-7/+7
* regulator: max8998: Staticify internal function max8998_get_current_limit()Lee Jones2020-06-261-1/+1
* regulator: max14577-regulator: Demote kerneldoc header to standard commentLee Jones2020-06-251-1/+1
* regulator: cpcap-regulator: Demote kerneldoc header to standard commentLee Jones2020-06-251-2/+2
* regulator: cpcap-regulator: Remove declared and set, but never used variable ...Lee Jones2020-06-251-6/+6
* regulator: wm8350-regulator: Repair odd formatting in documentationLee Jones2020-06-251-5/+5
* regulator: ab8500: Remove unused embedded struct expand_registerLee Jones2020-06-251-6/+1
* regulator: dbx500-prcmu: Remove unused function dbx500_regulator_testcase()Lee Jones2020-06-251-8/+0
* regulator: pfuze100: add condition check for 'ramp_delay = 0'Robin Gong2020-06-231-3/+6
* regulator: max8997: Constify struct regulator_opsRikard Falkeborn2020-06-181-7/+7
* regulator: max8907: Constify static structsRikard Falkeborn2020-06-181-3/+3
* regulator: ltc3676: Constify ltc3676_regulatorsRikard Falkeborn2020-06-181-1/+1
* regulator: cpcap: Constify cpcap_regulator_opsRikard Falkeborn2020-06-181-1/+1
* regulator: anatop: Constify anatop_core_ropsRikard Falkeborn2020-06-181-1/+1
* Merge series "Add support for voltage regulator on ChromeOS EC." from Pi-Hsun...Mark Brown2020-06-154-0/+273
|\
| * regulator: Add driver for cros-ec-regulatorPi-Hsun Shih2020-06-153-0/+268