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

2016-10-21 Thread Daniel Lezcano
On Thu, Oct 13, 2016 at 05:52:28PM +0300, Noam Camus wrote: > From: Noam Camus > > This header file is for NPS400 SoC. > It includes macros for save/restore of HW scheduling. > Control is done by writing core functional registers. > This code was moved from arc/plat-eznps so

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

2016-10-21 Thread Daniel Lezcano
On Thu, Oct 13, 2016 at 05:52:28PM +0300, Noam Camus wrote: > From: Noam Camus > > This header file is for NPS400 SoC. > It includes macros for save/restore of HW scheduling. > Control is done by writing core functional registers. > This code was moved from arc/plat-eznps so it can be used >

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

2016-10-13 Thread Noam Camus
From: Noam Camus This header file is for NPS400 SoC. It includes macros for save/restore of HW scheduling. Control is done by writing core functional registers. This code was moved from arc/plat-eznps so it can be used from driver/clocksourec/, available only for

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

2016-10-13 Thread Noam Camus
From: Noam Camus This header file is for NPS400 SoC. It includes macros for save/restore of HW scheduling. Control is done by writing core functional registers. This code was moved from arc/plat-eznps so it can be used from driver/clocksourec/, available only for CONFIG_EZNPS_MTM_EXT.