All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Gerlach <d-gerlach@ti.com>
To: <u-boot@lists.denx.de>, Lokesh Vutla <lokeshvutla@ti.com>
Cc: Praneeth Bajjuri <praneeth@ti.com>,
	Dave Gerlach <d-gerlach@ti.com>, Nishanth Menon <nm@ti.com>,
	Suman Anna <s-anna@ti.com>
Subject: [PATCH 3/5] arm: mach-k3: Add note to auto-generated files
Date: Tue, 10 Aug 2021 14:49:02 -0500	[thread overview]
Message-ID: <20210810194904.28947-4-d-gerlach@ti.com> (raw)
In-Reply-To: <20210810194904.28947-1-d-gerlach@ti.com>

Add a note to the automatically generated clk-data and dev-data files
for j721e and j7200 to indicate that they are in fact auto-generated and
should not be hand edited.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
---
 arch/arm/mach-k3/j7200/clk-data.c | 2 ++
 arch/arm/mach-k3/j7200/dev-data.c | 2 ++
 arch/arm/mach-k3/j721e/clk-data.c | 2 ++
 arch/arm/mach-k3/j721e/dev-data.c | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/arch/arm/mach-k3/j7200/clk-data.c b/arch/arm/mach-k3/j7200/clk-data.c
index 49145bbfc8cd..649d28b1db0b 100644
--- a/arch/arm/mach-k3/j7200/clk-data.c
+++ b/arch/arm/mach-k3/j7200/clk-data.c
@@ -2,6 +2,8 @@
 /*
  * J7200 specific clock platform data
  *
+ * This file is auto generated. Please do not edit directly.
+ *
  * Copyright (C) 2020-2021 Texas Instruments Incorporated - http://www.ti.com/
  */
 #include "k3-clk.h"
diff --git a/arch/arm/mach-k3/j7200/dev-data.c b/arch/arm/mach-k3/j7200/dev-data.c
index c68bcc58e9a7..f7b7892da97b 100644
--- a/arch/arm/mach-k3/j7200/dev-data.c
+++ b/arch/arm/mach-k3/j7200/dev-data.c
@@ -2,6 +2,8 @@
 /*
  * J7200 specific device platform data
  *
+ * This file is auto generated. Please do not edit directly.
+ *
  * Copyright (C) 2020-2021 Texas Instruments Incorporated - http://www.ti.com/
  */
 #include "k3-dev.h"
diff --git a/arch/arm/mach-k3/j721e/clk-data.c b/arch/arm/mach-k3/j721e/clk-data.c
index ff9262d7bcee..aa3f50a02f59 100644
--- a/arch/arm/mach-k3/j721e/clk-data.c
+++ b/arch/arm/mach-k3/j721e/clk-data.c
@@ -2,6 +2,8 @@
 /*
  * J721E specific clock platform data
  *
+ * This file is auto generated. Please do not edit directly.
+ *
  * Copyright (C) 2020-2021 Texas Instruments Incorporated - http://www.ti.com/
  */
 #include "k3-clk.h"
diff --git a/arch/arm/mach-k3/j721e/dev-data.c b/arch/arm/mach-k3/j721e/dev-data.c
index 96393c713278..a8bc6ce20d1d 100644
--- a/arch/arm/mach-k3/j721e/dev-data.c
+++ b/arch/arm/mach-k3/j721e/dev-data.c
@@ -2,6 +2,8 @@
 /*
  * J721E specific device platform data
  *
+ * This file is auto generated. Please do not edit directly.
+ *
  * Copyright (C) 2020-2021 Texas Instruments Incorporated - http://www.ti.com/
  */
 #include "k3-dev.h"
-- 
2.28.0


  parent reply	other threads:[~2021-08-10 19:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-10 19:48 [PATCH 0/5] arm: mach-k3: Fixes for j721e/j7200 clock data and drivers Dave Gerlach
2021-08-10 19:49 ` [PATCH 1/5] arm: mach-k3: j721e: Fix clk-data parenting for postdiv PLL clocks Dave Gerlach
2021-08-10 19:49 ` [PATCH 2/5] arm: mach-k3: j7200: " Dave Gerlach
2021-08-10 19:49 ` Dave Gerlach [this message]
2021-08-11  5:12   ` [PATCH 3/5] arm: mach-k3: Add note to auto-generated files Lokesh Vutla
2021-08-16 13:30     ` Dave Gerlach
2021-08-16 14:34     ` Suman Anna
2021-08-10 19:49 ` [PATCH 4/5] clk: ti: k3-pll: Change DIV_CTRL programming to read-modify-write Dave Gerlach
2021-08-10 19:49 ` [PATCH 5/5] clk: ti: k3: Update driver to account for divider flags Dave Gerlach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210810194904.28947-4-d-gerlach@ti.com \
    --to=d-gerlach@ti.com \
    --cc=lokeshvutla@ti.com \
    --cc=nm@ti.com \
    --cc=praneeth@ti.com \
    --cc=s-anna@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.