Re: [meta-xilinx] [PATCH] kernel-module-mali.bb: Add PM runtime barries after removing from suspend

2017-10-18 Thread Nathan Rossi
On 11 October 2017 at 09:49, Manjukumar Matha wrote: > Runtime PM suspend "put" results in addition of PM suspend API in work > queue. This barrier API will remove it from the work queue. > > Signed-off-by: Manjukumar Matha Applied. Thanks, Nathan > --- > recipes-graphics/mali/kernel-module-m

[meta-xilinx] [PATCH] kernel-module-mali.bb: Add PM runtime barries after removing from suspend

2017-10-10 Thread Manjukumar Matha
Runtime PM suspend "put" results in addition of PM suspend API in work queue. This barrier API will remove it from the work queue. Signed-off-by: Manjukumar Matha --- recipes-graphics/mali/kernel-module-mali.bb| 1 + ..._pm.c-Add-PM-runtime-barrier-after-removi.patch | 31 ++