[U-Boot] [U-Boot PATCH 0/8] spi: Driver cleanup series

Jagannadha Sutradharudu Teki jagannadh.teki at gmail.com
Tue Apr 21 20:26:54 CEST 2015


Driver cleanup series list
- Minor code cleanups - tab space, comments etc
- Zapping unneeded drivers
- Moving header code into driver .c files for easy accessing
- Arranged the driver code format to [1] for more readable
  [1] http://lists.denx.de/pipermail/u-boot/2013-August/160473.html

thanks!
--
Jagan.

Jagannadha Sutradharudu Teki (8):
  sf: Adjust tab space's
  spi: Zap andes_spi driver
  spi: Zap ftssp010_spi driver
  spi: Zap oc_tiny_spi driver
  spi: xilinx_spi: Move header code to driver
  spi: xilinx_spi: Driver clean-up
  spi: davinci_spi: Move header code to driver
  spi: davinci_spi: Driver cleanup

 drivers/mtd/spi/sf_internal.h |  20 +-
 drivers/spi/Makefile          |   3 -
 drivers/spi/andes_spi.c       | 284 ------------------------
 drivers/spi/andes_spi.h       | 115 ----------
 drivers/spi/davinci_spi.c     | 369 ++++++++++++++++++++-----------
 drivers/spi/davinci_spi.h     | 121 ----------
 drivers/spi/ftssp010_spi.c    | 498 ------------------------------------------
 drivers/spi/oc_tiny_spi.c     | 245 ---------------------
 drivers/spi/xilinx_spi.c      | 153 +++++++++----
 drivers/spi/xilinx_spi.h      | 138 ------------
 include/spi.h                 |  12 +-
 include/spi_flash.h           |   8 +-
 12 files changed, 367 insertions(+), 1599 deletions(-)
 delete mode 100644 drivers/spi/andes_spi.c
 delete mode 100644 drivers/spi/andes_spi.h
 delete mode 100644 drivers/spi/davinci_spi.h
 delete mode 100644 drivers/spi/ftssp010_spi.c
 delete mode 100644 drivers/spi/oc_tiny_spi.c
 delete mode 100644 drivers/spi/xilinx_spi.h

-- 
1.9.1



More information about the U-Boot mailing list