OSDN Git Service

staging: mt7621-spi: add mt7621 support
authorJohn Crispin <blogic@openwrt.org>
Wed, 14 Mar 2018 20:22:35 +0000 (07:22 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Mar 2018 18:56:02 +0000 (19:56 +0100)
commit1ab7f2a43558b3fbc6bfbb8fd289dd34b1e0ef82
treec32ee338abfe4864fbf0b1fc15a8f3f9fe89d513
parent16e556aa104c306958e10165d6da4ab1be4befc8
staging: mt7621-spi: add mt7621 support

NeilBrown:
    The code will fail with a warning if asked to transfer
    more than 32 bytes at a time.  So used max_transfer_size
    interface to tell users about this.

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/mt7621-spi/Kconfig [new file with mode: 0644]
drivers/staging/mt7621-spi/Makefile [new file with mode: 0644]
drivers/staging/mt7621-spi/TODO [new file with mode: 0644]
drivers/staging/mt7621-spi/spi-mt7621.c [new file with mode: 0644]