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