aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/gpio-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-20regulator: gpio: Honor regulator-boot-on propertyChen-Yu Tsai1-0/+7
2020-06-15regulator: gpio: Fix trivial spellingKieran Bingham1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-13regulator: gpio: Constify regulator_opsAxel Lin1-2/+2
2019-03-13regulator: gpio: Convert to devm_regulator_registerAxel Lin1-14/+4
2019-02-06regulator: gpio: Simplify probe pathLinus Walleij1-34/+24
2019-02-06regulator: gpio: Convert to use descriptorsLinus Walleij1-94/+56
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-5/+5
2018-03-20regulator: giving regulator controlling gpios a non-empty label when used through the devicetree.Nicholas Lowell1-0/+1
2018-03-14regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'Christophe Jaillet1-9/+7
2016-11-11regulator: gpio: properly check return value of of_get_named_gpioJisheng Zhang1-3/+6
2016-03-17regulator: gpio: check return value of of_get_named_gpioMihai Mihalache1-0/+2
2016-02-21regulator: gpio: don't print error on EPROBE_DEFERRabin Vincent1-2/+4
2015-09-19regulator: gpio: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/max77693', 'regulator/topic/max77802', 'regulator/topic/power-off' and 'regulator/topic/rk808' into regulator-nextMark Brown1-8/+10
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas1-8/+10
2014-11-21regulator: gpio: fix parsing of gpio listRichard Fitzgerald1-42/+51
2014-11-07regulator: gpio: Use gpio_is_validMarkus Pargmann1-1/+1
2014-11-07regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann1-1/+3
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-14regulator: gpio-regulator: fix forgotten gpios-states readingHeiko Stuebner1-9/+13
2014-02-12regulator: gpio-regulator: do not open-code counting and access of dt array elementsHeiko Stuebner1-9/+6
2014-02-12regulator: gpio: print warning if gpios <-> gpios-states mismatch on DTKuninori Morimoto1-1/+1
2014-02-04regulator: gpio: add gpios-status for DTKuninori Morimoto1-0/+11
2014-02-03regulator: gpio-regulator: Remove unneeded OOM error messageFabio Estevam1-3/+1
2014-01-23Merge remote-tracking branches 'regulator/topic/db8500', 'regulator/topic/gpio', 'regulator/topic/lp3971', 'regulator/topic/lp3972', 'regulator/topic/max14577', 'regulator/topic/max77693', 'regulator/topic/mc13892', 'regulator/topic/pcf50633' and 'regulator/topic/pfuze100' into regulator-linusMark Brown1-8/+9
2013-12-06regulator: gpio: Warn if an invalid regulator-type is suppliedMark Brown1-0/+3
2013-12-05regulator: gpio: Don't require a regulator-type propertyMark Brown1-8/+6
2013-11-24Merge remote-tracking branch 'regulator/fix/gpio' into regulator-linusMark Brown1-1/+6
2013-11-09regulator: gpio-regulator: Don't oops on missing regulator-type propertyLaurent Pinchart1-1/+6
2013-10-04regulator: gpio: Remove redundant breakSachin Kamat1-1/+0
2013-07-30regulator: use dev_get_platdata()Jingoo Han1-1/+1
2013-01-29regulator: gpio-regulator: Staticize of_get_gpio_regulator_config()Axel Lin1-1/+1
2013-01-29regulator: gpio-regulator: Use of_gpio_count()Axel Lin1-4/+1
2013-01-03Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-10Merge remote-tracking branch 'regulator/topic/gpio' into regulator-nextMark Brown1-3/+3
2012-12-10regulator: gpio-regulator: gpio_set_value should use cansleepLee Jones1-2/+2
2012-12-10regulator: gpio-regulator: Fix logical error in for() loopLee Jones1-1/+1
2012-12-10Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextMark Brown1-3/+3
2012-12-06regulator: gpio-regulator: Add ifdef CONFIG_OF guard for regulator_gpio_of_matchAxel Lin1-1/+3
2012-11-20regulator: remove use of __devexitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devinitBill Pemberton1-1/+1
2012-11-20regulator: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-14regulator: gpio-regulator: Catch 'no states property' misuseLee Jones1-0/+5
2012-11-13regulator: gpio-regulator: fix can't find regulator node in dtFrank Li1-0/+1
2012-10-17regulator: gpio-regulator: Allow use of GPIO controlled regulators though DTLee Jones1-0/+94
2012-08-08regulator: gpio-regulator: Split setting of voltages and currentsHeiko Stübner1-12/+26
2012-07-04regulator: gpio-regulator: Use core GPIO enable supportAxel Lin1-87/+16
2012-07-04regulator: gpio-regulator: Set enable enable_time in regulator_descAxel Lin1-11/+1