aboutsummaryrefslogtreecommitdiff
path: root/hw/dma/sifive_pdma.c
AgeCommit message (Expand)Author
2022-01-08hw/dma: sifive_pdma: permit 4/8-byte access size of PDMA registersJim Shu
2022-01-08hw/dma: sifive_pdma: support high 32-bit access of 64-bit registerJim Shu
2021-10-07hw/dma: sifive_pdma: Don't run DMA when channel is disclaimedBin Meng
2021-10-07hw/dma: sifive_pdma: Fix Control.claim bit detectionBin Meng
2021-09-21hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transferFrank Chang
2021-09-21hw/dma: sifive_pdma: allow non-multiple transaction size transactionsGreen Wan
2021-09-21hw/dma: sifive_pdma: claim bit must be set before DMA transactionsFrank Chang
2021-09-21hw/dma: sifive_pdma: reset Next* registers when Control.claim is setFrank Chang
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth
2020-09-09hw/dma: Add SiFive platform DMA controller emulationBin Meng