All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yuan Tan <tanyuan@tinylab.org>
To: mpe@ellerman.id.au, christophe.leroy@csgroup.eu,
	tglx@linutronix.de, mingo@redhat.com, tsbogend@alpha.franken.de,
	hdegoede@redhat.com
Cc: linux@weissschuh.net, w@1wt.eu, falcon@tinylab.org,
	linux-mips@vger.kernel.org, x86@kernel.org,
	linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org,
	Yuan Tan <tanyuan@tinylab.org>
Subject: [PATCH v1 0/3] Add dependencies of POWER_RESET for MIPS Malta, x86, and PowerMac.
Date: Fri,  1 Sep 2023 04:17:27 +0800	[thread overview]
Message-ID: <20230831201727.3177853-1-tanyuan@tinylab.org> (raw)

These patches is to add dependencies of POWER_RESET for MIPS Malta, x86,
and PowerMac.

To simplify the enablement of the poweroff support, selecting the
required options for CONFIG_POWER_RESET=y may make many people
happyespecially when they are using a customized config (maybe
tinyconfigbased) for a target qemu board. Without normal poweroff
support from the kernel side, qemu will simply hang[1] there after a
'poweroff' command, which is a very bad experience for the automatical
tests.

Currently, based on tinyconfig, it is very hard to find the exact
poweroff options[2]. Some architectures' poweroff works well without
any dependence, the others' poweroff options are hidden deeply, which
make things hard.

After multiple verifications, these options have been identified as the
minimum dependencies required for poweroff to function normally.

Zhangjin and I invested a significant amount of time in searching for
the current options on these devices. We hope that this set of
patcheswill save time for others. If community like it, we will consider
adding dependencies for POWER_RESET on other devices.

---
[1]: https://lore.kernel.org/lkml/511b2f6009fb830b3f32b4be3dca99596c684fa3.1689759351.git.falcon@tinylab.org/
[2]: https://lore.kernel.org/all/983843582e52e83fba79ad45cea6c79e1f62ec6c.1690489039.git.falcon@tinylab.org/


Yuan Tan (3):
  kconfig: add dependencies of POWER_RESET for mips malta
  kconfig: add dependencies of POWER_RESET for x86
  kconfig: add dependencies of POWER_RESET for PowerMac

 arch/mips/Kconfig                       | 3 +++
 arch/powerpc/platforms/powermac/Kconfig | 1 +
 arch/x86/Kconfig                        | 2 ++
 3 files changed, 6 insertions(+)

-- 
2.34.1


WARNING: multiple messages have this Message-ID (diff)
From: Yuan Tan <tanyuan@tinylab.org>
To: mpe@ellerman.id.au, christophe.leroy@csgroup.eu,
	tglx@linutronix.de, mingo@redhat.com, tsbogend@alpha.franken.de,
	hdegoede@redhat.com
Cc: linux-kernel@vger.kernel.org, x86@kernel.org,
	linux-mips@vger.kernel.org, linux@weissschuh.net,
	falcon@tinylab.org, linuxppc-dev@lists.ozlabs.org, w@1wt.eu,
	Yuan Tan <tanyuan@tinylab.org>
Subject: [PATCH v1 0/3] Add dependencies of POWER_RESET for MIPS Malta, x86, and PowerMac.
Date: Fri,  1 Sep 2023 04:17:27 +0800	[thread overview]
Message-ID: <20230831201727.3177853-1-tanyuan@tinylab.org> (raw)

These patches is to add dependencies of POWER_RESET for MIPS Malta, x86,
and PowerMac.

To simplify the enablement of the poweroff support, selecting the
required options for CONFIG_POWER_RESET=y may make many people
happyespecially when they are using a customized config (maybe
tinyconfigbased) for a target qemu board. Without normal poweroff
support from the kernel side, qemu will simply hang[1] there after a
'poweroff' command, which is a very bad experience for the automatical
tests.

Currently, based on tinyconfig, it is very hard to find the exact
poweroff options[2]. Some architectures' poweroff works well without
any dependence, the others' poweroff options are hidden deeply, which
make things hard.

After multiple verifications, these options have been identified as the
minimum dependencies required for poweroff to function normally.

Zhangjin and I invested a significant amount of time in searching for
the current options on these devices. We hope that this set of
patcheswill save time for others. If community like it, we will consider
adding dependencies for POWER_RESET on other devices.

---
[1]: https://lore.kernel.org/lkml/511b2f6009fb830b3f32b4be3dca99596c684fa3.1689759351.git.falcon@tinylab.org/
[2]: https://lore.kernel.org/all/983843582e52e83fba79ad45cea6c79e1f62ec6c.1690489039.git.falcon@tinylab.org/


Yuan Tan (3):
  kconfig: add dependencies of POWER_RESET for mips malta
  kconfig: add dependencies of POWER_RESET for x86
  kconfig: add dependencies of POWER_RESET for PowerMac

 arch/mips/Kconfig                       | 3 +++
 arch/powerpc/platforms/powermac/Kconfig | 1 +
 arch/x86/Kconfig                        | 2 ++
 3 files changed, 6 insertions(+)

-- 
2.34.1


             reply	other threads:[~2023-08-31 20:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-31 20:17 Yuan Tan [this message]
2023-08-31 20:17 ` [PATCH v1 0/3] Add dependencies of POWER_RESET for MIPS Malta, x86, and PowerMac Yuan Tan

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=20230831201727.3177853-1-tanyuan@tinylab.org \
    --to=tanyuan@tinylab.org \
    --cc=christophe.leroy@csgroup.eu \
    --cc=falcon@tinylab.org \
    --cc=hdegoede@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux@weissschuh.net \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mingo@redhat.com \
    --cc=mpe@ellerman.id.au \
    --cc=tglx@linutronix.de \
    --cc=tsbogend@alpha.franken.de \
    --cc=w@1wt.eu \
    --cc=x86@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.