summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge remote-tracking branches 'regulator/topic/fixed', 'regulator/topic/id-c...Mark Brown2014-06-0212-43/+618
|\ \ \ \ \
| | | | | * 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-181-21/+26
| | | | | * 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-141-0/+21
| | | | | * 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: max8952: Make of_device_id array constJingoo Han2014-05-071-1/+1
| | * | regulator: vexpress: Make of_device_id array constJingoo Han2014-05-071-1/+1
| | * | regulator: st-pwm: Make of_device_id array constJingoo Han2014-05-071-1/+1
| | * | regulator: palmas: Make of_device_id array constJingoo Han2014-05-071-1/+1
| | * | regulator: anatop: Make of_device_id array constJingoo Han2014-05-071-1/+1
| | |/
| * / regulator: fixed: use of_property_read_{bool|u32}()Sergei Shtylyov2014-05-261-9/+4
| |/
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'regulator/topic/arizona', 'regulator/topic/ax...Mark Brown2014-06-0210-68/+567
|\ \ \ \
| | | * | regulator: bcm590xx: Add support for regulators on secondary I2C slaveMatt Porter2014-05-211-10/+82
| | | * | mfd: bcm590xx: Add support for secondary I2C slave addressMatt Porter2014-05-211-14/+46
| | | * | mfd: tps65090: Stop caching most registersDoug Anderson2014-04-232-24/+14
| | | * | mfd: tps65090: Don't tell child devices we have an IRQ if we don'tDoug Anderson2014-04-231-3/+11
| | * | | regulator: axp20x: Use regulator_map_voltage_ascend for LDO4Axel Lin2014-06-011-0/+1
| | * | | regulator: AXP20x: fix wrong call to of_find_node_by_nameBoris BREZILLON2014-05-191-1/+1
| | * | | regulator: AXP20x: Add support for regulators subsystemCarlo Caione2014-04-143-0/+293
| | | |/ | | |/|
| * | | regulator: arizona-ldo1: add missing #includeArnd Bergmann2014-05-271-0/+1
| * | | regulator: arizona-micsupp: Add missing #includeCharles Keepax2014-05-081-0/+1
| * | | regulator: arizona-ldo1: Add processing of init_data from device treeCharles Keepax2014-04-181-2/+32
| * | | regulator: arizona-ldo1: Move setup processing from arizona-coreCharles Keepax2014-04-182-9/+30
| * | | regulator: arizona-micsupp: Add processing of init_data from device treeCharles Keepax2014-04-181-0/+37
| * | | mfd: arizona: Factor out read of device tree GPIOsCharles Keepax2014-04-181-9/+22
| |/ /
* | | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2014-06-022-13/+15
|\ \ \
| * | | regulator: Fix regulator_get_{optional,exclusive}() documentationStephen Boyd2014-05-281-7/+4
| * | | regulator: core: Use map_voltage_linear_range by default for list_voltage_lin...Axel Lin2014-05-261-0/+4
| * | | regulator: Constify the pointer to alias name arrayLee Jones2014-05-232-6/+7
| |/ /
* | | Merge remote-tracking branch 'regulator/topic/constraints' into regulator-nextMark Brown2014-06-021-10/+23
|\ \ \
| * | | regulator: core: Fix the init of DT defined fixed regulatorsAlban Bedel2014-06-011-7/+16
| * | | regulator: core: Disable unused regulators after deferred probing is doneSaravana Kannan2014-06-011-1/+1
| * | | regulator: Don't disable unused regulators we don't have permission forMark Brown2014-06-011-2/+6
| |/ /
* | | Merge remote-tracking branch 'regulator/fix/s2mpa01' into regulator-linusMark Brown2014-06-021-1/+0
|\ \ \
| * | | regulator: s2mpa01: Use correct register for buck1 ramp delayKrzysztof Kozlowski2014-05-261-1/+0
| |/ /
* | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-05-3112-304/+298
|\ \ \
| * | | drm/radeon: Resume fbcon lastDaniel Vetter2014-05-311-5/+6
| * | | drm/radeon: only allocate necessary size for vm bo listChristian König2014-05-301-3/+3
| * | | drm/radeon: don't allow RADEON_GEM_DOMAIN_CPU for command submissionMarek Olšák2014-05-301-0/+6
| * | | drm/radeon: avoid crash if VM command submission isn't availableChristian König2014-05-301-4/+11
| * | | drm/radeon: lower the ref * post PLL maximum once moreChristian König2014-05-301-1/+1
| * | | drm/i915: Prevent negative relocation deltas from wrappingChris Wilson2014-05-275-38/+103
| * | | drm/i915: Only copy back the modified fields to userspace from execbufferChris Wilson2014-05-271-22/+32
| * | | drm/i915: Fix dynamic allocation of physical handlesChris Wilson2014-05-275-231/+136
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-05-306-121/+61
|\ \ \ \