[U-Boot] [PATCH 0/3] spi: nds_ae3xx: Rename nds_ae3xx_spi as atcspi200_spi

Andes uboot at andestech.com
Wed Nov 15 08:33:51 UTC 2017


From: Rick Chen <rick at andestech.com>

ATCSPI200 is Andestech SPI IP which is embedded in
AE3XX and AE250 platforms.So rename it as atcspi200
will be more reasonable to be used in different
platforms in the future.


Rick Chen (3):
  spi: nds_ae3xx: Rename nds_ae3xx_spi as atcspi200_spi
  nds32: defconfig: Rename NDS_AE3XX as ATCSPI200
  dt-bindings: spi: Add andestech atcspi200 spi binding doc

 configs/adp-ae3xx_defconfig                    |    2 +-
 doc/device-tree-bindings/spi/spi-atcspi200.txt |   37 ++
 drivers/spi/Kconfig                            |   10 +-
 drivers/spi/Makefile                           |    2 +-
 drivers/spi/atcspi200_spi.c                    |  499 ++++++++++++++++++++++++
 drivers/spi/nds_ae3xx_spi.c                    |  499 ------------------------
 6 files changed, 543 insertions(+), 506 deletions(-)
 create mode 100644 doc/device-tree-bindings/spi/spi-atcspi200.txt
 create mode 100644 drivers/spi/atcspi200_spi.c
 delete mode 100644 drivers/spi/nds_ae3xx_spi.c

-- 
1.7.9.5



More information about the U-Boot mailing list