aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/fixed.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-25regulator: fixed: add support for under-voltage IRQGravatar Oleksij Rempel 1-0/+50
2023-07-14regulator: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-04-11Add support for Rockchip RK860X regulatorsGravatar Mark Brown 1-1/+1
2023-03-27regulator: Handle deferred clkGravatar Christophe JAILLET 1-1/+1
2023-03-20regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Gravatar Douglas Anderson 1-0/+1
2023-03-11regulator: Use of_property_present() for testing DT property presenceGravatar Rob Herring 1-1/+1
2022-04-04regulator: fixed: Remove print on allocation failureGravatar Mark Brown 1-4/+1
2021-07-22regulator: fixed: use dev_err_probe for registerGravatar Chris Morgan 1-2/+3
2021-06-23Merge remote-tracking branch 'regulator/for-5.14' into regulator-nextGravatar Mark Brown 1-1/+2
2021-06-16regulator: fixed: use dev_err_probe for gpioGravatar Rouven Czerwinski 1-1/+2
2021-05-20regulator: fixed: Ensure enable_counter is correct if reg_domain_disable failsGravatar Axel Lin 1-1/+6
2020-10-26regulator: fixed: support using power domain for enable/disableGravatar Dmitry Baryshkov 1-6/+57
2020-09-14regulator: fixed: Constify static regulator_opsGravatar Rikard Falkeborn 1-2/+2
2020-08-21regulator: fixed: Fix W=1 build warnings when CONFIG_OF=nGravatar Jisheng Zhang 1-8/+8
2020-08-10regulator: fix spelling mistake "Cant" -> "Can't"Gravatar Colin Ian King 1-1/+1
2020-06-15regulator: Fix trivial spellingGravatar Kieran Bingham 1-1/+1
2019-10-29regulator: fixed: add off-on-delayGravatar Peng Fan 1-0/+2
2019-09-23regulator: fixed: Prevent NULL pointer dereference when !CONFIG_OFGravatar Axel Lin 1-3/+2
2019-09-10regulator: fixed: add possibility to enable by clockGravatar Philippe Schenker 1-3/+80
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-02-06regulator: fixed/gpio: Pull inversion/OD into gpiolibGravatar Linus Walleij 1-27/+8
2018-12-11regulator: fixed: Let core handle GPIO descriptorGravatar Linus Walleij 1-1/+5
2018-10-12regulator/gpio: Allow nonexclusive GPIO accessGravatar Linus Walleij 1-0/+13
2018-10-02regulator: fixed: Default enable high on DT regulatorsGravatar Linus Walleij 1-3/+8
2018-09-17regulator: fixed: Convert to use GPIO descriptor onlyGravatar Linus Walleij 1-17/+16
2017-01-25regulator: fixed: Revert support for ACPI interfaceGravatar Mark Rutland 1-46/+0
2016-06-01regulator: fixed: add support for ACPI interfaceGravatar Lu Baolu 1-0/+46
2016-05-30regulator: fixed: Remove workaround to handle of_get_named_gpio() returnGravatar Laxman Dewangan 1-12/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m...Gravatar Mark Brown 1-8/+11
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Gravatar Javier Martinez Canillas 1-8/+11
2014-11-07regulator: fixed: Use gpio_is_validGravatar Markus Pargmann 1-1/+1
2014-11-07regulator: Set ena_gpio_initialized in regulator driversGravatar Markus Pargmann 1-1/+4
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-05-26regulator: fixed: use of_property_read_{bool|u32}()Gravatar Sergei Shtylyov 1-9/+4
2014-02-20regulator: fixed: Remove redundant error messageGravatar Sachin Kamat 1-3/+1
2014-02-11regulator: fixed: update to devm_* APIGravatar Manish Badarkhe 1-30/+12
2013-10-15regulator: fixed: Fix checkpatch issueGravatar Jingoo Han 1-6/+4
2013-09-10regulator: fixed: get rid of {get|list}_voltage()Gravatar Laxman Dewangan 1-26/+2
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-01-03Drivers: regulator: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-11-20regulator: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-07-05regulator: fixed: dt: support for input supplyGravatar Laxman Dewangan 1-1/+18
2012-07-03regulator: fixed: Use core GPIO enable supportGravatar Mark Brown 1-88/+18
2012-07-03regulator: fixed: Set enable enable_time in regulator_descGravatar Mark Brown 1-10/+2
2012-07-01regulator: fixed: support deferred probe for DT GPIOsGravatar Stephen Warren 1-5/+21
2012-06-03regulator: fixed: Use of_match_ptr() for of_match_table entryGravatar Axel Lin 1-3/+1
2012-05-07regulator: fixed: add property for gpio open drain flagGravatar Laxman Dewangan 1-0/+3