summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* xen: self-balloon needs module.hRandy Dunlap2011-08-161-0/+1
* gma500: kill MIPI interface typesAlan Cox2011-08-166-9/+11
* regmap: using module facilities requires module.hStephen Rothwell2011-08-151-0/+1
* Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-08-1511-116/+264
|\
| * drm/i915: Cannot set clock gating under UMSKeith Packard2011-08-151-1/+2
| * drm/i915: Can't do accurate vblank timestamps with UMSKeith Packard2011-08-151-2/+4
| * Not all systems expose a firmware or platform mechanism for changing the back...Matthew Garrett2011-08-156-3/+89
| * drm/i915: split out PCH refclk update codeJesse Barnes2011-08-091-43/+76
| * drm/i915: show interrupt info on IVBJesse Barnes2011-08-091-1/+1
| * drm/i915: Remove unused 'reg' argument to dp_pipe_enabledKeith Packard2011-08-081-4/+4
| * drm/i915: Fix PCH port pipe select in CPT disable pathsKeith Packard2011-08-082-15/+58
| * drm/i915: Leave LVDS registers unlockedKeith Packard2011-08-081-35/+16
| * drm/i915: Wait for LVDS panel power sequenceKeith Packard2011-08-081-12/+14
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Linus Torvalds2011-08-152-5/+28
|\ \
| * | firewire: ohci: fix DMA unmapping in an error pathStefan Richter2011-08-121-2/+7
| * | firewire: cdev: fix 32 bit userland on 64 bit kernel compat corner casesStefan Richter2011-08-121-3/+21
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-08-156-10/+41
|\ \ \
| * | | drm/radeon/kms: don't try to be smart in the hpd handlerAlex Deucher2011-08-153-8/+19
| * | | drm/radeon: re-POST the asic on Apple hardware when booted via EFIMatthew Garrett2011-08-121-0/+4
| * | | drm/radeon: Allow panel preferred EDID to override BIOS native modeMatthew Garrett2011-08-121-2/+11
| * | | drm/radeon/kms: make some watermark messages debug onlyAlex Deucher2011-08-121-1/+1
| * | | drm/radeon/kms: fix regression is handling >2 heads on cedar/caicosAlex Deucher2011-08-121-0/+3
| * | | drm/radeon/kms: don't enable connectors that are off in the hotplug handlerAlex Deucher2011-08-121-0/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2011-08-153-1/+4
|\ \ \ \
| * | | | regmap: Specify a module licenseStephen Warren2011-08-122-0/+3
| * | | | regmap: Fix bulk readsMark Brown2011-07-241-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-08-1411-75/+100
|\ \ \ \ \
| * | | | | mmc: dw_mmc: Fix DDR mode support.Seungwon Jeon2011-08-131-2/+2
| * | | | | mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung2011-08-133-3/+3
| * | | | | mmc: sdhci: use f_max instead of host->clock for timeoutsAndy Shevchenko2011-08-131-5/+2
| * | | | | mmc: sdhci: move timeout_clk calculation farther downAndy Shevchenko2011-08-131-19/+19
| * | | | | mmc: sdhci: check host->clock before using it as a denominatorAndy Shevchenko2011-08-131-3/+5
| * | | | | mmc: Revert "mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLK"Andy Shevchenko2011-08-131-4/+3
| * | | | | mmc: tmio: eliminate unused variable 'mmc' warningAxel Lin2011-08-131-2/+0
| * | | | | mmc: esdhc-imx: fix card interrupt loss on freescale eSDHCTony Lin2011-08-131-9/+31
| * | | | | mmc: sdhci-s3c: Fix build for header changeMark Brown2011-08-131-0/+1
| * | | | | mmc: dw_mmc: Fix mask in IDMAC_SET_BUFFER1_SIZE macroShashidhar Hiremath2011-08-131-1/+1
| * | | | | mmc: cb710: fix possible pci_dev leak in cb710_pci_configure()Michał Mirosław2011-08-131-1/+2
| * | | | | mmc: core: Detect eMMC v4.5 ext_csd entriesKyungmin Park2011-08-131-1/+1
| * | | | | mmc: mmc_test: avoid stalled file in debugfsAndy Shevchenko2011-08-131-26/+30
| * | | | | mmc: sdhci-s3c: add BROKEN_ADMA_ZEROLEN_DESC quirkJaehoon Chung2011-08-131-0/+3
| * | | | | mmc: sdhci: pxav3: controller needs 32 bit ADMA addressingPhilip Rakity2011-08-131-1/+2
| * | | | | mmc: sdhci: fix retuning timer wrongly deleted in sdhci_tasklet_finishAaron Lu2011-08-131-3/+0
| | |_|_|/ | |/| | |
* | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-08-134-6/+42
|\ \ \ \ \
| * | | | | hwmon: (ibmaem) add missing kfreeJulia Lawall2011-08-111-5/+10
| * | | | | hwmon: (pmbus/lm25066) Ignore byte writes to non-zero pagesGuenter Roeck2011-08-111-0/+12
| * | | | | hwmon: (pmbus) Virtualize pmbus_write_byteGuenter Roeck2011-08-112-1/+20
| |/ / / /
* | | | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-08-1224-126/+113
|\ \ \ \ \
| * | | | | USB: Serial: Add PID(0xF7C0) to FTDI SIO driver for a zeitcontrol-deviceArtur Zimmer2011-08-102-1/+6
| * | | | | USB: Serial: Add device ID for Sierra Wireless MC8305Florian Echtler2011-08-101-0/+1