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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6FCCC43461 for ; Thu, 6 May 2021 10:35:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9116061177 for ; Thu, 6 May 2021 10:35:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234545AbhEFKgL (ORCPT ); Thu, 6 May 2021 06:36:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234406AbhEFKgI (ORCPT ); Thu, 6 May 2021 06:36:08 -0400 Received: from mail-lj1-x22a.google.com (mail-lj1-x22a.google.com [IPv6:2a00:1450:4864:20::22a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A55CAC061761 for ; Thu, 6 May 2021 03:35:10 -0700 (PDT) Received: by mail-lj1-x22a.google.com with SMTP id e12so6416771ljn.2 for ; Thu, 06 May 2021 03:35:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=008lPizmeuHrx5W10oGv1XvRUscDXN1KC0lNh4i2SaM=; b=c7UsAnb3CmQgI4yk5wN//yVhgXXoeHeYcnak0tVrmZeYIlFkjlCen6jaclPG3TwtvE T34pb00F3ZTuXTDiCSSs1lmaZxHZSEu85Zvm7fZQByr3zKwSEVxNr74Aoyk5Ij36TRIu fYjRtDJI0CMxEBi2QOMIpRLndl2rlOUblmvNT0od04KXJwyOUenT28MqxkETVIABgo/4 JdtnAL0FnCsTsTlYuGSgVjAskvExEwGC16BA5ev5NbtGTnh8tLMe87lKcdmyogwrnLut jeq7ERMKu5TmkQuQQJe+HsPK96tr3LErNpRXp+EDu5uV+5YUOqwFHMABf3N1Z9tf8ubv SHjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=008lPizmeuHrx5W10oGv1XvRUscDXN1KC0lNh4i2SaM=; b=O7mZXgC5B4sxezFNV13shnb7m9hhIUgV1HjfZLG+J+PTh1/mLXRiDhWhPzNjSz8By4 YjWqswmbaRSwRjjx7r0AetFxxgImh+TOjzJI0MCXO8K+ex0NalV+1oyeGzr/atxlR8RL xXuh5R1p42bY1tZsBCeMski7F+EdMPzEkR37cVa/w5WDRqVwrded0fGdhGrQ3oNWDmu1 pPHIlrlW7C/9YmNxdjc4xkcn+BQXsI2LwbsnO4Xrgg5iYhfLzDt+HiUiLAeoxrcPzlqm BYREv5SLqQ0lvkSEiF/CrDP6i/lj5EtvutxReCJsajgGfJ6/TMC0J+tRi8HVxM2wmZ4J GsNg== X-Gm-Message-State: AOAM533EqCxe8DDirA4P6KpQUrg3BG53Xn4k64yboAEKSx0if2qhCpvb xMnwNNBoR1d2irZqDJ8ubUTlbS20UyrtR59zn5rHBw== X-Google-Smtp-Source: ABdhPJxqMwYZh4Nk3uCSXsZm0XhweGYNeqg/rvzKy9QH+Q/9EgDbcDl68Wpexm4l9x2R/PkDWIhYdwDw61WPVRvLObc= X-Received: by 2002:a2e:889a:: with SMTP id k26mr2764542lji.438.1620297309219; Thu, 06 May 2021 03:35:09 -0700 (PDT) MIME-Version: 1.0 References: <20210503195048.1575007-1-clabbe@baylibre.com> In-Reply-To: <20210503195048.1575007-1-clabbe@baylibre.com> From: Linus Walleij Date: Thu, 6 May 2021 12:34:58 +0200 Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: convert rtc/faraday,ftrtc01 to yaml To: Corentin Labbe Cc: Alexandre Belloni , Alessandro Zummo , Rob Herring , Hans Ulli Kroll , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux ARM , linux-kernel , linux-rtc@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 3, 2021 at 9:50 PM Corentin Labbe wrote: > Converts rtc/faraday,ftrtc01.txt to yaml. > This permits to detect some missing properties: reg, resets, interrupts > > Signed-off-by: Corentin Labbe Thanks for doing this, LGTM Reviewed-by: Linus Walleij Yours, Linus Walleij 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 X-Spam-Level: X-Spam-Status: No, score=-9.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 334A4C433B4 for ; Thu, 6 May 2021 10:37:51 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D044261177 for ; Thu, 6 May 2021 10:37:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D044261177 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=3hgVBUM+2UDEs5iw9Q6uyb8QD8j57a8OR2H5tq48jQI=; b=cT06c4oVEw+COPu/V3gk103C1 IOeJG4M8GZOXavRvttQyJYSoOHYlintwk27dJdbJ8WvkMrFVEQorH3r3oZgAIflE/S758lQZy1v8k 59oNhHHGXVuSgCrM2QSLn4qJcCpXfOJf29Jq0Djv7I7N4R8q70lDJXdgWj2t5+3u2rfMDRqe5E47U LzCULdqrw0IaJ5urQOukLzF96zDnrad4Og0fNlk9hsK5oURb45eRRkRAyDZKkFFJoYhIemONxWqWg UtJif2TPDUB9b6C1kcQYserSdFBeR3FxHlVEOnUmadUXHdeQcE8l4NmJ3IVq++6kDoRQDXxaDTk9N Nv7iu8wPw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lebLk-004046-Gd; Thu, 06 May 2021 10:35:20 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lebLd-00403D-JB for linux-arm-kernel@desiato.infradead.org; Thu, 06 May 2021 10:35:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Type:Cc:To:Subject:Message-ID :Date:From:In-Reply-To:References:MIME-Version:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=008lPizmeuHrx5W10oGv1XvRUscDXN1KC0lNh4i2SaM=; b=wh08zwws5hevhVoNPYyrSalHM2 YE7+M6NZx8i+mZJIkDeAKTGUoFKKGnTdjCCnUDZiEFOrgzfR+8SH+Ks11Dr6A9Sy+rKjLOH1LwKcf LJQAZM7E8EVh3ALTn+/akp1Jwr5vubYbYvMFTmZF5DzuQDOFfoh7WjdgWuRg4V3hJf/yzWh39ssrd O6mxxwCs1iTklpln51HVr2elYv/MyB9WH0WvYv65VYc9RUDYt/QznjEJpq2EYXJjo8g0c4+Brq6QX Jx/admOQBG0UXFucJwUtsEl1HwRDdTPpzw0/qZXAV1COKeBbaZk3q5EwogEfo+EpQMEFxEJm8n/Mc LCql73xQ==; Received: from mail-lj1-x22c.google.com ([2a00:1450:4864:20::22c]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lebLb-005xOB-6X for linux-arm-kernel@lists.infradead.org; Thu, 06 May 2021 10:35:12 +0000 Received: by mail-lj1-x22c.google.com with SMTP id u20so6371856lja.13 for ; Thu, 06 May 2021 03:35:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=008lPizmeuHrx5W10oGv1XvRUscDXN1KC0lNh4i2SaM=; b=c7UsAnb3CmQgI4yk5wN//yVhgXXoeHeYcnak0tVrmZeYIlFkjlCen6jaclPG3TwtvE T34pb00F3ZTuXTDiCSSs1lmaZxHZSEu85Zvm7fZQByr3zKwSEVxNr74Aoyk5Ij36TRIu fYjRtDJI0CMxEBi2QOMIpRLndl2rlOUblmvNT0od04KXJwyOUenT28MqxkETVIABgo/4 JdtnAL0FnCsTsTlYuGSgVjAskvExEwGC16BA5ev5NbtGTnh8tLMe87lKcdmyogwrnLut jeq7ERMKu5TmkQuQQJe+HsPK96tr3LErNpRXp+EDu5uV+5YUOqwFHMABf3N1Z9tf8ubv SHjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=008lPizmeuHrx5W10oGv1XvRUscDXN1KC0lNh4i2SaM=; b=bnNnjVctz6QoIkB4Bp2FPA7wPOzyMY1nktGEjwbYETHb65Na86flLNvRAN5DzUmdDp a15e0Wu3V7hbzWMFoZnDCgymGG2KrayWeXXQLRzkScAUiOp64DARC0iIqaC+5DSW+9GI oa6jLGb69SMEPiFbSXYM1Hz78Z5WPGx1oI0RCPNCzHaxZ0VtjewbhrgdaexUyfb6dJBw Dzk1e/9xGJdkd4NXNWllqTN4mvF2Y4B3wWKRNgJgiad7gop1kn8KZkVEp8e8p7rwWwMZ wuAPLcWBKGxJGbbl3D/cOpV+jIMmNIAUucTYPv7CxCqdsVnv026yDJgfveE/FsYNv9oO cJzw== X-Gm-Message-State: AOAM533Yx6EExHuF+TUiz2pWaexO6iXfjsHzRA9HFULmsnCKmz8b0Ap4 6bEAeu9D5M/e1AaYWSUeDpirwx9VF1jRWuII+E7sJw== X-Google-Smtp-Source: ABdhPJxqMwYZh4Nk3uCSXsZm0XhweGYNeqg/rvzKy9QH+Q/9EgDbcDl68Wpexm4l9x2R/PkDWIhYdwDw61WPVRvLObc= X-Received: by 2002:a2e:889a:: with SMTP id k26mr2764542lji.438.1620297309219; Thu, 06 May 2021 03:35:09 -0700 (PDT) MIME-Version: 1.0 References: <20210503195048.1575007-1-clabbe@baylibre.com> In-Reply-To: <20210503195048.1575007-1-clabbe@baylibre.com> From: Linus Walleij Date: Thu, 6 May 2021 12:34:58 +0200 Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: convert rtc/faraday,ftrtc01 to yaml To: Corentin Labbe Cc: Alexandre Belloni , Alessandro Zummo , Rob Herring , Hans Ulli Kroll , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux ARM , linux-kernel , linux-rtc@vger.kernel.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210506_033511_261429_7C0B706B X-CRM114-Status: UNSURE ( 9.27 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, May 3, 2021 at 9:50 PM Corentin Labbe wrote: > Converts rtc/faraday,ftrtc01.txt to yaml. > This permits to detect some missing properties: reg, resets, interrupts > > Signed-off-by: Corentin Labbe Thanks for doing this, LGTM Reviewed-by: Linus Walleij Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel