summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-01-08dmaengine: add cpu_relax() to busy-loop in dma_sync_wait()Bartlomiej Zolnierkiewicz1-1/+4
2013-01-08dmaengine: remove dma_async_memcpy_pending() macroBartlomiej Zolnierkiewicz2-2/+2
2013-01-08ioat3: add missing DMA unmap to ioat_xor_val_self_test()Bartlomiej Zolnierkiewicz1-17/+59
2013-01-08dmaengine/dmatest: terminate transfers only in case of errorsShiraz Hashim1-1/+3
2013-01-08dma: sh: Don't use ENODEV for failing slave lookupGuennadi Liakhovetski1-1/+1
2013-01-08dmatest: Fix NULL pointer dereference on ioatJon Mason1-2/+2
2013-01-08DMA: PL330: Use devm_* functionsSachin Kamat1-27/+10
2013-01-08dmaengine: sirf: enable the driver support new SiRFmarco SoCBarry Song2-8/+21
2013-01-08of: dma: fix protection of DMA controller data stored by DMA helpersJon Hunter1-22/+67
2013-01-08of: dma: fix potential deadlock when requesting a slave channelJon Hunter1-30/+30
2013-01-08carma-fpga: pass correct flags to ->device_prep_dma_memcpy()Bartlomiej Zolnierkiewicz1-1/+3
2013-01-08mtd: fsmc_nand: add missing DMA unmap to dma_xfer()Bartlomiej Zolnierkiewicz1-8/+14
2013-01-08ioat: add missing DMA unmap to ioat_dma_self_test()Bartlomiej Zolnierkiewicz1-4/+7
2013-01-08dma: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches3-51/+42
2013-01-08dmatest: adjust invalid module parameters for number of source buffersAkinobu Mita1-3/+13
2013-01-08dma: amba-pl08x: use vchan_dma_desc_free_listAkinobu Mita1-7/+1
2013-01-08dw_dmac: introduce to_dw_desc() macroAndy Shevchenko2-4/+4
2013-01-08dw_dmac: change dev_crit to dev_WARN in dwc_handle_errorAndy Shevchenko1-3/+3
2013-01-08dw_dmac: don't call platform_get_drvdata twiceAndy Shevchenko1-2/+2
2013-01-08dw_dmac: change dev_printk() to corresponding macrosAndy Shevchenko1-9/+6
2013-01-08dmaengine: dw_dmac: amend description and indentationHeikki Krogerus1-3/+3
2013-01-08dmaengine: dw_dmac: remove CLK dependencyHeikki Krogerus1-1/+0
2013-01-08dmaengine: dw_dmac: Enhance device tree supportViresh Kumar2-0/+138
2013-01-07pch_dma: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2013-01-07drivers/dma: remove CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-07of: Add generic device tree DMA helpersJon Hunter2-1/+220
2013-01-07dmaengine: add helper function to request a slave DMA channelJon Hunter1-0/+16
2013-01-03Merge branch 'fixes-for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2013-01-03leds: leds-gpio: set devm_gpio_request_one() flags param correctlyJavier Martinez Canillas1-2/+3
2013-01-03Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds3-14/+15
2013-01-03Merge tag '3.8-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds3-54/+58
2013-01-02watchdog: twl4030_wdt: add DT supportAaro Koskinen1-2/+9
2013-01-02watchdog: omap_wdt: eliminate unused variable and a compiler warningAaro Koskinen1-1/+0
2013-01-02watchdog: da9055: Don't update wdt_dev->timeout in da9055_wdt_set_timeout err...Axel Lin1-7/+6
2013-01-02watchdog: da9055: Fix invalid free of devm_ allocated dataAxel Lin1-4/+0
2012-12-30Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds44-393/+849
2012-12-30Merge tag 'omap-late-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+0
2012-12-30Revert "drm: tegra: protect DC register access with mutex"Dave Airlie2-14/+0
2012-12-30drm: tegra: program only one window during modesetLucas Stach1-2/+1
2012-12-30drm: tegra: clean out old gem prototypesLucas Stach1-18/+0
2012-12-30drm: tegra: remove redundant tegra2_tmds_config entryLucas Stach1-16/+3
2012-12-30drm: tegra: protect DC register access with mutexLucas Stach2-0/+14
2012-12-30drm: tegra: don't leave clients host1x member uninitializedLucas Stach1-0/+2
2012-12-30drm: tegra: fix front_porch <-> back_porch mixupLucas Stach2-7/+7
2012-12-30Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie12-84/+325
2012-12-30Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie7-24/+122
2012-12-27Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+12
2012-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-41/+22
2012-12-27net/vxlan: Use the underlying device index when joining/leaving multicast groupsYan Burman1-2/+4
2012-12-27cpts: fix a run time warn_on.Richard Cochran1-1/+1