Re: [U-Boot] [PATCH 016/080] spi: Remove spi_flash_probe_fdt

2017-10-09 Thread Jagan Teki
On Fri, Sep 29, 2017 at 6:21 PM, Mario Six wrote: > Commit ba45756 ("dm: x86: spi: Convert ICH SPI driver to driver model") > removed the last usage of the spi_flash_probe_fdt function, rendering it > obsolete. > > This patch removes the function. > > Signed-off-by: Mario Six

Re: [U-Boot] [PATCH 016/080] spi: Remove spi_flash_probe_fdt

2017-10-08 Thread Simon Glass
On 29 September 2017 at 06:51, Mario Six wrote: > Commit ba45756 ("dm: x86: spi: Convert ICH SPI driver to driver model") > removed the last usage of the spi_flash_probe_fdt function, rendering it > obsolete. > > This patch removes the function. > > Signed-off-by: Mario Six

[U-Boot] [PATCH 016/080] spi: Remove spi_flash_probe_fdt

2017-09-29 Thread Mario Six
Commit ba45756 ("dm: x86: spi: Convert ICH SPI driver to driver model") removed the last usage of the spi_flash_probe_fdt function, rendering it obsolete. This patch removes the function. Signed-off-by: Mario Six --- drivers/mtd/spi/sf_probe.c | 13 -