aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000/kpc2000_spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-10staging: kpc2000: kpc2000_spi: Use new structure for SPI transfer delaysSergiu Cuciurean1-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-10-30staging: KPC2000: kpc2000_spi.c: Fix style issues (Unnecessary parenthesis)Chandra Annamaneni1-1/+1
2019-10-30staging: KPC2000: kpc2000_spi.c: Fix style issues (alignment)Chandra Annamaneni1-7/+7
2019-10-30staging: KPC2000: kpc2000_spi.c: Fix style issues (misaligned brace)Chandra Annamaneni1-2/+1
2019-10-30staging: KPC2000: kpc2000_spi.c: Fix style issues (missing blank line)Chandra Annamaneni1-0/+1
2019-10-10staging: kpc2000: Remove unnecessary return variableWambui Karuga1-3/+1
2019-07-22staging: kpc2000: kpc_spi: Remove unnecessary null check before kfreeYueHaibing1-2/+1
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: 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-10staging: kpc2000: remove extra white space in kpc2000_spi.cNaoto Kobayashi1-1/+1
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-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-05-30staging: kpc2000: replace white spaces with tabs for kpc2000_spi.cMao Wenan1-361/+361
2019-05-30staging: kpc2000: report error status to spi coreMao Wenan1-2/+6
2019-05-21staging: kpc2000: move the spi driver out of its subdirectoryGreg Kroah-Hartman1-0/+548