From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 073142C237C; Wed, 1 Apr 2026 06:43:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775025822; cv=none; b=iGJcOJxaH5CvhT9PRWAAz6xeOGHuSw6ualxf9SIn+Gu4OVOeLqLwFVgn6sCIIfi/16tiF4z7mPeydlflrhdxCgyHcv41XFuhEofiRo+HcXYXuSJAc7EDenP6fgsdaUYkRZmIVb01HX53mIyZgCs1isr5P/vihQX3CogDLNfoEaI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775025822; c=relaxed/simple; bh=xQfNP3419siynC57eKQ8sUBYE/3sPo5aVFSHN6wPcnY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=m4BOunI1u+5maatJIx6PUra1n3JKwUl9ASAJjiR1WgtupTgscjrm2+DF/xHUGxYe27yp1+S/0XqI4NAxqv6Jtnw/56xsEMo8dHz+WF5+ONIH7zOwhfyz1anPOlV4WHsUvoPngJqTzvn2IHGuWd0rIvppyCBGgvj9qbKclNCFrwc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZgQhyOQU; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZgQhyOQU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 127CDC4CEF7; Wed, 1 Apr 2026 06:43:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775025821; bh=xQfNP3419siynC57eKQ8sUBYE/3sPo5aVFSHN6wPcnY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZgQhyOQUYFWowrJjXkknmsT39PdoceQT6Xi0wlo8N984nyytfXkU76NjCttW2OMb8 XUPhd8SJs01w6t0XstI58merXGMVgveOz4kQhhmuivyHFP0PQJ5kJ0e6w+xqZkSHOr 76MyBBvOkuIYMSDXXPye8KrLluUonfGfan3hIYBTz03/yRxd1AK0hqohnfY4Ydx4Ij /GQPN8cRpxTxAsmY+JxuBl8+gl5hHwu4QiBlumNsil54p9S484D0PKI6CDkR7YYLPo V/sicDBKjQoFiDZ5b89HjBobSr4qILfHhAWrGuwVga8lYniFHahqkBlDIQy1oBl5Av KWigjoqbLQW0A== Date: Wed, 1 Apr 2026 08:43:39 +0200 From: Krzysztof Kozlowski To: Wolfram Sang Cc: linux-renesas-soc@vger.kernel.org, Krzysztof Kozlowski , Marek Vasut , Geert Uytterhoeven , Magnus Damm , Rob Herring , Conor Dooley , devicetree@vger.kernel.org Subject: Re: [PATCH v3 1/3] dt-bindings: soc: renesas: Document MFIS IP core Message-ID: <20260401-great-merry-jerboa-e2934d@quoll> References: <20260331104527.29170-1-wsa+renesas@sang-engineering.com> <20260331104527.29170-2-wsa+renesas@sang-engineering.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260331104527.29170-2-wsa+renesas@sang-engineering.com> On Tue, Mar 31, 2026 at 12:45:23PM +0200, Wolfram Sang wrote: > Document the Renesas Multifunctional Interface (MFIS) as found on the > Renesas R-Car X5H (r8a78000) SoC. MFIS includes features like Mailbox/HW > Spinlock/Product Register/Error Injection/Error Detection and the likes. > Family-compatible values are not introduced here because MFIS is usually > very different per SoC. > > Signed-off-by: Wolfram Sang > --- > Changes since v2: > * added interrupt constraints > * fixed whitespaces in example (Thanks, Krzysztof, for both!) > > .../soc/renesas/renesas,r8a78000-mfis.yaml | 191 ++++++++++++++++++ > .../dt-bindings/soc/renesas,r8a78000-mfis.h | 28 +++ > 2 files changed, 219 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/renesas/renesas,r8a78000-mfis.yaml > create mode 100644 include/dt-bindings/soc/renesas,r8a78000-mfis.h Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof