summaryrefslogtreecommitdiff
path: root/drivers/power/regulator/fixed.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-2/+2
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-3/+3
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-7/+7
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* power: Tidy up inclusion of regulator_common.hSimon Glass2020-08-031-1/+2
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-2/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* regulator: Factor out common enable codeSven Schwermer2019-07-181-69/+6
* drivers: regulator: fixed: add u-boot, off-on-delay-usPeng Fan2018-08-191-0/+6
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-1/+1
* power: regulator: fixed: get_enable should return integerKeerthy2017-07-191-1/+1
* dm: regulator: Update fixed regulator to support livetree.Simon Glass2017-06-011-8/+9
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* regulator: fixed: Add support to handle enable-active-high DT propertyVignesh R2016-12-271-1/+6
* regulator: fixed: honour optionality of enable gpioMarcel Ziswiler2016-10-101-6/+15
* regulator: fixed: obey startup delayJohn Keeping2016-09-061-0/+10
* dm: regulator: add fixed voltage regulator driverPrzemyslaw Marczak2015-05-141-0/+126