From: Tony Lindgren <tony@atomide.com>
To: Dave Gerlach <d-gerlach@ti.com>
Cc: Rob Herring <robh+dt@kernel.org>,
Santosh Shilimkar <ssantosh@kernel.org>,
Russell King <linux@armlinux.org.uk>,
linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
Keerthy J <j-keerthy@ti.com>
Subject: Re: [PATCH v2 2/2] memory: ti-emif-sram: introduce relocatable suspend/resume handlers
Date: Mon, 22 May 2017 07:53:04 -0700 [thread overview]
Message-ID: <20170522145304.GO10472@atomide.com> (raw)
In-Reply-To: <20170519175708.6070-3-d-gerlach@ti.com>
* Dave Gerlach <d-gerlach@ti.com> [170519 11:00]:
> diff --git a/arch/arm/kernel/asm-offsets.c b/arch/arm/kernel/asm-offsets.c
> index 608008229c7d..d728b5660e36 100644
> --- a/arch/arm/kernel/asm-offsets.c
> +++ b/arch/arm/kernel/asm-offsets.c
> @@ -28,6 +28,7 @@
> #include <asm/vdso_datapage.h>
> #include <asm/hardware/cache-l2x0.h>
> #include <linux/kbuild.h>
> +#include <linux/ti-emif-sram.h>
>
> /*
> * Make sure that the compiler and target are compatible.
> @@ -183,5 +184,10 @@ int main(void)
> #ifdef CONFIG_VDSO
> DEFINE(VDSO_DATA_SIZE, sizeof(union vdso_data_store));
> #endif
> +#if defined(CONFIG_SOC_AM33XX) || defined(CONFIG_SOC_AM43XX)
> + BLANK();
> + ti_emif_offsets();
> +#endif
> +
> return 0;
> }
Above still needs to be commented by Russell.
As far as I'm concerned:
Acked-by: Tony Lindgren <tony@atomide.com>
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/2] memory: ti-emif-sram: introduce relocatable suspend/resume handlers
Date: Mon, 22 May 2017 07:53:04 -0700 [thread overview]
Message-ID: <20170522145304.GO10472@atomide.com> (raw)
In-Reply-To: <20170519175708.6070-3-d-gerlach@ti.com>
* Dave Gerlach <d-gerlach@ti.com> [170519 11:00]:
> diff --git a/arch/arm/kernel/asm-offsets.c b/arch/arm/kernel/asm-offsets.c
> index 608008229c7d..d728b5660e36 100644
> --- a/arch/arm/kernel/asm-offsets.c
> +++ b/arch/arm/kernel/asm-offsets.c
> @@ -28,6 +28,7 @@
> #include <asm/vdso_datapage.h>
> #include <asm/hardware/cache-l2x0.h>
> #include <linux/kbuild.h>
> +#include <linux/ti-emif-sram.h>
>
> /*
> * Make sure that the compiler and target are compatible.
> @@ -183,5 +184,10 @@ int main(void)
> #ifdef CONFIG_VDSO
> DEFINE(VDSO_DATA_SIZE, sizeof(union vdso_data_store));
> #endif
> +#if defined(CONFIG_SOC_AM33XX) || defined(CONFIG_SOC_AM43XX)
> + BLANK();
> + ti_emif_offsets();
> +#endif
> +
> return 0;
> }
Above still needs to be commented by Russell.
As far as I'm concerned:
Acked-by: Tony Lindgren <tony@atomide.com>
next prev parent reply other threads:[~2017-05-22 14:53 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-19 17:57 [PATCH v2 0/2] memory: Introduce ti-emif-sram driver Dave Gerlach
2017-05-19 17:57 ` Dave Gerlach
2017-05-19 17:57 ` Dave Gerlach
2017-05-19 17:57 ` [PATCH v2 1/2] Documentation: dt: Update ti,emif bindings Dave Gerlach
2017-05-19 17:57 ` Dave Gerlach
2017-05-19 17:57 ` Dave Gerlach
[not found] ` <20170519175708.6070-2-d-gerlach-l0cyMroinI0@public.gmane.org>
2017-05-20 1:45 ` Rob Herring
2017-05-20 1:45 ` Rob Herring
2017-05-20 1:45 ` Rob Herring
2017-05-22 14:53 ` Tony Lindgren
2017-05-22 14:53 ` Tony Lindgren
2017-05-22 14:53 ` Tony Lindgren
2017-05-19 17:57 ` [PATCH v2 2/2] memory: ti-emif-sram: introduce relocatable suspend/resume handlers Dave Gerlach
2017-05-19 17:57 ` Dave Gerlach
2017-05-19 17:57 ` Dave Gerlach
2017-05-22 14:53 ` Tony Lindgren [this message]
2017-05-22 14:53 ` Tony Lindgren
2017-06-20 14:42 ` Russell King - ARM Linux
2017-06-20 14:42 ` Russell King - ARM Linux
[not found] ` <20170620144243.GB23750-l+eeeJia6m9URfEZ8mYm6t73F7V6hmMc@public.gmane.org>
2017-06-20 19:03 ` Dave Gerlach
2017-06-20 19:03 ` Dave Gerlach
2017-06-20 19:03 ` Dave Gerlach
[not found] ` <20170519175708.6070-3-d-gerlach-l0cyMroinI0@public.gmane.org>
2017-07-03 16:17 ` Johan Hovold
2017-07-03 16:17 ` Johan Hovold
2017-07-03 16:17 ` Johan Hovold
2017-07-06 18:59 ` Dave Gerlach
2017-07-06 18:59 ` Dave Gerlach
2017-07-06 18:59 ` Dave Gerlach
[not found] ` <577c4595-74b4-c10d-2dbf-07b58e87a263-l0cyMroinI0@public.gmane.org>
2017-07-10 11:31 ` Johan Hovold
2017-07-10 11:31 ` Johan Hovold
2017-07-10 11:31 ` Johan Hovold
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=20170522145304.GO10472@atomide.com \
--to=tony@atomide.com \
--cc=d-gerlach@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=j-keerthy@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=robh+dt@kernel.org \
--cc=ssantosh@kernel.org \
/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.