summaryrefslogtreecommitdiff
path: root/drivers/regulator/gpio-regulator.c
AgeCommit message (Expand)Author
2016-11-11regulator: gpio: properly check return value of of_get_named_gpioJisheng Zhang
2016-03-17regulator: gpio: check return value of of_get_named_gpioMihai Mihalache
2016-02-21regulator: gpio: don't print error on EPROBE_DEFERRabin Vincent
2015-09-19regulator: gpio: Fix module autoload for OF platform driverLuis de Bethencourt
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m...Mark Brown
2014-11-26regulator: of: Add regulator desc param to of_get_regulator_init_data()Javier Martinez Canillas
2014-11-21regulator: gpio: fix parsing of gpio listRichard Fitzgerald
2014-11-07regulator: gpio: Use gpio_is_validMarkus Pargmann
2014-11-07regulator: Set ena_gpio_initialized in regulator driversMarkus Pargmann
2014-10-20regulator: drop owner assignment from platform_driversWolfram Sang
2014-02-14regulator: gpio-regulator: fix forgotten gpios-states readingHeiko Stuebner
2014-02-12regulator: gpio-regulator: do not open-code counting and access of dt array e...Heiko Stuebner
2014-02-12regulator: gpio: print warning if gpios <-> gpios-states mismatch on DTKuninori Morimoto
2014-02-04regulator: gpio: add gpios-status for DTKuninori Morimoto
2014-02-03regulator: gpio-regulator: Remove unneeded OOM error messageFabio Estevam
2014-01-23Merge remote-tracking branches 'regulator/topic/db8500', 'regulator/topic/gpi...Mark Brown
2013-12-06regulator: gpio: Warn if an invalid regulator-type is suppliedMark Brown
2013-12-05regulator: gpio: Don't require a regulator-type propertyMark Brown
2013-11-24Merge remote-tracking branch 'regulator/fix/gpio' into regulator-linusMark Brown
2013-11-09regulator: gpio-regulator: Don't oops on missing regulator-type propertyLaurent Pinchart
2013-10-04regulator: gpio: Remove redundant breakSachin Kamat
2013-07-30regulator: use dev_get_platdata()Jingoo Han
2013-01-29regulator: gpio-regulator: Staticize of_get_gpio_regulator_config()Axel Lin
2013-01-29regulator: gpio-regulator: Use of_gpio_count()Axel Lin
2013-01-03Drivers: regulator: remove __dev* attributes.Greg Kroah-Hartman
2012-12-10Merge remote-tracking branch 'regulator/topic/gpio' into regulator-nextMark Brown
2012-12-10regulator: gpio-regulator: gpio_set_value should use cansleepLee Jones
2012-12-10regulator: gpio-regulator: Fix logical error in for() loopLee Jones
2012-12-10Merge remote-tracking branch 'regulator/topic/hotplug' into regulator-nextMark Brown
2012-12-06regulator: gpio-regulator: Add ifdef CONFIG_OF guard for regulator_gpio_of_matchAxel Lin
2012-11-20regulator: remove use of __devexitBill Pemberton
2012-11-20regulator: remove use of __devinitBill Pemberton
2012-11-20regulator: remove use of __devexit_pBill Pemberton
2012-11-14regulator: gpio-regulator: Catch 'no states property' misuseLee Jones
2012-11-13regulator: gpio-regulator: fix can't find regulator node in dtFrank Li
2012-10-17regulator: gpio-regulator: Allow use of GPIO controlled regulators though DTLee Jones
2012-08-08regulator: gpio-regulator: Split setting of voltages and currentsHeiko Stübner
2012-07-04regulator: gpio-regulator: Use core GPIO enable supportAxel Lin
2012-07-04regulator: gpio-regulator: Set enable enable_time in regulator_descAxel Lin
2012-06-04regulator: gpio-regulator: populate selector from set_voltageHeiko Stübner
2012-06-04regulator: gpio-regulator: Fix finding of smallest valueHeiko Stübner
2012-06-04regulator: gpio-regulator: do not pass drvdata pointer as referenceHeiko Stübner
2012-04-23regulator: Remove unneeded include of linux/delay.h from regulator driversAxel Lin
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown
2012-04-04regulator: gpio-regulator: Basic devm_kzalloc() conversionMark Brown
2012-04-01regulator: gpio-regulator: Set the smallest voltage/current in the specified ...Axel Lin
2011-11-24regulator: Fix compile break due to missing arguments to regulator_registerRajendra Nayak
2011-10-11regulator: Add module.h include to gpio-regulatorMark Brown
2011-10-09regulator: Add driver for gpio-controlled regulatorsHeiko Stübner