[spi-devel-general] [PATCH] of/spi: call of_register_spi_devices() from spi core code

2010-07-27 Thread Anatolij Gustschin
Move of_register_spi_devices() call from some drivers to spi_register_master(). Also change the function to use the struct device_node pointer from master spi device instead of passing it as function argument. Since xilinx_spi_of.c and spi_ppc4xx.c drivers do not use spi_register_master(), they

Re: [spi-devel-general] [PATCH] of/spi: call of_register_spi_devices() from spi core code

2010-07-27 Thread Grant Likely
On Tue, Jul 27, 2010 at 7:39 AM, Anatolij Gustschin ag...@denx.de wrote: Move of_register_spi_devices() call from some drivers to spi_register_master(). Also change the function to use the struct device_node pointer from master spi device instead of passing it as function argument. Since