From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2D0E53469E0; Thu, 18 Dec 2025 10:20:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766053208; cv=none; b=sgUe/mUnGNxnip1ACBLiNkZlLOLoWkSFGzvFq+vGcrO53ccobUqzPLvBSo76vaM9EIhrfVmbqSfq2ynsGb43VQEq3Lb73yvzWm9k5pthF90h/kut0O/M4Qcq1dRh75mpjBzdlw97ywqXjMK0m+LdhzidbKIl1AkD9oeidvtBIOM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766053208; c=relaxed/simple; bh=d50Px/qfr+PrzgR0I8JX0AmIlDh1UVS8W8GyqkC6p9s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YfBs0Hu0dboHckT4xXdA8HExLliF9tEONdCMei7zhcDuQq9/4kpAWREaOJtMKDSL5wms+cZLJrB8JgzLxgaP+WF/qxJKJBgCm3L/+/YX9eaueTvO27AKxUTuxZBagvWi8pWg6krAAvg93vlu2/y4tkEDjigQl4p5+nTttQryoso= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=Gljlr9qD; arc=none smtp.client-ip=185.171.202.116 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="Gljlr9qD" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id B5140C1A5AC; Thu, 18 Dec 2025 10:10:04 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 4FAC9606B6; Thu, 18 Dec 2025 10:10:29 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 3913E102F0B35; Thu, 18 Dec 2025 11:10:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1766052628; h=from:subject:date:message-id:to:cc:mime-version:content-type: in-reply-to:references; bh=aO3u3ejVDuiMShV21LEf8qEp3E0KkHu3ersORiBehYo=; b=Gljlr9qDSS1/Gj4pw5zXrFzy1YL53sD3GN1zjdWZjbGON7nln+uq/9x/2PpstZcxSrQuR1 3dnOrS0pBZaf3eg8tgbsv/begC9SAbs4lplOOY9uOAqsLP7+9d1HsFe6771y7BLPwJFZkn a/4OMdYCRBemi+S6g0tINiOJutdcrtBGUWJy33bBZASENhXnWvaqkrriXNjfzmHdvlzxs5 yCckCm6VciJKjrIBhsHmABBIJ+84V0bUNbt1NKnH1J5J/ra1g9J5oWDyCFJUp47xm1OeNs v+uzDWcDm6jwem6XE0h2vycLVqofp7iahE05saicu4FG3IWB98rWtJ7e77xD1A== Date: Thu, 18 Dec 2025 11:10:21 +0100 From: Alexandre Belloni To: Jonathan Cameron Cc: Frank Li , Miquel Raynal , David Lechner , Nuno =?iso-8859-1?Q?S=E1?= , Andy Shevchenko , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-i3c@lists.infradead.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-iio@vger.kernel.org, joshua.yeong@starfivetech.com, devicetree@vger.kernel.org, linux@roeck-us.net, Carlos Song , Adrian Fluturel , Andy Shevchenko Subject: Re: [PATCH v11 6/6] iio: magnetometer: Add mmc5633 sensor Message-ID: <202512181010210ddb2a03@mail.local> References: <20251106-i3c_ddr-v11-0-33a6a66ed095@nxp.com> <20251106-i3c_ddr-v11-6-33a6a66ed095@nxp.com> <20251109135728.223d3857@jic23-huawei> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251109135728.223d3857@jic23-huawei> X-Last-TLS-Session-Version: TLSv1.3 On 09/11/2025 13:57:28+0000, Jonathan Cameron wrote: > On Thu, 06 Nov 2025 12:36:05 -0500 > Frank Li wrote: > > > Add mmc5633 sensor basic support. > > - Support read 20 bits X/Y/Z magnetic. > > - Support I3C HDR mode to send start measurememt command. > > - Support I3C HDR mode to read all sensors data by one command. > > > > Co-developed-by: Carlos Song > > Signed-off-by: Carlos Song > > Co-developed-by: Adrian Fluturel > > Signed-off-by: Adrian Fluturel > > Reviewed-by: Andy Shevchenko > > Signed-off-by: Frank Li > > --- > > change in v11 > > - add andy shevchenak's reviewed by tag > > - use unsigned int for regmap > > - compact mmc5633_read_avail arg list to few lines > > - move check condition to one line for read_poll_timeout() > > - leave i3c_xfer as size 1 array to align existed code style in kernel > > tree, git grep -r i3c_priv_xfer drivers/, leave to jonathan to do decide. > I don't feel strongly either way, so fine with just having it as > you have it here. > > I'm assuming there will either be an immutable branch that I can > pick up to get the i3c changes, or that we'll split this across cycles > (so i3c bit goes in this cycle, driver next). > > So I'll keep an eye open for how that part merges if everyone is happy > with it. Feel free to poke me if I look like I missed it. I guess you have seen the resend by now but I took the i3c patches quite late in the previous cycle so I didn't bother creating an immutable branch. Feel free to review and apply v12 when you have time. -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com