summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* dma: move shdma driver to an own directoryGuennadi Liakhovetski2012-07-134-2/+3
* dma: tegra: rename driver and compatible to match with dtsLaxman Dewangan2012-07-131-3/+3
* dma: tegra: fix residual calculation for cyclic caseLaxman Dewangan2012-07-131-6/+9
* dma: tegra: set DMA_CYCLIC capabilityLaxman Dewangan2012-06-271-0/+2
* dma: tegra: do not set transfer desc flag to DMA_CTRL_ACK in cyclic modeLaxman Dewangan2012-06-271-1/+1
* dma: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad2012-06-271-2/+2
* dma: tegra: use sg_dma_address() for getting dma buffer addressLaxman Dewangan2012-06-271-1/+1
* dmaengine: mmp_tdma: fix the arch dependencyVinod Koul2012-06-231-1/+1
* dw_dmac: introduce dwc_chan_disableAndy Shevchenko2012-06-211-18/+14
* dw_dmac: move from __init to __devinitAndy Shevchenko2012-06-211-3/+3
* dw_dmac: introduce dwc_fast_fls()Andy Shevchenko2012-06-211-28/+18
* dw_dmac: disable BLOCK interruptsAndy Shevchenko2012-06-211-0/+4
* dw_dmac: disable dma in optimal way in probeAndy Shevchenko2012-06-211-8/+4
* dw_dmac: use __func__ constant in the debug printsAndy Shevchenko2012-06-211-14/+13
* dw_dmac: print correct number of scanned descriptorsAndy Shevchenko2012-06-211-1/+1
* dw_dmac: introduce dwc_dump_chan_regs to dump registersAndy Shevchenko2012-06-211-21/+16
* dw_dmac: use proper casting to print dma_addr_t valuesAndy Shevchenko2012-06-211-8/+13
* dw_dmac: fix constant in the commentAndy Shevchenko2012-06-211-1/+1
* dmaengine: mmp_tdma: add mmp tdma supportZhangfei Gao2012-06-203-0/+621
* Merge branch 'fixes' into nextVinod Koul2012-06-141-16/+10
|\
| * DMA: PL330: Fix racy mutex unlockJavi Merino2012-06-141-16/+10
* | dma: coh901318: use devm allocationLinus Walleij2012-06-141-48/+24
* | dmaengine: at_hdmac: trivial: fix comment in headerNicolas Ferre2012-06-121-4/+3
* | dma: tegra: add dmaengine based dma driverLaxman Dewangan2012-06-083-0/+1425
* | dma: enable mxs-dma for imx6qHuang Shijie2012-06-072-2/+1
|/
* DMA: PL330: Add missing static storage class specifierSachin Kamat2012-06-071-1/+1
* dma: imx-sdma: buf_tail should be initialize in prepare functionRichard Zhao2012-06-071-2/+4
* dmaengine: pl330: dont complete descriptor for cyclic dmaTushar Behera2012-06-071-1/+1
* Merge tag 'dm-3.5-changes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-06-035-90/+311
|\
| * dm thin: provide userspace access to pool metadataJoe Thornber2012-06-034-11/+182
| * dm thin: use slab mempoolsMike Snitzer2012-06-031-62/+99
| * dm mpath: allow ioctls to trigger pg initMikulas Patocka2012-06-031-9/+17
| * dm mpath: delay retry of bypassed pgMike Christie2012-06-031-2/+6
| * dm mpath: reduce size of struct multipathMike Snitzer2012-06-031-6/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-0314-67/+137
|\ \
| * | fec_mpc52xx: fix timestamp filteringStephan Gatzka2012-06-021-1/+1
| * | mcs7830: Implement link state detectionOndrej Zary2012-06-021-2/+23
| * | e1000e: fix Rapid Start Technology support for i217Bruce Allan2012-06-021-9/+9
| * | e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()Sebastian Andrzej Siewior2012-06-021-1/+1
| * | r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga2012-06-021-0/+3
| * | 8139cp/8139too: terminate the eeprom access with the right opmodeJason Wang2012-06-012-2/+2
| * | 8139cp: set ring address before enabling receiverJason Wang2012-06-011-11/+11
| * | net/mlx4_core: Fix obscure mlx4_cmd_box parameter in QUERY_DEV_CAPJack Morgenstein2012-06-011-3/+2
| * | net/mlx4_core: Check port out-of-range before using in mlx4_slave_capJack Morgenstein2012-06-011-3/+3
| * | net/mlx4_core: Fixes for VF / Guest startup flowJack Morgenstein2012-06-014-14/+63
| * | net/mlx4_en: Fix improper use of "port" parameter in mlx4_en_eventJack Morgenstein2012-06-011-5/+7
| * | net/mlx4_core: Fix number of EQs used in ICM initialisationMarcel Apfelbaum2012-06-012-15/+11
| * | net/mlx4_core: Fix the slave_id out-of-range test in mlx4_eq_intJack Morgenstein2012-06-011-1/+1
* | | tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-0312-175/+108
* | | Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-06-0266-1841/+4734
|\ \ \