summaryrefslogtreecommitdiffstats
path: root/drivers/staging/kpc2000/kpc2000_spi.c
Commit message (Expand)AuthorAgeFilesLines
* staging: drop kpc2000 driverGreg Kroah-Hartman2021-06-121-517/+0
* staging: kpc2000: code style: match alignment with open parenthesisNikolay Kyx2021-03-101-1/+1
* staging: kpc2000: kpc2000_spi: Use new structure for SPI transfer delaysSergiu Cuciurean2020-03-101-2/+2
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* 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: Remove unnecessary return variableWambui Karuga2019-10-101-3/+1
* staging: kpc2000: kpc_spi: Remove unnecessary null check before kfreeYueHaibing2019-07-221-2/+1
* 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: 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: remove extra white space in kpc2000_spi.cNaoto Kobayashi2019-06-101-1/+1
* staging: kpc2000: kpc_spi: remove unnecessary cast in [read|write]_reg()Geordan Neukum2019-06-061-2/+2
* staging: kpc2000: kpc_spi: remove unnecessary ulong repr of i/o addrGeordan Neukum2019-06-061-4/+2
* staging: kpc2000: kpc_spi: remove unnecessary struct member chip_selectGeordan Neukum2019-06-061-2/+0
* staging: kpc2000: kpc_spi: remove unnecessary struct member word_lenGeordan Neukum2019-06-061-3/+0
* staging: kpc2000: kpc_spi: remove unnecessary struct member pin_dirGeordan Neukum2019-06-061-2/+0
* staging: kpc2000: kpc_spi: remove unnecessary struct member physGeordan Neukum2019-06-061-2/+0
* staging: kpc2000: kpc_spi: use devm_* API to manage mapped I/O spaceGeordan Neukum2019-06-031-1/+2
* staging: kpc2000: kpc_spi: remove function kp_spi_bytes_per_word()Geordan Neukum2019-06-031-14/+0
* staging: kpc2000: kpc_spi: remove fifo_depth from kp_spi structGeordan Neukum2019-06-031-1/+0
* staging: kpc2000: kpc_spi: column-align switch and subordinate casesGeordan Neukum2019-06-031-7/+7
* staging: kpc2000: kpc_spi: Remove unnecessary consecutive newlinesGeordan Neukum2019-06-031-13/+0
* staging: kpc2000: replace white spaces with tabs for kpc2000_spi.cMao Wenan2019-05-301-361/+361
* staging: kpc2000: report error status to spi coreMao Wenan2019-05-301-2/+6
* staging: kpc2000: move the spi driver out of its subdirectoryGreg Kroah-Hartman2019-05-211-0/+548