summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/gpio-regulator.c
Commit message (Expand)AuthorAgeFilesLines
* regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14Douglas Anderson2023-03-201-0/+1
* regulator: Use of_property_present() for testing DT property presenceRob Herring2023-03-111-1/+1
* regulator: gpio: Add input_supply support in gpio_regulator_configJerome Neanne2022-09-291-0/+15
* regulator: gpio: Honor regulator-boot-on propertyChen-Yu Tsai2020-07-201-0/+7
* regulator: gpio: Fix trivial spellingKieran Bingham2020-06-151-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* regulator: gpio: Constify regulator_opsAxel Lin2019-03-131-2/+2
* regulator: gpio: Convert to devm_regulator_registerAxel Lin2019-03-131-14/+4
* regulator: gpio: Simplify probe pathLinus Walleij2019-02-061-34/+24
* regulator: gpio: Convert to use descriptorsLinus Walleij2019-02-061-94/+56
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-5/+5
* regulator: giving regulator controlling gpios a non-empty label when used thr...Nicholas Lowell2018-03-201-0/+1
* regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'Christophe Jaillet2018-03-141-9/+7
* regulator: gpio: properly check return value of of_get_named_gpioJisheng Zhang2016-11-111-3/+6
* regulator: gpio: check return value of of_get_named_gpioMihai Mihalache2016-03-171-0/+2
* regulator: gpio: don't print error on EPROBE_DEFERRabin Vincent2016-02-211-2/+4
* regulator: gpio: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-191-0/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * regulator: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| |
| \
*-. \ Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m...Mark Brown2014-12-051-8/+10
|\ \ \ | | |/ | |/|
| | * regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas2014-11-261-8/+10
| |/
* | regulator: gpio: fix parsing of gpio listRichard Fitzgerald2014-11-211-42/+51
* | regulator: gpio: Use gpio_is_validMarkus Pargmann2014-11-071-1/+1
* | regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann2014-11-071-1/+3
|/
* regulator: gpio-regulator: fix forgotten gpios-states readingHeiko Stuebner2014-02-141-9/+13
* regulator: gpio-regulator: do not open-code counting and access of dt array e...Heiko Stuebner2014-02-121-9/+6
* regulator: gpio: print warning if gpios <-> gpios-states mismatch on DTKuninori Morimoto2014-02-121-1/+1
* regulator: gpio: add gpios-status for DTKuninori Morimoto2014-02-041-0/+11
* regulator: gpio-regulator: Remove unneeded OOM error messageFabio Estevam2014-02-031-3/+1
*---. Merge remote-tracking branches 'regulator/topic/db8500', 'regulator/topic/gpi...Mark Brown2014-01-231-8/+9
|\ \ \
| | * | regulator: gpio: Warn if an invalid regulator-type is suppliedMark Brown2013-12-061-0/+3
| | * | regulator: gpio: Don't require a regulator-type propertyMark Brown2013-12-051-8/+6
* | | | Merge remote-tracking branch 'regulator/fix/gpio' into regulator-linusMark Brown2013-11-241-1/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / regulator: gpio-regulator: Don't oops on missing regulator-type propertyLaurent Pinchart2013-11-091-1/+6
| |/
* / regulator: gpio: Remove redundant breakSachin Kamat2013-10-041-1/+0
|/
* regulator: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
* regulator: gpio-regulator: Staticize of_get_gpio_regulator_config()Axel Lin2013-01-291-1/+1
* regulator: gpio-regulator: Use of_gpio_count()Axel Lin2013-01-291-4/+1
* Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* Merge remote-tracking branch 'regulator/topic/gpio' into regulator-nextMark Brown2012-12-101-3/+3
|\
| * regulator: gpio-regulator: gpio_set_value should use cansleepLee Jones2012-12-101-2/+2
| * regulator: gpio-regulator: Fix logical error in for() loopLee Jones2012-12-101-1/+1
* | Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextMark Brown2012-12-101-3/+3
|\ \ | |/ |/|
| * 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: gpio-regulator: Add ifdef CONFIG_OF guard for regulator_gpio_of_matchAxel Lin2012-12-061-1/+3
|/
* regulator: gpio-regulator: Catch 'no states property' misuseLee Jones2012-11-141-0/+5
* regulator: gpio-regulator: fix can't find regulator node in dtFrank Li2012-11-131-0/+1
* regulator: gpio-regulator: Allow use of GPIO controlled regulators though DTLee Jones2012-10-171-0/+94