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 2A14AC433EF for ; Fri, 8 Jul 2022 11:56:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238185AbiGHL4i convert rfc822-to-8bit (ORCPT ); Fri, 8 Jul 2022 07:56:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238162AbiGHL4f (ORCPT ); Fri, 8 Jul 2022 07:56:35 -0400 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 964E09A6B9 for ; Fri, 8 Jul 2022 04:56:34 -0700 (PDT) Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o9mac-0004SH-AX; Fri, 08 Jul 2022 13:56:06 +0200 Received: from [2a0a:edc0:0:900:1d::4e] (helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1o9maV-00594R-9U; Fri, 08 Jul 2022 13:56:02 +0200 Received: from pza by lupine with local (Exim 4.94.2) (envelope-from ) id 1o9maY-0007je-2Q; Fri, 08 Jul 2022 13:56:02 +0200 Message-ID: <165cf7fa3ca88f195828648aa2a680c7b3b7c0c5.camel@pengutronix.de> Subject: Re: [PATCH v4 2/2] i2c: Add Renesas RZ/V2M controller From: Philipp Zabel To: Phil Edworthy Cc: Wolfram Sang , Andy Shevchenko , Jarkko Nikula , Krzysztof Kozlowski , Sam Protsenko , Rob Herring , Sven Peter , Jan Dabros , Lukas Bulwahn , Tyrone Ting , Arnd Bergmann , Olof Johansson , Biju Das , Geert Uytterhoeven , linux-i2c@vger.kernel.org, linux-renesas-soc@vger.kernel.org Date: Fri, 08 Jul 2022 13:56:01 +0200 In-Reply-To: <20220708100350.12523-3-phil.edworthy@renesas.com> References: <20220708100350.12523-1-phil.edworthy@renesas.com> <20220708100350.12523-3-phil.edworthy@renesas.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-i2c@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org On Fr, 2022-07-08 at 11:03 +0100, Phil Edworthy wrote: > Yet another i2c controller from Renesas that is found on the RZ/V2M > (r9a09g011) SoC. It can support only 100kHz and 400KHz operation. > > Signed-off-by: Phil Edworthy > Reviewed-by: Biju Das Reviewed-by: Philipp Zabel for the reset handling. regards Philipp