Received: by 10.223.176.5 with SMTP id f5csp293984wra; Fri, 26 Jan 2018 23:39:36 -0800 (PST) X-Google-Smtp-Source: AH8x224O6/xb+M5ygNg5HDxNofZh303X+vR5xWrPYEqf/RxU/biqdxYj01v07N/3W962wMNrCDup X-Received: by 10.98.82.68 with SMTP id g65mr21446140pfb.212.1517038776361; Fri, 26 Jan 2018 23:39:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517038776; cv=none; d=google.com; s=arc-20160816; b=0Yd5Egt3iuzy6y0vsix1QKPXZgpruWHCOrcuTPXwNAfb26wM33/k50qMikDU6lmwR6 pIW+tr7w4flc2XuoE+gbWZ9PUDW7kFSzjjuMXLd9Zita4008bpDjkC0IROc2EogBLkjM rsq8vusUOtI3tpxoJPDeUVLh3wygJNyDpvabBFvTTZG2pRM2ZaAvPSWx6XN5dmFUyri3 hJevAH00AWl0DkKFBtH+8TQcdxPEjwbLanr3GnttdBWo01cuK0ZXlAdjBvd25YdrXm6E CTsUwTpOOcwcvSyMzb8hyw+IAk7YRgpas+93r4UdLllRKo8PH9A/38SRKiye6+yrXBC0 SS2Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=GiqHxyp7Ekojk8j9qktogexbUAupKvZQMjbO5iJ5Gwo=; b=Rx32szygNc++/vTJ+oOt118fcHiyb4FCM6tgZGQ5wsHQndJTjKRGrAth6tT8zbwCVY VUJ1FJMv6LvUECI5UKvrvL1bztxboAX/b4dLJKY2ZpSGf6ccmCVMXN1rGmJVsCa5d32C qtbA/yIDDorvKuHYZz62VaLHEo49+CxY2hMAF45/P5mEPd8SU1TjhwP4tcJrjMscB3Qo YBnbZxJZz+w/SKObhuaX4J1Oh9QPiHU18/fvG/8bqOpD0+G1U8VeVoqof7Q1Zvv83yZX xr/vvrlObr56uGfhpLENPCnd5WaOEk0SVapYMe/aWVK5D83jMvUjnmdcYbxiz23Ld0g9 KWew== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=podlesie.net Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f22-v6si5079122pli.381.2018.01.26.23.39.21; Fri, 26 Jan 2018 23:39:36 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=podlesie.net Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751981AbeA0Hi7 (ORCPT + 99 others); Sat, 27 Jan 2018 02:38:59 -0500 Received: from shrek-s3.podlesie.net ([85.14.110.209]:42409 "EHLO shrek.podlesie.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751446AbeA0Hi6 (ORCPT ); Sat, 27 Jan 2018 02:38:58 -0500 Received: by shrek.podlesie.net (Postfix, from userid 603) id A0945DE0; Sat, 27 Jan 2018 08:38:56 +0100 (CET) Date: Sat, 27 Jan 2018 08:38:56 +0100 From: Krzysztof Mazur To: Kalle Valo Cc: Michael Buesch , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, James Hogan , Guenter Roeck Subject: Re: [PATCH] ssb: Reenable PCI host on !MIPS Message-ID: <20180127073856.GA14071@shrek.podlesie.net> References: <20180126235849.3177-1-krzysiek@podlesie.net> <87inbnsz4x.fsf@kamboji.qca.qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87inbnsz4x.fsf@kamboji.qca.qualcomm.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jan 27, 2018 at 06:29:18AM +0200, Kalle Valo wrote: > Krzysztof Mazur writes: > > > The commit 58eae1416b804d900014d84feadda7195007cc30 > > ("ssb: Disable PCI host for PCI_DRIVERS_GENERIC") disabled > > CONFIG_SSB_PCIHOST and CONFIG_SSB_B43_PCI_BRIDGE, which are > > required for SSB-based b43 PCI cards, on everything except MIPS > > with PCI_DRIVERS_LEGACY, including x86 (only MIPS defines > > that config option). Reenable it. > > > > Signed-off-by: Krzysztof Mazur > > I have already applied an identical patch but missed the deadline for > final 4.15: > > https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/commit/?id=a9e6d44ddeccd3522670e641f1ed9b068e746ff7 > > That patch will go to 4.16 and from there to 4.15 via the stable tree. Thanks, Krzysiek