aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-21regulator: rk808: add #include for gpiod functionsUwe Kleine-König1-0/+1
2015-07-20regulator: rk808: fixed the overshoot when adjust voltageChris Zhong1-12/+207
2015-07-17Merge branch 'fix/88pm800' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-88pm800Mark Brown1-1/+1
2015-07-16regulator: Remove the max77843 driverKrzysztof Kozlowski3-212/+0
2015-07-16regulator: max77693: Add support for MAX77843 deviceKrzysztof Kozlowski2-16/+117
2015-07-16drivers: max77843: Switch to common max77693 state containerKrzysztof Kozlowski1-2/+4
2015-07-16drivers: max77693: Move state container to common headerKrzysztof Kozlowski1-0/+1
2015-07-16regulator: max77693: Support different register configurationsKrzysztof Kozlowski1-12/+27
2015-07-16regulator: core: Fix memory leak in regulator_resolve_supply()Javier Martinez Canillas1-1/+5
2015-07-16regulator: core: Increase refcount for regulator supply's moduleJavier Martinez Canillas1-0/+3
2015-07-16regulator: 88pm800: Use regulator_nodes/of_match in the descriptorVaibhav Hiremath1-99/+44
2015-07-16regulator: 88pm800: Update driver to use devm_regulator_register fnVaibhav Hiremath1-21/+6
2015-07-16regulator: 88pm800: Fix indentation of assignments of data structuresVaibhav Hiremath1-34/+34
2015-07-15regulator: core: Handle full constraints systems when resolving suppliesMark Brown1-3/+7
2015-07-14regulator: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski16-16/+0
2015-07-14regulator: da9062: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-07-13regulator: da9211: support da9215James Ban3-23/+41
2015-07-13regulator: da9210: Add optional interrupt supportGeert Uytterhoeven1-0/+75
2015-07-10regulator: pwm-regulator: Fix ' comparison between signed and unsigned integer' warningLee Jones1-1/+1
2015-07-10regulator: pwm-regulator: Fix 'used uninitialized' warningLee Jones1-1/+1
2015-07-10regulator: pwm-regulator: Fix 'unused-variable' warningLee Jones1-2/+0
2015-07-09regulator: 88pm800: fix LDO vsel_mask valueYi Zhang1-1/+1
2015-07-09regulator: qcom_spmi-regulator: Use DIV_ROUND_UP instead of open-codedAxel Lin1-2/+1
2015-07-09regulator: pwm-regulator: Small clean-upsLee Jones1-6/+5
2015-07-09regulator: pwm-regulator: Remove obsoleted propertyLee Jones1-9/+0
2015-07-07regulator: pwm-regulator: Don't assign structure attributes right awayLee Jones1-3/+5
2015-07-07regulator: pwm-regulator: Simplify voltage to duty-cycle callLee Jones1-20/+7
2015-07-07regulator: pwm-regulator: Add support for continuous-voltageLee Jones1-8/+106
2015-07-07regulator: max8973: add support to configure ETR based on rail loadLaxman Dewangan1-0/+52
2015-07-07regulator: max8973: add support to configure ETR from DTLaxman Dewangan1-0/+19
2015-07-07regulator: max8973: Fix up control flag option for bias controlLaxman Dewangan1-1/+1
2015-07-07regulator: pwm-regulator: Separate voltage-table initialisationLee Jones1-32/+45
2015-07-07regulator: ltc3589: Constify ltc3589_reg_defaultsAxel Lin1-1/+1
2015-07-06regulator: Add lockdep asserts to help detecting locking misuseKrzysztof Kozlowski1-0/+14
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2015-06-25Merge tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-5/+0
2015-06-24regulator: s2mps11: Fix GPIO suspend enable shift wrapping bugKrzysztof Kozlowski1-4/+10
2015-06-23Merge tag 'mfd-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-49/+190
2015-06-22Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pwm', 'regulator/topic/qcom' and 'regulator/topic/soft-start' into regulator-nextMark Brown5-25/+1465
2015-06-22Merge remote-tracking branches 'regulator/topic/lp8755', 'regulator/topic/max14577', 'regulator/topic/max77693', 'regulator/topic/max77843' and 'regulator/topic/max8973' into regulator-nextMark Brown5-208/+297
2015-06-22Merge remote-tracking branches 'regulator/topic/da9063', 'regulator/topic/doc', 'regulator/topic/fan53555', 'regulator/topic/gpio' and 'regulator/topic/ilim' into regulator-nextMark Brown5-19/+44
2015-06-22Merge remote-tracking branches 'regulator/topic/88pm8607', 'regulator/topic/arizona', 'regulator/topic/cleanup' and 'regulator/topic/da9062' into regulator-nextMark Brown7-7/+875
2015-06-22Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown1-21/+26
2015-06-22Merge remote-tracking branches 'regulator/fix/doc', 'regulator/fix/max77686' and 'regulator/fix/wm831x' into regulator-linusMark Brown5-12/+19
2015-06-22Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown1-2/+2
2015-06-19regulator: qcom_spmi: Fix calculating number of voltagesAxel Lin1-1/+1
2015-06-17regulator: qcom_spmi: Add missing braces for aligned codeStephen Boyd1-2/+4
2015-06-16drivers/regulator: include <module.h> for modular max77802 codePaul Gortmaker1-0/+1
2015-06-16regulator: fix simple_return.cocci warningsJulia Lawall1-5/+1
2015-06-16regulator: Add QCOM SPMI regulator driverStephen Boyd3-0/+1449