[PATCH v7] wlcore: spi: add wl18xx support

2016-07-18 Thread Eyal Reizer
From: Eyal Reizer Add support for using with both wl12xx and wl18xx. - all wilink family needs special init command for entering wspi mode. extra clock cycles should be sent after the spi init command while the cs pin is high. - Use inverted chip select for sending a dummy 4 bytes command

[PATCH] wlcore: spi: add wl18xx support

2016-03-30 Thread Eyal Reizer
uency = <4800>; reg = <0>; /* chip select 0 on spi0, ie spi0.0 */ interrupt-parent = <&gpio0>; interrupts = <27 IRQ_TYPE_EDGE_RISING>; }; }; Signed-off-by: Eyal Reizer --- drivers/net/wireless/ti/wlcore/s

[PATCH] wlcore: spi: add wl18xx support

2016-03-30 Thread Eyal Reizer
spi-max-frequency = <4800>; reg = <0>; /* chip select 0 on spi0, ie spi0.0 */ interrupt-parent = <&gpio0>; interrupts = <27 IRQ_TYPE_EDGE_RISING>; }; }; Signed-off-by: Eyal Reizer --- drivers/net/w