summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'regulator/fix/axp20x' into regulator-linusMark Brown2015-10-061-2/+2
|\
| * regulator: axp20x: Fix enable bit indexes for DCDC4 and DCDC5Chen-Yu Tsai2015-09-291-2/+2
* | regulator: core: Handle probe deferral from DT when resolving suppliesMark Brown2015-10-011-0/+4
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'regulator/fix/anatop', 'regulator/fix/gpio', ...Mark Brown2015-09-215-7/+54
|\ \ \ \ \ \
| | | | | * | regulator: vexpress: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-191-0/+1
| | | | | |/
| | | | * | regulator: tps65218: Fix missing zero typoAndrew F. Davis2015-09-161-1/+1
| | | | |/
| | | * | regulator: pbias: program pbias register offset in pbias driverKishon Vijay Abraham I2015-09-031-6/+50
| | * | | regulator: gpio: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-191-0/+1
| | | |/ | | |/|
| * | | regulator: anatop: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-191-0/+1
| |/ /
* | | Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown2015-09-211-11/+10
|\ \ \ | |/ / |/| |
| * | regulator: core: Correct return value check in regulator_resolve_supplyCharles Keepax2015-09-171-8/+8
| * | regulator: core: fix possible NULL dereferenceSudip Mukherjee2015-09-021-3/+2
* | | Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2015-09-081-1/+1
|\ \ \ | |/ / |/| |
| | |
| | \
| *-. \ Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force...Mark Brown2015-09-041-1/+1
| |\ \ \ | | | |/
| | * | regulator: core: Print at debug level on debugfs creation failureStephen Boyd2015-08-141-1/+1
| | |/
* | | Merge remote-tracking branch 'regulator/topic/tps6586x' into regulator-nextMark Brown2015-08-301-2/+2
|\ \ \
| * | | regulator: tps6586x: silence pointer-to-int-castDaniel Kurtz2015-07-231-2/+2
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge remote-tracking branches 'regulator/topic/qcom-smd', 'regulator/topic/q...Mark Brown2015-08-305-19/+759
|\ \ \ \ \ \ | | | | |/ /
| | | * | | regulator: rk808: make better use of the gpiod APIUwe Kleine-König2015-07-211-20/+12
| | | * | | regulator: rk808: add #include for gpiod functionsUwe Kleine-König2015-07-211-0/+1
| | | * | | regulator: rk808: fixed the overshoot when adjust voltageChris Zhong2015-07-201-12/+207
| | | |/ /
| | * | | regulator: qcom-spmi: Add vendor specific configurationStephen Boyd2015-07-241-5/+195
| | * | | Merge branch 'topic/ocp' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2015-07-242-0/+12
| | |\ \ \
| | * | | | regulator: qcom_spmi-regulator: Use DIV_ROUND_UP instead of open-codedAxel Lin2015-07-091-2/+1
| | | |/ / | | |/| |
| * | | | regulator: qcom_smd: Set n_voltages for pm8941_lnldoAxel Lin2015-08-191-0/+1
| * | | | regulator: Regulator driver for the Qualcomm RPMBjorn Andersson2015-08-173-0/+362
| |/ / /
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-------. \ \ \ Merge remote-tracking branches 'regulator/topic/mt6311', 'regulator/topic/ocp...Mark Brown2015-08-3023-53/+390
|\ \ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | | | * | | regulator: pwm-regulator: Fix ' comparison between signed and unsigned intege...Lee Jones2015-07-101-1/+1
| | | | | * | | regulator: pwm-regulator: Fix 'used uninitialized' warningLee Jones2015-07-101-1/+1
| | | | | * | | regulator: pwm-regulator: Fix 'unused-variable' warningLee Jones2015-07-101-2/+0
| | | | | * | | regulator: pwm-regulator: Small clean-upsLee Jones2015-07-091-6/+5
| | | | | * | | regulator: pwm-regulator: Remove obsoleted propertyLee Jones2015-07-091-9/+0
| | | | | * | | regulator: pwm-regulator: Don't assign structure attributes right awayLee Jones2015-07-071-3/+5
| | | | | * | | regulator: pwm-regulator: Simplify voltage to duty-cycle callLee Jones2015-07-071-20/+7
| | | | | * | | regulator: pwm-regulator: Add support for continuous-voltageLee Jones2015-07-071-8/+106
| | | | | * | | regulator: pwm-regulator: Separate voltage-table initialisationLee Jones2015-07-071-32/+45
| | | | | |/ /
| | | | * | | regulator: pfuze100: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas2015-08-291-1/+0
| | | | |/ /
| | | * | | regulator: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-1416-16/+0
| | | |/ /
| | * | | regulator: Add over current protection (OCP) supportStephen Boyd2015-07-242-0/+12
| | |/ /
| * | | regulator: mt6311: fix platform_no_drv_owner.cocci warningskbuild test robot2015-08-301-1/+0
| * | | regulator: mt6311: Trivial clean upAxel Lin2015-08-031-7/+7
| * | | regulator: mt6311: Modify the maximum voltage of buck.Henry Chen2015-08-031-1/+1
| * | | regulator: mt6311: Add support for mt6311 regulatorHenry Chen2015-07-244-0/+255
| |/ /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge remote-tracking branches 'regulator/topic/lp872x', 'regulator/topic/ltc...Mark Brown2015-08-307-244/+246
|\ \ \ \ \ \
| | | | * | | regulator: max8973: Set VSEL regmap ops if DVS GPIO is not setMikko Perttunen2015-07-291-0/+9
| | | | * | | regulator: max8973: add support to configure ETR based on rail loadLaxman Dewangan2015-07-071-0/+52
| | | | * | | regulator: max8973: add support to configure ETR from DTLaxman Dewangan2015-07-071-0/+19
| | | * | | | regulators: max77693: register driver earlier to avoid deferred probeMarek Szyprowski2015-08-211-1/+11
| | | * | | | regulator: Remove the max77843 driverKrzysztof Kozlowski2015-07-163-212/+0
| | | * | | | regulator: max77693: Add support for MAX77843 deviceKrzysztof Kozlowski2015-07-162-16/+117
OpenPOWER on IntegriCloud