From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753468AbbJSJxw (ORCPT ); Mon, 19 Oct 2015 05:53:52 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:52434 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752131AbbJSJxu (ORCPT ); Mon, 19 Oct 2015 05:53:50 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Tony Cho , Rachel Kim , linux-wireless@vger.kernel.org, Chris Park , gregkh@linuxfoundation.org, Stanislav Kholmanskikh , Glen Lee , Johnny Kim , linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Leo Kim Subject: Re: [PATCH] staging/wilc: fix Kconfig dependencies, second try Date: Mon, 19 Oct 2015 11:53:40 +0200 Message-ID: <4095810.4Q9e8Lc4je@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <4253270.hGxaSY0VLA@wuerfel> References: <5446980.8Rmykv9Tt3@wuerfel> <5624A1AF.8080607@atmel.com> <4253270.hGxaSY0VLA@wuerfel> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:iqLlrw03vIMXf1rrP/nmCatFacy5PCkNrNXVnfkS52fgAO7SNsn Pk8FxUkpJTUN9xhdmMNkD0oHi8L2ez2kp2Gvh84Fg3K7mH3RBWEKUkiA9H8I9kIcvOeIuLr yBeIX7KVK4i/ckgTHqhv/EYV//I2lcetvaemWv3KbhfcPzwaeUsSsY2VpSYXnP5Zv6tn59A msYhyu1KAi3o6pvN5h8/w== X-UI-Out-Filterresults: notjunk:1;V01:K0:AzaFefgSZxw=:rkHUrPMptBu62/D4qRRGUh 8vo4oSCy+IJMj/cU0lQ10fSkNZ0wZ7J1tQsI86rhm34cDquqECItEU9dnH5dzLEyl7BGaoNTP rz/bXiqtkyoJhhQKRMw9uzlrIGooQf6d5anvafuKL4bwzyE/T3BXM1OTWloBQ/q0C7skFO3n6 9HBE3W7Q/QgvglMJSYHkuZkE8KJ++0c4hqxChLDTwvBAQeWAsl4dzh5j1RCIgt+CQLV56B4pg G01Lh/8LMv/jl/h7isAOt1Qg93N7WK/ygaiD+I2a7JHbzJ35cAYqyEapFrP5ZeurXn9UzCNeM 2id8/FsiRu5X39cL3H4W1T0f197FtWGPf9/z4cS27ssYn1iqbYoxXqkCxGSO05j2B7FYyGdpT PEThQ048+06VlNBSSBJHMPmVEWTQrsTtyddrI7uf36ORWWpiG4rhoH5fa/cg/zFPkBhOh1D2+ 6tdLpxKDSD2K3COFu8tgRvF32zIsJadT9W0ySX5CY7+yztJiOAKwh76Ui8r3ZC4RVZ/VENRYG Jp52Ov2+rV61DnMiPgnB/fh3o/XNM/Y2FX+NuKaseSmMyMfIwthlwkB0pZju5gwbE5KUjGz0q 8mhO4w2TZJuIKK2P3nF4SRQ73z6ODGXk9kpzwhaq3BZiH1e1QTxR+S1qxCPA6AZSESsjpPome fHId1UtyF6I5UQINl8X0/uVcpZT6ISTw7kxQ7r9nr0s7L+jsOpMZktEsbtDaxk+NiFsVEIkkE l7wCgAgy068K4rxS Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 19 October 2015 11:39:31 Arnd Bergmann wrote: > On Monday 19 October 2015 16:54:23 Tony Cho wrote: > > Hi Arnd Bergmann, > > > > When I apply this patch, I cannot make WILC1000 module (wilc1000.ko) because CONFIG_WILC1000 is y and also I can see some link errors for the cfg80211 APIs. > > > > Can you consider this patch? > > Ah, you are right. I see the same thing now and don't know what caused me > to send the patch in an incomplete state. > > I hope this snippet is the last missing piece: > No, that was not it either, I'll start over to think this through. The real solution of course is to make it possible to load both the SPI and MMC front-ends at the same time and have a common base driver, which I might have to do, in order to clear myself of the shame of sending not one but two incorrect fixes for this problem ;-) Arnd