Re: [PATCH 1/2] arm: kernel: Add SMC structure parameter

2016-12-06 Thread Andy Gross
On Tue, Dec 06, 2016 at 11:55:08AM +, Will Deacon wrote: > Hi Andy, > > On Tue, Nov 29, 2016 at 01:44:22AM -0600, Andy Gross wrote: > > This patch adds a quirk parameter to the arm_smccc_smc call. The quirk > > structure allows for specialized SMC operations due to SoC specific > >

Re: [PATCH 1/2] arm: kernel: Add SMC structure parameter

2016-12-06 Thread Andy Gross
On Tue, Dec 06, 2016 at 11:55:08AM +, Will Deacon wrote: > Hi Andy, > > On Tue, Nov 29, 2016 at 01:44:22AM -0600, Andy Gross wrote: > > This patch adds a quirk parameter to the arm_smccc_smc call. The quirk > > structure allows for specialized SMC operations due to SoC specific > >

Re: [PATCH 1/2] arm: kernel: Add SMC structure parameter

2016-12-06 Thread Will Deacon
Hi Andy, On Tue, Nov 29, 2016 at 01:44:22AM -0600, Andy Gross wrote: > This patch adds a quirk parameter to the arm_smccc_smc call. The quirk > structure allows for specialized SMC operations due to SoC specific > requirements. > > This patch also fixes up all the current users of the

Re: [PATCH 1/2] arm: kernel: Add SMC structure parameter

2016-12-06 Thread Will Deacon
Hi Andy, On Tue, Nov 29, 2016 at 01:44:22AM -0600, Andy Gross wrote: > This patch adds a quirk parameter to the arm_smccc_smc call. The quirk > structure allows for specialized SMC operations due to SoC specific > requirements. > > This patch also fixes up all the current users of the

[PATCH 1/2] arm: kernel: Add SMC structure parameter

2016-11-28 Thread Andy Gross
This patch adds a quirk parameter to the arm_smccc_smc call. The quirk structure allows for specialized SMC operations due to SoC specific requirements. This patch also fixes up all the current users of the arm_smccc_smc API. This patch and partial implementation was suggested by Will Deacon.

[PATCH 1/2] arm: kernel: Add SMC structure parameter

2016-11-28 Thread Andy Gross
This patch adds a quirk parameter to the arm_smccc_smc call. The quirk structure allows for specialized SMC operations due to SoC specific requirements. This patch also fixes up all the current users of the arm_smccc_smc API. This patch and partial implementation was suggested by Will Deacon.