summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-021-0/+1
|\
| * drivers/regulator: include <module.h> for modular max77802 codePaul Gortmaker2015-06-161-0/+1
* | Merge tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2015-06-251-5/+0
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'asoc/topic/adau1977', 'asoc/topic/adav80x', '...Mark Brown2015-06-051-5/+0
| |\ \ \ | | |_|/ | |/| |
| | | * regulator: arizona-ldo1: Do not control DVFS clocking from regulatorRichard Fitzgerald2015-06-021-5/+0
| | |/
* | | Merge tag 'mfd-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-231-49/+190
|\ \ \
| * | | regulator: axp20x: Add support for AXP22X regulatorsBoris BREZILLON2015-05-131-0/+96
| * | | regulator: axp20x: Prepare support for multiple AXP chip familiesBoris BREZILLON2015-05-131-49/+94
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pwm', '...Mark Brown2015-06-225-25/+1465
|\ \ \ \ \ \
| | | * | | | regulator: qcom_spmi: Fix calculating number of voltagesAxel Lin2015-06-191-1/+1
| | | * | | | regulator: qcom_spmi: Add missing braces for aligned codeStephen Boyd2015-06-171-2/+4
| | | * | | | regulator: fix simple_return.cocci warningsJulia Lawall2015-06-161-5/+1
| | | * | | | regulator: Add QCOM SPMI regulator driverStephen Boyd2015-06-163-0/+1449
| | | | |/ / | | | |/| |
| | * | | | regulator: pwm-regulator: Diffientiate between dev (device) and rdev (regulat...Lee Jones2015-06-081-9/+9
| | * | | | regulator: pwm-regulator: Remove superfluous is_enabled checkLee Jones2015-06-081-8/+4
| | * | | | regulator: pwm-regulator: Remove unnecessary descriptor attribute from ddataLee Jones2015-06-081-9/+6
| | |/ / /
| * | | | regulator: of: Skip disabled regulator nodesStephen Boyd2015-05-131-1/+1
| |/ / /
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-------. \ \ \ Merge remote-tracking branches 'regulator/topic/lp8755', 'regulator/topic/max...Mark Brown2015-06-225-208/+297
|\ \ \ \ \ \ \ \
| | | | | * | | | regulator: max8973: Fix up ramp_delay for MAX8973_RAMP_25mV_PER_US caseAxel Lin2015-06-101-1/+1
| | | | | * | | | regulator: max8973: add support for MAX77621Laxman Dewangan2015-06-091-20/+84
| | | | | * | | | regulator: max8973: configure ramp delay through callbackLaxman Dewangan2015-06-091-16/+57
| | | | | * | | | regulator: max8973: add mechanism to enable/disable through GPIOLaxman Dewangan2015-05-221-6/+23
| | | | | * | | | regulator: max8973: add DT parsing of platform specific parameterLaxman Dewangan2015-05-221-20/+65
| | | | | * | | | regulator: max8973: get rid of extra variable for gpio validityLaxman Dewangan2015-05-211-6/+2
| | | | | * | | | regulator: max8973: make default/unset dvs gpio as invalid gpioLaxman Dewangan2015-05-211-1/+1
| | | | | * | | | regulator: max8973: set startup time for rail based on BIAS controlLaxman Dewangan2015-04-271-1/+5
| | | | | |/ / /
| | | | * | | | regulator: max77843: Convert to use regulator_is_enabled_regmapAxel Lin2015-05-041-16/+2
| | | | * | | | regulator: max77843: Fix enable_mask for max77843 chargerAxel Lin2015-05-041-1/+1
| | | | * | | | regulator: max77843: Reduce duplication of regulator_desc initializersKrzysztof Kozlowski2015-04-271-30/+18
| | | | |/ / /
| | | * | | | regulator: max77693: Use core code for charger's is_enabledKrzysztof Kozlowski2015-04-291-15/+2
| | | |/ / /
| | * | | | regulator: max14577: Reduce duplication of regulator_desc initializersKrzysztof Kozlowski2015-04-271-80/+48
| | |/ / /
| * | | | regulator: lp8755: Convert to devm_request_threaded_irqAxel Lin2015-06-021-15/+8
| |/ / /
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-------. \ \ \ Merge remote-tracking branches 'regulator/topic/da9063', 'regulator/topic/doc...Mark Brown2015-06-225-19/+44
|\ \ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | | | * | | regulator: Add input current limit supportStephen Boyd2015-06-122-0/+13
| | | | | |/ /
| | | | | * | regulator: Add soft start supportStephen Boyd2015-06-122-0/+11
| | | | | * | regulator: Add pull down supportStephen Boyd2015-06-122-0/+10
| | | | | * | regulator: Add system_load constraintStephen Boyd2015-06-122-0/+5
| | | |_|/ / | | |/| | |
| | | | * | regulator: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-05-061-1/+1
| | | |/ / | | |/| |
| | | * | regulator: fan53555: fill set_voltage_time_set callbackHeiko Stuebner2015-05-261-0/+1
| | |/ /
| * | | regulator: da9063: Fix up irq leakAxel Lin2015-06-021-18/+3
| |/ /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge remote-tracking branches 'regulator/topic/88pm8607', 'regulator/topic/a...Mark Brown2015-06-227-7/+875
|\ \ \ \ \ \
| | | | * | | regulator: da9062: Remove unused variable build warningS Twiss2015-06-021-1/+0
| | | | * | | regulator: da9062: Fix modaliasAxel Lin2015-05-251-1/+1
| | | | * | | regulator: da9062: DA9062 regulator driverS Twiss2015-05-213-0/+854
| | | | |/ /
| | | * | | regulator: Remove unneeded semicolonsKrzysztof Kozlowski2015-04-272-6/+6
| | | |/ /
| | * | | regulator: arizona-ldo1: Add additional supported voltageCharles Keepax2015-05-111-0/+15
| | |/ /
| * | | regulator: 88pm8607: Constify platform_device_idKrzysztof Kozlowski2015-05-011-1/+1
| |/ /
* | | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2015-06-221-21/+26
|\ \ \
| * | | regulator: core: replace sprintf with scnprintfStefan Wahren2015-06-101-19/+24
| * | | Merge branch 'fix/core' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2015-06-101-2/+2
| |\ \ \
OpenPOWER on IntegriCloud