summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
AgeCommit message (Expand)AuthorLines
2015-10-06Merge remote-tracking branch 'regulator/fix/axp20x' into regulator-linusMark Brown-2/+2
2015-10-01regulator: core: Handle probe deferral from DT when resolving suppliesMark Brown-0/+4
2015-09-29regulator: axp20x: Fix enable bit indexes for DCDC4 and DCDC5Chen-Yu Tsai-2/+2
2015-09-21Merge remote-tracking branches 'regulator/fix/anatop', 'regulator/fix/gpio', ...Mark Brown-7/+54
2015-09-21Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown-11/+10
2015-09-19regulator: vexpress: Fix module autoload for OF platform driverLuis de Bethencourt-0/+1
2015-09-19regulator: gpio: Fix module autoload for OF platform driverLuis de Bethencourt-0/+1
2015-09-19regulator: anatop: Fix module autoload for OF platform driverLuis de Bethencourt-0/+1
2015-09-17regulator: core: Correct return value check in regulator_resolve_supplyCharles Keepax-8/+8
2015-09-16regulator: tps65218: Fix missing zero typoAndrew F. Davis-1/+1
2015-09-08Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-1/+1
2015-09-04Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force...Mark Brown-1/+1
2015-09-03regulator: pbias: program pbias register offset in pbias driverKishon Vijay Abraham I-6/+50
2015-09-02regulator: core: fix possible NULL dereferenceSudip Mukherjee-3/+2
2015-08-30Merge remote-tracking branch 'regulator/topic/tps6586x' into regulator-nextMark Brown-2/+2
2015-08-30Merge remote-tracking branches 'regulator/topic/qcom-smd', 'regulator/topic/q...Mark Brown-19/+759
2015-08-30Merge remote-tracking branches 'regulator/topic/mt6311', 'regulator/topic/ocp...Mark Brown-53/+390
2015-08-30Merge remote-tracking branches 'regulator/topic/lp872x', 'regulator/topic/ltc...Mark Brown-244/+246
2015-08-30Merge remote-tracking branches 'regulator/topic/da9210', 'regulator/topic/da9...Mark Brown-78/+179
2015-08-30Merge remote-tracking branches 'regulator/topic/88pm800', 'regulator/topic/ad...Mark Brown-155/+84
2015-08-30Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown-4/+18
2015-08-30Merge remote-tracking branch 'regulator/fix/pbias' into regulator-linusMark Brown-0/+5
2015-08-30regulator: mt6311: fix platform_no_drv_owner.cocci warningskbuild test robot-1/+0
2015-08-30regulator: ltc3589: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas-1/+0
2015-08-30regulator: ad5398: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas-1/+0
2015-08-29regulator: pfuze100: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas-1/+0
2015-08-28regulator: core: use debug level print in regulator_check_drmsArchit Taneja-1/+1
2015-08-25regulator: lp872x: handle error caseMilo Kim-4/+7
2015-08-25regulator: lp872x: use the private data instead of updating I2C device platfo...Milo Kim-2/+5
2015-08-25regulator: isl9305: Export OF module alias informationJavier Martinez Canillas-0/+1
2015-08-21regulators: max77693: register driver earlier to avoid deferred probeMarek Szyprowski-1/+11
2015-08-19regulator: qcom_smd: Set n_voltages for pm8941_lnldoAxel Lin-0/+1
2015-08-17regulator: core: Use IS_ERR_OR_NULL()Viresh Kumar-1/+1
2015-08-17regulator: Regulator driver for the Qualcomm RPMBjorn Andersson-0/+362
2015-08-14regulator: core: Print at debug level on debugfs creation failureStephen Boyd-1/+1
2015-08-14regulator: pbias: Fix broken pbias disable functionalityKishon Vijay Abraham I-0/+5
2015-08-13regulator: core: Spelling fixViresh Kumar-1/+1
2015-08-12regulator: core: Use class device list for regulator_list in late initMark Brown-51/+55
2015-08-12regulator: core: Move more deallocation into class unregisterMark Brown-2/+3
2015-08-12regulator: core: Reduce rdev locking region when releasing regulatorMark Brown-2/+3
2015-08-07regulator: core: Drop regulator_list_mutex when we're done with it on removeMark Brown-1/+1
2015-08-04regulator: axp20x: Add module aliasIan Campbell-0/+1
2015-08-03regulator: mt6311: Trivial clean upAxel Lin-7/+7
2015-08-03regulator: mt6311: Modify the maximum voltage of buck.Henry Chen-1/+1
2015-07-31regulator: fan53555: Export I2C module alias informationJavier Martinez Canillas-0/+1
2015-07-29regulator: max8973: Set VSEL regmap ops if DVS GPIO is not setMikko Perttunen-0/+9
2015-07-24regulator: qcom-spmi: Add vendor specific configurationStephen Boyd-5/+195
2015-07-24Merge branch 'topic/ocp' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown-0/+12
2015-07-24regulator: Add over current protection (OCP) supportStephen Boyd-0/+12
2015-07-24Merge remote-tracking branches 'regulator/fix/88pm800', 'regulator/fix/max897...Mark Brown-7/+20