summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/fixed.c
AgeCommit message (Expand)AuthorLines
2025-11-05regulator: fixed: fix GPIO descriptor leak on register failureHaotian Zhang-0/+1
2024-08-29regulator: Unify "negative error number" terminology in commentsChen-Yu Tsai-1/+1
2024-08-29regulator: fixed: Fix incorrectly formatted kerneldoc "Return" sectionChen-Yu Tsai-2/+4
2023-10-25regulator: fixed: add support for under-voltage IRQOleksij Rempel-0/+50
2023-07-14regulator: Explicitly include correct DT includesRob Herring-1/+0
2023-04-11Add support for Rockchip RK860X regulatorsMark Brown-1/+1
2023-03-27regulator: Handle deferred clkChristophe JAILLET-1/+1
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson-0/+1
2023-03-11regulator: Use of_property_present() for testing DT property presenceRob Herring-1/+1
2022-04-04regulator: fixed: Remove print on allocation failureMark Brown-4/+1
2021-07-22regulator: fixed: use dev_err_probe for registerChris Morgan-2/+3
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextMark Brown-1/+2
2021-06-16regulator: fixed: use dev_err_probe for gpioRouven Czerwinski-1/+2
2021-05-20regulator: fixed: Ensure enable_counter is correct if reg_domain_disable failsAxel Lin-1/+6
2020-10-26regulator: fixed: support using power domain for enable/disableDmitry Baryshkov-6/+57
2020-09-14regulator: fixed: Constify static regulator_opsRikard Falkeborn-2/+2
2020-08-21regulator: fixed: Fix W=1 build warnings when CONFIG_OF=nJisheng Zhang-8/+8
2020-08-10regulator: fix spelling mistake "Cant" -> "Can't"Colin Ian King-1/+1
2020-06-15regulator: Fix trivial spellingKieran Bingham-1/+1
2019-10-29regulator: fixed: add off-on-delayPeng Fan-0/+2
2019-09-23regulator: fixed: Prevent NULL pointer dereference when !CONFIG_OFAxel Lin-3/+2
2019-09-10regulator: fixed: add possibility to enable by clockPhilippe Schenker-3/+80
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-02-06regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij-27/+8
2018-12-11regulator: fixed: Let core handle GPIO descriptorLinus Walleij-1/+5
2018-10-12regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij-0/+13
2018-10-02regulator: fixed: Default enable high on DT regulatorsLinus Walleij-3/+8
2018-09-17regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij-17/+16
2017-01-25regulator: fixed: Revert support for ACPI interfaceMark Rutland-46/+0
2016-06-01regulator: fixed: add support for ACPI interfaceLu Baolu-0/+46
2016-05-30regulator: fixed: Remove workaround to handle of_get_named_gpio() returnLaxman Dewangan-12/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m...Mark Brown-8/+11
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas-8/+11
2014-11-07regulator: fixed: Use gpio_is_validMarkus Pargmann-1/+1
2014-11-07regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann-1/+4
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-05-26regulator: fixed: use of_property_read_{bool|u32}()Sergei Shtylyov-9/+4
2014-02-20regulator: fixed: Remove redundant error messageSachin Kamat-3/+1
2014-02-11regulator: fixed: update to devm_* APIManish Badarkhe-30/+12
2013-10-15regulator: fixed: Fix checkpatch issueJingoo Han-6/+4
2013-09-10regulator: fixed: get rid of {get|list}_voltage()Laxman Dewangan-26/+2
2013-07-30regulator: use dev_get_platdata()Jingoo Han-1/+1
2013-01-03Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman-1/+1
2012-11-20regulator: remove use of __devexitBill Pemberton-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton-1/+1
2012-07-05regulator: fixed: dt: support for input supplyLaxman Dewangan-1/+18
2012-07-03regulator: fixed: Use core GPIO enable supportMark Brown-88/+18
2012-07-03regulator: fixed: Set enable enable_time in regulator_descMark Brown-10/+2