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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7484C433EF for ; Mon, 18 Oct 2021 10:51:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AB23460FC3 for ; Mon, 18 Oct 2021 10:51:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229581AbhJRKxM (ORCPT ); Mon, 18 Oct 2021 06:53:12 -0400 Received: from mga12.intel.com ([192.55.52.136]:3537 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229473AbhJRKxM (ORCPT ); Mon, 18 Oct 2021 06:53:12 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10140"; a="208325560" X-IronPort-AV: E=Sophos;i="5.85,381,1624345200"; d="scan'208";a="208325560" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Oct 2021 03:51:00 -0700 X-IronPort-AV: E=Sophos;i="5.85,381,1624345200"; d="scan'208";a="593765811" Received: from smile.fi.intel.com (HELO smile) ([10.237.72.159]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Oct 2021 03:50:58 -0700 Received: from andy by smile with local (Exim 4.95) (envelope-from ) id 1mcQE4-0001tj-8l; Mon, 18 Oct 2021 13:50:40 +0300 Date: Mon, 18 Oct 2021 13:50:40 +0300 From: Andy Shevchenko To: Hans de Goede Cc: Tsuchiya Yuto , "Rafael J. Wysocki" , Len Brown , Andy Shevchenko , Mika Westerberg , ACPI Devel Maling List , Linux Kernel Mailing List Subject: Re: [RFC PATCH 1/1] ACPI / PMIC: Add i2c address to intel_pmic_bytcrc driver Message-ID: References: <20211017161523.43801-1-kitakar@gmail.com> <20211017161523.43801-2-kitakar@gmail.com> <3e6428f1-9411-fac6-9172-1dfe6de58c28@redhat.com> <3c9d4f9b-26c2-a135-eb2e-67963aa0bc0b@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3c9d4f9b-26c2-a135-eb2e-67963aa0bc0b@redhat.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Mon, Oct 18, 2021 at 12:38:51PM +0200, Hans de Goede wrote: > On 10/18/21 12:31, Andy Shevchenko wrote: ... > We already have helpers for this defined in: > > sound/soc/intel/common/soc-intel-quirks.h > > We could move those to some header under include, maybe: > > include/linux/platform_data/x86/atom.h > > And add #ifdef-ery there so that things will also build on > non x86 ? But it seems the above mentioned header has the stubs! -- With Best Regards, Andy Shevchenko