From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE499C43612 for ; Tue, 25 Dec 2018 13:33:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A41922229E for ; Tue, 25 Dec 2018 13:33:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1545744837; bh=j5nUKZW4Zuf5jlhdElcyjPJnMlLaOlu/C4IPsUzEhwg=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=KsFOwg9Rv3CpR+ngd9VXw/ZRjRz5tW6iU3MAOxULIvcWovy3VhGd4QOSnIqQ99c0i go0hnR4QkGugZwY+Khtg1BGIUjtJfleAewN/e1JxT5bFF0d3vCRWsnPxLydxdWkRzt 3N/4o7AQTDs2hyMjYJ2J0t8GhiTZShYHZvRkC9NU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725907AbeLYNd4 (ORCPT ); Tue, 25 Dec 2018 08:33:56 -0500 Received: from mail.kernel.org ([198.145.29.99]:36126 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725851AbeLYNd4 (ORCPT ); Tue, 25 Dec 2018 08:33:56 -0500 Received: from mail-oi1-f179.google.com (mail-oi1-f179.google.com [209.85.167.179]) (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 7A4E52229E; Tue, 25 Dec 2018 13:33:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1545744835; bh=j5nUKZW4Zuf5jlhdElcyjPJnMlLaOlu/C4IPsUzEhwg=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=qGmHRTYuLIATHBBBMY8039gt+Ja6GJIlBeF958ZLBbNT0A7lJqJqgTPDns0UfIDuv NWKqdyeANrsexs+ot4lT/boGmh/l8oF1RRfFHtR+akzJ24WA/H1tvsCi1fj04eb+0s lCd21rLRgC4C8gD7YH89yKyI9B575RBsMV/Dxrhc= Received: by mail-oi1-f179.google.com with SMTP id c206so11500796oib.0; Tue, 25 Dec 2018 05:33:55 -0800 (PST) X-Gm-Message-State: AA+aEWbjVuDbCGU6yhuZejT82MpTNTaLX2ERGcnNkdxHjWDvo+Sq2bFa MQKC9EpzFcJ2Q16d6gm0TW0ty5jVAxrWKu2Jdc4= X-Google-Smtp-Source: AFSGD/XVv17Lm+ig99BwA9BZJIRolyNMaAfyalz1JoGWOpwhtHDis5stqhNaogwPTLXLtvt6AdHeZgGKdSAHjeDnqMM= X-Received: by 2002:aca:c186:: with SMTP id r128mr10979240oif.52.1545744834780; Tue, 25 Dec 2018 05:33:54 -0800 (PST) MIME-Version: 1.0 References: <20181222001452.7474-1-okaya@kernel.org> <20181222001452.7474-7-okaya@kernel.org> <20181222080317.qicyihyauia6n63w@wunner.de> In-Reply-To: From: Sinan Kaya Date: Tue, 25 Dec 2018 16:33:43 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v1 06/11] platform/x86: apple-gmux: hide PCI specific code To: Andy Shevchenko Cc: Lukas Wunner , "linux-pci@vger.kernel.org" , "linux-acpi@vger.kernel.org" , Darren Hart , Andy Shevchenko , "platform-driver-x86@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 24, 2018 at 5:05 AM Andy Shevchenko wrote: > > > > On Saturday, December 22, 2018, Lukas Wunner wrote: >> >> On Sat, Dec 22, 2018 at 12:14:47AM +0000, Sinan Kaya wrote: >> > Code is scanning PCI bus to find out if it is switchable or not. If >> > CONFIG_PCI is not set, assume unswitchable. >> > >> >> You can also drop the "platform/x86: " prefix from the subject if you >> like, all previous commits to this driver just use "apple-gmux: ". >> >> If you are okay with these changes, feel free to add my Reviewed-by >> when respinning. >> > I'm not okay with dropping prefix. You can but may not, please, remove the prefix. > You mean 'keep the prefix' above, right? What is the consensus? > > -- > With Best Regards, > Andy Shevchenko > >