summaryrefslogtreecommitdiff
path: root/drivers/regulator/fixed.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for Rockchip RK860X regulatorsMark Brown2023-04-111-1/+1
|\
| * regulator: Handle deferred clkChristophe JAILLET2023-03-271-1/+1
* | regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson2023-03-201-0/+1
* | regulator: Use of_property_present() for testing DT property presenceRob Herring2023-03-111-1/+1
|/
* regulator: fixed: Remove print on allocation failureMark Brown2022-04-041-4/+1
* regulator: fixed: use dev_err_probe for registerChris Morgan2021-07-221-2/+3
* Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown2021-06-231-1/+2
|\
| * regulator: fixed: use dev_err_probe for gpioRouven Czerwinski2021-06-161-1/+2
* | regulator: fixed: Ensure enable_counter is correct if reg_domain_disable failsAxel Lin2021-05-201-1/+6
|/
* regulator: fixed: support using power domain for enable/disableDmitry Baryshkov2020-10-261-6/+57
* regulator: fixed: Constify static regulator_opsRikard Falkeborn2020-09-141-2/+2
* regulator: fixed: Fix W=1 build warnings when CONFIG_OF=nJisheng Zhang2020-08-211-8/+8
* regulator: fix spelling mistake "Cant" -> "Can't"Colin Ian King2020-08-101-1/+1
* regulator: Fix trivial spellingKieran Bingham2020-06-151-1/+1
* regulator: fixed: add off-on-delayPeng Fan2019-10-291-0/+2
* regulator: fixed: Prevent NULL pointer dereference when !CONFIG_OFAxel Lin2019-09-231-3/+2
* regulator: fixed: add possibility to enable by clockPhilippe Schenker2019-09-101-3/+80
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij2019-02-061-27/+8
* regulator: fixed: Let core handle GPIO descriptorLinus Walleij2018-12-111-1/+5
* regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij2018-10-121-0/+13
* regulator: fixed: Default enable high on DT regulatorsLinus Walleij2018-10-021-3/+8
* regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij2018-09-171-17/+16
* regulator: fixed: Revert support for ACPI interfaceMark Rutland2017-01-251-46/+0
* regulator: fixed: add support for ACPI interfaceLu Baolu2016-06-011-0/+46
* regulator: fixed: Remove workaround to handle of_get_named_gpio() returnLaxman Dewangan2016-05-301-12/+2
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| |
| \
*-. \ Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m...Mark Brown2014-12-051-8/+11
|\ \ \ | | |/ | |/|
| | * regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas2014-11-261-8/+11
| |/
* | regulator: fixed: Use gpio_is_validMarkus Pargmann2014-11-071-1/+1
* | regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann2014-11-071-1/+4
|/
* regulator: fixed: use of_property_read_{bool|u32}()Sergei Shtylyov2014-05-261-9/+4
* regulator: fixed: Remove redundant error messageSachin Kamat2014-02-201-3/+1
* regulator: fixed: update to devm_* APIManish Badarkhe2014-02-111-30/+12
* regulator: fixed: Fix checkpatch issueJingoo Han2013-10-151-6/+4
* regulator: fixed: get rid of {get|list}_voltage()Laxman Dewangan2013-09-101-26/+2
* regulator: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
* Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* regulator: remove use of __devexitBill Pemberton2012-11-201-1/+1
* regulator: remove use of __devinitBill Pemberton2012-11-201-1/+1
* regulator: remove use of __devexit_pBill Pemberton2012-11-201-1/+1
* regulator: fixed: dt: support for input supplyLaxman Dewangan2012-07-051-1/+18
* regulator: fixed: Use core GPIO enable supportMark Brown2012-07-031-88/+18
* regulator: fixed: Set enable enable_time in regulator_descMark Brown2012-07-031-10/+2
* regulator: fixed: support deferred probe for DT GPIOsStephen Warren2012-07-011-5/+21
* regulator: fixed: Use of_match_ptr() for of_match_table entryAxel Lin2012-06-031-3/+1
* regulator: fixed: add property for gpio open drain flagLaxman Dewangan2012-05-071-0/+3
* regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin2012-04-231-1/+0
* regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-3/+7