All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 25/25 v7][RFC] Local: Hack: disable CONFIG_SUSPEND
@ 2015-08-24  2:33 Kuninori Morimoto
  2015-08-24  9:43 ` Geert Uytterhoeven
  0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2015-08-24  2:33 UTC (permalink / raw)
  To: linux-sh

From: Gaku Inami <gaku.inami.xw@bp.renesas.com>

Since cpu suspend is not supported in R-Car Gen3 initial version,
disable CONFIG_SUSPEND as interim fix until pcsi is available.

Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com>
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
---
v5 -> v7

 - no change

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index fcf375a..a2ddca9 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -59,6 +59,7 @@ CONFIG_CMA=y
 CONFIG_CMDLINE="console=ttyAMA0"
 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
 CONFIG_COMPAT=y
+# CONFIG_SUSPEND is not set
 CONFIG_CPU_IDLE=y
 CONFIG_ARM_CPUIDLE=y
 CONFIG_NET=y
-- 
1.9.1


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

* Re: [PATCH 25/25 v7][RFC] Local: Hack: disable CONFIG_SUSPEND
  2015-08-24  2:33 [PATCH 25/25 v7][RFC] Local: Hack: disable CONFIG_SUSPEND Kuninori Morimoto
@ 2015-08-24  9:43 ` Geert Uytterhoeven
  0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2015-08-24  9:43 UTC (permalink / raw)
  To: linux-sh

Hi Morimoto-san, Inami-san,

On Mon, Aug 24, 2015 at 4:33 AM, Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com> wrote:
> From: Gaku Inami <gaku.inami.xw@bp.renesas.com>
>
> Since cpu suspend is not supported in R-Car Gen3 initial version,
> disable CONFIG_SUSPEND as interim fix until pcsi is available.

> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index fcf375a..a2ddca9 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -59,6 +59,7 @@ CONFIG_CMA=y
>  CONFIG_CMDLINE="console=ttyAMA0"
>  # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
>  CONFIG_COMPAT=y
> +# CONFIG_SUSPEND is not set

Is this really needed? My local .config used with v5 of your patchset
has CONFIG_SUSPEND=y and booted fine.

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

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

end of thread, other threads:[~2015-08-24  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-24  2:33 [PATCH 25/25 v7][RFC] Local: Hack: disable CONFIG_SUSPEND Kuninori Morimoto
2015-08-24  9:43 ` Geert Uytterhoeven

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.