summaryrefslogtreecommitdiff
path: root/drivers/staging/kpc2000/kpc2000_spi.c
AgeCommit message (Expand)Author
2019-07-22staging: kpc2000: kpc_spi: Remove unnecessary null check before kfreeYueHaibing
2019-07-04staging: kpc2000: simplify comparison to NULL in kpc2000_spi.cSimon Sandström
2019-07-03staging: kpc2000: fix brace issues in kpc2000_spi.cSimon Sandström
2019-07-01staging: kpc2000: remove needless 'break'Fabian Krueger
2019-07-01staging: kpc2000: introduce __func__Fabian Krueger
2019-07-01staging: kpc2000: introduce 'unsigned int'Fabian Krueger
2019-07-01staging: kpc2000: introduce usage of __packedFabian Krueger
2019-07-01staging: kpc2000: blank lines after declarationFabian Krueger
2019-07-01staging: kpc2000: add line breaksFabian Krueger
2019-06-26staging: kpc2000: add missing spaces in kpc2000_spi.cSimon Sandström
2019-06-10staging: kpc2000: remove extra white space in kpc2000_spi.cNaoto Kobayashi
2019-06-06staging: kpc2000: kpc_spi: remove unnecessary cast in [read|write]_reg()Geordan Neukum
2019-06-06staging: kpc2000: kpc_spi: remove unnecessary ulong repr of i/o addrGeordan Neukum
2019-06-06staging: kpc2000: kpc_spi: remove unnecessary struct member chip_selectGeordan Neukum
2019-06-06staging: kpc2000: kpc_spi: remove unnecessary struct member word_lenGeordan Neukum
2019-06-06staging: kpc2000: kpc_spi: remove unnecessary struct member pin_dirGeordan Neukum
2019-06-06staging: kpc2000: kpc_spi: remove unnecessary struct member physGeordan Neukum
2019-06-03staging: kpc2000: kpc_spi: use devm_* API to manage mapped I/O spaceGeordan Neukum
2019-06-03staging: kpc2000: kpc_spi: remove function kp_spi_bytes_per_word()Geordan Neukum
2019-06-03staging: kpc2000: kpc_spi: remove fifo_depth from kp_spi structGeordan Neukum
2019-06-03staging: kpc2000: kpc_spi: column-align switch and subordinate casesGeordan Neukum
2019-06-03staging: kpc2000: kpc_spi: Remove unnecessary consecutive newlinesGeordan Neukum
2019-05-30staging: kpc2000: replace white spaces with tabs for kpc2000_spi.cMao Wenan
2019-05-30staging: kpc2000: report error status to spi coreMao Wenan
2019-05-21staging: kpc2000: move the spi driver out of its subdirectoryGreg Kroah-Hartman