aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/qcom-labibb-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-17regulator: Use device_get_match_data()Gravatar Rob Herring 1-4/+3
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 5.4 and 5.10Gravatar Douglas Anderson 1-0/+1
2022-12-07regulator: qcom-labibb: Fix missing of_node_put() in qcom_labibb_regulator_pr...Gravatar Yuan Can 1-0/+1
2021-12-24regulator: qcom-labibb: OCP interrupts are not a failure while disabledGravatar Marijn Suijten 1-1/+1
2021-06-21regulator: add property parsing and callbacks to set protection limitsGravatar Matti Vaittinen 1-1/+9
2021-02-02regulator: qcom-labibb: Use disable_irq_nosync from isrGravatar Matti Vaittinen 1-2/+2
2021-01-20regulator: qcom-labibb: Implement short-circuit and over-current IRQsGravatar AngeloGioacchino Del Regno 1-3/+515
2021-01-20regulator: qcom-labibb: Implement pull-down, softstart, active dischargeGravatar AngeloGioacchino Del Regno 1-0/+94
2021-01-20regulator: qcom-labibb: Implement current limitingGravatar AngeloGioacchino Del Regno 1-0/+92
2021-01-20regulator: qcom-labibb: Switch voltage ops from linear_range to linearGravatar AngeloGioacchino Del Regno 1-10/+6
2021-01-15regulator: qcom-labibb: Implement voltage selector opsGravatar AngeloGioacchino Del Regno 1-0/+28
2020-10-01regulator: qcom: labibb: Constify static structsGravatar Rikard Falkeborn 1-4/+4
2020-07-15regulator: qcom: Add labibb driverGravatar Nisha Kumari 1-0/+175