Re: [U-Boot] [PATCH 017/080] spi: Remove spi_setup_slave_fdt

2017-10-09 Thread Jagan Teki
On Fri, Sep 29, 2017 at 6:21 PM, Mario Six wrote: > A previous patch removed the spi_flash_probe_fdt function, which > contained the last call of the spi_setup_slave_fdt function, which is > now equally obsolete. > > This patch removes the function. > > Signed-off-by: Mario

Re: [U-Boot] [PATCH 017/080] spi: Remove spi_setup_slave_fdt

2017-10-08 Thread Simon Glass
On 29 September 2017 at 06:51, Mario Six wrote: > A previous patch removed the spi_flash_probe_fdt function, which > contained the last call of the spi_setup_slave_fdt function, which is > now equally obsolete. > > This patch removes the function. > > Signed-off-by: Mario Six

[U-Boot] [PATCH 017/080] spi: Remove spi_setup_slave_fdt

2017-09-29 Thread Mario Six
A previous patch removed the spi_flash_probe_fdt function, which contained the last call of the spi_setup_slave_fdt function, which is now equally obsolete. This patch removes the function. Signed-off-by: Mario Six --- drivers/spi/spi-uclass.c | 16