summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'backlight-for-linus-3.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-06-123-6/+7
|\
| * backlight: gpio-backlight: Fix warning when the GPIO is on a I2C chipTony Lindgren2014-06-051-1/+2
| * video/backlight: s6e63m0: Fix string type mismatchMasanari Iida2014-05-071-1/+1
| * video/backlight: LP8788 needs PWMPeter Griffin2014-04-281-1/+1
| * video/backlight: LP855X needs PWMArnd Bergmann2014-04-281-1/+1
| * video/pxa: LCD_CORGI needs BACKLIGHT_CLASS_DEVICEArnd Bergmann2014-04-281-1/+1
| * video/backlight: LM3630A needs PWMPeter Griffin2014-04-281-1/+1
* | Merge tag 'mfd-for-linus-3.16-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-123-26/+281
|\ \
| * | mfd: twl4030-power: Add a configuration to turn off oscillator during off-idleTony Lindgren2014-05-282-0/+23
| * | mfd: twl4030-power: Add support for board specific configurationTony Lindgren2014-05-282-0/+22
| * | mfd: twl4030-power: Add recommended idle configurationTony Lindgren2014-05-282-0/+110
| * | mfd: twl4030-power: Add generic reset configurationTony Lindgren2014-05-283-14/+105
| * | mfd: twl4030-power: Fix some defines for SW_EVENTSTony Lindgren2014-05-281-12/+15
| * | mfd: twl4030-power: Fix hang on reboot if sleep configuration was loaded earlierTony Lindgren2014-05-281-0/+6
* | | Merge tag 'mmc-v3.16-2' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2014-06-125-12/+15
|\ \ \
| * | | mmc: simplify SDHCI Kconfig dependenciesArnd Bergmann2014-06-121-5/+3
| * | | mmc: omap: don't select TPS65010Arnd Bergmann2014-06-121-1/+1
| * | | mmc: mvsdio: avoid compiler warningArnd Bergmann2014-06-121-1/+1
| * | | mmc: atmel-mci: incude asm/cacheclush.hArnd Bergmann2014-06-121-0/+1
| * | | mmc: sdhci-msm: Fix fallout from sdhci refactoringStephen Boyd2014-06-121-0/+4
| * | | mmc: usdhi6rol0: fix compiler warningsGuennadi Liakhovetski2014-06-121-5/+5
* | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-06-12447-9542/+24787
|\ \ \ \
| * \ \ \ Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2014-06-1190-1486/+3346
| |\ \ \ \
| | * | | | drm/nouveau/disp/dp: fix tmds passthrough on dp connectorBen Skeggs2014-06-112-10/+54
| | * | | | drm/nouveau/dp: probe dpcd to determine connectednessBen Skeggs2014-06-113-40/+26
| | * | | | drm/nv50-: trigger update after all connectors disabledBen Skeggs2014-06-111-0/+1
| | * | | | drm/nv50-: prepare for attaching a SOR to multiple headsBen Skeggs2014-06-113-42/+46
| | * | | | drm/gf119-/disp: fix debug output on update failureBen Skeggs2014-06-111-3/+3
| | * | | | drm/nouveau/disp/dp: make use of postcursor when its availableBen Skeggs2014-06-111-8/+18
| | * | | | drm/g94-/disp/dp: take max pullup value across all lanesBen Skeggs2014-06-112-2/+6
| | * | | | drm/nouveau/bios/dp: parse lane postcursor dataBen Skeggs2014-06-114-24/+27
| | * | | | drm/nouveau/dp: fix support for dpmsBen Skeggs2014-06-112-4/+50
| | * | | | drm/nouveau: register a drm_dp_aux channel for each dp connectorBen Skeggs2014-06-112-3/+55
| | * | | | drm/g94-/disp: add method to power-off dp lanesBen Skeggs2014-06-115-0/+35
| | * | | | drm/nouveau/disp/dp: maintain link in response to hpd signalBen Skeggs2014-06-116-12/+125
| | * | | | drm/g94-/disp: bash and wait for something after changing lane power regsBen Skeggs2014-06-111-0/+3
| | * | | | drm/nouveau/disp/dp: split link config/power into two stepsBen Skeggs2014-06-116-12/+29
| | * | | | drm/nv50/disp: train PIOR-attached DP from second supervisorBen Skeggs2014-06-111-21/+11
| | * | | | drm/nouveau/disp/dp: make use of existing output data for link trainingBen Skeggs2014-06-1116-248/+133
| | * | | | drm/gf119/disp: start removing direct vbios parsing from supervisorBen Skeggs2014-06-111-75/+83
| | * | | | drm/nv50/disp: start removing direct vbios parsing from supervisorBen Skeggs2014-06-111-107/+116
| | * | | | drm/nouveau/disp/dp: maintain receiver caps in response to hpd signalBen Skeggs2014-06-112-8/+68
| | * | | | drm/nouveau/disp/dp: create subclass for dp outputsBen Skeggs2014-06-1116-9/+265
| | * | | | drm/nouveau: use connector events for HPD instead of GPIO watchingBen Skeggs2014-06-113-44/+34
| | * | | | drm/nouveau/disp: add internal representaion of output paths and connectorsBen Skeggs2014-06-1110-2/+619
| | * | | | drm/nouveau/bios: extend connector table parsingBen Skeggs2014-06-114-16/+79
| | * | | | drm/nouveau/disp: nothing to see hereBen Skeggs2014-06-113-21/+42
| | * | | | drm/nouveau/i2c/anx9805: add debugging to aux transactionsBen Skeggs2014-06-112-5/+34
| | * | | | drm/nouveau/i2c: introduce locking at a per-port levelBen Skeggs2014-06-1114-34/+380
| | * | | | drm/nouveau/i2c: balance port acquire/releaseBen Skeggs2014-06-114-14/+56
OpenPOWER on IntegriCloud