From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932384Ab3AYRJJ (ORCPT ); Fri, 25 Jan 2013 12:09:09 -0500 Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:28755 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757609Ab3AYRJG (ORCPT ); Fri, 25 Jan 2013 12:09:06 -0500 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 50.131.214.131 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19idXhMdLF/b0IIBA2qTA1c Date: Fri, 25 Jan 2013 09:09:03 -0800 From: Tony Lindgren To: Luciano Coelho Cc: linux-wireless@vger.kernel.org, balbi@ti.com, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 5/5] wlcore: move wl12xx_platform_data up and make it truly optional Message-ID: <20130125170903.GZ22517@atomide.com> References: <1358952038-5982-6-git-send-email-coelho@ti.com> <1359108334-18459-1-git-send-email-coelho@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1359108334-18459-1-git-send-email-coelho@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Luciano Coelho [130125 02:09]: > The platform data is used not only by wlcore-based drivers, but also > by wl1251. Move it up in the directory hierarchy to reflect this. > > Additionally, make it truly optional. At the moment, disabling > platform data while wl1251_sdio or wlcore_sdio are enabled doesn't > work, but it will be necessary when device tree support is > implemented. > > Signed-off-by: Luciano Coelho > Reviewed-by: Felipe Balbi > --- > > In v2: > * Fix ti/Makefile > * Modify board_omap3evm.c which was still using the old Kconfig define > > Tony, is it okay if I add this change in the omap3evm board in this > patch and queue it via wireless so that the whole thing is in sync? OK, this should not cause additional merge conflicts: Acked-by: Tony Lindgren