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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCC0FC433F5 for ; Thu, 29 Sep 2022 09:42:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235002AbiI2Jmd (ORCPT ); Thu, 29 Sep 2022 05:42:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38224 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235315AbiI2JmY (ORCPT ); Thu, 29 Sep 2022 05:42:24 -0400 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F971147CD5; Thu, 29 Sep 2022 02:42:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1664444537; x=1695980537; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=AFDpiHfv11k1IoGhkBSL8RM2unjlVJEPCATh7Ukjlpk=; b=WgGs4R4G/MzGeIKNLqOwq3fHvp6mKq0kBjdgvmH2Z7xYUroKej7Pabiq TkpzVw+P0xKMTt/WwNhbIv/02mAEWzMmfbJ2JDH1iE8QR0IkfkRCFhYrK JX6ZckBLQ9xHiE6BRYsARVLAS9ao4LEb+AQ7Ri8evPfzB1imMxvuZ8q/0 EG0c9NAWXsJ4LsiTpAUTXl1GbJEcaq6U0G11+mMf2UeakLTnUgJvXlyel o4bIpswulfc4BXrXOo6NHUJlbDcQ7EssnWN4X9HV990WbcN5G3KGxo1M9 czs5Ocz1oGtpmrikfNOd2JpptXc2pBPmUj6FSiQvZYXYNPUerFdsdv5M1 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10484"; a="281560951" X-IronPort-AV: E=Sophos;i="5.93,354,1654585200"; d="scan'208";a="281560951" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Sep 2022 02:42:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10484"; a="797490562" X-IronPort-AV: E=Sophos;i="5.93,354,1654585200"; d="scan'208";a="797490562" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga005.jf.intel.com with ESMTP; 29 Sep 2022 02:42:14 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1odq3Z-009Kgx-1w; Thu, 29 Sep 2022 12:42:13 +0300 Date: Thu, 29 Sep 2022 12:42:13 +0300 From: Andy Shevchenko To: Jarkko Nikula Cc: Wolfram Sang , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Mika Westerberg , Jan Dabros Subject: Re: [PATCH v1 1/2] i2c: designware-pci: Group AMD NAVI quirk parts together Message-ID: References: <20220928162116.66724-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On Thu, Sep 29, 2022 at 08:52:15AM +0300, Jarkko Nikula wrote: > On 9/28/22 19:21, Andy Shevchenko wrote: > > The code is ogranazed in a way that all related parts to > > the certain platform quirk go toghether. This is not the > > case for AMD NAVI. Shuffle code to make it happen. > > > Perhaps you want to change ogranazed and toghether? Done in v2, thanks! -- With Best Regards, Andy Shevchenko