From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9A106C7EE23 for ; Sat, 25 Feb 2023 06:16:38 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DD01485AEC; Sat, 25 Feb 2023 07:16:34 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=mailbox.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; secure) header.d=mailbox.org header.i=@mailbox.org header.b="YstpYThE"; dkim=pass (2048-bit key) header.d=mailbox.org header.i=@mailbox.org header.b="fbii4TR8"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 87DF285AEC; Sat, 25 Feb 2023 07:16:33 +0100 (CET) Received: from mout-y-111.mailbox.org (mout-y-111.mailbox.org [IPv6:2001:67c:2050:103:465::111]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 8FAB1858BE for ; Sat, 25 Feb 2023 07:16:29 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=mailbox.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=marek.vasut@mailbox.org Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-y-111.mailbox.org (Postfix) with ESMTPS id 4PNxNW2wl1z9sW9; Sat, 25 Feb 2023 07:16:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1677305787; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YfBebafcLuyjk9mzdSyv30L0pVSCVgOnqaeHVGU1aNg=; b=YstpYThEfUs+MRMQWWFqg7GtrBGaCPwYTbQeYMCxSrKJ4H1ulMAVQtQ2URPvcGK9IOb3Pg CGC806brtVu6J2txuPKAf7H1Q53CkFB/qF9XGzNWjJsqP4g/Pun4/gHbLWcDWj+8XZQW5q 4XOMKFewm99dhvf9VqHSLEwbqzhkq/rqXBBmtDTYPieAtCkfftAJQDlEwR+m/B+X1wVQcM 091UyCzEc5JAwKBKDfvGdhmajk6Phydl7scJlRqWScWGfrhoeEE6kAPdfnS4ZslcLalnGA n629VPOYQS3xVvaA6NcTq6mFUsr0tAb7iGvsGyyUWYBDrMKdLnTlS34kuCgv3w== Message-ID: <718a88b8-d8ec-9c00-14ac-9f1c03de2306@mailbox.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1677305785; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YfBebafcLuyjk9mzdSyv30L0pVSCVgOnqaeHVGU1aNg=; b=fbii4TR8XrDp05hvlg+tdbG5WmRg7YCQdCV8UXmog7n8A20AxKgT3TaK2Cwq5S0s5khXO1 RYWzd3W9X6ZHmxbKZu8EBJIwyQH6JW6QJ+xkrqoTUeQ/7PYuTzKCY71nkEPRmIijsodXk3 7XIlDYMNd6TtzCRCmprl4bjHUBtA6Wywo0lMLCyWzbuS/5Q9eKvV8RHo1A/qhCrIWt0kzB ttvJfANuihXuHrT3ItGnzB8lcpNBtEpMxSjDS1yh6/I4YEvxrP+34Re8OTDiT/uA+SoWuB OMDuH4LZWkWRHvwh8awrCVbvWcwilXGUyOFmrv2Ilqn9DtCYdAq1tuophK9wUQ== Date: Sat, 25 Feb 2023 07:16:22 +0100 MIME-Version: 1.0 Subject: Re: [RFC PATCH v3 3/9] clk: renesas: add R906G032 driver To: Ralph Siemsen Cc: Miquel Raynal , u-boot@lists.denx.de, Hai Pham , Lukasz Majewski , Marek Vasut , Sean Anderson References: <20230222154414.49219-1-ralph.siemsen@linaro.org> <20230222154414.49219-4-ralph.siemsen@linaro.org> <49f64e41-adfe-b426-2a57-9c4721894885@mailbox.org> <20230222165749.GA50215@maple.netwinder.org> <20230222172145.GB50215@maple.netwinder.org> <20230222183220.GC50215@maple.netwinder.org> <0e3597e5-d72a-f246-c779-1fd153299ce8@mailbox.org> <20230222193200.GD50215@maple.netwinder.org> <124b691a-57bc-1df4-60b7-caa7acea2229@mailbox.org> <20230223081741.455273e3@xps-13> <83a45ea0-edd1-3a79-4772-90876559dc75@mailbox.org> <20230223150922.18a7c75f@xps-13> <0a271c4a-299f-5d54-4c22-6ffb2bc08408@mailbox.org> Content-Language: en-US From: Marek Vasut In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-MBO-RS-META: x5roqoz9kd6kw3rt9izepoj79dtf3bqz X-MBO-RS-ID: 804f06dfc349ed757d2 X-Rspamd-Queue-Id: 4PNxNW2wl1z9sW9 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On 2/24/23 19:00, Ralph Siemsen wrote: > Hi Marek, > > On Fri, Feb 24, 2023 at 12:05 PM Marek Vasut wrote: >> >> Could you at least submit the clean up to Linux and then sync the result >> to U-Boot, and indicate the Linux clock table came from commit >> with extra patch on top ? > > Yes will do. I am refreshing my linux-side patch as we speak. Thanks !