Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3071735imu; Sun, 23 Dec 2018 15:15:29 -0800 (PST) X-Google-Smtp-Source: AFSGD/UA/t3CaSNkD8k7ytPJjxpnGzegixL2DbXu3wZLgHnSIhGYi43Pray2E10vXHJgvAXueXSr X-Received: by 2002:a62:b511:: with SMTP id y17mr11209391pfe.199.1545606929330; Sun, 23 Dec 2018 15:15:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545606929; cv=none; d=google.com; s=arc-20160816; b=0riv/G0JJ6kyjtORU3HoFQPQIJB+O6/tH9EnewnXcs1Bl5u1y2G+N1Iv0xZ2xhdLhk p8UXo2FS1HrBPO/b3vWvSasoVpFpThrvv+2PX+R91+Yz4LMR/+SyqAPzio4Y0J5cSU+K ip2UQ48+9bRv9P6ss9WH/8G1ZBEPBUW+Hf2P0cdkcx1fMrL8dNeql0q01ck+RUPRLZYd y2F4AffeS5CObjFkUB1oEhN0oHigrnA0tbCqqZuoI5kyIHThROxPIzR1FyKcp9zPqc+8 IQB6f8ZZPqZDZyjTQSURBWgyMVG+XyXDfUOtACXxuHxvty/PV1ruaezrvvlWTAQnbn1n 0C/g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:dkim-signature; bh=vqaC5DxnjqwQS3Tdn10yDvy8GxS/ls9nKEb8FM6lkyc=; b=gDKHvNwyvNpF+1dGB1hUTNNwLLLslhuc5+Lra4gWfBEmgFFV4wbPxKSZwnb9y9ZOej oXaLuUKzXa943Q9/fdhqNnhdyu12WJSJ4DEWY7BRhRyODnLvgaKJJhDWdwRW1P2FFGcQ vjYff5fEOKmktiXHJl1cR/N5FgyBgHNFOTs8RvpFmQfQghMq9hK/TVg9wgwR6mheAFEp TPF4lq1UUcGggp/bt/NFLbxMHiWR8p+l5ou0vUb2CrO+uDJ045jIrW6lo9dohtfm26xQ UBugtkruZoSLhcFUtxp+1eHz50qBdqaKLLFckWIW8S/ZWkZc6XCsGTQDCXswf5PxM8ST m2ig== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=J0NrYayK; 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=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h16si25872211pgj.203.2018.12.23.15.15.13; Sun, 23 Dec 2018 15:15:29 -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; dkim=pass header.i=@kernel.org header.s=default header.b=J0NrYayK; 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=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726356AbeLWXNQ (ORCPT + 99 others); Sun, 23 Dec 2018 18:13:16 -0500 Received: from mail.kernel.org ([198.145.29.99]:53764 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725911AbeLWXNQ (ORCPT ); Sun, 23 Dec 2018 18:13:16 -0500 Received: from [192.168.1.25] (unknown [195.142.208.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C55212184D; Sun, 23 Dec 2018 23:13:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1545606795; bh=qE3Rqatxs4Sb9UpsOGX9jphUXDhPhh1LRiAJ3UuhhYg=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=J0NrYayKC794ooh71Dv6snrVTctpM4OC9Z5U9i/AIsEs7YXxASamGQ2QOBDsxGLyh ZAmDv2BemR6juZSGs/xl3hVahbNzOKUwKGI8Ugs97QuIaIF0lp8fMs+X+Q2RVop65h KvRN0j0z5cH9Xe3Hu1sAbN/uXI1KPgcvFCIDiEdg= Subject: Re: [PATCH v2 03/11] vga-switcheroo: make PCI dependency explicit To: Lukas Wunner Cc: "open list:PCI SUBSYSTEM" , Maxime Ripard , David Airlie , open list , "open list:DRM DRIVERS" , ACPI Devel Mailing List , Sean Paul References: <20181222090720.19234-1-okaya@kernel.org> <20181222090720.19234-4-okaya@kernel.org> <20181222164013.2l7etklpxjrrobnm@wunner.de> <20181223171501.4hwqu6wn4jzwrcmn@wunner.de> From: Sinan Kaya Message-ID: <7e3c5fa9-bd21-bb1f-f668-77d55a72d40a@kernel.org> Date: Mon, 24 Dec 2018 02:13:11 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: <20181223171501.4hwqu6wn4jzwrcmn@wunner.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/23/2018 8:15 PM, Lukas Wunner wrote: > On Sun, Dec 23, 2018 at 02:00:15AM +0300, Sinan Kaya wrote: >> On Sat, Dec 22, 2018 at 7:40 PM Lukas Wunner wrote: >>> On Sat, Dec 22, 2018 at 09:07:12AM +0000, Sinan Kaya wrote: >>>> This driver depends on the PCI infrastructure but the dependency has not >>>> been explicitly called out. >>>> >>>> Signed-off-by: Sinan Kaya >>>> Reviewed-by: Lukas Wunner >>> >>> This series doesn't have a cover letter so it's unclear to me through >>> which tree it's supposed to go in? Each patch through the individual >>> subsystem tree or all through the same tree? If the former I guess I >>> could push this to drm-misc... >> >> Feel free to apply individual patches independently. Let me know which >> one you applied so that I can drop them on the next rev. > > I've realized only now that this patch fixes fallout of commit > 5d32a66541c4 ("PCI/ACPI: Allow ACPI to be built without CONFIG_PCI set") > which is part of Rafael's acpi pull for v4.21. > > Usually such fixes go through the same tree as the offending commit, > so I'd expect Raphael to pick up the whole series and forward it to > Linus in the second half of the merge window. I'm not sure if that's > how it'll play out though given the holidays. I'll do follow-up with Rafael. Apologize for not giving the full story. Trying to get pieces out in the middle of vacation as there was a breakage. I didn't have time to polish.