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 8DBD4C197A0 for ; Mon, 20 Nov 2023 14:18:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233413AbjKTOSF (ORCPT ); Mon, 20 Nov 2023 09:18:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46896 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233444AbjKTOSD (ORCPT ); Mon, 20 Nov 2023 09:18:03 -0500 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 89ADC122; Mon, 20 Nov 2023 06:17:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1700489879; x=1732025879; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=B7RCqjrWDo5drKFOH8dltxPhvMHnYEipg2nYYnxlRsk=; b=IysuBBeN5pv1rb6KJ/op2BcNfsOIX555DM8QYQR0+ANw3Z3SIAYwNFwC b4Fyq9ViXEJGztGCaaOGBZIHhJYDI3Z7kkxv4xavX3DwqZXJ+exsSQk4L lJobaA+yesFasdUMtoRz4Ul7/Ab+ya6HjhHKQMhqHbqt7SKbgqQJp2TnJ z8/Mmk92D0j9Y27+UsbAnBoXv8pyNcqTkNZih712743ou9G0D/PUD9p+j XG+9TSGvcIKBMMni7xZNUcBI+YFaV8eLsmQ/uTjZxUu2ZyiHfDk6ce9JZ T9UjNoGUkGe8vp/kHTqfxxWDkcGFoj74mihevFsiiTJ4WNnsRKY/rMXuc Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="10299910" X-IronPort-AV: E=Sophos;i="6.04,214,1695711600"; d="scan'208";a="10299910" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 06:17:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="795480716" X-IronPort-AV: E=Sophos;i="6.04,214,1695711600"; d="scan'208";a="795480716" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga008.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 06:17:45 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1r555q-0000000FZL2-1T36; Mon, 20 Nov 2023 16:17:42 +0200 Date: Mon, 20 Nov 2023 16:17:41 +0200 From: Andy Shevchenko To: Jarkko Nikula Cc: Mario Limonciello , Herbert Xu , Wolfram Sang , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Mika Westerberg , Jan Dabros , Andi Shyti , Philipp Zabel , Hans de Goede Subject: Re: [PATCH v3 10/25] i2c: designware: Unify terminator in device ID tables Message-ID: References: <20231110182304.3894319-1-andriy.shevchenko@linux.intel.com> <20231110182304.3894319-11-andriy.shevchenko@linux.intel.com> <382a9f86-f907-4432-9580-3a1b1b449121@amd.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-kernel@vger.kernel.org On Fri, Nov 17, 2023 at 04:18:13PM +0200, Jarkko Nikula wrote: > On 11/10/23 21:38, Mario Limonciello wrote: > > On 11/10/2023 12:11, Andy Shevchenko wrote: > > > Make the terminator entry look the same in all device ID tables. > > > > > > Signed-off-by: Andy Shevchenko > > Reviewed-by: Mario Limonciello > > Sorry replying twice, wanted to make sure Mario's tag is noted. I am using `b4`, it collects tags from the entire thread (each email from it), so no need to send twice or care about other's tags). > Acked-by: Jarkko Nikula Thank you for the review! -- With Best Regards, Andy Shevchenko