From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 9B92E364E88; Tue, 16 Jun 2026 10:04:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781604246; cv=none; b=UGbgl3vcFIGAdbPRZHcRxcUDSUmq+gGnDepSAmntEuoWCaj3YySxMSZb1ep3lAnKo/Fl6fK2VyfUE0o6NCupUpKa6r+rQ5r05NP30xlG5ZEMYXUlnxQ3k7vI4++nQnb41moVlkxvyQw0YiX5TKpSiivTo3XHsW57Sjz7W9wJ10A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781604246; c=relaxed/simple; bh=HEwFa4w2a6Mj+KrVCMuA+0moVF/uSWn8wowviak+yEY=; h=From:Subject:To:Cc:In-Reply-To:References:Content-Type:Date: Message-Id; b=FcW5FbJ05m+nSgXSIcFtCFM1KuPLuCYwN/fZzUOomJ4T1zVP53N9lrSNmd9eVvUZBd5fV/5d5TEaksNfmtOZGRA76lpd8FprbVCHHB/IbC4bDh31J51xJRaYytD5Opo8C/ywR+hvKt1kbQdBnxci156htBi+1Z5AH3EKVjPyoJQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fK3meKxR; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fK3meKxR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 08FA61F000E9; Tue, 16 Jun 2026 10:04:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781604245; bh=HEwFa4w2a6Mj+KrVCMuA+0moVF/uSWn8wowviak+yEY=; h=From:Subject:Reply-To:To:Cc:In-Reply-To:References:Date; b=fK3meKxRlXccqFHiTx9Z3XHvQzdmjZikrv9MPYV18xiAWoyyeO7tkhTCtuF5sGmm0 jrb0H2KK5COGkAzTCMf7CdFyj/ZBqQMuL3l2DuZ1RPSwWygRmBOlV6OSTxkhll2nFr nBws/ox8QVELXsYstqXeUKjr2p39oN3uFsy4wePanpnxMgDEdfGC71/IOxE+d+6NZs KQWE7s68LzcOHeHP1CnPFVCvyqaLbusxyXJ0Mid1v7dMoNv4gdwl5GTC6Z2tLmiTlL PMo4IreofWajiOSn9kuTh79B6D2V9+1oXgfeREA4OVv9+TUKvRmYm7cfHre2/VQYnI zTjB4uLtoH/dQ== From: sashiko-bot@kernel.org Subject: Re: [PATCH v4 01/12] dt-bindings: i3c: Add mipi-i3c-static-method to support SETAASA Reply-To: sashiko-reviews@lists.linux.dev To: "Akhil R" Cc: linux-hwmon@vger.kernel.org, conor+dt@kernel.org, robh@kernel.org, devicetree@vger.kernel.org, Frank.Li@kernel.org, linux-i3c@lists.infradead.org In-Reply-To: <20260616095429.3947205-2-akhilrajeev@nvidia.com> References: <20260616095429.3947205-2-akhilrajeev@nvidia.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Date: Tue, 16 Jun 2026 10:04:04 +0000 Message-Id: <20260616100405.08FA61F000E9@smtp.kernel.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: > Add the 'mipi-i3c-static-method' property mentioned in the MIPI I3C > Discovery and Configuration Specification [1] to specify which discovery > method an I3C device supports during bus initialization. The property is > a bitmap, where a bit value of 1 indicates support for that method, and 0 > indicates lack of support. >=20 > Bit 0: SETDASA CCC (Direct) > Bit 1: SETAASA CCC (Broadcast) > Bit 2: Other CCC (vendor / standards extension) > All other bits are reserved. >=20 > It is specifically needed when an I3C device requires SETAASA for the > address assignment. SETDASA will be supported by default if this property > is absent, which means for now the property just serves as a flag to > enable SETAASA, but keep the property as a bitmap to align with the > specifications. >=20 > [1] https://www.mipi.org/mipi-disco-for-i3c-download >=20 > Signed-off-by: Akhil R Sashiko has reviewed this patch and found no issues. It looks great! --=20 Sashiko AI review =C2=B7 https://sashiko.dev/#/patchset/20260616095429.3947= 205-1-akhilrajeev@nvidia.com?part=3D1