Re: [PATCH 01/10] spi: sh-msiof: Fix SPI bus population from DT

2014-02-22 Thread Mark Brown
On Thu, Feb 20, 2014 at 03:43:00PM +0100, Geert Uytterhoeven wrote: > From: Geert Uytterhoeven > > DT doesn't instantiate SPI children if spi_master.dev.of_node is not set up > properly. Applied, thanks. signature.asc Description: Digital signature

[PATCH 01/10] spi: sh-msiof: Fix SPI bus population from DT

2014-02-20 Thread Geert Uytterhoeven
From: Geert Uytterhoeven DT doesn't instantiate SPI children if spi_master.dev.of_node is not set up properly. Signed-off-by: Geert Uytterhoeven Cc: devicet...@vger.kernel.org --- drivers/spi/spi-sh-msiof.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/spi-sh-msiof.c b/dri