aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/gpio-regulator.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-03-13regulator: gpio: Constify regulator_opsGravatar Axel Lin 1-2/+2
2019-03-13regulator: gpio: Convert to devm_regulator_registerGravatar Axel Lin 1-14/+4
2019-02-06regulator: gpio: Simplify probe pathGravatar Linus Walleij 1-34/+24
2019-02-06regulator: gpio: Convert to use descriptorsGravatar Linus Walleij 1-94/+56
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-5/+5
2018-03-20regulator: giving regulator controlling gpios a non-empty label when used thr...Gravatar Nicholas Lowell 1-0/+1
2018-03-14regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'Gravatar Christophe Jaillet 1-9/+7
2016-11-11regulator: gpio: properly check return value of of_get_named_gpioGravatar Jisheng Zhang 1-3/+6
2016-03-17regulator: gpio: check return value of of_get_named_gpioGravatar Mihai Mihalache 1-0/+2
2016-02-21regulator: gpio: don't print error on EPROBE_DEFERGravatar Rabin Vincent 1-2/+4
2015-09-19regulator: gpio: Fix module autoload for OF platform driverGravatar Luis de Bethencourt 1-0/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m...Gravatar Mark Brown 1-8/+10
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Gravatar Javier Martinez Canillas 1-8/+10
2014-11-21regulator: gpio: fix parsing of gpio listGravatar Richard Fitzgerald 1-42/+51
2014-11-07regulator: gpio: Use gpio_is_validGravatar Markus Pargmann 1-1/+1
2014-11-07regulator: Set ena_gpio_initialized in regulator driversGravatar Markus Pargmann 1-1/+3
2014-10-20regulator: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-02-14regulator: gpio-regulator: fix forgotten gpios-states readingGravatar Heiko Stuebner 1-9/+13
2014-02-12regulator: gpio-regulator: do not open-code counting and access of dt array e...Gravatar Heiko Stuebner 1-9/+6
2014-02-12regulator: gpio: print warning if gpios <-> gpios-states mismatch on DTGravatar Kuninori Morimoto 1-1/+1
2014-02-04regulator: gpio: add gpios-status for DTGravatar Kuninori Morimoto 1-0/+11
2014-02-03regulator: gpio-regulator: Remove unneeded OOM error messageGravatar Fabio Estevam 1-3/+1
2014-01-23Merge remote-tracking branches 'regulator/topic/db8500', 'regulator/topic/gpi...Gravatar Mark Brown 1-8/+9
2013-12-06regulator: gpio: Warn if an invalid regulator-type is suppliedGravatar Mark Brown 1-0/+3
2013-12-05regulator: gpio: Don't require a regulator-type propertyGravatar Mark Brown 1-8/+6
2013-11-24Merge remote-tracking branch 'regulator/fix/gpio' into regulator-linusGravatar Mark Brown 1-1/+6
2013-11-09regulator: gpio-regulator: Don't oops on missing regulator-type propertyGravatar Laurent Pinchart 1-1/+6
2013-10-04regulator: gpio: Remove redundant breakGravatar Sachin Kamat 1-1/+0
2013-07-30regulator: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-01-29regulator: gpio-regulator: Staticize of_get_gpio_regulator_config()Gravatar Axel Lin 1-1/+1
2013-01-29regulator: gpio-regulator: Use of_gpio_count()Gravatar Axel Lin 1-4/+1
2013-01-03Drivers: regulator: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-12-10Merge remote-tracking branch 'regulator/topic/gpio' into regulator-nextGravatar Mark Brown 1-3/+3
2012-12-10regulator: gpio-regulator: gpio_set_value should use cansleepGravatar Lee Jones 1-2/+2
2012-12-10regulator: gpio-regulator: Fix logical error in for() loopGravatar Lee Jones 1-1/+1
2012-12-10Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextGravatar Mark Brown 1-3/+3
2012-12-06regulator: gpio-regulator: Add ifdef CONFIG_OF guard for regulator_gpio_of_matchGravatar Axel Lin 1-1/+3
2012-11-20regulator: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-20regulator: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-14regulator: gpio-regulator: Catch 'no states property' misuseGravatar Lee Jones 1-0/+5
2012-11-13regulator: gpio-regulator: fix can't find regulator node in dtGravatar Frank Li 1-0/+1
2012-10-17regulator: gpio-regulator: Allow use of GPIO controlled regulators though DTGravatar Lee Jones 1-0/+94
2012-08-08regulator: gpio-regulator: Split setting of voltages and currentsGravatar Heiko Stübner 1-12/+26
2012-07-04regulator: gpio-regulator: Use core GPIO enable supportGravatar Axel Lin 1-87/+16
2012-07-04regulator: gpio-regulator: Set enable enable_time in regulator_descGravatar Axel Lin 1-11/+1
2012-06-04regulator: gpio-regulator: populate selector from set_voltageGravatar Heiko Stübner 1-3/+5
2012-06-04regulator: gpio-regulator: Fix finding of smallest valueGravatar Heiko Stübner 1-2/+4