Re: [PATCH 0/2] firmware/psci: PSCI checker cleanup

2020-10-12 Thread Valentin Schneider
Hi, On 03/06/20 18:39, Valentin Schneider wrote: > On 03/06/20 18:05, Sudeep Holla wrote: >> On Fri, Apr 24, 2020 at 02:56:55PM +0100, Valentin Schneider wrote: >>> Hi folks, >>> >>> This is a small cleanup of the PSCI checker following Peter's objections >>> to its homegrown do_idle()

Re: [PATCH 0/2] firmware/psci: PSCI checker cleanup

2020-06-03 Thread Valentin Schneider
On 03/06/20 18:05, Sudeep Holla wrote: > On Fri, Apr 24, 2020 at 02:56:55PM +0100, Valentin Schneider wrote: >> Hi folks, >> >> This is a small cleanup of the PSCI checker following Peter's objections >> to its homegrown do_idle() implementation. It is based on his >> sched_setscheduler()

Re: [PATCH 0/2] firmware/psci: PSCI checker cleanup

2020-06-03 Thread Sudeep Holla
On Fri, Apr 24, 2020 at 02:56:55PM +0100, Valentin Schneider wrote: > Hi folks, > > This is a small cleanup of the PSCI checker following Peter's objections > to its homegrown do_idle() implementation. It is based on his > sched_setscheduler() unexport series at [1]. > > I've never really used