[U-Boot] [RESEND PATCH v2 2/8] spi: Remove obsolete spi_base_setup_slave_fdt

2018-01-15 Thread Mario Six
0efc024 ("spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT node") added a helper function spi_base_setup_slave_fdt to to set up a SPI slave from a given FDT blob. The only user was the exynos SPI driver. But commit 73186c9 ("dm: exynos: Convert SPI to driver model") removed the use of thi

Re: [U-Boot] [RESEND PATCH v2 2/8] spi: Remove obsolete spi_base_setup_slave_fdt

2018-01-21 Thread Jagan Teki
On Mon, Jan 15, 2018 at 3:38 PM, Mario Six wrote: > 0efc024 ("spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT > node") added a helper function spi_base_setup_slave_fdt to to set up a > SPI slave from a given FDT blob. The only user was the exynos SPI > driver. > > But commit 73186c9 ("dm