aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-03staging: kpc2000: Fix long constant sparse warningHarsh Jain3-22/+22
2019-08-21staging: kpc2000: kpc2000_i2c: Fix different address spaces warningsEduardo Barretto1-2/+2
2019-07-31Revert "staging: kpc2000: Convert put_page() to put_user_page*()"Greg Kroah-Hartman1-6/+11
2019-07-30staging: kpc2000: Convert put_page() to put_user_page*()Bharath Vedartham1-11/+6
2019-07-22staging: kpc2000: kpc_spi: Remove unnecessary null check before kfreeYueHaibing1-2/+1
2019-07-04staging: kpc2000: simplify comparison to NULL in fileops.cSimon Sandström1-1/+1
2019-07-04staging: kpc2000: simplify comparison to NULL in dma.cSimon Sandström1-2/+2
2019-07-04staging: kpc2000: simplify comparison to NULL in kpc2000_spi.cSimon Sandström1-2/+2
2019-07-03staging: kpc2000: fix brace issues in kpc2000_spi.cSimon Sandström1-21/+12
2019-07-01staging: kpc2000: drop useless softdep statementJean Delvare1-1/+0
2019-07-01staging: kpc2000: remove needless 'break'Fabian Krueger1-1/+0
2019-07-01staging: kpc2000: introduce __func__Fabian Krueger1-3/+5
2019-07-01staging: kpc2000: introduce 'unsigned int'Fabian Krueger1-2/+2
2019-07-01staging: kpc2000: introduce usage of __packedFabian Krueger1-3/+3
2019-07-01staging: kpc2000: blank lines after declarationFabian Krueger1-0/+4
2019-07-01staging: kpc2000: add line breaksFabian Krueger1-12/+22
2019-06-26staging: kpc2000: add missing spaces in kpc2000_spi.cSimon Sandström1-7/+7
2019-06-26staging: kpc2000: add missing spaces in kpc2000_i2c.cSimon Sandström1-3/+3
2019-06-21Staging: kpc2000: kpc_dma: Fix platform_no_drv_owner.cocci warningsYueHaibing1-1/+0
2019-06-20staging: kpc2000: fix integer overflow with left shiftsColin Ian King1-4/+6
2019-06-20staging: kpc2000: simplify error handling in kp2000_pcie_probeSimon Sandström1-12/+10
2019-06-15staging: kpc2000: remove dead code in core.cSimon Sandström1-6/+0
2019-06-13staging: kpc2000: removed DMA AIO implementation.Jeremy Sowden3-86/+21
2019-06-13staging: kpc2000: remove unnecessary comments in kp2000_pcie_probeSimon Sandström1-33/+5
2019-06-13staging: kpc2000: improve label names in kp2000_pcie_probeSimon Sandström1-22/+20
2019-06-13Staging: kpc2000: kpc_dma: Make some symbols staticYueHaibing1-1/+1
2019-06-13staging: kpc2000: Fix: 'kpc_dma_del_device' and other symbols were not declaredRishiraj Manwatkar1-3/+3
2019-06-10staging: kpc2000: remove unnecessary debug prints in kpc_dma_driver.cSimon Sandström1-4/+0
2019-06-10staging: kpc2000: remove unnecessary debug prints in fileops.cSimon Sandström1-17/+0
2019-06-10staging: kpc2000: remove unnecessary debug prints in dma.cSimon Sandström1-4/+0
2019-06-10staging: kpc2000: remove unnecessary debug prints in core.cSimon Sandström1-6/+0
2019-06-10staging: kpc2000: remove unnecessary debug prints in cell_probe.cSimon Sandström1-5/+0
2019-06-10staging: kpc2000: remove extra white space in kpc2000_spi.cNaoto Kobayashi1-1/+1
2019-06-09staging: kpc2000: kpc2000_i2c: add space after ,Hao Xu1-1/+1
2019-06-09staging: kpc2000: kpc2000_i2c: void* -> void *Hao Xu1-2/+2
2019-06-06staging: kpc2000: kpc_spi: remove unnecessary cast in [read|write]_reg()Geordan Neukum1-2/+2
2019-06-06staging: kpc2000: kpc_spi: remove unnecessary ulong repr of i/o addrGeordan Neukum1-4/+2
2019-06-06staging: kpc2000: kpc_spi: remove unnecessary struct member chip_selectGeordan Neukum1-2/+0
2019-06-06staging: kpc2000: kpc_spi: remove unnecessary struct member word_lenGeordan Neukum1-3/+0
2019-06-06staging: kpc2000: kpc_spi: remove unnecessary struct member pin_dirGeordan Neukum1-2/+0
2019-06-06staging: kpc2000: kpc_spi: remove unnecessary struct member physGeordan Neukum1-2/+0
2019-06-06staging: kpc2000: Use '%zu' for printing 'size_t' typeFabio Estevam1-1/+1
2019-06-06staging: kpc2000: Use '%llx' for printing 'long long int' typeFabio Estevam2-2/+2
2019-06-06staging: staging: kpc2000: kpc_dma: fix symbol 'kpc_dma_add_device' was not declared.Valerio Genovese1-1/+1
2019-06-06staging: kpc2000: fix incorrect code comment in core.cSimon Sandström1-1/+1
2019-06-06staging: kpc2000: use sizeof(var) in kzalloc callSimon Sandström1-1/+1
2019-06-06staging: kpc2000: remove unnecessary include in core.cSimon Sandström1-1/+0
2019-06-06staging: kpc2000: use __func__ in debug messages in core.cSimon Sandström1-5/+5
2019-06-06staging: kpc2000: remove unnecessary oom message in core.cSimon Sandström1-4/+1
2019-06-06staging: kpc2000: remove unnecessary parentheses in core.cSimon Sandström1-3/+3