summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-spi
AgeCommit message (Expand)AuthorLines
2019-03-25spi: mt7621: Move SPI driver out of stagingStefan Roese-434/+0
2019-02-04staging: mt7621-spi: Clean up comparison to NULLJasminko Dedic-1/+1
2019-02-04staging: spi: mt7621: Remove superfluous pre-declaration of struct mt7621_spiStefan Roese-2/+0
2019-02-04staging: spi: mt7621: Use macros instead of hardcoded valuesStefan Roese-5/+15
2019-02-04staging: spi: mt7621: Sort register definitionsStefan Roese-1/+1
2019-02-04staging: spi: mt7621: Use recommended comment styleStefan Roese-7/+8
2019-02-04staging: spi: mt7621: Minor cosmetic changesStefan Roese-3/+6
2019-02-04staging: spi: mt7621: Remove superfluous SPI_BPW_MASK definitionStefan Roese-2/+0
2019-02-04staging: spi: mt7621: Add return code check on device_reset()Stefan Roese-1/+6
2019-02-04staging: spi: mt7621: Clean up excessive header usageStefan Roese-8/+2
2019-02-04staging: spi: mt7621: Switch to SPDX identifierStefan Roese-4/+1
2018-12-12staging: mt7621-spi: drop support for SPI mode 1/2/3Chuanhong Guo-17/+7
2018-12-12staging: mt7621-spi: drop the broken full-duplex modeChuanhong Guo-106/+17
2018-06-17staging: mt7621-spi: Remove unnecessary braces {} from single statement if bl...Sankalp Negi-2/+1
2018-06-17staging: mt7621-spi: Add a space before open paranthesis.Sankalp Negi-1/+1
2018-06-17staging: mt7621-spi: Use tabs for indentation instead of spaces.Sankalp Negi-1/+1
2018-06-17staging: mt7621-spi: Fix line over 80 characters by refactoring.Sankalp Negi-1/+2
2018-06-17staging: mt7621-spi: Indent case labels and switch at the same level.Sankalp Negi-11/+11
2018-06-17staging: mt7621-spi: revised half-duplex message handlingNeilBrown-67/+98
2018-06-17staging: mt7621-spi: change mt7621_spi_wait_till_ready to take struct mt7621_spiNeilBrown-6/+5
2018-05-06staging: mt7621-spi: remove unused lock.NeilBrown-3/+0
2018-04-23staging: mt7621-spi: Remove redundant owner assignmentChristian Lütke-Stetzkamp-1/+0
2018-03-19staging: mt7621-spi: add mt7621 supportJohn Crispin-0/+501