Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp3078081pxb; Tue, 19 Jan 2021 13:12:10 -0800 (PST) X-Google-Smtp-Source: ABdhPJztZSy/PtzF9QToFQMP5r6fVCCk15Gpt3xzBHhoWy2gm/2FpXEFomnjoYzdLK5PDcMo1qD+ X-Received: by 2002:a17:906:6a8a:: with SMTP id p10mr3977521ejr.169.1611090730082; Tue, 19 Jan 2021 13:12:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611090730; cv=none; d=google.com; s=arc-20160816; b=Gra6ko7Dhl6ue5NM6Fnqjdxmt5S5R1GT+hQ1YLB74zg9LYSfPcyW9V1Z8uf6HwnBEi VtmESvY5IUqnH8LPLfvAqIRBlR24gx5StHZL7tjB8jTeT983NYdfW8xbdbFh+V/YOUWz j33hk4BJ6J+yNVSERMpussC7eFBXjsy076PmlEeY+QMdZAL8P6St8ZAvMy1neAJOO04i efOj/ffkScOGPVsO3+1hDapd4S/lkYqMkauPQTDXRpcdGtAlaFuOJBy8HMrOjHNqe3Zs lP3F/xGlnj0TvZbFZExACFJi3N70ZprLMkUPYe20GxODIbZUMhR13A9MxrdOf+fW6y3G A8LA== 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:message-id:subject:cc:to:from:date; bh=nWks0n0V2l5oLvSCqonDYeMY14bPmHP4Z5q5f7tem94=; b=Eic8MM7Jec/fMsiALqengoGuWLT5fFA1V3+mYzNUzTfmsZ5gc4Z/YoUj1L9re0uKdI PzIw5xAno3q5rl4CGCyA30BPGYCgcQ3j6FAw5lX/DG+XowFqyby7kqV30k28OZkCOWL3 FsV855zIl/HAMrzlBq7+Tg4k+zK68izwMTxevVVZHUVtOb9bhKz7I/qoSKBVxOdJnJls g0dAo2/xqMzaSUX/9pwFkNiX/WEbi0Haznhju8Jy7q2ceRC2Rf3O31hpzYbXduBVO62Q Mx2Og1AbUvz8wZMCBdKSpOSJ44HRcQOd0v/pdBNkwuzorNDsGsUe+mu8NWwtNWmKrWf9 SI5A== 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 dn4si6615718ejc.636.2021.01.19.13.11.46; Tue, 19 Jan 2021 13:12:10 -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 S1727729AbhASVKO (ORCPT + 99 others); Tue, 19 Jan 2021 16:10:14 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:51965 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389908AbhASVKE (ORCPT ); Tue, 19 Jan 2021 16:10:04 -0500 X-Originating-IP: 86.202.109.140 Received: from localhost (lfbn-lyo-1-13-140.w86-202.abo.wanadoo.fr [86.202.109.140]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 6F8E7E0008; Tue, 19 Jan 2021 21:09:20 +0000 (UTC) Date: Tue, 19 Jan 2021 22:09:20 +0100 From: Alexandre Belloni To: Matti Vaittinen Cc: mazziesaccount@gmail.com, Lee Jones , Rob Herring , Liam Girdwood , Mark Brown , Michael Turquette , Stephen Boyd , Linus Walleij , Bartosz Golaszewski , Alessandro Zummo , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-power@fi.rohmeurope.com, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-rtc@vger.kernel.org Subject: Re: [PATCH v2 02/17] rtc: bd70528: Do not require parent data Message-ID: <20210119210920.GR3666@piout.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 19/01/2021 09:14:45+0200, Matti Vaittinen wrote: > The ROHM BD71828 and BD71815 RTC drivers only need the regmap > pointer from parent. Regmap can be obtained via dev_get_regmap() > so do not require parent to populate driver data for that. > > BD70528 on the other hand requires parent data to access the > watchdog so leave the parent data for BD70528 here for now. > > Signed-off-by: Matti Vaittinen Acked-by: Alexandre Belloni > --- > > Please note that this same change has been sent individually: > https://lore.kernel.org/lkml/20210105152350.GA3714833@localhost.localdomain/ > It is present in this series only because some patches depend on it. > Then I think it is best to have it as part of this series. > ~~~ "I don't think so," said Rene Descartes. Just then he vanished ~~~ I've alway wanted to comment on that, should he have to say "I don't think" to vanish ? Because saying "I don't think so," means that he thinks this is not so. > Simon says - in Latin please. > ~~~ "non cogito me" dixit Rene Descarte, deinde evanescavit ~~~ And I guess this should be simply "non cogito" ;) -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com