aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/fixed.c
AgeCommit message (Expand)Author
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-06regulator: fixed/gpio: Pull inversion/OD into gpiolibLinus Walleij
2018-12-11regulator: fixed: Let core handle GPIO descriptorLinus Walleij
2018-10-12regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij
2018-10-02regulator: fixed: Default enable high on DT regulatorsLinus Walleij
2018-09-17regulator: fixed: Convert to use GPIO descriptor onlyLinus Walleij
2017-01-25regulator: fixed: Revert support for ACPI interfaceMark Rutland
2016-06-01regulator: fixed: add support for ACPI interfaceLu Baolu
2016-05-30regulator: fixed: Remove workaround to handle of_get_named_gpio() returnLaxman Dewangan
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m...Mark Brown
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas
2014-11-07regulator: fixed: Use gpio_is_validMarkus Pargmann
2014-11-07regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang
2014-05-26regulator: fixed: use of_property_read_{bool|u32}()Sergei Shtylyov
2014-02-20regulator: fixed: Remove redundant error messageSachin Kamat
2014-02-11regulator: fixed: update to devm_* APIManish Badarkhe
2013-10-15regulator: fixed: Fix checkpatch issueJingoo Han
2013-09-10regulator: fixed: get rid of {get|list}_voltage()Laxman Dewangan
2013-07-30regulator: use dev_get_platdata()Jingoo Han
2013-01-03Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman
2012-11-20regulator: remove use of __devexitBill Pemberton
2012-11-20regulator: remove use of __devinitBill Pemberton
2012-11-20regulator: remove use of __devexit_pBill Pemberton
2012-07-05regulator: fixed: dt: support for input supplyLaxman Dewangan
2012-07-03regulator: fixed: Use core GPIO enable supportMark Brown
2012-07-03regulator: fixed: Set enable enable_time in regulator_descMark Brown
2012-07-01regulator: fixed: support deferred probe for DT GPIOsStephen Warren
2012-06-03regulator: fixed: Use of_match_ptr() for of_match_table entryAxel Lin
2012-05-07regulator: fixed: add property for gpio open drain flagLaxman Dewangan
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown
2012-04-02regulator: fixed: Support for open drain gpio pinLaxman Dewangan
2012-04-01regulator: fixed: Don't supply voltage change ops when no GPIO is givenMark Brown
2012-04-01regulator: fixed: Use devm_kzalloc()Mark Brown
2012-03-11regulator fixed: Do not report enumaratable voltages if there are noneSascha Hauer
2012-01-06regulator: set constraints.apply_uV to 0 in of_get_fixed_voltage_configRichard Zhao
2012-01-02regulator: pass regulator_register of_node in fixed voltage driverRichard Zhao
2011-12-05Merge branch 'topic/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown
2011-12-05regulator: pass device_node to of_get_regulator_init_data()Shawn Guo
2011-11-27Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown
2011-11-27regulator: Avoid potential NULL dereference in reg_fixed_voltage_probe()Axel Lin
2011-11-27Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown
2011-11-27regulator: Staticise of_get_fixed_voltage_config()Axel Lin
2011-11-27regulator: Checking return value of of_get_regulator_init_dataAxel Lin
2011-11-23Merge remote-tracking branch 'regulator/topic/dt' into regulator-nextMark Brown
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak
2011-11-23regulator: adapt fixed regulator driver to dtRajendra Nayak
2011-11-23regulator: Don't report zero volts for the fixed voltage regulatorMark Brown