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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 5929CC3F2D1 for ; Sun, 1 Mar 2020 17:46:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2D6CA24699 for ; Sun, 1 Mar 2020 17:46:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=crapouillou.net header.i=@crapouillou.net header.b="mOnOWAS5" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726688AbgCARq5 (ORCPT ); Sun, 1 Mar 2020 12:46:57 -0500 Received: from outils.crapouillou.net ([89.234.176.41]:39032 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725945AbgCARq4 (ORCPT ); Sun, 1 Mar 2020 12:46:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1583084814; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:references; bh=iTJKUpTGa8KTnniCeqr5P5m/oieH5vHpFi8rEsqTDlk=; b=mOnOWAS5v9jlYSThJDS58XkMEcWCw2yjJBfI/1tlw7xuc5Nev/fKVKksVblOz+W/fDhhQM +6nz0JGoLswKLfArKjxtO+5BMg8dw0fhiN1cO6IxcjaRobid8DU6WvmTT4qreZLhIvcRia iWAOrwNMhx5NdQWeL3krS0ao7XsntCU= From: Paul Cercueil To: Daniel Lezcano , Thomas Gleixner , Rob Herring , Mark Rutland Cc: =?UTF-8?q?=E5=91=A8=E7=90=B0=E6=9D=B0?= , od@zcrc.me, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Paul Cercueil Subject: [PATCH 0/1] Convert ingenic,tcu.txt to YAML Date: Sun, 1 Mar 2020 14:46:35 -0300 Message-Id: <20200301174636.63446-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Daniel: Could you take this patch into your tree (provided Rob acks it)? Since commit fe6c2d6a8068 ("dt-bindings: timer: Add X1000 bindings.") modified the .txt already, going through your tree would avoid a merge conflict. Cheers, -Paul Paul Cercueil (1): dt-bindings: timer: Convert ingenic,tcu.txt to YAML .../devicetree/bindings/timer/ingenic,tcu.txt | 138 ---------- .../bindings/timer/ingenic,tcu.yaml | 235 ++++++++++++++++++ 2 files changed, 235 insertions(+), 138 deletions(-) delete mode 100644 Documentation/devicetree/bindings/timer/ingenic,tcu.txt create mode 100644 Documentation/devicetree/bindings/timer/ingenic,tcu.yaml -- 2.25.1