From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from michel.telenet-ops.be (michel.telenet-ops.be [195.130.137.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CD4D23B295 for ; Wed, 29 May 2024 12:22:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.88 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716985333; cv=none; b=HDkncjIb1XtHeJ0n3WZJdfKghLUsogPHA7iTxYUKLoQobsUmggPto/jrHjrYCr6e/hbiNhH53uRfe0FWTrLpai9LenuV50tgoBtrtnWz3c5v/S7rEjTO2oIK8xjboBqHaawwaZkC9dGCyYcVAh4XTwUlKypORKaLbjhOL1Kx55c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716985333; c=relaxed/simple; bh=R1+FB44QIiomll33cCQtYhYVOAOQBtZwWoKkLynon/0=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=hXzrVIQZKMMQoN8q1+8IOQCWDJWHmADbv5tW/Nt3iopbSF14gdDgkYraAZHswBfY0bxOMZX+RamGOUMpDub5bp9XayYxdpEJhOTCdYBfMJS8f0MtTzd6i84bpBxXtYR6/Vb4ucX1m+LjiHOHsoMhMKR5WjBZicLTV9kXj+zqWQY= 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.88 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 ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:1b01:1838:131c:4de4]) by michel.telenet-ops.be with bizsmtp id V0N82C00W3VPV9V060N8uo; Wed, 29 May 2024 14:22:09 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1sCIIo-00GdJs-89; Wed, 29 May 2024 14:22:08 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1sCIJk-009XTz-JW; Wed, 29 May 2024 14:22:08 +0200 From: Geert Uytterhoeven To: Daniel Lezcano , Thomas Gleixner , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Laurent Pinchart Cc: devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v2 0/3] dt-bindings: timer: renesas,tmu: Add more SoC families Date: Wed, 29 May 2024 14:22:03 +0200 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-Type: text/plain; charset=UTF-8 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 families. Changes compared to v1: - Add Acked-by, Reviewed-by. 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