Commit Graph

63 Commits (7c77509c542927ee2a3c8812fad84957e51bf67d)

Author SHA1 Message Date
Russell King 4d66164e99 dmaengine: PL08x: Fix trivial build error 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
Russell King - ARM Linux aa88cdaa14 DMA: PL08x: cleanup selection of buswidth 14 years ago
Russell King - ARM Linux f14c426c72 DMA: PL08x: separately store source/destination cctl 14 years ago
Russell King - ARM Linux b207b4d02b DMA: PL08x: separately store source/destination slave address 14 years ago
Russell King - ARM Linux fc74eb7915 DMA: PL08x: clean up LLI debugging 14 years ago
Russell King - ARM Linux 25c94f7fcf DMA: PL08x: select LLI bus only once per LLI setup 14 years ago
Russell King - ARM Linux f44bd19140 DMA: PL08x: remove unused constants 14 years ago
Russell King aa25afad2c ARM: amba: make probe() functions take const id tables 14 years ago
Russell King - ARM Linux 8179661694 DMA: PL08x: fix channel pausing to timeout rather than lockup 14 years ago
Russell King - ARM Linux fb526210b2 DMA: PL08x: fix infinite wait when terminating transfers 14 years ago
Russell King - ARM Linux 94ae85220a ARM: PL08x: cleanup comments 14 years ago
Russell King - ARM Linux b7f7586592 ARM: PL08x: prevent dma_set_runtime_config() reconfiguring memcpy channels 14 years ago
Russell King - ARM Linux f0fd944625 ARM: PL08x: allow dma_set_runtime_config() to return errors 14 years ago
Russell King - ARM Linux c370e594ef ARM: PL08x: fix locking between prepare function and submit function 14 years ago
Russell King - ARM Linux 8087aacda0 ARM: PL08x: introduce 'phychan_hold' to hold on to physical channels 14 years ago
Russell King - ARM Linux 501e67e82d ARM: PL08x: put txd's on the pending list in pl08x_tx_submit() 14 years ago
Russell King - ARM Linux 15c17232fb ARM: PL08x: rename 'desc_list' as 'pend_list' 14 years ago
Russell King - ARM Linux 3d992e1a6f ARM: PL08x: implement unmapping of memcpy buffers 14 years ago
Russell King - ARM Linux c04287948e ARM: PL08x: store prep_* flags in async_tx structure 14 years ago
Russell King - ARM Linux d7244e9a27 ARM: PL08x: shrink srcbus/dstbus in txd structure 14 years ago
Russell King - ARM Linux 542361f8e3 ARM: PL08x: don't manipulate txd->srcbus or txd->dstbus during LLI fill 14 years ago
Russell King - ARM Linux 5f638b4f31 ARM: PL08x: fix fill_bytes calculation 14 years ago
Russell King - ARM Linux d6cf7b597f ARM: PL08x: use min() to calculate target_len 14 years ago
Russell King - ARM Linux b61be8d728 ARM: PL08x: ensure pl08x_pre_boundary() works for any value of addr 14 years ago
Russell King - ARM Linux 0059005f2c ARM: PL08x: make pl08x_fill_lli_for_desc() return void 14 years ago
Russell King - ARM Linux 858c21c0f3 ARM: PL08x: move callback outside spinlock'd region 14 years ago
Russell King - ARM Linux 30749cb4a4 ARM: PL08x: allow AHB master port selection to be configured 14 years ago
Russell King - ARM Linux c7da9a56d6 ARM: PL08x: move AHB master port selection into prep_* functions 14 years ago
Russell King - ARM Linux 1cae78f120 ARM: PL08x: move cctl increment and protection setup to prep_slave_sg 14 years ago
Russell King - ARM Linux 70b5ed6b6d ARM: PL08x: move default cctl into txd structure 14 years ago
Russell King - ARM Linux 09b3c32333 ARM: PL08x: assign ccfg DMA request signal in prep_phy_channel() 14 years ago
Russell King - ARM Linux 4983a04fd2 ARM: PL08x: move ccfg into txd structure 14 years ago
Russell King - ARM Linux 19524d77ec ARM: PL08x: avoid duplicating registers in txd and phychan structures 14 years ago
Russell King - ARM Linux c885bee4f1 ARM: PL08x: combine functions to start DMA into one function 14 years ago
Russell King - ARM Linux db9f136a60 ARM: PL08x: clean up LLI lookup 14 years ago
Russell King - ARM Linux bfddfb4505 ARM: PL08x: rename lli.next to lli.lli 14 years ago
Russell King - ARM Linux e25761d72c ARM: PL08x: use 'u32' for LLI structure members, not dma_addr_t 14 years ago
Russell King - ARM Linux cace658572 ARM: PL08x: use 'size_t' for lengths 14 years ago
Russell King - ARM Linux 56b618820c ARM: PL08x: don't try to use llis_bus as a pointer 14 years ago
Russell King - ARM Linux 4c0df6a3ce ARM: PL08x: don't assume that the LLI pointer has the bus bit clear 14 years ago
Russell King - ARM Linux 19386b3234 ARM: PL08x: ensure loops use cpu_relax() 14 years ago
Russell King - ARM Linux 8c8cc2b104 ARM: PL08x: consolidate physical channel release code 14 years ago
Russell King - ARM Linux ac3cd20df9 ARM: PL08x: consolidate common txd initialization 14 years ago
Russell King - ARM Linux 7cb72ad959 ARM: PL08x: avoid 'void *' struct fields when we can type them properly 14 years ago
Russell King - ARM Linux f96ca9ec27 ARM: PL08x: constify vendor data pointers 14 years ago
Russell King - ARM Linux b58b6b5bed ARM: PL08x: remove circular buffer support 14 years ago
Russell King - ARM Linux ad0a3ad33c ARM: PL08x: remove unnecessary NULL and BUG checks 14 years ago