summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-04-1027-58/+2630
|\
| * Merge branch 'topic/bam' into for-linusVinod Koul2014-04-053-0/+1121
| |\
| | * dmaengine: add Qualcomm BAM dma driverAndy Gross2014-04-053-0/+1122
| * | shdma: add R-Car Audio DMAC peri peri driverKuninori Morimoto2014-03-293-0/+327
| * | dmaengine: sirf: enable generic dt binding for dma channelsBarry Song2014-03-291-0/+23
| * | dma: omap-dma: Implement device_slave_caps callbackPeter Ujfalusi2014-03-291-0/+18
| * | dma: dw: Add suspend and resume handling for PCI mode DW_DMAC.Chew, Chiau Ee2014-03-261-0/+33
| * | dma: dw: allocate memory in two stages in probeAndy Shevchenko2014-03-262-9/+12
| * | Add new line to test result strings produced in verbose modeJerome Blin2014-03-261-2/+2
| * | Merge branch 'topic/tasklet_fix' into for-linusVinod Koul2014-03-172-3/+2
| |\ \
| | * | dmaengine: pch_dma: use tasklet_kill in teardownVinod Koul2014-03-171-2/+2
| | * | dmaengine: at_hdmac: use tasklet_kill in teardownVinod Koul2014-03-171-1/+0
| | |/
| * | dma: cppi41: start tear down only if channel is busyGeorge Cherian2014-03-111-2/+5
| * | usb: musb: musb_cppi41: Dont reprogram DMA if tear down is initiatedGeorge Cherian2014-03-111-1/+2
| * | dmaengine: s3c24xx-dma: make phy->irq signed for error handlingDan Carpenter2014-03-111-1/+1
| * | dma: imx-dma: Add missing module owner fieldAlexander Shiyan2014-03-061-0/+1
| * | dma: imx-dma: Replace printk with dev_*Alexander Shiyan2014-03-061-6/+6
| * | dma: fsl-edma: fix static checker warning of NULL dereferenceJingchang Lu2014-03-061-2/+2
| * | dma: mmp_tdma: move to generic device tree bindingNenghua Cao2014-03-061-0/+50
| * | dma: mmp_pdma: add IRQF_SHARED when request irqChao Xie2014-03-061-4/+4
| * | dma: edma: Fix memory leak in edma_prep_dma_cyclic()Christian Engelmayer2014-03-061-1/+4
| * | DMA: shdma: Make sh_dmae_pm staticLaurent Pinchart2014-03-061-1/+1
| * | DMA: shdma: Fix warnings due to declared but unused symbolsLaurent Pinchart2014-03-061-3/+8
| * | DMA: shdma: Fix warnings due to improper casts and printk formatsLaurent Pinchart2014-03-063-8/+9
| * | dma: Add Freescale eDMA engine driver supportJingchang Lu2014-02-183-0/+986
| * | dma: dw: remove leftovers in the comment blocksAndy Shevchenko2014-02-171-2/+2
| * | dma: dw: add a PCI ID for Intel Haswell SoCAndy Shevchenko2014-02-111-0/+3
| * | acpi-dma: convert to return error code when asked for channelAndy Shevchenko2014-02-112-14/+10
| * | acpi-dma: use devm_release() instead of devm_destroy()Andy Shevchenko2014-02-111-1/+1
| * | dmaengine: Remove dependency on MACH_BCM2708Paul Bolle2014-02-111-1/+1
| |/
* | Merge tag 'backlight-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-103-18/+59
|\ \
| * | backlight: lm3639: Use devm_backlight_device_register()Daniel Jeong2014-04-081-10/+7
| * | backlight: gpio-backlight: Add DT supportDenis Carikli2014-04-081-7/+51
| * | backlight: core: Replace kfree with put_deviceLevente Kurusa2014-04-081-1/+1
* | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-0947-345/+2593
|\ \ \
| * | | i2c: cadence: fix Kconfig dependencyWolfram Sang2014-04-061-1/+1
| * | | i2c: Add driver for Cadence I2C controllerSoren Brinkmann2014-04-063-0/+913
| * | | i2c: qup: use proper type fro clk_freqWolfram Sang2014-04-061-1/+1
| * | | i2c: qup: off by ones in qup_i2c_probe()Dan Carpenter2014-04-031-2/+2
| * | | i2c: qup: New bus driver for the Qualcomm QUP I2C controllerBjorn Andersson2014-03-283-0/+779
| * | | i2c: i2c-xiic: deprecate class based instantiationWolfram Sang2014-03-281-1/+1
| * | | i2c: i2c-sirf: deprecate class based instantiationWolfram Sang2014-03-281-1/+1
| * | | i2c: i2c-mv64xxx: deprecate class based instantiationWolfram Sang2014-03-281-1/+1
| * | | i2c: i2c-designware-platdrv: deprecate class based instantiationWolfram Sang2014-03-281-1/+1
| * | | i2c: i2c-davinci: deprecate class based instantiationWolfram Sang2014-03-281-1/+1
| * | | i2c: i2c-bcm2835: deprecate class based instantiationWolfram Sang2014-03-281-1/+1
| * | | i2c: mv64xxx: Fix reset controller handlingMaxime Ripard2014-03-281-3/+3
| * | | i2c: omap: fix usage of IS_ERR_VALUE with pm_runtime_get_syncNishanth Menon2014-03-271-3/+3
| * | | i2c: efm32: new bus driverUwe Kleine-König2014-03-273-0/+489
| * | | i2c: exynos5: remove unnecessary cast of void pointerJingoo Han2014-03-131-1/+1