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 95EDAC4332F for ; Mon, 7 Nov 2022 11:56:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231532AbiKGL4A (ORCPT ); Mon, 7 Nov 2022 06:56:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59384 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230434AbiKGL4A (ORCPT ); Mon, 7 Nov 2022 06:56:00 -0500 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A28FA1A81B for ; Mon, 7 Nov 2022 03:55:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667822159; x=1699358159; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=ACE7QHjE32flWmjdwNqzv0aQUcJClCBnwfrprPvPakA=; b=jx0ta3++It4LL+h1bpzVP0KDbCliPImYpT+oVnJ70cuwsfJprViEeSAc l02XIJPsYVDLInkjFf/jqHVE7iyrOuv6/GY5HfmEzbYbLmCIIT3AjNfc7 TSxxK4qy6PjpRLnjD/qsaLluMbe7wva/9QwAJbYEjIZ5KlEa2hCT+3Euh j3fqy3jdDamy5fkxoMQ/k+KdJAwUjSWfkivVOaWRYiQAQg9qWgjY2QE6g U5iO8ZVVKIggFP1iiLRa1Yz7FeOjRxYCX9XN5rDoQveo52Ztd2HI9bcFJ QOZh2+tLuqyVcGsBqVUoHjqNCkPhQg46NHWbCCEClS2n1suJUrGesMmpT w==; X-IronPort-AV: E=McAfee;i="6500,9779,10523"; a="308015049" X-IronPort-AV: E=Sophos;i="5.96,143,1665471600"; d="scan'208";a="308015049" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2022 03:55:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10523"; a="965124851" X-IronPort-AV: E=Sophos;i="5.96,143,1665471600"; d="scan'208";a="965124851" Received: from mylly.fi.intel.com (HELO [10.237.72.55]) ([10.237.72.55]) by fmsmga005.fm.intel.com with ESMTP; 07 Nov 2022 03:55:57 -0800 Message-ID: Date: Mon, 7 Nov 2022 13:55:56 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0 Thunderbird/102.4.1 Subject: Re: [PATCH v2 00/12] i2c: designware: Slave fixes and generic cleanups Content-Language: en-US To: Andy Shevchenko Cc: linux-i2c@vger.kernel.org, Wolfram Sang , Mika Westerberg , Jan Dabros , Michael Wu , Tian Ye References: <20221102131125.421512-1-jarkko.nikula@linux.intel.com> From: Jarkko Nikula In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On 11/2/22 16:28, Andy Shevchenko wrote: > On Wed, Nov 02, 2022 at 03:11:13PM +0200, Jarkko Nikula wrote: >> Hi >> >> Version 2 of the patchset I sent last week: >> https://www.spinics.net/lists/linux-i2c/msg58933.html >> >> Changes address the comments Andy made and is rebased on top of current >> i2c/for-next. >> >> Luis Oliveira is not Cc'ed since I forgot his address is no longer working. > > All look good to me, > Reviewed-by: Andy Shevchenko > I'll add that to 3rd version where I have fixed the typo in the patch 9/12 and updated 12/12. Jarkko