aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/gpio-regulator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-04regulator: gpio-regulator: populate selector from set_voltageHeiko Stübner1-3/+5
2012-06-04regulator: gpio-regulator: Fix finding of smallest valueHeiko Stübner1-2/+4
2012-06-04regulator: gpio-regulator: do not pass drvdata pointer as referenceHeiko Stübner1-1/+1
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin1-1/+0
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-04regulator: gpio-regulator: Basic devm_kzalloc() conversionMark Brown1-3/+2
2012-04-01regulator: gpio-regulator: Set the smallest voltage/current in the specified rangeAxel Lin1-4/+4
2011-11-24regulator: Fix compile break due to missing arguments to regulator_registerRajendra Nayak1-1/+1
2011-10-11regulator: Add module.h include to gpio-regulatorMark Brown1-0/+1
2011-10-09regulator: Add driver for gpio-controlled regulatorsHeiko Stübner1-0/+357