From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from riemann.telenet-ops.be (riemann.telenet-ops.be [195.130.137.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7D043657BA for ; Tue, 19 Mar 2024 15:46:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.80 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710863187; cv=none; b=E1KcNeF2ZWCQhgQrhaZx2xSFIj8MstNU9kldd39VOMMSoBZ6mgeN7fHo1iHvhd+O7QHeH/+KCKPKV0DIuVZcZkAVuOFubPgGIyFkSmciIYiQaCK5tAlQdlzAoSKpg5dypdmHbnSOjEDvxvbESC9KingoqOnbrFaA6WdRn79XhaA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710863187; c=relaxed/simple; bh=QarFxf5EsGCk5fFxeuwNvzbs25LY1jUcUwlSHdB6EQU=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=N8os8hLvKydZOULbccOTNrcHU42kBm2gQqmRhn2O3mroRLgLsyrl22d0Kbumk1XE/HykheMKpBgjAMTXCDu7E4zKS3dAEmluShr62ylkuPzy8ThSEzrSy46L017db0/dScMKIB6latiO8yeyn5OLbZxZLYl2DMCnGTtgfJIzgyM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.137.80 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from andre.telenet-ops.be (andre.telenet-ops.be [IPv6:2a02:1800:120:4::f00:15]) by riemann.telenet-ops.be (Postfix) with ESMTPS id 4Tzbfx2Lzzz4wyG9 for ; Tue, 19 Mar 2024 16:46:17 +0100 (CET) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:76d0:2bff:fec8:549]) by andre.telenet-ops.be with bizsmtp id 0fm82C00J0SSLxL01fm8mq; Tue, 19 Mar 2024 16:46:10 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rmbev-00468i-Ez; Tue, 19 Mar 2024 16:46:08 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rmbfE-000pFS-Aq; Tue, 19 Mar 2024 16:46:08 +0100 From: Geert Uytterhoeven To: Daniel Lezcano , Thomas Gleixner , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Laurent Pinchart , =?UTF-8?q?Niklas=20S=C3=B6derlund?= Cc: devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families Date: Tue, 19 Mar 2024 16:46:02 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi all, This patch series documents support for the Timer Unit (TMU) on the R-Mobile APE6 SoC, and on various SoCs from the RZ/G1 and R-Car Gen2 family. Feel free to squash together if deemed more appropriate. Thanks for your comments! Geert Uytterhoeven (3): dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support dt-bindings: timer: renesas,tmu: Add RZ/G1 support dt-bindings: timer: renesas,tmu: Add R-Car Gen2 support .../devicetree/bindings/timer/renesas,tmu.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) -- 2.34.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds