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.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS 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 3FDF9C43444 for ; Wed, 2 Jan 2019 16:34:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0FD3D21901 for ; Wed, 2 Jan 2019 16:34:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730445AbfABQe4 (ORCPT ); Wed, 2 Jan 2019 11:34:56 -0500 Received: from mga03.intel.com ([134.134.136.65]:38206 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730430AbfABQe4 (ORCPT ); Wed, 2 Jan 2019 11:34:56 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jan 2019 08:34:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,431,1539673200"; d="scan'208";a="263883720" Received: from hhle4-mobl.amr.corp.intel.com (HELO [10.251.30.52]) ([10.251.30.52]) by orsmga004.jf.intel.com with ESMTP; 02 Jan 2019 08:34:54 -0800 Subject: Re: [alsa-devel] [PATCH v4 08/11] ASoC: Intel: atom: Make PCI dependency explicit To: Sinan Kaya Cc: "moderated list:INTEL ASoC DRIVERS" , open list , Jie Yang , Takashi Iwai , Liam Girdwood , ACPI Devel Mailing List , Mark Brown , Linux Next Mailing List References: <20181230195612.6657-1-okaya@kernel.org> <20181230195612.6657-9-okaya@kernel.org> <20181231174654.GH1846@sirena.org.uk> <20181231193017.GN1846@sirena.org.uk> <765ab3a1-f1f1-3b29-aabb-0f3328abd631@linux.intel.com> From: Pierre-Louis Bossart Message-ID: <30fa73b0-33e0-29ed-3d80-f2365b7cd88c@linux.intel.com> Date: Wed, 2 Jan 2019 10:34:54 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Please check out this tag next-20181224 and apply the patches afterwards. Thanks, will do. I think this patchset will uncover additional inconsistencies, e.g. for legacy Haswell/Broadwell/Baytrail the machine drivers depend on X86_INTEL_LPSS, which depends in turn on PCI, but the platform drivers only depend on ACPI, so there is a risk of creating a config that makes no sense (or should only be used for COMPILE_TEST)