summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/qcom-labibb-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: Use device_get_match_data()Rob Herring2023-10-171-4/+3
* regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 5.4 and 5.10Douglas Anderson2023-03-201-0/+1
* regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_pr...Yuan Can2022-12-071-0/+1
* regulator: qcom-labibb: OCP interrupts are not a failure while disabledMarijn Suijten2021-12-241-1/+1
* regulator: add property parsing and callbacks to set protection limitsMatti Vaittinen2021-06-211-1/+9
* regulator: qcom-labibb: Use disable_irq_nosync from isrMatti Vaittinen2021-02-021-2/+2
* regulator: qcom-labibb: Implement short-circuit and over-current IRQsAngeloGioacchino Del Regno2021-01-201-3/+515
* regulator: qcom-labibb: Implement pull-down, softstart, active dischargeAngeloGioacchino Del Regno2021-01-201-0/+94
* regulator: qcom-labibb: Implement current limitingAngeloGioacchino Del Regno2021-01-201-0/+92
* regulator: qcom-labibb: Switch voltage ops from linear_range to linearAngeloGioacchino Del Regno2021-01-201-10/+6
* regulator: qcom-labibb: Implement voltage selector opsAngeloGioacchino Del Regno2021-01-151-0/+28
* regulator: qcom: labibb: Constify static structsRikard Falkeborn2020-10-011-4/+4
* regulator: qcom: Add labibb driverNisha Kumari2020-07-151-0/+175