Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi/bfin_spi: drop bits_per_word from client data

No other SPI controller has this field, and SPI clients should be setting
this up in their own drivers. So drop it from the Blackfin controller to
keep people from using it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Bob Liu <lliubbo@gmail.com>

authored by

Mike Frysinger and committed by
Bob Liu
5d002cce 4936afc6

-1
-1
arch/blackfin/include/asm/bfin5xx_spi.h
··· 77 77 struct bfin5xx_spi_chip { 78 78 u16 ctl_reg; 79 79 u8 enable_dma; 80 - u8 bits_per_word; 81 80 u16 cs_chg_udelay; /* Some devices require 16-bit delays */ 82 81 /* Value to send if no TX value is supplied, usually 0x0 or 0xFFFF */ 83 82 u16 idle_tx_val;