summaryrefslogtreecommitdiff
path: root/drivers/dma/pl330.c
AgeCommit message (Expand)Author
2017-01-26dmaengine: pl330: Fix runtime PM support for terminated transfersMarek Szyprowski
2015-09-04Merge tag 'dmaengine-4.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-08-19dmaengine: pl330: do not emit loop for 1 byte transfer.Michal Suchanek
2015-07-07dmaengine: pl330: Really fix choppy sound because of wrong residue calculationKrzysztof Kozlowski
2015-07-07dmaengine: pl330: Fix overflow when reporting residue in memcpyKrzysztof Kozlowski
2015-06-29Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-06-08dmaengine: pl330: fix wording in mcbufsz messageMichal Suchanek
2015-05-25dmaengine: pl330: Initialize pl330 for pl330_prep_dma_memcpy after NULL check...Maninder Singh
2015-05-22dmaengine: pl330: Fix hang on dmaengine_terminate_all on certain boardsKrzysztof Kozlowski
2015-03-18dmaengine: pl330: fix return status on pending transfersBen Dooks
2015-03-18dmaengine: pl330: make unexported functions staticBen Dooks
2015-03-18dmaengine: pl330: fix issues with big-endian armv7Ben Dooks
2015-02-16dmaengine: pl330: add DMA_PAUSE featureRobert Baldyga
2015-02-16dmaengine: pl330: improve pl330_tx_status() functionRobert Baldyga
2015-02-10dmaengine: pl330: fix bug that cause start the same descs in cyclicAddy Ke
2014-12-22dmaengine: pl330: Declare slave capabilities for the generic codeMaxime Ripard
2014-12-22dmaengine: pl330: Split device_controlMaxime Ripard
2014-12-22dmaengine: Make the destination abbreviation coherentMaxime Ripard
2014-12-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2014-12-12Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-12-05dmaengine: pl330: update author infoJassi Brar
2014-11-27ARM: 8206/1: dmaengine: pl330: Add PM sleep supportKrzysztof Kozlowski
2014-11-17ARM: 8202/1: dmaengine: pl330: Add runtime Power Management support v12Krzysztof Kozlowski
2014-11-17dmaengine: pl330: Correct device assignment.Andrew Jackson
2014-11-17dmaengine: Fix allocation size for PL330 data buffer depth.Liviu Dudau
2014-11-17dmaengine: pl330: Limit MFIFO usage for memcpy to avoid exhausting entriesJon Medhurst
2014-11-17dmaengine: pl330: Align DMA memcpy operations to MFIFO widthJon Medhurst
2014-10-15dmaengine: pl330: Fix NULL pointer dereference on driver unbindKrzysztof Kozlowski
2014-10-15dmaengine: pl330: Fix NULL pointer dereference on probe failureKrzysztof Kozlowski
2014-10-15dmaengine: pl330: Remove unused 'regs' variable in pl330_submit_req()Krzysztof Kozlowski
2014-10-15dmaengine: pl330: Remove non-NULL check for pl330_submit_req parametersKrzysztof Kozlowski
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart
2014-07-22dmaengine: pl330: Check if the DMA descriptor is NULLJavier Martinez Canillas
2014-07-15dmaengine: pl330: Remove pl330_chan_ctrl()Lars-Peter Clausen
2014-07-15dmaengine: pl330: Simplify marking a request as unusedLars-Peter Clausen
2014-07-15dmaengine: pl330: Embed pl330_req directly into dma_pl330_descLars-Peter Clausen
2014-07-15dmaengine: pl330: Merge dma_pl330_dmac and pl330_dmac structsLars-Peter Clausen
2014-07-15dmaengine: pl330: Simplify is_manager()Lars-Peter Clausen
2014-07-15dmaengine: pl330: Remove uneccessary ccr validationLars-Peter Clausen
2014-07-15dmaengine: pl330: Change type pl330_chid from void * to struct pl330_thread *Lars-Peter Clausen
2014-07-15dmaengine: pl330: Remove useless xfer_cb indirectionLars-Peter Clausen
2014-07-15dmaengine: pl330: Remove unused mc_len field from _pl330_req structLars-Peter Clausen
2014-07-15dmaengine: pl330: Remove unused next field form pl330_xfer structLars-Peter Clausen
2014-07-15dmaengine: pl330: Remove unused client_data field form pl330_infoLars-Peter Clausen
2014-07-15dmaengine: pl330: Remove unused dmac_reset callbackLars-Peter Clausen
2014-07-15dmaengine: pl330: Remove unused pl330_chanstatus structLars-Peter Clausen
2014-07-15dmaengine: pl330: Remove duplicated cachecontrol enumLars-Peter Clausen
2014-07-15dmaengine: pl330: Use dma_transfer_direction instead of custom pl330_reqtypeLars-Peter Clausen
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-01-20dma: pl330: Use dma_get_slave_channel() in the of xlate callbackLars-Peter Clausen