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 20150C677F1 for ; Wed, 22 Feb 2023 14:17:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231815AbjBVORc (ORCPT ); Wed, 22 Feb 2023 09:17:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59168 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229505AbjBVORa (ORCPT ); Wed, 22 Feb 2023 09:17:30 -0500 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 324473644F; Wed, 22 Feb 2023 06:17:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677075449; x=1708611449; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=83gHjeOPJy/ebwA63jpSgxtLzSZQQNepSc+M+FuDWxU=; b=F3r0ojh/qT/FqCuSz97dwXQrRhpyCv9luSJbPKLCNfH8B3eZuNblZq1U F9/5N9LSchFjZF1vvQFZvCwVgLcoyXHx1bjW79su6kXUfXJyjoHEq//M6 xcu+/ZTvmjxCdT5PvIEow7jWdPY3B3XL7TEuff/H32O4CtUddqACOWhax WnYY4wBjNWUP0bvthdMqWyQPxA38T7lbAZqNWcLlS0ZjWEtPvOV0gqJVf Uw5R1QCK8bFdFd6/rNmJmvsy0r3u9GtaYxiAYbXBlHxToDqIsBDwuUjQJ STvucOvMrqzhJLkayWjeAYHfnPNGTaDjDrwqVnAZv8uyV3HaDFQ6ij3wl w==; X-IronPort-AV: E=McAfee;i="6500,9779,10629"; a="330661306" X-IronPort-AV: E=Sophos;i="5.97,318,1669104000"; d="scan'208";a="330661306" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Feb 2023 06:17:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10629"; a="814948241" X-IronPort-AV: E=Sophos;i="5.97,318,1669104000"; d="scan'208";a="814948241" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga001.fm.intel.com with ESMTP; 22 Feb 2023 06:17:23 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pUpvs-00ARUf-2E; Wed, 22 Feb 2023 16:17:20 +0200 Date: Wed, 22 Feb 2023 16:17:20 +0200 From: Andy Shevchenko To: Tomi Valkeinen Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Wolfram Sang , Luca Ceresoli , Matti Vaittinen , Laurent Pinchart , Mauro Carvalho Chehab , Peter Rosin , Liam Girdwood , Mark Brown , Sakari Ailus , Michael Tretter , Hans Verkuil , Mike Pagano , Krzysztof =?utf-8?Q?Ha=C5=82asa?= , Marek Vasut , Satish Nagireddy Subject: Re: [PATCH v10 0/8] i2c-atr and FPDLink Message-ID: References: <20230222132907.594690-1-tomi.valkeinen@ideasonboard.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 Wed, Feb 22, 2023 at 04:15:50PM +0200, Andy Shevchenko wrote: > On Wed, Feb 22, 2023 at 03:28:59PM +0200, Tomi Valkeinen wrote: > > Hi, > > > > You can find v9 from: > > > > https://lore.kernel.org/all/20230216140747.445477-1-tomi.valkeinen@ideasonboard.com/ > > > > Diff to v9 included below. > > > > Main changes in v10: > > - Switch pre-increments to post-increments > > - Add macros for FPD3_RX_ID lengths > > - Use regmap_bulk_read in 16 bit reg accessors > > Thanks! > I have no more remarks, nice job! > > One thing below to just look at and if you want / have time / chance update. ... > > + ret = regmap_bulk_read(priv->regmap, reg, &__v, 2); > > sizeof() > > ... > > > + ret = regmap_bulk_read(priv->regmap, reg, &__v, 2); > > Ditto. Here is a formal tag for patches 1, 2, 6, 7, and 8 Reviewed-by: Andy Shevchenko -- With Best Regards, Andy Shevchenko