summaryrefslogtreecommitdiff
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* ARM: bcm283x: Move mach header files to include/mach/bcm283xSascha Hauer2023-03-061-1/+1
* regulator: pfuze: remove unused includeSascha Hauer2023-03-031-1/+0
* Merge branch 'for-next/misc'Sascha Hauer2023-01-202-7/+6
|\
| * regulator: scmi: rename struct scmi_regulator::device_node to of_nodeAhmad Fatoum2023-01-101-3/+3
| * regulator: rk808: simplify one error branch with dev_err_probeAhmad Fatoum2023-01-101-4/+3
* | Rename struct driver_d to driverSascha Hauer2023-01-108-8/+8
* | Rename struct device_d to deviceSascha Hauer2023-01-1011-22/+25
* | Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-109-14/+14
|/
* Merge branch 'for-next/misc'Sascha Hauer2022-12-121-1/+1
|\
| * regulator: core: don't call of_regulator_get with NULL argumentAhmad Fatoum2022-12-021-1/+1
* | regulator: rk808: fix misplaced DCDC_REG5Ahmad Fatoum2022-12-021-13/+14
|/
* Merge branch 'for-next/rk808'Sascha Hauer2022-08-115-4/+1041
|\
| * regulator: add Rockchip rk808 supportAhmad Fatoum2022-08-113-0/+975
| * regulator: fixed: request vin-supply as neededAhmad Fatoum2022-08-111-0/+3
| * regulator: recursively enable/disable regulator dependency treeAhmad Fatoum2022-08-111-3/+58
| * regulator: consult min_uv, max_uv for regulator_get_voltageAhmad Fatoum2022-08-081-1/+5
* | Merge branch 'for-next/misc'Sascha Hauer2022-08-112-13/+8
|\ \ | |/ |/|
| * regulator: fixed: remove duplicate always-on handlingAhmad Fatoum2022-07-112-12/+7
| * drivers: regulator: fixed: Fix error path in probeAlexander Shiyan2022-06-301-1/+1
* | regulator: handle regulator_get_voltage(NULL) gracefullyAhmad Fatoum2022-08-081-1/+6
|/
* regulator: fixed: add off-on-delay-us device-tree parsing supportMarco Felsch2022-06-171-0/+4
* regulator: fixed: use local device_node referenceMarco Felsch2022-06-171-4/+5
* Merge branch 'for-next/stm32'Sascha Hauer2022-03-144-0/+403
|\
| * regulator: core: fall back to node name if no regulator-name propertyAhmad Fatoum2022-03-081-0/+2
| * regulator: add SCMI regulator driverAhmad Fatoum2022-02-233-0/+401
* | Merge branch 'for-next/misc'Sascha Hauer2022-03-141-3/+4
|\ \
| * | regulator: fix memory leak #2Sascha Hauer2022-03-011-2/+2
| * | regulator: fix memory leakAndrej Picej2022-03-011-1/+2
| |/
* | regulator: fix enabling of always-on regulatorsAhmad Fatoum2022-03-011-1/+1
|/
* ARM: stm32mp: allow driver reuse for STM32 MCUsAhmad Fatoum2022-02-011-1/+1
* regulator: respect "regulator-always-on" propertyEnrico Jorns2022-01-051-1/+2
* regulator: fix broken reference counting on disableAhmad Fatoum2022-01-051-0/+5
* Merge branch 'for-next/misc'Sascha Hauer2021-12-158-8/+8
|\
| * drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-228-8/+8
* | regulator: allow use of dummy regulatorAndrej Picej2021-11-251-2/+18
|/
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-158-50/+8
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-018-50/+8
* | regulator: fix bitrotted EXPORT_SYMBOL_GPLAhmad Fatoum2021-11-011-1/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2021-07-181-8/+4
|\
| * regulator: fixed: Use gpiodSascha Hauer2021-06-211-8/+4
* | common: add initial barebox deep-probe supportMarco Felsch2021-06-251-0/+6
|/
* Merge branch 'for-next/misc'Sascha Hauer2021-06-161-148/+0
|\
| * regulator: discard unused struct regulator_init_data handlingAhmad Fatoum2021-06-111-148/+0
* | include: <io.h>: define (read|write)[bwlq]_relaxedAhmad Fatoum2021-06-111-3/+1
|/
* regulator: add driver for stm32-vrefbufAhmad Fatoum2021-02-104-0/+255
* regulator: add support for struct regulator_desc::off_on_delayAhmad Fatoum2021-02-101-0/+3
* regulator: add regulator_get_voltage() to APIAhmad Fatoum2021-02-101-0/+27
* regulator: stm32-pwr: don't propagate regulator turn-off to supplyAhmad Fatoum2021-01-061-4/+2
* regulator: stm32-pwr: release resources to properly support EPROBE_DEFERAhmad Fatoum2020-12-161-3/+10
* Merge branch 'for-next/driver-macro' into masterSascha Hauer2020-10-141-12/+1
|\