[PATCH v3 2/3] wlcore/wl12xx: spi: add device tree support

Rob Herring robh at kernel.org
Tue Dec 29 10:34:09 PST 2015


On Mon, Dec 28, 2015 at 02:02:18PM +0200, Uri Mashiach wrote:
> Add DT support for the wl1271 SPI WiFi.
> 
> Add documentation file for the wl1271 SPI WiFi.
> 
> Signed-off-by: Uri Mashiach <uri.mashiach at compulab.co.il>
> Acked-by: Igor Grinberg <grinberg at compulab.co.il>
> ---
> v1 -> v2: update interrupt documentation.
>           replace interrupts and interrupt-parent with interrupts-extended.

Why? interrupts-extended is really just for cases with 2 interrupt 
parents.

> 	  IRQ parameters retrieved from spi_device instead of DT.
> 	  remove redundant #ifdef CONFIG_OF
> v2 -> v3: Add MODULE_DEVICE_TABLE.
>           Remove #ifdef CONFIG_OF.
> 	  Make the Kconfig symbol to depend on OF.
> 	  Replace irqd_get_trigger_type() with irq_get_trigger_type().
> 
>  .../bindings/net/wireless/ti,wlcore,spi.txt        | 34 ++++++++++++++++

In any case:

Acked-by: Rob Herring <robh at kernel.org>

>  drivers/net/wireless/ti/wlcore/Kconfig             |  2 +-
>  drivers/net/wireless/ti/wlcore/spi.c               | 47 ++++++++++++++++++++--
>  3 files changed, 78 insertions(+), 5 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/net/wireless/ti,wlcore,spi.txt



More information about the linux-arm-kernel mailing list