Re: [PATCH v5 1/5] arm/arm64: add smccc ARCH32

2015-09-16 Thread Will Deacon
On Tue, Sep 15, 2015 at 10:05:59PM +0100, Jens Wiklander wrote: > On Tue, Sep 15, 2015 at 07:26:45PM +0100, Will Deacon wrote: > > On Mon, Sep 14, 2015 at 09:30:30AM +0100, Jens Wiklander wrote: > > > On Fri, Aug 21, 2015 at 01:43:31PM +0200, Jens Wiklander wrote: > > > > On Fri, Aug 21, 2015 at 10

Re: [PATCH v5 1/5] arm/arm64: add smccc ARCH32

2015-09-15 Thread Jens Wiklander
On Tue, Sep 15, 2015 at 07:26:45PM +0100, Will Deacon wrote: > On Mon, Sep 14, 2015 at 09:30:30AM +0100, Jens Wiklander wrote: > > On Fri, Aug 21, 2015 at 01:43:31PM +0200, Jens Wiklander wrote: > > > On Fri, Aug 21, 2015 at 10:24:30AM +0100, Will Deacon wrote: > > > > On Thu, Aug 20, 2015 at 12:37

Re: [PATCH v5 1/5] arm/arm64: add smccc ARCH32

2015-09-15 Thread Will Deacon
On Mon, Sep 14, 2015 at 09:30:30AM +0100, Jens Wiklander wrote: > On Fri, Aug 21, 2015 at 01:43:31PM +0200, Jens Wiklander wrote: > > On Fri, Aug 21, 2015 at 10:24:30AM +0100, Will Deacon wrote: > > > On Thu, Aug 20, 2015 at 12:37:29PM +0100, Jens Wiklander wrote: > > > > On Wed, Aug 19, 2015 at 05

Re: [PATCH v5 1/5] arm/arm64: add smccc ARCH32

2015-09-14 Thread Jens Wiklander
On Fri, Aug 21, 2015 at 01:43:31PM +0200, Jens Wiklander wrote: > On Fri, Aug 21, 2015 at 10:24:30AM +0100, Will Deacon wrote: > > On Thu, Aug 20, 2015 at 12:37:29PM +0100, Jens Wiklander wrote: > > > On Wed, Aug 19, 2015 at 05:50:09PM +0100, Will Deacon wrote: > > > > On Wed, Aug 19, 2015 at 09:40

Re: [PATCH v5 1/5] arm/arm64: add smccc ARCH32

2015-08-21 Thread Jens Wiklander
On Fri, Aug 21, 2015 at 10:24:30AM +0100, Will Deacon wrote: > On Thu, Aug 20, 2015 at 12:37:29PM +0100, Jens Wiklander wrote: > > On Wed, Aug 19, 2015 at 05:50:09PM +0100, Will Deacon wrote: > > > On Wed, Aug 19, 2015 at 09:40:25AM +0100, Jens Wiklander wrote: > > > > Adds helpers to do SMC based

Re: [PATCH v5 1/5] arm/arm64: add smccc ARCH32

2015-08-21 Thread Will Deacon
On Thu, Aug 20, 2015 at 12:37:29PM +0100, Jens Wiklander wrote: > On Wed, Aug 19, 2015 at 05:50:09PM +0100, Will Deacon wrote: > > On Wed, Aug 19, 2015 at 09:40:25AM +0100, Jens Wiklander wrote: > > > Adds helpers to do SMC based on ARM SMC Calling Convention. > > > CONFIG_HAVE_SMCCC is enabled for

Re: [PATCH v5 1/5] arm/arm64: add smccc ARCH32

2015-08-20 Thread Mark Rutland
On Thu, Aug 20, 2015 at 12:37:29PM +0100, Jens Wiklander wrote: > On Wed, Aug 19, 2015 at 05:50:09PM +0100, Will Deacon wrote: > > On Wed, Aug 19, 2015 at 09:40:25AM +0100, Jens Wiklander wrote: > > > Adds helpers to do SMC based on ARM SMC Calling Convention. > > > CONFIG_HAVE_SMCCC is enabled for

Re: [PATCH v5 1/5] arm/arm64: add smccc ARCH32

2015-08-20 Thread Jens Wiklander
On Wed, Aug 19, 2015 at 05:50:09PM +0100, Will Deacon wrote: > On Wed, Aug 19, 2015 at 09:40:25AM +0100, Jens Wiklander wrote: > > Adds helpers to do SMC based on ARM SMC Calling Convention. > > CONFIG_HAVE_SMCCC is enabled for architectures that may support > > the SMC instruction. It's the respon

Re: [PATCH v5 1/5] arm/arm64: add smccc ARCH32

2015-08-20 Thread Michal Simek
On 08/19/2015 06:50 PM, Will Deacon wrote: > On Wed, Aug 19, 2015 at 09:40:25AM +0100, Jens Wiklander wrote: >> Adds helpers to do SMC based on ARM SMC Calling Convention. >> CONFIG_HAVE_SMCCC is enabled for architectures that may support >> the SMC instruction. It's the responsibility of the calle

Re: [PATCH v5 1/5] arm/arm64: add smccc ARCH32

2015-08-20 Thread Jens Wiklander
On Wed, Aug 19, 2015 at 01:56:39PM +0300, Yury wrote: [...] > > +++ b/include/linux/arm-smccc.h > > @@ -0,0 +1,79 @@ > > +/* > > + * Copyright (c) 2015, Linaro Limited > > + * > > + * This software is licensed under the terms of the GNU General Public > > + * License version 2, as published by the

Re: [PATCH v5 1/5] arm/arm64: add smccc ARCH32

2015-08-19 Thread Will Deacon
On Wed, Aug 19, 2015 at 09:40:25AM +0100, Jens Wiklander wrote: > Adds helpers to do SMC based on ARM SMC Calling Convention. > CONFIG_HAVE_SMCCC is enabled for architectures that may support > the SMC instruction. It's the responsibility of the caller to > know if the SMC instruction is supported

Re: [PATCH v5 1/5] arm/arm64: add smccc ARCH32

2015-08-19 Thread Yury
On 19.08.2015 11:40, Jens Wiklander wrote: > > Adds helpers to do SMC based on ARM SMC Calling Convention. > CONFIG_HAVE_SMCCC is enabled for architectures that may support > the SMC instruction. It's the responsibility of the caller to > know if the SMC instruction is supported by the platform. >

[PATCH v5 1/5] arm/arm64: add smccc ARCH32

2015-08-19 Thread Jens Wiklander
Adds helpers to do SMC based on ARM SMC Calling Convention. CONFIG_HAVE_SMCCC is enabled for architectures that may support the SMC instruction. It's the responsibility of the caller to know if the SMC instruction is supported by the platform. Signed-off-by: Jens Wiklander --- arch/arm/Kconfig