RE: [PATCH v2 1/3] soc: Support for NPS HW scheduling

2016-10-31 Thread Noam Camus
> From: Daniel Lezcano [mailto:daniel.lezc...@linaro.org] > Sent: Monday, October 31, 2016 12:27 PM >> >> This new header file is for NPS400 SoC (part of ARC architecture). >> The header file includes macros for save/restore of HW scheduling. >> The control of HW scheduling is acheived by writing

Re: [PATCH v2 1/3] soc: Support for NPS HW scheduling

2016-10-31 Thread Daniel Lezcano
On Sun, Oct 23, 2016 at 03:12:26PM +0300, Noam Camus wrote: > From: Noam Camus > > This new header file is for NPS400 SoC (part of ARC architecture). > The header file includes macros for save/restore of HW scheduling. > The control of HW scheduling is acheived by writing core registers. s/achei

[PATCH v2 1/3] soc: Support for NPS HW scheduling

2016-10-23 Thread Noam Camus
From: Noam Camus This new header file is for NPS400 SoC (part of ARC architecture). The header file includes macros for save/restore of HW scheduling. The control of HW scheduling is acheived by writing core registers. This code was moved from arc/plat-eznps so it can be used from drivers/clockso