aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-04-02staging: mt7621-spi: Remove parenthesesNishka Dasgupta1-1/+1
2019-03-21staging: mt7621-spi: Remove references to nonexistent mt7621_spi_opsGeorge Hilliard1-5/+0
2019-02-04staging: mt7621-spi: Clean up comparison to NULLJasminko Dedic1-1/+1
2019-02-04staging: spi: mt7621: Remove superfluous pre-declaration of struct mt7621_spiStefan Roese1-2/+0
2019-02-04staging: spi: mt7621: Use macros instead of hardcoded valuesStefan Roese1-5/+15
2019-02-04staging: spi: mt7621: Sort register definitionsStefan Roese1-1/+1
2019-02-04staging: spi: mt7621: Use recommended comment styleStefan Roese1-7/+8
2019-02-04staging: spi: mt7621: Minor cosmetic changesStefan Roese1-3/+6
2019-02-04staging: spi: mt7621: Remove superfluous SPI_BPW_MASK definitionStefan Roese1-2/+0
2019-02-04staging: spi: mt7621: Add return code check on device_reset()Stefan Roese1-1/+6
2019-02-04staging: spi: mt7621: Clean up excessive header usageStefan Roese1-8/+2
2019-02-04staging: spi: mt7621: Switch to SPDX identifierStefan Roese1-4/+1
2018-12-12staging: mt7621-spi: drop support for SPI mode 1/2/3Chuanhong Guo1-17/+7
2018-12-12staging: mt7621-spi: drop the broken full-duplex modeChuanhong Guo1-106/+17
2018-06-17staging: mt7621-spi: Remove unnecessary braces {} from single statement if block.Sankalp Negi1-2/+1
2018-06-17staging: mt7621-spi: Add a space before open paranthesis.Sankalp Negi1-1/+1
2018-06-17staging: mt7621-spi: Use tabs for indentation instead of spaces.Sankalp Negi1-1/+1
2018-06-17staging: mt7621-spi: Fix line over 80 characters by refactoring.Sankalp Negi1-1/+2
2018-06-17staging: mt7621-spi: Indent case labels and switch at the same level.Sankalp Negi1-11/+11
2018-06-17staging: mt7621-spi: revised half-duplex message handlingNeilBrown1-67/+98
2018-06-17staging: mt7621-spi: change mt7621_spi_wait_till_ready to take struct mt7621_spiNeilBrown1-6/+5
2018-05-06staging: mt7621-spi: remove unused lock.NeilBrown1-3/+0
2018-04-23staging: mt7621-spi: Remove redundant owner assignmentChristian Lütke-Stetzkamp1-1/+0
2018-03-19staging: mt7621-spi: add mt7621 supportJohn Crispin4-0/+501