summaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000/kpc_dma
Commit message (Expand)AuthorAgeFilesLines
* Staging: kpc2000: kpc_dma: Make some symbols staticYueHaibing2019-06-131-1/+1
* staging: kpc2000: Fix: 'kpc_dma_del_device' and other symbols were not declaredRishiraj Manwatkar2019-06-131-3/+3
* staging: kpc2000: remove unnecessary debug prints in kpc_dma_driver.cSimon Sandström2019-06-101-4/+0
* staging: kpc2000: remove unnecessary debug prints in fileops.cSimon Sandström2019-06-101-17/+0
* staging: kpc2000: remove unnecessary debug prints in dma.cSimon Sandström2019-06-101-4/+0
* staging: kpc2000: Use '%zu' for printing 'size_t' typeFabio Estevam2019-06-061-1/+1
* staging: staging: kpc2000: kpc_dma: fix symbol 'kpc_dma_add_device' was not d...Valerio Genovese2019-06-061-1/+1
* Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman2019-06-031-3/+1
|\
| * staging: kpc2000: double unlock in error handling in kpc_dma_transfer()Dan Carpenter2019-05-201-2/+0
| * staging: kpc2000: fix build error on xtensaMax Filippov2019-05-201-1/+1
* | staging: kpc2000: Change to use DIV_ROUND_UPNishka Dasgupta2019-05-301-4/+1
* | Staging: kpc2000: kpc_dma: include <linux/io.h> instead of <asm/io.h>Puranjay Mohan2019-05-201-1/+1
* | Staging: kpc2000: kpc_dma: Resolve cast warning and use const for file_operationVandana BN2019-05-202-2/+2
* | Staging: kpc2000: kpc_dma: Resolve warning to use __func__ insted of funtion ...Vandana BN2019-05-203-25/+25
* | Staging: kpc2000: kpc_dma: Resolve warning Missing blank line after declarati...Vandana BN2019-05-204-13/+29
* | Staging: kpc2000: kpc_dma: Resolve checkpath errors Macros in paranthesis & t...Vandana BN2019-05-201-3/+5
* | 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-203-52/+52
* | Staging: kpc2000: kpc_dma: Resolve space errors around pointers and function ...Vandana BN2019-05-204-14/+14
* | Staging: kpc2000: kpc_dma: Resolve trailing whitespace error reported by chec...Vandana BN2019-05-204-131/+131
* | Staging: kpc2000: Cleanup in kpc_dma_transfer()Madhumitha Prabakaran2019-05-201-1/+1
|/
* staging: kpc2000: Add DMA driverMatt Sickler2019-04-256-0/+1169