summaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000
Commit message (Expand)AuthorAgeFilesLines
* 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: Use BIT macro instead of bit maskingDeepak R Varma2020-10-261-7/+7
* staging: kpc2000: re-indent code for better readabilityDeepak R Varma2020-10-262-3/+3
* staging: kpc2000: rearrange lines exceeding 100 columnsDeepak R Varma2020-10-261-16/+55
* 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: fix error return code in kp2000_pcie_probe()Wei Yongjun2020-05-131-5/+4
* 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
* staging: kpc2000: kpc2000_spi: Use new structure for SPI transfer delaysSergiu Cuciurean2020-03-101-2/+2
* staging: kpc2000: prevent underflow in cpld_reconfigure()Dan Carpenter2020-03-041-2/+2
* Merge tag 'staging-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-292-58/+64
|\
| * staging: kpc2000: rename variables with kpc namespaceJerry Lin2020-01-221-20/+20
| * Staging: kpc2000: Remove warning: "dubious: x | !y" detected by sparseFelipe Cardoso Resende2020-01-221-36/+44
| * staging: kpc2000: remove unnecessary assertions in kpc_dma_transferAditya Pakki2020-01-031-2/+0
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-064-5/+5
|/
* staging: KPC2000: kpc2000_spi.c: Fix style issues (Unnecessary parenthesis)Chandra Annamaneni2019-10-301-1/+1
* staging: KPC2000: kpc2000_spi.c: Fix style issues (alignment)Chandra Annamaneni2019-10-301-7/+7
* staging: KPC2000: kpc2000_spi.c: Fix style issues (misaligned brace)Chandra Annamaneni2019-10-301-2/+1
* staging: KPC2000: kpc2000_spi.c: Fix style issues (missing blank line)Chandra Annamaneni2019-10-301-0/+1
* staging: kpc2000: kpc_i2c: Remove commented codeJamal Shareef2019-10-291-3/+0
* staging: kpc2000: kpc_i2c: Fix lines over 80 charsJamal Shareef2019-10-291-64/+137
* staging: kpc2000: Remove unnecessary return variableWambui Karuga2019-10-101-3/+1
* staging: kpc2000: Fix long constant sparse warningHarsh Jain2019-09-033-22/+22
* staging: kpc2000: kpc2000_i2c: Fix different address spaces warningsEduardo Barretto2019-08-211-2/+2
* 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: kpc_spi: Remove unnecessary null check before kfreeYueHaibing2019-07-221-2/+1
* 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: simplify comparison to NULL in kpc2000_spi.cSimon Sandström2019-07-041-2/+2
* staging: kpc2000: fix brace issues in kpc2000_spi.cSimon Sandström2019-07-031-21/+12
* staging: kpc2000: drop useless softdep statementJean Delvare2019-07-011-1/+0
* staging: kpc2000: remove needless 'break'Fabian Krueger2019-07-011-1/+0
* staging: kpc2000: introduce __func__Fabian Krueger2019-07-011-3/+5
* staging: kpc2000: introduce 'unsigned int'Fabian Krueger2019-07-011-2/+2
* staging: kpc2000: introduce usage of __packedFabian Krueger2019-07-011-3/+3
* staging: kpc2000: blank lines after declarationFabian Krueger2019-07-011-0/+4
* staging: kpc2000: add line breaksFabian Krueger2019-07-011-12/+22