aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/regulator/fixed.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-25regulator: fixed: add support for under-voltage IRQOleksij Rempel1-0/+50
2023-07-14regulator: Explicitly include correct DT includesRob Herring1-1/+0
2023-04-11Add support for Rockchip RK860X regulatorsMark Brown1-1/+1
2023-03-27regulator: Handle deferred clkChristophe JAILLET1-1/+1
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson1-0/+1
2023-03-11regulator: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2022-04-04regulator: fixed: Remove print on allocation failureMark Brown1-4/+1
2021-07-22regulator: fixed: use dev_err_probe for registerChris Morgan1-2/+3
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown1-1/+2
2021-06-16regulator: fixed: use dev_err_probe for gpioRouven Czerwinski1-1/+2
2021-05-20regulator: fixed: Ensure enable_counter is correct if reg_domain_disable failsAxel Lin1-1/+6
2020-10-26regulator: fixed: support using power domain for enable/disableDmitry Baryshkov1-6/+57
2020-09-14regulator: fixed: Constify static regulator_opsRikard Falkeborn1-2/+2
2020-08-21regulator: fixed: Fix W=1 build warnings when CONFIG_OF=nJisheng Zhang1-8/+8
2020-08-10regulator: fix spelling mistake "Cant" -> "Can't"Colin Ian King1-1/+1
2020-06-15regulator: Fix trivial spellingKieran Bingham1-1/+1
2019-10-29regulator: fixed: add off-on-delayPeng Fan1-0/+2
2019-09-23regulator: fixed: Prevent NULL pointer dereference when !CONFIG_OFAxel Lin1-3/+2
2019-09-10regulator: fixed: add possibility to enable by clockPhilippe Schenker1-3/+80
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-06regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij1-27/+8
2018-12-11regulator: fixed: Let core handle GPIO descriptorLinus Walleij1-1/+5
2018-10-12regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij1-0/+13
2018-10-02regulator: fixed: Default enable high on DT regulatorsLinus Walleij1-3/+8
2018-09-17regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij1-17/+16
2017-01-25regulator: fixed: Revert support for ACPI interfaceMark Rutland1-46/+0
2016-06-01regulator: fixed: add support for ACPI interfaceLu Baolu1-0/+46
2016-05-30regulator: fixed: Remove workaround to handle of_get_named_gpio() returnLaxman Dewangan1-12/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/max77693', 'regulator/topic/max77802', 'regulator/topic/power-off' and 'regulator/topic/rk808' into regulator-nextMark Brown1-8/+11
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas1-8/+11
2014-11-07regulator: fixed: Use gpio_is_validMarkus Pargmann1-1/+1
2014-11-07regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann1-1/+4
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-26regulator: fixed: use of_property_read_{bool|u32}()Sergei Shtylyov1-9/+4
2014-02-20regulator: fixed: Remove redundant error messageSachin Kamat1-3/+1
2014-02-11regulator: fixed: update to devm_* APIManish Badarkhe1-30/+12
2013-10-15regulator: fixed: Fix checkpatch issueJingoo Han1-6/+4
2013-09-10regulator: fixed: get rid of {get|list}_voltage()Laxman Dewangan1-26/+2
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-01-03Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-05regulator: fixed: dt: support for input supplyLaxman Dewangan1-1/+18
2012-07-03regulator: fixed: Use core GPIO enable supportMark Brown1-88/+18
2012-07-03regulator: fixed: Set enable enable_time in regulator_descMark Brown1-10/+2
2012-07-01regulator: fixed: support deferred probe for DT GPIOsStephen Warren1-5/+21
2012-06-03regulator: fixed: Use of_match_ptr() for of_match_table entryAxel Lin1-3/+1
2012-05-07regulator: fixed: add property for gpio open drain flagLaxman Dewangan1-0/+3