Re: [PATCH 19/20] staging/wilc1000: use more regular probing

2015-11-11 Thread Arnd Bergmann
On Wednesday 11 November 2015 09:54:57 Andy Shevchenko wrote: > > diff --git a/drivers/staging/wilc1000/linux_wlan_common.h > > b/drivers/staging/wilc1000/linux_wlan_common.h > > index f2ea8280b8f8..72b524a98cba 100644 > > --- a/drivers/staging/wilc1000/linux_wlan_common.h > > +++

[PATCH 19/20] staging/wilc1000: use more regular probing

2015-11-10 Thread Arnd Bergmann
So far, my patches tried to do equivalent conversions of the existing code. This one goes beyond that by restructuring how the devices get probed. In particular, the spi driver no longer creates the netdev until the device is probed, and I've removed the global wilc_sdio_func and wilc_spi_dev

Re: [PATCH 19/20] staging/wilc1000: use more regular probing

2015-11-10 Thread Andy Shevchenko
On Wed, Nov 11, 2015 at 1:42 AM, Arnd Bergmann wrote: > So far, my patches tried to do equivalent conversions of the > existing code. This one goes beyond that by restructuring > how the devices get probed. In particular, the spi driver > no longer creates the netdev until the