summaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000/kpc_dma/fileops.c
Commit message (Expand)AuthorAgeFilesLines
* staging: kpc2000: simplify comparison to NULL in fileops.cSimon Sandström2019-07-041-1/+1
* staging: kpc2000: removed DMA AIO implementation.Jeremy Sowden2019-06-131-81/+21Star
* staging: kpc2000: remove unnecessary debug prints in fileops.cSimon Sandström2019-06-101-17/+0Star
* staging: kpc2000: Use '%zu' for printing 'size_t' typeFabio Estevam2019-06-061-1/+1
* Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman2019-06-031-3/+1Star
|\
| * staging: kpc2000: double unlock in error handling in kpc_dma_transfer()Dan Carpenter2019-05-201-2/+0Star
| * staging: kpc2000: fix build error on xtensaMax Filippov2019-05-201-1/+1
* | staging: kpc2000: Change to use DIV_ROUND_UPNishka Dasgupta2019-05-301-4/+1Star
* | Staging: kpc2000: kpc_dma: Resolve cast warning and use const for file_operationVandana BN2019-05-201-1/+1
* | Staging: kpc2000: kpc_dma: Resolve warning to use __func__ insted of funtion ...Vandana BN2019-05-201-13/+13
* | Staging: kpc2000: kpc_dma: Resolve warning Missing blank line after declarati...Vandana BN2019-05-201-1/+10
* | Staging: kpc2000: kpc_dma: Resolve code indent and trailing statements on nex...Vandana BN2019-05-201-4/+8
* | Staging: kpc2000: kpc_dma: Resolve checkpatch space errors around brace '{', ...Vandana BN2019-05-201-28/+28
* | Staging: kpc2000: kpc_dma: Resolve space errors around pointers and function ...Vandana BN2019-05-201-1/+1
* | Staging: kpc2000: kpc_dma: Resolve trailing whitespace error reported by chec...Vandana BN2019-05-201-57/+57
* | Staging: kpc2000: Cleanup in kpc_dma_transfer()Madhumitha Prabakaran2019-05-201-1/+1
|/
* staging: kpc2000: Add DMA driverMatt Sickler2019-04-251-0/+420