summaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000/kpc_dma
Commit message (Expand)AuthorAgeFilesLines
* staging: drop kpc2000 driverGreg Kroah-Hartman2021-06-126-1121/+0
* staging: kpc2000: kpc_dma: rename show function per conventionDeepak R Varma2020-10-271-2/+2
* staging: kpc2000: kpc_dma: rearrange lines exceeding 100 columnsDeepak R Varma2020-10-273-17/+41
* staging: kpc2000: kpc_dma: fix spelling mistake "for for" -> "for"Colin Ian King2020-08-281-2/+2
* staging: kpc2000: kpc_dma: Remove additional goto statementsSouptick Joarder2020-07-011-12/+13
* staging: kpc2000: kpc_dma: Convert get_user_pages() --> pin_user_pages()Souptick Joarder2020-07-011-8/+5
* staging: kpc2000: kpc_dma: Convert set_page_dirty() --> set_page_dirty_lock()Souptick Joarder2020-07-011-3/+3
* staging: kpc2000: kpc_dma: Unpin partial pinned pagesSouptick Joarder2020-07-011-4/+9
* staging: kpc2000: kpc_dma: set error code in probeEvgeny Novikov2020-06-251-0/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* Staging: kpc2000: kpc_dma: Use spaces around operators.Sam Muhammed2020-03-251-7/+7
* Staging: kpc2000: kpc_dma: Use kcalloc over kzalloc.Sam Muhammed2020-03-251-1/+2
* Staging: kpc2000: kpc_dma: Use the SPDK comment style.Sam Muhammed2020-03-253-3/+3
* Staging: kpc2000: kpc_dma: Include the preferred header.Sam Muhammed2020-03-251-1/+1
* Staging: kpc2000: kpc_dma: Remove unnecessary braces.Sam Muhammed2020-03-253-16/+12
* Staging: kpc2000: kpc_dma: Use sizeof(*var) in kzalloc().Sam Muhammed2020-03-252-2/+2
* Staging: kpc2000: kpc_dma: Remove comparison to NULL.Sam Muhammed2020-03-253-9/+9
* Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-2/+0
|\
| * staging: kpc2000: remove unnecessary assertions in kpc_dma_transferAditya Pakki2020-01-031-2/+0
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* staging: kpc2000: Fix long constant sparse warningHarsh Jain2019-09-031-4/+4
* Revert "staging: kpc2000: Convert put_page() to put_user_page*()"Greg Kroah-Hartman2019-07-311-6/+11
* staging: kpc2000: Convert put_page() to put_user_page*()Bharath Vedartham2019-07-301-11/+6
* staging: kpc2000: simplify comparison to NULL in fileops.cSimon Sandström2019-07-041-1/+1
* staging: kpc2000: simplify comparison to NULL in dma.cSimon Sandström2019-07-041-2/+2
* Staging: kpc2000: kpc_dma: Fix platform_no_drv_owner.cocci warningsYueHaibing2019-06-211-1/+0
* staging: kpc2000: removed DMA AIO implementation.Jeremy Sowden2019-06-132-83/+21
* 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