From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Tue, 12 May 2015 09:27:21 +0530 Subject: [U-Boot] [U-Boot PATCH v2 00/17] spi/sf: Cleansup and driver model conversions In-Reply-To: <1431270957-6901-1-git-send-email-jteki@openedev.com> References: <1431270957-6901-1-git-send-email-jteki@openedev.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Siva, On 10 May 2015 at 20:45, Jagan Teki wrote: > No minor updates on code. > > Changes for v2: > - One change suggested from Simon to use dev_get_parent > > thanks! > Jagan. > > Jagan Teki (17): > 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 > spi/sf: Minor cleanups > dm: spi: zynq_spi: Convert to driver model > zynq: Kconfig: Enable dm spi and spi_flash > dts: zynq: Add zynq spi controller nodes > spi: zynq_spi: Add fdt support in driver > dts: zynq: Enable spi1 for zc770_xm010 board > dm: spi: xilinx_spi: Convert to driver model > spi: xilinx_spi: Add asm/io.h include file > spi: Kconfig: Add Zynq QSPI controller entry > spi: Kconfig: Add Zynq SPI controller entry Can you please verify this stuff on zc770 xm010 board. > > arch/arm/Kconfig | 2 + > arch/arm/dts/zynq-7000.dtsi | 26 ++ > arch/arm/dts/zynq-zc770-xm010.dts | 4 + > doc/device-tree-bindings/spi/spi-zynq.txt | 29 ++ > drivers/mtd/spi/sf_internal.h | 18 +- > drivers/spi/Kconfig | 17 + > 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 | 330 +++++++++++++------- > drivers/spi/xilinx_spi.h | 138 --------- > drivers/spi/zynq_spi.c | 312 +++++++++++-------- > include/spi.h | 2 +- > include/spi_flash.h | 10 +- > 18 files changed, 734 insertions(+), 1789 deletions(-) > create mode 100644 doc/device-tree-bindings/spi/spi-zynq.txt > 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 thanks! -- Jagan Teki, Openedev.