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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 13D60CCA486 for ; Sun, 26 Jun 2022 09:11:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234206AbiFZJLZ (ORCPT ); Sun, 26 Jun 2022 05:11:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234139AbiFZJLP (ORCPT ); Sun, 26 Jun 2022 05:11:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B7D6512A94; Sun, 26 Jun 2022 02:11:13 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 524AC61193; Sun, 26 Jun 2022 09:11:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1F604C36AF2; Sun, 26 Jun 2022 09:11:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656234671; bh=UbhroumrKktLwcM0j168hzEqNjPtue8hUgZS8+1D+3M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GSM1fkYv3tPENI2lq4bo1wzq/N924/jcZqOlvGdvP/BxGN3ww5wxuBbt1B8N1Shqj 5YbwLjrfp22oX3sLCqJprUtJA0IhryDwMG4ixgkLqCoaldYlO22rysFgyLdcQHZLRJ wvEx4Y3uPAtMC89FtpNCnI6GCnHRVbsXSR49uQvU1ZXKTtCMkX/2BFU+tYcSfSF8CM lI9YhEngxNRmyJCeA/D7/awBbksYdclX17TIsgqL19eElQaaCRmGpioBqtPVk4xCzl 4ulvgJkp9kMVxU64AzlzTVrgShifLoPTi4Fm07NCgFPpAdJI2Xt3DLd7cPMJj9b6pp PA8/I/7BED88w== Received: from mchehab by mail.kernel.org with local (Exim 4.95) (envelope-from ) id 1o5OIO-001cpA-6C; Sun, 26 Jun 2022 10:11:08 +0100 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , "Mauro Carvalho Chehab" , Dipen Patel , Jonathan Hunter , Linus Walleij , Rob Herring , Thierry Reding , linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org Subject: [PATCH v2 17/20] tegra194-hte.rst: fix reference to its binding Date: Sun, 26 Jun 2022 10:11:03 +0100 Message-Id: <2e2c86485cb0642455cee01796f9a74de21403e6.1656234456.git.mchehab@kernel.org> X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org The binding directory for hte was renamed. Update references accordingly. Fixes: af583852d2ef ("dt-bindings: Renamed hte directory to timestamp") Signed-off-by: Mauro Carvalho Chehab --- To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover. See [PATCH v2 00/20] at: https://lore.kernel.org/all/cover.1656234456.git.mchehab@kernel.org/ Documentation/driver-api/hte/tegra194-hte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/driver-api/hte/tegra194-hte.rst b/Documentation/driver-api/hte/tegra194-hte.rst index 41983e04d2a0..d29b7fe86f31 100644 --- a/Documentation/driver-api/hte/tegra194-hte.rst +++ b/Documentation/driver-api/hte/tegra194-hte.rst @@ -37,7 +37,7 @@ LIC (Legacy Interrupt Controller) IRQ GTE This GTE instance timestamps LIC IRQ lines in real time. There are 352 IRQ lines which this instance can add timestamps to in real time. The hte -devicetree binding described at ``Documentation/devicetree/bindings/hte/`` +devicetree binding described at ``Documentation/devicetree/bindings/timestamp`` provides an example of how a consumer can request an IRQ line. Since it is a one-to-one mapping with IRQ GTE provider, consumers can simply specify the IRQ number that they are interested in. There is no userspace consumer support for -- 2.36.1