Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp888678pxb; Wed, 27 Oct 2021 14:31:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyTfxugBfvOJoQndJZEZQD79DgY7z9ssK3Bk5g9LTmTolPRt6UthlX08hhFI9HT+fQ2uHfN X-Received: by 2002:a17:906:5e02:: with SMTP id n2mr153821eju.50.1635370273987; Wed, 27 Oct 2021 14:31:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635370273; cv=none; d=google.com; s=arc-20160816; b=tKMjyDFW+LgmizBAny+X7BwJEs8AsdyVBosrs3lqBrP0e3ex5Di+nSTgoJmY25askT Oy7g52QadNBQKLrXfuDR9bdAAd8ljD9ttIuj8gDjXHf/rFGhhzJOcXijEJw0nnEyOZFN CAheQKjCnEqH4w6SGotsPMEKvJImA6hZDzFQTJ3vvijFcngPZRGWaDy1KYXl7GJygvzc yhmyDUQ3YtVyiZclPzdC8II/dYOQg3VXP5bR9oLMzqccuksG/AUyLheIH3XtRXEH8QN5 TcQj+4RZlq+DFavvL3b+sOwHwqHamq15XtMpkyJAWjlRt0fXoSw7Blv7rufHf9t4ZFTK sH5w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:jabber-id:message-id:subject:cc:to:from:date; bh=48ncZglyWl7ldkGUefC2QALMp0IYGjjQBK9EdmTf+zk=; b=Sv6YOI5DAj+3uc8lHk369jExwtDHqVMtJGmlFt9APCUXisHwJVEvUvD/vJ8M2S4tkJ k6oysG1r7b/Q2t5JfYtsy+r8JgQD7Gk56TBdb0uDgJos4T3y8n9UgOspJ5QqXv+Pkfkw btqsTZFe6IikpyAeAn5vYC/RkaE5Jd4asTRFyPwYp9z62NxKkq0FYANUJSx5uuA6ZK6P p/pgT2VXAF8jxe9OqHLTh9lxSQ+ysZwtC7c3C9DZEYS3+5OEDa2HPMOHrBckkU8o452f L9AOEO3ih3zYdv0Qfrfc3dASO/oH1W5uYbV/R5/BJXDAB4PBKkS8BoRRpLgM0r4mQNF9 KK5Q== 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 ht22si1533695ejc.310.2021.10.27.14.30.48; Wed, 27 Oct 2021 14:31:13 -0700 (PDT) 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 S231208AbhJ0RMV (ORCPT + 97 others); Wed, 27 Oct 2021 13:12:21 -0400 Received: from 82-65-109-163.subs.proxad.net ([82.65.109.163]:54286 "EHLO luna.linkmauve.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230193AbhJ0RMR (ORCPT ); Wed, 27 Oct 2021 13:12:17 -0400 Received: by luna.linkmauve.fr (Postfix, from userid 1000) id 53458F4076F; Wed, 27 Oct 2021 19:09:50 +0200 (CEST) Date: Wed, 27 Oct 2021 19:09:49 +0200 From: Emmanuel Gil Peyrot To: Emmanuel Gil Peyrot Cc: Alexandre Belloni , Alessandro Zummo , rw-r-r-0644 , Ash Logan , Jonathan =?utf-8?Q?Neusch=C3=A4fer?= , linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org Subject: Re: [PATCH] rtc: nintendo: Add a RTC driver for the GameCube, Wii and Wii U Message-ID: <20211027170949.kaalftusbukhwzq3@luna> Jabber-ID: linkmauve@linkmauve.fr References: <20211014220524.9988-1-linkmauve@linkmauve.fr> <20211027170527.za6xlwvmzmulgqoa@luna> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="d7jl2ukwggmnu2gg" Content-Disposition: inline In-Reply-To: <20211027170527.za6xlwvmzmulgqoa@luna> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --d7jl2ukwggmnu2gg Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 27, 2021 at 07:05:27PM +0200, Emmanuel Gil Peyrot wrote: > On Wed, Oct 27, 2021 at 06:45:54PM +0200, Alexandre Belloni wrote: [=E2=80=A6] > > > drivers/rtc/rtc-nintendo.c | 305 +++++++++++++++++++++++++++++++++++= ++ > >=20 > > I'm not convinced this is a good name, seeing that the switch will > > certainly not use this driver (neither is the snes mini). >=20 > Other subsystem maintainers have requested this to be changed, so I > reflected it here too. For instance hid requested a Wii=C2=A0U-specific > driver to be merged with the Switch one. >=20 > Would rtc-gamecube be fine then? So far I have only tested on Wii=C2=A0U, > but this driver is expected to support all three generations of > GameCube, Wii and Wii=C2=A0U. >=20 Another thing to note is that the Switch would be a Nvidia platform, and the NES Mini an Allwinner platform. This would leave the DS/DSi/3DS to be a custom SoC with their own RTC implementation different from this one. --=20 Emmanuel Gil Peyrot --d7jl2ukwggmnu2gg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEjrVT1SzTln43kCLJOWgfYkb2LpAFAmF5h90ACgkQOWgfYkb2 LpBnrQf/WxHZRnVbc+R68ha+65o4XEfkVbLJK+jJQMFntI9dRroTzLCT2CxIa/tK o1NU13YdVQagWAujor3uznAQdxPgNloG0B+bwpU2VF4P/3Cczch/rg9vLHak0ILn 7gV8r5JD3KYrnJEzxFEowHMip/DrR+wGjVkcTCQKEgouvN0bigE7NJaZB2eJLmGe SKdgv0IpREvgHs9XNMKcdNHOXVK7ouoqKmwxh2qKKX5GfhO00uSIybLzO1jDrXR+ 4m597A/ROiNY+K9kTMCyhiHpLpYToGSeP0r8+hRPzIBD7UPtMQ4ISuIdpEq95hOj pb+RIxjxk6iSQKFv1H8soKZxjDE/ew== =FuBV -----END PGP SIGNATURE----- --d7jl2ukwggmnu2gg--