summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/fan53555.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: fan53555: fix I2C device idsGuillaume Tucker2017-08-211-1/+4
* regulator: fan53555: Use of_device_get_match_data() to simplify probeJisheng Zhang2017-07-201-8/+2
* regulator: fan53555: constify regulator_ops structureBhumika Goyal2017-01-311-1/+1
* regulator: fan53555: Add support for FAN53555UC13X typeWadim Egorov2016-04-201-0/+22
* regulator: fan53555: Add support for FAN53555BUC18X typeWadim Egorov2016-04-201-0/+2
* regulator: fan53555: fill set_suspend_enable/disable callbackzhangqing2016-01-151-0/+18
* regulator: fan53555: Export I2C module alias informationJavier Martinez Canillas2015-07-311-0/+1
* regulator: fan53555: fill set_voltage_time_set callbackHeiko Stuebner2015-05-261-0/+1
* regulator: fan53555: Constify struct regmap_config and slew_rates arrayKrzysztof Kozlowski2015-01-051-2/+2
* regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas2014-11-261-8/+9
* regulator: fan53555: Fix null pointer dereferenceAxel Lin2014-09-181-1/+1
* regulator: fan53555: Fixup report wrong vendor messageAxel Lin2014-09-181-2/+1
* regulator: fan53555: fix wrong cast in probeHeiko Stübner2014-09-171-1/+1
* regulator: fan53555: add support for Silergy SYR82x regulatorsHeiko Stuebner2014-09-161-15/+87
* regulator: fan53555: add devicetree supportHeiko Stuebner2014-09-161-4/+46
* regulator: fan53555: use set_ramp_delay to set the ramp up slew rateHeiko Stuebner2014-09-161-11/+42
* regulator: fan53555: enable vin supplyHeiko Stuebner2014-09-151-0/+1
* regulator: fan53555: Remove redundant error messageSachin Kamat2014-02-201-3/+2
* regulator: fan53555: Do not hardcode return valuesSachin Kamat2014-02-201-4/+4
* regulator: fan53555: Convert to devm_regulator_registerAxel Lin2013-09-171-11/+1
* Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-041-1/+1
|\
| * PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* | regulator: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
|/
* regulator: fan53555: Use PTR_RET functionAlexandru Gheorghiu2013-03-201-3/+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: fan53555: remove vsel_max not usedYunfan Zhang2012-09-101-3/+0
* regulator: Fairchild fan53555 supportYunfan Zhang2012-09-101-0/+325