All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
To: mark.rutland@arm.com, lorenzo.pieralisi@arm.com, ulf.hansson@linaro.org
Cc: linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-renesas-soc@vger.kernel.org,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Subject: [PATCH v3 0/2] treewide: fix _mmc_suspend() on PSCI
Date: Mon, 22 Jun 2020 11:24:57 +0900	[thread overview]
Message-ID: <1592792699-24638-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> (raw)

We can detect whether the system is going to suspend by using
pm_suspend_via_firmware() API. So, this patch series update
both PSCI and MMC driver for my environment (r8a77951-salvator-xs).

We can apply each patch to each subsystem without any dependency.

Changes from v2:
 - Fix typo of function name in patch2.
 - Remove RFC.
 https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=305523

Changes from v1:
 - Use pm_suspend_via_firmware() API instead of pm_suspend_target_state.
 - Modify the psci driver to call pm_set_suspend_via_firmware.
 https://patchwork.kernel.org/patch/11557505/


Yoshihiro Shimoda (2):
  firmware: psci: call pm_set_suspend_via_firmware()
  mmc: core: Call mmc_poweroff_nofity() if pm_suspend_via_firmware()

 drivers/firmware/psci/psci.c | 8 ++++++++
 drivers/mmc/core/mmc.c       | 4 +++-
 2 files changed, 11 insertions(+), 1 deletion(-)

-- 
2.7.4


             reply	other threads:[~2020-06-22  2:25 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-22  2:24 Yoshihiro Shimoda [this message]
2020-06-22  2:24 ` [PATCH v3 1/2] firmware: psci: call pm_set_suspend_via_firmware() Yoshihiro Shimoda
2020-08-05  8:08   ` Geert Uytterhoeven
2020-08-05  8:08     ` Geert Uytterhoeven
2020-06-22  2:24 ` [PATCH v3 2/2] mmc: core: Call mmc_poweroff_nofity() if pm_suspend_via_firmware() Yoshihiro Shimoda
2020-06-24 10:05   ` Ulf Hansson
2020-06-24 10:05     ` Ulf Hansson
2020-06-24 11:13     ` Geert Uytterhoeven
2020-06-24 11:13       ` Geert Uytterhoeven
2020-06-25  6:31       ` Yoshihiro Shimoda
2020-06-25  6:31         ` Yoshihiro Shimoda
2020-06-25  9:26         ` Geert Uytterhoeven
2020-06-25  9:26           ` Geert Uytterhoeven
2020-06-26 11:03           ` Ulf Hansson
2020-06-26 11:03             ` Ulf Hansson
2020-07-02 12:37             ` Yoshihiro Shimoda
2020-07-02 12:37               ` Yoshihiro Shimoda
2020-07-06 13:10               ` Ulf Hansson
2020-07-06 13:10                 ` Ulf Hansson
2020-07-07  1:26                 ` Yoshihiro Shimoda
2020-07-07  1:26                   ` Yoshihiro Shimoda

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=1592792699-24638-1-git-send-email-yoshihiro.shimoda.uh@renesas.com \
    --to=yoshihiro.shimoda.uh@renesas.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=mark.rutland@arm.com \
    --cc=ulf.hansson@linaro.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.