linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: imx: pm-imx5: Fix references to imx5_cpu_suspend_info
@ 2021-04-24 12:37 Jonathan Neuschäfer
  2021-04-24 12:43 ` Fabio Estevam
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2021-04-24 12:37 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Jonathan Neuschäfer, Russell King, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	linux-kernel

The name of the struct, as defined in arch/arm/mach-imx/pm-imx5.c,
is imx5_cpu_suspend_info.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 arch/arm/mach-imx/suspend-imx53.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-imx/suspend-imx53.S b/arch/arm/mach-imx/suspend-imx53.S
index 41b8aad653634..46570ec2fbcfe 100644
--- a/arch/arm/mach-imx/suspend-imx53.S
+++ b/arch/arm/mach-imx/suspend-imx53.S
@@ -28,11 +28,11 @@
  *                              ^
  *                              ^
  *                      imx53_suspend code
- *              PM_INFO structure(imx53_suspend_info)
+ *              PM_INFO structure(imx5_cpu_suspend_info)
  * ======================== low address =======================
  */

-/* Offsets of members of struct imx53_suspend_info */
+/* Offsets of members of struct imx5_cpu_suspend_info */
 #define SUSPEND_INFO_MX53_M4IF_V_OFFSET		0x0
 #define SUSPEND_INFO_MX53_IOMUXC_V_OFFSET	0x4
 #define SUSPEND_INFO_MX53_IO_COUNT_OFFSET	0x8
--
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: imx: pm-imx5: Fix references to imx5_cpu_suspend_info
  2021-04-24 12:37 [PATCH] ARM: imx: pm-imx5: Fix references to imx5_cpu_suspend_info Jonathan Neuschäfer
@ 2021-04-24 12:43 ` Fabio Estevam
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Estevam @ 2021-04-24 12:43 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	Russell King, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	NXP Linux Team, linux-kernel

Hi Jonathan,

On Sat, Apr 24, 2021 at 9:39 AM Jonathan Neuschäfer
<j.neuschaefer@gmx.net> wrote:
>
> The name of the struct, as defined in arch/arm/mach-imx/pm-imx5.c,
> is imx5_cpu_suspend_info.
>
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Good catch:

Reviewed-by: Fabio Estevam <festevam@gmail.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-24 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24 12:37 [PATCH] ARM: imx: pm-imx5: Fix references to imx5_cpu_suspend_info Jonathan Neuschäfer
2021-04-24 12:43 ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).