From patchwork Sun Mar 1 17:46:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Cercueil X-Patchwork-Id: 1247346 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=crapouillou.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=crapouillou.net header.i=@crapouillou.net header.a=rsa-sha256 header.s=mail header.b=mOnOWAS5; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 48VrLq02Zyz9sRN for ; Mon, 2 Mar 2020 04:46:58 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726602AbgCARq5 (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?b?5ZGo55Cw5p2w?= , 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 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@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