summaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: kpc2000: add missing spaces in kpc2000_spi.cSimon Sandström2019-06-261-7/+7
* staging: kpc2000: add missing spaces in kpc2000_i2c.cSimon Sandström2019-06-261-3/+3
* Staging: kpc2000: kpc_dma: Fix platform_no_drv_owner.cocci warningsYueHaibing2019-06-211-1/+0
* staging: kpc2000: fix integer overflow with left shiftsColin Ian King2019-06-201-4/+6
* staging: kpc2000: simplify error handling in kp2000_pcie_probeSimon Sandström2019-06-201-12/+10
* staging: kpc2000: remove dead code in core.cSimon Sandström2019-06-151-6/+0
* staging: kpc2000: removed DMA AIO implementation.Jeremy Sowden2019-06-133-86/+21
* staging: kpc2000: remove unnecessary comments in kp2000_pcie_probeSimon Sandström2019-06-131-33/+5
* staging: kpc2000: improve label names in kp2000_pcie_probeSimon Sandström2019-06-131-22/+20
* 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