aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/regulator/fixed.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-3/+3
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-7/+7
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-08-03power: Tidy up inclusion of regulator_common.hSimon Glass1-1/+2
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-07-18regulator: Factor out common enable codeSven Schwermer1-69/+6
2018-08-19drivers: regulator: fixed: add u-boot, off-on-delay-usPeng Fan1-0/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-07-19power: regulator: fixed: get_enable should return integerKeerthy1-1/+1
2017-06-01dm: regulator: Update fixed regulator to support livetree.Simon Glass1-8/+9
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2016-12-27regulator: fixed: Add support to handle enable-active-high DT propertyVignesh R1-1/+6
2016-10-10regulator: fixed: honour optionality of enable gpioMarcel Ziswiler1-6/+15
2016-09-06regulator: fixed: obey startup delayJohn Keeping1-0/+10
2015-05-14dm: regulator: add fixed voltage regulator driverPrzemyslaw Marczak1-0/+126