Re: [PATCH v7 0/6] wlcore: add device-tree support

2015-03-24 Thread Eliad Peller
hi Nikita, On Tue, Mar 24, 2015 at 1:37 PM, Nikita Kiryanov wrote: > Hi Eliad, > > On 03/18/2015 06:38 PM, Eliad Peller wrote: >> >> Add device-tree support to the wlcore (wl12xx/wl18xx) >> driver. >> >> Update the current users to use the bindings instead >> of pdata-quirks. >> >> Finally, remov

Re: [PATCH v7 0/6] wlcore: add device-tree support

2015-03-24 Thread Nikita Kiryanov
Hi Eliad, On 03/18/2015 06:38 PM, Eliad Peller wrote: Add device-tree support to the wlcore (wl12xx/wl18xx) driver. Update the current users to use the bindings instead of pdata-quirks. Finally, remove the deprecated wl12xx_platform_data struct (along with the da850 board file code that still

Re: [PATCH v7 0/6] wlcore: add device-tree support

2015-03-18 Thread Tony Lindgren
* Eliad Peller [150318 09:39]: > Add device-tree support to the wlcore (wl12xx/wl18xx) > driver. > > Update the current users to use the bindings instead > of pdata-quirks. > > Finally, remove the deprecated wl12xx_platform_data > struct (along with the da850 board file code that > still uses it

[PATCH v7 0/6] wlcore: add device-tree support

2015-03-18 Thread Eliad Peller
Add device-tree support to the wlcore (wl12xx/wl18xx) driver. Update the current users to use the bindings instead of pdata-quirks. Finally, remove the deprecated wl12xx_platform_data struct (along with the da850 board file code that still uses it) v7: * rebase (v4.0-rc4) * fix wlcore_spi compil