summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/fixed.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij2019-02-061-27/+8Star
* 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/+16Star
* regulator: fixed: Revert support for ACPI interfaceMark Rutland2017-01-251-46/+0Star
* 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/+2Star
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
| |
| \
*-. \ 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/+4Star
* regulator: fixed: Remove redundant error messageSachin Kamat2014-02-201-3/+1Star
* regulator: fixed: update to devm_* APIManish Badarkhe2014-02-111-30/+12Star
* regulator: fixed: Fix checkpatch issueJingoo Han2013-10-151-6/+4Star
* regulator: fixed: get rid of {get|list}_voltage()Laxman Dewangan2013-09-101-26/+2Star
* regulator: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
* Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-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/+18Star
* regulator: fixed: Set enable enable_time in regulator_descMark Brown2012-07-031-10/+2Star
* 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/+1Star
* 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/+0Star
* regulator: core: Use a struct to pass in regulator runtime configurationMark Brown2012-04-091-3/+7
* regulator: fixed: Support for open drain gpio pinLaxman Dewangan2012-04-031-12/+11Star
* regulator: fixed: Don't supply voltage change ops when no GPIO is givenMark Brown2012-04-011-14/+13Star
* regulator: fixed: Use devm_kzalloc()Mark Brown2012-04-011-3/+2Star
* regulator fixed: Do not report enumaratable voltages if there are noneSascha Hauer2012-03-111-1/+3
* regulator: set constraints.apply_uV to 0 in of_get_fixed_voltage_configRichard Zhao2012-01-061-0/+1
* regulator: pass regulator_register of_node in fixed voltage driverRichard Zhao2012-01-021-1/+2
* Merge branch 'topic/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2011-12-051-1/+1
|\
| * regulator: pass device_node to of_get_regulator_init_data()Shawn Guo2011-12-051-1/+1
* | Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown2011-11-271-1/+6
|\|
| * regulator: Avoid potential NULL dereference in reg_fixed_voltage_probe()Axel Lin2011-11-271-1/+6
* | Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown2011-11-271-1/+5
|\|
| * regulator: Staticise of_get_fixed_voltage_config()Axel Lin2011-11-271-1/+2
| * regulator: Checking return value of of_get_regulator_init_dataAxel Lin2011-11-271-0/+3
* | Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown2011-11-231-1/+66
|\|
| * regulator: pass additional of_node to regulator_register()Rajendra Nayak2011-11-231-1/+1
| * regulator: adapt fixed regulator driver to dtRajendra Nayak2011-11-231-0/+65
* | regulator: Don't report zero volts for the fixed voltage regulatorMark Brown2011-11-231-1/+4
|/