Received: by 2002:ac0:b08d:0:0:0:0:0 with SMTP id l13csp2360337imc; Sat, 23 Feb 2019 01:33:57 -0800 (PST) X-Google-Smtp-Source: AHgI3IZ4PusflIcjUPh9mtG/mWcu+E15/QDOJv52cEnGpriaZfnGFvJhcK2jUEX5sZD90JtFsp9a X-Received: by 2002:a17:902:b709:: with SMTP id d9mr8629308pls.83.1550914437530; Sat, 23 Feb 2019 01:33:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550914437; cv=none; d=google.com; s=arc-20160816; b=QzJStuA7fkip0CgSRuOo2eQuUQmX7I6VP/w6Ld/jljCnepdAKIoIWc0xbD42BzNlF3 fOLgoIlC9I8j1lJ6QkR4xZnc7LaZNkrGv7inkZeN+LPm3j7MdktQDsq5d2BvMLXj+UxE 4uBMUl7mklDxb24WyWqtUJwzT2PhMtNa6upf2r0ntYeKz9eMDmSp2v74vXIejPPaTUry 3pBeQSU0M5VH7WG93ggJt0mZatuRgIElHGFY5PyiTcvJk9R99sgIEo5TtkgzZD6abbTC kyY6GPu6UAsiq/yE8L3/k2djInEjS2SPynI8EO3gBlg9gC+NYZsIcO47Os+bhs0PbyD4 0rXg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=4TFvOgFAsbdmb1K3GN/mE19WMiD+LAmMj0IJkoEtrK0=; b=tq3WTNvSsEXm2XZHWNhz7q6MA0o+vD//m5wiHEtwa49mkEaBdqF3qjpLm/NDLCquS/ LB5YVbjypdQUouuU9fTcIX9aVdcKl6rUJnpL+Z5ctj3bOBu8uYGZqU48Y/sRJduS8O/a Qf2opaurCcrjBz2icy8+myR8+94/zXxLPKHTyx0NQlexN6+cK8awzt5Kca3q0Dv6x/5w fs01Z6QcW7wfkd75rW8HuPLMw5suuQ04m7KbDZsg2sj7bFQs5R3K0Bn3yGaeOvVv+fQf dVQ3HTYrgT1Ps5yf6dRCvxhjA51doCzP2Kbo8frxrCtFOosS3yMqYbTY/GpG/Tg6Jxmj K47w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 18si3304558pgb.383.2019.02.23.01.33.41; Sat, 23 Feb 2019 01:33:57 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726543AbfBWJcK (ORCPT + 99 others); Sat, 23 Feb 2019 04:32:10 -0500 Received: from sauhun.de ([88.99.104.3]:53562 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725820AbfBWJcK (ORCPT ); Sat, 23 Feb 2019 04:32:10 -0500 Received: from localhost (p57BC9845.dip0.t-ipconnect.de [87.188.152.69]) by pokefinder.org (Postfix) with ESMTPSA id BC7312C3312; Sat, 23 Feb 2019 10:32:07 +0100 (CET) Date: Sat, 23 Feb 2019 10:32:07 +0100 From: Wolfram Sang To: Gareth Williams Cc: Rob Herring , Mark Rutland , Alexandre Belloni , Jarkko Nikula , Andy Shevchenko , Mika Westerberg , devicetree@vger.kernel.org, linux-i2c@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Phil Edworthy Subject: Re: [PATCH v4 0/2] i2c: designware: Add support for a bus clock Message-ID: <20190223093207.GC1018@kunai> References: <1550765459-14519-1-git-send-email-gareth.williams.jx@renesas.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="mvpLiMfbWzRoNl4x" Content-Disposition: inline In-Reply-To: <1550765459-14519-1-git-send-email-gareth.williams.jx@renesas.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --mvpLiMfbWzRoNl4x Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 21, 2019 at 04:10:57PM +0000, Gareth Williams wrote: > The Synopsys I2C Controller has a peripheral clock that some SoCs=20 > require to access the registers. This series also details the new clock > property in the bindings documentation. Your SoB is missing for patch 1. And besides my ack, I'd still like some feedback from the actual driver maintainers. --mvpLiMfbWzRoNl4x Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAlxxExcACgkQFA3kzBSg Kbbf4g//TujUaeMwqhkaKlx4ZBmDq4MuNjaJkLFxuwd6+UM/aLM4g81XAUhNIF8f Rj0fDiMgsxOGmxlq668hN8vayZen0fcCYM2yAhjfMstIhALWF10x8ckupGd82YMm BAJ1eigAf02PO9Af/JDPlAdGHmoCQ6bkbawB7QFlfTqkaBrPJPOjdL2V0kO+Orh8 jhuuZLr2X2IdmYzx+egDvL7AWDypuruwonJTFpw5reosqKPmRzH6IZJ4w+iFo2G6 8bjSvpoyyci83TTaLFuhMcxvVH/42Izq7vHq9uRIgJakcr7TSitOPhx3Pl+Y8PLL /rJYSt1jwozxMA1dIbB3thjF/hW8qe7KgZByKd46ax3P5iikKoYlkWal5CW+OIEI D1TKycw9tXGlcVGKHJK+kVmOOOihp7gD5cNmg4bqULiYe+sEAzVhVTY+xzkL3eM5 vBtRRB5TdZeDNJ0kDZbXLlJgPJSnTgYZpbMsRPy40w7WLj5mw7/Zg6xBul3sYiu8 cYdq8jHGhavXhgOWeJN23hYdF3ly/SLSMfoswbRWBZ3zzCSjrKu1+8tRfVvGS+Gh HzTuDa09MgX50JwsNw+XSzPugZWDFrEG1l9rS7yuR6e31b6bHxVKZjsky8i8u68F AJZYZS7V5lIUgE8WXl6T/DXU5DGM/1Wzxd/zzOnCt5wnfGhosHc= =H1Po -----END PGP SIGNATURE----- --mvpLiMfbWzRoNl4x--