aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
...
| * | | | | drm/exynos: Make g2d_userptr_get_dma_addr staticSachin Kamat2013-01-25
| * | | | | drm/exynos: consider DMA_NONE flag to dmabuf importInki Dae2013-01-25
| * | | | | drm/exynos: free sg object if dma_map_sg is failedInki Dae2013-01-25
| * | | | | drm/exynos: added validation of edid for vidi connectionSeung-Woo Kim2013-01-25
| * | | | | drm/exynos: let drm handle edid allocationsRahul Sharma2013-01-25
| * | | | | drm/radeon: Enable DMA_IB_SWAP_ENABLE on big endian hosts.Michel Dänzer2013-01-24
| * | | | | drm/radeon: fix a rare case of double kfreeIlija Hadzic2013-01-23
| * | | | | radeon_display: Use pointer return error codesxueminsu2013-01-23
| * | | | | drm/radeon: fix cursor corruption on DCE6 and newerJerome Glisse2013-01-23
| |/ / / /
* | | | | Merge tag 'pinctrl-fixes-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-01-29
|\ \ \ \ \
| * | | | | pinctrl: nomadik: nmk_prcm_gpiocr_get_mode may be unusedArnd Bergmann2013-01-29
| * | | | | pinctrl: exynos: don't mark probing functions as __initArnd Bergmann2013-01-29
| * | | | | Revert "pinctrl: single: support gpio request and free"Haojian Zhuang2013-01-22
| * | | | | pinctrl: mvebu: fix MPP6 value for kirkwood driverSimon Guinot2013-01-18
| * | | | | pinctrl: mvebu: Fix compiler warningsAndrew Lunn2013-01-18
| * | | | | pinctrl: pinctrl-mxs: Fix variables' definition typeFabio Estevam2013-01-18
| * | | | | pinctrl: samsung: removing duplicated condition for PINCTRL_SAMSUNGKukjin Kim2013-01-18
* | | | | | Merge tag 'regulator-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-01-29
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'regulator/fix/tps80031' into tmpMark Brown2013-01-28
| |\ \ \ \ \ \
| | * | | | | | regulator: tps80031: Use IS_ERR to check return value of regulator_register()Axel Lin2013-01-26
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge remote-tracking branch 'regulator/fix/db8500' into tmpMark Brown2013-01-28
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | regulators: db8500: Fix compile failure for drivers/regulator/dbx500-prcmu.cSteven Rostedt2013-01-26
| | | |_|/ / | | |/| | |
* | | | | | Merge tag 'md-3.8-fixes' of git://neil.brown.name/mdLinus Torvalds2013-01-28
|\ \ \ \ \ \
| * | | | | | DM-RAID: Fix RAID10's check for sufficient redundancyJonathan Brassow2013-01-23
* | | | | | | Merge tag 'iommu-fixes-v3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-01-28
|\ \ \ \ \ \ \
| * | | | | | | IOMMU, AMD Family15h Model10-1Fh erratum 746 WorkaroundSuravee Suthikulpanit2013-01-28
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'mfd-for-linus-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-28
|\ \ \ \ \ \ \
| * | | | | | | mfd: rtsx: Fix oops when rtsx_pci_sdmmc is not probedWei WANG2013-01-26
| * | | | | | | mfd: wm5102: Fix definition of WM5102_MAX_REGISTERMark Brown2013-01-26
| * | | | | | | mfd: twl4030: Don't warn about uninitialized return codeArnd Bergmann2013-01-26
| * | | | | | | mfd: da9052/53 lockup fixAshish Jangam2013-01-26
| * | | | | | | mfd: rtsx: Add clock divider hookWei WANG2013-01-26
| * | | | | | | mmc: rtsx: Call MFD hook to switch output voltageWei WANG2013-01-26
| * | | | | | | mfd: rtsx: Add output voltage switch hookWei WANG2013-01-26
| * | | | | | | mfd: Fix compile errors and warnings when !CONFIG_AB8500_BMLee Jones2013-01-22
| * | | | | | | mfd: vexpress: Export global functions to fix build errorGuenter Roeck2013-01-22
| * | | | | | | mfd: arizona: Check errors from regcache_sync()Mark Brown2013-01-21
| * | | | | | | mfd: tc3589x: Use simple irqdomainLinus Walleij2013-01-21
| * | | | | | | mfd: pcf50633: Init pcf->dev before using itAxel Lin2013-01-21
| * | | | | | | mfd: max77693: Init max77693->dev before using itAxel Lin2013-01-21
| * | | | | | | mfd: max77686: Init max77686->dev before using itAxel Lin2013-01-21
| * | | | | | | mfd: db8500-prcmu: Fix irqdomain usageLinus Walleij2013-01-21
| * | | | | | | mfd: tps65910: Select REGMAP_IRQ in Kconfig to fix build errorAnilKumar Ch2013-01-21
| * | | | | | | mfd: arizona: Disable control interface reporting for WM5102 and WM5110Mark Brown2013-01-21
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-01-28
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | dm9601: support dm9620 variantPeter Korsgaard2013-01-28
| * | | | | | net: phy: icplus: fix broken INTR pin settingsGiuseppe CAVALLARO2013-01-28
| * | | | | | net: phy: icplus: Use the RGMII interface mode to configure clock delaysStuart Menefy2013-01-28
| * | | | | | r8169: fix vlan tag read ordering.françois romieu2013-01-27
| * | | | | | net: cdc_ncm: use IAD provided by the USB coreBjørn Mork2013-01-27