Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp2015514pxb; Thu, 28 Oct 2021 14:35:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx3pyNRNgSjQYRbL75PfMHviD+XBVtKK+LZb/jzdb4jaGUVhpM4UCvzRGENDV3sSlNfpWX6 X-Received: by 2002:a17:902:6bc8:b0:13f:8a54:1188 with SMTP id m8-20020a1709026bc800b0013f8a541188mr6140987plt.49.1635456942074; Thu, 28 Oct 2021 14:35:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635456942; cv=none; d=google.com; s=arc-20160816; b=S+/2MqQt3ctecESgkbGByiHvedIP3jL40GbrZBaGYcXMwv7nIJ/nChcvoLR97hZr9d BMMcR0UHBnLXl347Ac8ST71SF12l6xLHK81RU1MoO5/BLW/H0pGa/7RBxvWJkXVfEMSd 6Rncla0WjRRlTKBgoYBNrxiMNn4eqXqVKJQ7+RrQ+LS0xa05ymWHHeQJM/eCk2Zv8/tU URQDsOmBbFVmxDVWT1gGp/F1Wmj19r2mexlpPPEozATVQobUtbFlAOM349+nJuPFDzPl JcFO11s4MdyiAzIQe1uRcOeVahwkFMfr71WPloqR/O65+E8b5oUPU973saCo359YR28D KIIQ== 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=eTthlaC+OqcxRUNqcWRyXLwJk/5kwtNnKpxKhW9iOP0=; b=xUrXaMS8jB591U262/jiSxBtGWuMNC5kTZlefJU0mqI7XnTFosHrToynOpr2J24loE RfAV2R9c0O4qMhSY0f0VPn2I4Lkr+OljXmqOx7A56J5ULNsXfIhc8g2mEk2UxnNpcI3t IH+yexkm6SgvgJin4XfTZb5Vw9+Dwe2C80WxJ6KR7Uhgr7966gNURTKwY1L11v8bHW39 yn7uL4Hs2E9nKZ/GMW41FEse2YPddkb/mz2okHhe+8tbMnxV4TxVgNsASvMAz7oK76G+ KXaW5NcDROhqnbPElJrmK9/Dy87sCBzslSpQMzQKykBVvqmSotTQPKz06QPHYBSPxa5p aJkg== 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 78si5241149pgb.323.2021.10.28.14.35.29; Thu, 28 Oct 2021 14:35:42 -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 S231325AbhJ1Vgr (ORCPT + 99 others); Thu, 28 Oct 2021 17:36:47 -0400 Received: from 82-65-109-163.subs.proxad.net ([82.65.109.163]:42406 "EHLO luna.linkmauve.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230476AbhJ1Vgq (ORCPT ); Thu, 28 Oct 2021 17:36:46 -0400 Received: by luna.linkmauve.fr (Postfix, from userid 1000) id 43B31F40C9C; Thu, 28 Oct 2021 23:34:14 +0200 (CEST) Date: Thu, 28 Oct 2021 23:34:13 +0200 From: Emmanuel Gil Peyrot To: Jonathan =?utf-8?Q?Neusch=C3=A4fer?= Cc: Alexandre Belloni , Emmanuel Gil Peyrot , Alessandro Zummo , rw-r-r-0644 , Ash Logan , 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: <20211028213413.7lpd62vzs46ru7ul@luna> Jabber-ID: linkmauve@linkmauve.fr References: <20211014220524.9988-1-linkmauve@linkmauve.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="746juvgefw2w5bfx" Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --746juvgefw2w5bfx Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 28, 2021 at 08:32:00PM +0000, Jonathan Neusch=C3=A4fer wrote: > Hi, >=20 > On Wed, Oct 27, 2021 at 06:45:54PM +0200, Alexandre Belloni wrote: > > Hello Emmanuel, > >=20 > > Thanks for the patch! > >=20 > > On 15/10/2021 00:05:24+0200, Emmanuel Gil Peyrot wrote: > [...] > > Something great to do would be to convert the driver to regmap, provding > > custom regmap_read and regmap_write functions to access the EXI bus. > > Then you'd get this directly in debugfs. And this could be split ou once > > other drivers need access to the bus (I guess power/reset at some > > point). >=20 > Ultimately, a proper bus driver might be even better. Another popular > (but 3rd-party) device on the EXI bus is the "USB Gecko", a serial port > adapter. The gc-linux project had such a bus driver, and I think also an USB=C2=A0Gecko driver, but from what I remember they got rejected in the kernel. I=E2=80=99d have to do some archeology to figure out why though. Still, maybe it would be sensible to port their 2.6.32-era driver? I have one such USB=C2=A0Gecko btw, so I should be able to test against it. >=20 > (But I realize it might be significantly more work. Not sure.) >=20 >=20 >=20 > Best regards, and in any case still thanks for working on the GC/Wii/U > platforms, > Jonathan --=20 Emmanuel Gil Peyrot --746juvgefw2w5bfx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEjrVT1SzTln43kCLJOWgfYkb2LpAFAmF7F1IACgkQOWgfYkb2 LpBuuwf/XcDN07K5PZoIS/MNunEV8ZTzK1qddRET7yJcqTfZoeZCFP5ztG0u9+Ax PoUlly5g/0LT+TgF84zw8bfZCaIa7djTouSBKPEWR082mcEwQIPs6z+CKKeEKMvc kdrz1iLB+d2CTPmGWKA5GDOGylnezxhoC1r9PV3JhcltB1yvBPJe8qkhUQM2Gs1M whYVWagr6NYK38JyzdJAZIwHtIwyAXQ8hxncSkeHGHjQ2muvmWj2GsliWPTf1x4x ZF+wZLSbnGY4FGOa841tJChuVMmYFb7Zm+GS3jkFRJOj3DqgCwx1pdcp4EnQjeVE q42eGvVz71NNMEToWAmc0+FFMsHcUg== =5esS -----END PGP SIGNATURE----- --746juvgefw2w5bfx--