Return-path: Received: from mail-ie0-f173.google.com ([209.85.223.173]:33471 "EHLO mail-ie0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932610AbbCXTYU (ORCPT ); Tue, 24 Mar 2015 15:24:20 -0400 MIME-Version: 1.0 In-Reply-To: <55114C85.60703@compulab.co.il> References: <1426696710-6891-1-git-send-email-eliad@wizery.com> <55114C85.60703@compulab.co.il> Date: Tue, 24 Mar 2015 21:24:19 +0200 Message-ID: (sfid-20150324_202425_981211_5D22D578) Subject: Re: [PATCH v7 0/6] wlcore: add device-tree support From: Eliad Peller To: Nikita Kiryanov Cc: "linux-wireless@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Mark Rutland , Arnd Bergmann , Pawel Moll , Ian Campbell , Tony Lindgren , Sekhar Nori , Enric Balletbo i Serra , Rob Herring , =?UTF-8?Q?Beno=C3=AEt_Cousson?= , Kumar Gala , Kevin Hilman , Javier Martinez Canillas Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: 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, remove the deprecated wl12xx_platform_data >> struct (along with the da850 board file code that >> still uses it) > > > Tested-by: Nikita Kiryanov > Tested on am437x-gp-evm with WL1835MODCOM8B > thanks for testing it! Eliad.