All of lore.kernel.org
 help / color / mirror / Atom feed
From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 4/4] drivers: psci: replace psci firmware calls
Date: Mon, 23 Nov 2015 13:29:38 +0000	[thread overview]
Message-ID: <20151123132938.GF2755@arm.com> (raw)
In-Reply-To: <1447236266-7491-5-git-send-email-jens.wiklander@linaro.org>

On Wed, Nov 11, 2015 at 11:04:26AM +0100, Jens Wiklander wrote:
> Switch to use a generic interface for issuing SMC/HVC based on ARM SMC
> Calling Convention. Removes now the now unused psci-call.S.
> 
> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
> ---
>  arch/arm/kernel/Makefile      |  1 -
>  arch/arm/kernel/psci-call.S   | 31 -------------------------------
>  arch/arm64/kernel/Makefile    |  2 +-
>  arch/arm64/kernel/psci-call.S | 28 ----------------------------
>  drivers/firmware/psci.c       | 23 +++++++++++++++++++++--
>  5 files changed, 22 insertions(+), 63 deletions(-)
>  delete mode 100644 arch/arm/kernel/psci-call.S
>  delete mode 100644 arch/arm64/kernel/psci-call.S

Thanks for doing this:

  Acked-by: Will Deacon <will.deacon@arm.com>

Will

      reply	other threads:[~2015-11-23 13:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-11 10:04 [PATCH v2 0/4] ARM SMC Calling Convention interface Jens Wiklander
2015-11-11 10:04 ` [PATCH v2 1/4] arm/arm64: add arm-smccc Jens Wiklander
2015-11-11 10:04 ` [PATCH v2 2/4] arm: add implementation for arm-smccc Jens Wiklander
2015-11-12 11:10   ` Lars Persson
2015-11-11 10:04 ` [PATCH v2 3/4] arm64: " Jens Wiklander
2015-11-23 13:28   ` Will Deacon
2015-11-11 10:04 ` [PATCH v2 4/4] drivers: psci: replace psci firmware calls Jens Wiklander
2015-11-23 13:29   ` Will Deacon [this message]

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=20151123132938.GF2755@arm.com \
    --to=will.deacon@arm.com \
    --cc=linux-arm-kernel@lists.infradead.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.