summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-v3.16' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2014-06-033-17/+35
|\
| * CMA: correct unlock targetJoonsoo Kim2014-05-291-1/+1
| * drivers/base/dma-contiguous.c: erratum of dev_get_cma_areaGioh Kim2014-05-221-1/+1
| * arm: dma-mapping: add checking cma area initializedGioh Kim2014-05-221-3/+3
| * arm: dma-iommu: Clean up redundant variableRitesh Harjani2014-05-202-6/+6
| * cma: Remove potential deadlock situationLaura Abbott2014-05-151-7/+25
* | Merge tag 'regulator-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-0344-418/+1832
|\ \
| * \ Merge remote-tracking branch 'regulator/topic/tps6586x' into regulator-nextMark Brown2014-06-023-10/+64
| |\ \
| | * | regulator: tps6586x: Remove unused to_tps6586x_dev() functionAxel Lin2014-05-271-5/+0
| | * | regulator: tps6586x: Add support for the TPS658640Alban Bedel2014-05-263-0/+42
| | * | regulator: tps6586x: Prepare supporting fixed regulatorsAlban Bedel2014-05-261-5/+22
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge remote-tracking branches 'regulator/topic/s5m8767', 'regulator/topic/st...Mark Brown2014-06-028-71/+237
| |\ \ \ \ \ \ \
| | | | | | * | | regulator: tps65218: Convert to use regulator_set_voltage_time_selAxel Lin2014-05-261-27/+10
| | | | | | |/ /
| | | | | * | | regulator: tps65217: Use regulator_map_voltage_ascend for LDO1Axel Lin2014-04-181-0/+1
| | | | | * | | regulator: tps65217: Remove *rdev[] from struct tps65217Axel Lin2014-04-182-4/+0
| | | | | |/ /
| | | | * | | regulator: tps65090: Fix tps65090 crash on Tegra DalmoreDoug Anderson2014-05-021-2/+5
| | | | * | | regulator: tps65090: Make FETs more reliable by adding retriesDoug Anderson2014-04-291-15/+140
| | | | * | | Merge tag 'ib-mfd-regulator-3.16' of git://git.kernel.org/pub/scm/linux/kerne...Mark Brown2014-04-29955-27671/+9125
| | | | |\ \ \
| | | | * | | | regulator: tps65090: Allow setting the overcurrent wait timeDoug Anderson2014-04-183-0/+65
| | | | | |/ / | | | | |/| |
| | | * | | | regulators: Add definition of regulator_set_voltage_time() for !CONFIG_REGULATORViresh Kumar2014-05-281-0/+6
| | | |/ / /
| | * | | | regulator: s5m8767: Allow GPIO 0 to be used as external controlKrzysztof Kozlowski2014-05-011-14/+6
| | * | | | regulator: s5m8767: Remove regulator_dev pointer from state containerKrzysztof Kozlowski2014-04-141-11/+6
| | |/ / /
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge remote-tracking branches 'regulator/topic/palmas', 'regulator/topic/pbi...Mark Brown2014-06-027-181/+161
| |\ \ \ \ \ \ \ \
| | | | | | * | | | regulator: s2mps11: Fix accidental enable of buck6 ramp delayKrzysztof Kozlowski2014-05-171-5/+10
| | | | | | * | | | regulator: s2mps11: Allow GPIO 0 to be used as external control on S2MPS14Krzysztof Kozlowski2014-05-011-11/+11
| | | | | | * | | | regulator: s2mps11: Document external GPIO controlKrzysztof Kozlowski2014-04-141-0/+14
| | | | | | * | | | regulator: s2mps11: Add external GPIO control for S2MPS14Krzysztof Kozlowski2014-04-142-2/+67
| | | | | | * | | | regulator: s2mps11: Move DTS parsing code to separate functionKrzysztof Kozlowski2014-04-141-12/+23
| | | | | | |/ / /
| | | | | * | | | regulator: s2mpa01: Use rdev_get_id() to access id of regulatorKrzysztof Kozlowski2014-05-171-2/+2
| | | | | * | | | regulator: s2mpa01: Fix accidental enable of buck4 ramp delayKrzysztof Kozlowski2014-05-171-5/+9
| | | | | |/ / /
| | | | * | | | regulator: pfuze100: Support enable/disable for fixed regulatorAxel Lin2014-05-271-0/+3
| | | | * | | | regulator: pfuze100: Don't allocate an invalid gpioSean Cross2014-05-261-0/+1
| | | | * | | | regulator: pfuze100: Support SWB enable/disableSean Cross2014-05-261-0/+4
| | | | |/ / /
| | | * | | | regulator: pbias: remove unnecessary OOM messagesJingoo Han2014-06-021-3/+1
| | | * | | | regulator: pbias: Convert to use regulator_[enable|is_enabled]_regmapAxel Lin2014-04-151-22/+3
| | * | | | | regulator: palmas: Reemove open coded functions with helper functionsKeerthy2014-05-221-132/+26
| | | |/ / / | | |/| | |
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-------. \ \ \ \ Merge remote-tracking branches 'regulator/topic/fixed', 'regulator/topic/id-c...Mark Brown2014-06-0214-43/+718
| |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | regulator: use of_property_read_{bool|u32}()Sergei Shtylyov2014-06-011-23/+14
| | | | | | * | | | | regulator: core: Use devres for releasing of_regulator_match of_nodesCharles Keepax2014-04-182-28/+26
| | | | | | * | | | | regulator: core: Fix typo in of_regulator.hCharles Keepax2014-04-141-1/+1
| | | | | | * | | | | regulator: core: Get and put regulator of_nodeCharles Keepax2014-04-141-1/+2
| | | | | | * | | | | regulator: core: Add helper to put of_nodes from matchesCharles Keepax2014-04-142-0/+28
| | | | | | * | | | | regulator: core: Add of_node_get to of_regulator_matchCharles Keepax2014-04-141-2/+3
| | | | | | |/ / / /
| | | | | * | | | | regulator: max8649: remove unnecessary OOM messagesJingoo Han2014-06-021-3/+1
| | | | | |/ / / /
| | | | * | | | | regulator: ltc3589: Remove ltc3589_list_voltage_fixed functionAxel Lin2014-05-271-13/+2
| | | | * | | | | regulator: ltc3589: Fix module dependencyAxel Lin2014-05-271-1/+3
| | | | * | | | | regulator: Add LTC3589 supportPhilipp Zabel2014-05-263-0/+572
| | | | * | | | | regulator: ltc3589: Add DT binding documentationPhilipp Zabel2014-05-261-0/+99
| | | | * | | | | of: Add vendor prefix for Linear Technology CorporationPhilipp Zabel2014-05-261-0/+1
| | | | |/ / / /
| | | * | | | | regulator: max8952: Make of_device_id array constJingoo Han2014-05-071-1/+1
OpenPOWER on IntegriCloud