summaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000
AgeCommit message (Expand)AuthorFilesLines
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 d...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
2019-06-06staging: kpc2000: simplify comparisons to NULL in core.cSimon Sandström1-6/+6
2019-06-03staging: kpc2000: kpc_spi: use devm_* API to manage mapped I/O spaceGeordan Neukum1-1/+2
2019-06-03staging: kpc2000: kpc_spi: remove function kp_spi_bytes_per_word()Geordan Neukum1-14/+0
2019-06-03staging: kpc2000: kpc_spi: remove fifo_depth from kp_spi structGeordan Neukum1-1/+0
2019-06-03staging: kpc2000: kpc_spi: column-align switch and subordinate casesGeordan Neukum1-7/+7
2019-06-03staging: kpc2000: kpc_spi: Remove unnecessary consecutive newlinesGeordan Neukum1-13/+0
2019-06-03staging: kpc2000: removed misc device.Jeremy Sowden2-127/+2
2019-06-03staging: kpc2000: export more device attributes via sysfs.Jeremy Sowden1-0/+57
2019-06-03Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman2-3/+3
2019-05-30staging: kpc2000: replace bogus variable name in core.cSimon Sandström1-13/+13
2019-05-30staging: kpc2000: remove extra spaces in core.cSimon Sandström1-2/+2
2019-05-30staging: kpc2000: remove extra blank line in core.cSimon Sandström1-1/+0
2019-05-30staging: kpc2000: kpc_i2c: Use devm_* API to manage mapped I/O spaceGeordan Neukum1-1/+3
2019-05-30staging: kpc2000: kpc_i2c: fail probe if unable to map I/O spaceGeordan Neukum1-0/+2
2019-05-30staging: kpc2000: kpc_i2c: fail probe if unable to get I/O resourceGeordan Neukum1-0/+3
2019-05-30staging: kpc2000: kpc_i2c: Use drvdata instead of platform_dataGeordan Neukum1-2/+2
2019-05-30staging: kpc2000: kpc_i2c: Remove unnecessary consecutive newlinesGeordan Neukum1-5/+0
2019-05-30staging: kpc2000: kpc_i2c: Use BIT macro rather than manual bit shiftingGeordan Neukum1-5/+5
2019-05-30staging: kpc2000: kpc_i2c: Remove pldev from i2c_device structureGeordan Neukum1-2/+0
2019-05-30staging: kpc2000: kpc_i2c: Remove unused rw_semGeordan Neukum1-3/+0
2019-05-30staging: kpc2000: replace white spaces with tabs for kpc2000_spi.cMao Wenan1-361/+361