Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp4584990pxf; Tue, 23 Mar 2021 14:32:32 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw/8osqo2VMhwxdOBA6rKWhlgGfpjoVOywW5yxCP1QZGPPwYnP9yTvApXcn/BdGHaUHtUJ1 X-Received: by 2002:a17:906:151a:: with SMTP id b26mr224067ejd.492.1616535151919; Tue, 23 Mar 2021 14:32:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616535151; cv=none; d=google.com; s=arc-20160816; b=XkR79esP7LigX2tW0XEyzVsILeOa2WXh150QilRBK95BM4lAguucLZY/k5RVPZQmE2 QINkC/iNHYMGISe0J//BeK2DykXBoeHl3fRw2BXQ/Uu2ISgTxhkRA4upfXfFIWtQrluV m1Jl0scoJD94/7sEPpON+/OQYEbgdaZBHkmRdYA6QfXBwwQHRhbQZkmpF2vsnZdYZQYs Va7nfywvTOQd99vAf9eiRHtYy/7WRnMKdBWr2UJongY2aJRMJN7PqxzBe/MgIzS6pxTG RVoUyzOOILM21DhrrSCSe9U5btpjTa92KKeF57pNtOYgWC4YbBIEJjlOjkuqUJ1anYie /mkA== 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=sg5FNBI5l8VWI4rqWVxqFsHVKZVRbL8fA2aw6EsMElY=; b=vn6vaG9uhoI9HOlKeAaZ1SHeAN7QlHjwSdF5MgL+3SZW4aVIU1ZddDJX8FkaGgMu1Y clIEEGFEmznEFgGWX0IDB8N1EUl3M4hq1SdD1Gypsio785C3p/cC4BbxhT5LAjJjxvuL JGpGivPvBDeDLMMepd2l3W2TnmVumyNePMYeFWG2MgM4wMxfKq7gbYPA92E/qsxmwqOA YEz7Rl6edSAQ+ErvUxBmXv+Cp3FwteRDWAzgLFJh3WOWpqf6zKUdXxABioWxWWzypOe+ hX6b+c+ykUJT3FdHyLxQHB5fRMjnZE1Mma3rSNsQT8uW1qmdgq912yvMVE/IDDn2qBe6 B+vg== 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 j2si137785ejv.381.2021.03.23.14.32.07; Tue, 23 Mar 2021 14:32:31 -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 S233583AbhCWVaa (ORCPT + 99 others); Tue, 23 Mar 2021 17:30:30 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:58597 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233564AbhCWVaA (ORCPT ); Tue, 23 Mar 2021 17:30:00 -0400 X-Originating-IP: 90.65.108.55 Received: from localhost (lfbn-lyo-1-1676-55.w90-65.abo.wanadoo.fr [90.65.108.55]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 68732E0002; Tue, 23 Mar 2021 21:29:58 +0000 (UTC) Date: Tue, 23 Mar 2021 22:29:58 +0100 From: Alexandre Belloni To: Claudius Heine Cc: Andy Shevchenko , johannes hahn , Alessandro Zummo , "open list:REAL TIME CLOCK (RTC) SUBSYSTEM" , open list , werner zeh , henning schild , Andy Shevchenko , martin mantel , Andy Shevchenko , kernel test robot Subject: Re: [PATCH v5] rtc: rx6110: add ACPI bindings to I2C Message-ID: References: <20210317075228.683184-1-ch@denx.de> <3215fc7e-ae1d-4e51-51d0-24ff386419bd@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3215fc7e-ae1d-4e51-51d0-24ff386419bd@denx.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 17/03/2021 10:32:39+0100, Claudius Heine wrote: > Hi Andy, > > On 2021-03-17 10:28, Andy Shevchenko wrote: > > On Wed, Mar 17, 2021 at 9:56 AM Claudius Heine wrote: > > > > > > From: Johannes Hahn > > > > > > This allows the RX6110 driver to be automatically assigned to the right > > > device on the I2C bus. > > > > Thanks for an update! > > > > > Signed-off-by: Johannes Hahn > > > Co-developed-by: Claudius Heine > > > Signed-off-by: Claudius Heine > > > Reviewed-by: Andy Shevchenko > > > > > Reported-by: kernel test robot > > > > This is usually for patches that do fix found problems, here it's a > > completely new item and the report was done in the middle of the > > development. That said, you may give credit to LKP by just mentioning > > it in the comments section (after the cutter '---' line). I'll leave > > this to Alexandre and Alessandro to decide if you need a resend or > > they may remove it when applying. (In my opinion resend is not needed > > right now) > Ok. Thanks a lot for your reviews and patience! > I removed it when applying. Thanks for the work and the reviews! -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com