Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp2527749pxf; Sun, 14 Mar 2021 01:46:37 -0800 (PST) X-Google-Smtp-Source: ABdhPJytSoXjhNCsSES2oD0qULxtek4IZyMW/yz1XvkcdF4KVWfwaAbSlZBamAXMn6wQaApy/ih+ X-Received: by 2002:a17:906:ad85:: with SMTP id la5mr17881657ejb.37.1615715197639; Sun, 14 Mar 2021 01:46:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615715197; cv=none; d=google.com; s=arc-20160816; b=Tw/sRrq3l7wEFO0CVP1qgm6NuKc50xKVrqjqQGHcd5TmaGYCuJe/hLbnv0pfPXjW5/ sRUadGxkQXlnQr3SFjXr/V/y2mf3OotKjjnxqzZcOzkX1bqQKuSuJ3cmMQeKNr6Okx90 IjjSDaYnfahaHydN4AJ+8syMKb8oBfovqSp0dMJJ2BwV2b+LIuo6niHltS1ayGhrictZ ormPsKOuqVZodDHCVC41+7ekyLgTEPuwYAQqS9j80Tqy+94QQu5iU4h9K7FZdHosysNN N8XNS1E9eCsk8FfNi3fpTzlkHzSJ6/EWsb94gdbqiFbbZA9uVzVjt6nGRpBP6Td/gU7a XQzg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=NOzTMfih6+hR424FF0Rr9xxNUm6fPHOCy1YY9Vgj27k=; b=RNvd7ITwc7CLSaTrToeNe9NCjFLZQ9bFsdkEVre+zZB9gtT6bZHHe6X3cy2uubCo1W CxNkbwskm9x607u1UGU0OWPhPVvfzSGNq0tEC2WSlDtwx0kRcmNF1MTzGCz7wToFmu8E egSNc7yrSrKwXZDCiGX+TTtdajCKMGvw7SWyiCUV+MPPjH9xrnGxY2a1nee5kuFbFVIM 6ZfhxdWMZo3tAGvoiR5bozS1gMsJ+Z6EIJMVnamSAMG9QsDIEU0zgbLU+pqjLSlNFXs5 yCjb/tU9HOTYyQ8jsZd7+amhFj2EX8yRUxu4yD0SbmbZ89Ayb7WMHCV+52yvWlhr2VTu jRAQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id sb16si8576207ejb.715.2021.03.14.01.46.15; Sun, 14 Mar 2021 01:46:37 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235029AbhCNJpJ (ORCPT + 99 others); Sun, 14 Mar 2021 05:45:09 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:41242 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234362AbhCNJos (ORCPT ); Sun, 14 Mar 2021 05:44:48 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 7B9C91C0B76; Sun, 14 Mar 2021 10:44:47 +0100 (CET) Date: Sun, 14 Mar 2021 10:44:47 +0100 From: Pavel Machek To: min.li.xe@renesas.com Cc: lee.jones@linaro.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next] mfd: Add Renesas Synchronization Management Unit (SMU) support Message-ID: <20210314094447.GA32368@duo.ucw.cz> References: <1615653747-9372-1-git-send-email-min.li.xe@renesas.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline In-Reply-To: <1615653747-9372-1-git-send-email-min.li.xe@renesas.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! On Sat 2021-03-13 11:42:27, min.li.xe@renesas.com wrote: > From: Min Li >=20 > Add support for ClockMatrix(TM) and 82P33xxx families of timing > and synchronization devices. The access interface can be either > SPI or I2C. Currently, it will create 2 types of MFD devices, > which are to be used by the corresponding rsmu character device > driver and the PTP hardware clock driver, respectively. > @@ -2131,7 +2158,7 @@ config RAVE_SP_CORE > device found on several devices in RAVE line of hardware. > =20 > config SGI_MFD_IOC3 > - bool "SGI IOC3 core driver" > + tristate "SGI IOC3 core driver" > depends on PCI && MIPS && 64BIT > select MFD_CORE > help This probably should not be here. BR, Pavel --=20 http://www.livejournal.com/~pavelmachek --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCYE3bDwAKCRAw5/Bqldv6 8t15AJ41wGk/Ub4HG7LkeDjq/v99mVRLkgCcDbhxiwnqLsG5iPuTk2VXHVFn+z4= =JUd3 -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV--