Commit Graph

1147 Commits (be53db6e4edd9dc013b21a929ad2b142dea8b9c0)

Author SHA1 Message Date
Boojin Kim 42bc9cf459 DMA: PL330: Add DMA_CYCLIC capability 14 years ago
Boojin Kim ae43b886f1 DMA: PL330: Remove the start operation for handling DMA_TERMINATE_ALL command 14 years ago
Boojin Kim 1d0c1d606d DMA: PL330: Support DMA_SLAVE_CONFIG command 14 years ago
Boojin Kim 1b9bb715e7 DMA: PL330: Update PL330 DMA API driver 14 years ago
Boojin Kim a2f5203fec DMA: PL330: Add support runtime PM for PL330 DMAC 14 years ago
Uwe Kleine-König 289b4e7a48 locking, dma, ipu: Annotate bank_lock as raw 14 years ago
Russell King - ARM Linux 7703eac96a dmaengine: amba-pl08x: make filter check that the channel is owned by pl08x 14 years ago
Per Forlin 503473ac2a dmaengine/ste_dma40: fix memory leak due to prepared descriptors 14 years ago
Per Forlin 70a207ad4d dmaengine/ste_dma40: fix Oops due to double free of client descriptor 14 years ago
Per Forlin 270e779036 dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free(). 14 years ago
Per Forlin 89de9f6542 dmaengine/ste_dma40: add missing kernel doc for pending_queue 14 years ago
Per Forlin 82babbb361 dmaengine/ste_dma40: fix memory leak due to prepared descriptors 14 years ago
Per Forlin 7404368c22 dmaengine/ste_dma40: fix Oops due to double free of client descriptor 14 years ago
Per Forlin 3b3d5b0f85 dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free(). 14 years ago
Per Forlin da063d2609 dmaengine/ste_dma40: add missing kernel doc for pending_queue 14 years ago
Sascha Hauer 7b4b88e067 dmaengine i.MX SDMA: use request_firmware_nowait 14 years ago
Sascha Hauer 36e2f21ab4 dmaengine i.MX SDMA: set firmware scripts addresses to negative value initially 14 years ago
Sascha Hauer 73eab978ad dmaengine i.MX SDMA: lock channel 0 14 years ago
Guennadi Liakhovetski 981ed70d8e dmatest: make dmatest threads freezable 14 years ago
Viresh Kumar 57001a606f dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directly 14 years ago
Viresh Kumar 0a2356572b dmaengine/amba-pl08x: Pass flow controller information with slave channel data 14 years ago
Viresh Kumar 036f05fd6d dmaengine/amba-pl08x: Choose peripheral bus as master bus 14 years ago
Viresh Kumar e071916580 dmaengine/amba-pl08x: Align lli_len to max(src.width, dst.width) 14 years ago
Viresh Kumar 03af500f74 dmaengine/amba-pl08x: Add prep_single_byte_llis() routine 14 years ago
Viresh Kumar fa6a940bf1 dmaengine/amba-pl08x: max_bytes_per_lli is TRANSFER_SIZE * src_width (not MIN(width)) 14 years ago
Viresh Kumar 16a2e7d359 dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary() 14 years ago
Viresh Kumar 28da28365d dmaengine/amba-pl08x: Schedule tasklet in case of error interrupt 14 years ago
Viresh Kumar 16ca810504 dmaengine/amba-pl08x: No need to check "ch->signal < 0" 14 years ago
Viresh Kumar 48a59ef357 dmaengine/amba-pl08x: Simplify pl08x_ensure_on() 14 years ago
Viresh Kumar b7b6018bad dmaengine/amba-pl08x: support runtime PM 14 years ago
Viresh Kumar 175a5e617c dmaengine/amba-pl08x: Changing few prints to dev_dbg from dev_info 14 years ago
Viresh Kumar 0532e6fced dmaengine/amba-pl08x: Remove redundant comment and rewrite original 14 years ago
Viresh Kumar b201c111c8 dmaengine/amba-pl08x: pass (*ptr) to sizeof() instead of (struct xyz) 14 years ago
Viresh Kumar 0c38d70139 dmaengine/amba-pl08x: Rearrange inclusion of header files in ascending order 14 years ago
Viresh Kumar 3e27ee8448 dmaengine/amba-pl08x: Resolve formatting issues 14 years ago
Nicolas Ferre d7db80801f dmaengine: at_hdmac: fix way to specify cyclic capability 14 years ago
Nicolas Ferre 3c477482bb dmaengine: at_hdmac: add wrappers for testing channel state 14 years ago
Nicolas Ferre c0ba594737 dmaengine: at_hdmac: improve power management routines 14 years ago
Nicolas Ferre d8cb04b070 dmaengine: at_hdmac: replace spin_lock* with irqsave variants 14 years ago
Lothar Waßmann ef298c21c0 mxs-dma: enable CLKGATE before accessing registers 14 years ago
Russell King 4d66164e99 dmaengine: PL08x: Fix trivial build error 14 years ago
Viresh Kumar 9704efaa52 dmaengine/dmatest: Terminate transfers on all channels in case of error or exit 14 years ago
Axel Lin 21ef4b8b7a dmaengine: use DEFINE_IDR for static initialization 14 years ago
Dan Williams d0b0c8c79b ioat: fix xor_idx_to_desc 14 years ago
Shawn Guo 580975d7f4 dmaengine: imx-sdma: add device tree probe support 14 years ago
Shawn Guo 40ad5b3791 dmaengine: imx-sdma: sdma_get_firmware does not need to copy fw_name 14 years ago
Shawn Guo 62550cd7c0 dmaengine: imx-sdma: use platform_device_id to identify sdma version 14 years ago
Vinod Koul f32807f1ff dmaengine: pl08x: handle the rest of enums in pl08x_width 14 years ago
Russell King - ARM Linux 760596c6b9 DMA: PL08x: cleanup selection of burst size 14 years ago
Russell King - ARM Linux 121c8476a3 DMA: PL08x: avoid recalculating cctl at each prepare 14 years ago