mbox series

[0/2] Cleanup chip info in spi-dw driver

Message ID 20200416110823.22565-1-cleger@kalray.eu
Headers show
Series Cleanup chip info in spi-dw driver | expand

Message

Clement Leger April 16, 2020, 11:08 a.m. UTC
Some mechanisms have no more user, and as such code paths are unused.
Remove these code paths and associated structs members.

Clement Leger (2):
  spi: dw: remove unused dw_spi_chip handling
  spi: dw: remove cs_control and poll_mode members from chip_data

 drivers/spi/spi-dw.c | 57 +-------------------------------------------
 drivers/spi/spi-dw.h | 12 ----------
 2 files changed, 1 insertion(+), 68 deletions(-)