Re: [PATCH v3] memory/samsung: reduce protected code area in IRQ

2020-05-12 Thread Krzysztof Kozlowski
On Tue, May 12, 2020 at 05:31:49AM -0700, Bernard Zhao wrote: > This change will speed-up a bit this IRQ processing and there > is no need to protect return value or printing. > > Signed-off-by: Bernard Zhao > --- > Changes since v1: > *change release lock before the if statement. > *revert

Re: [PATCH v3] memory/samsung: reduce protected code area in IRQ

2020-05-12 Thread Lukasz Luba
On 5/12/20 1:31 PM, Bernard Zhao wrote: This change will speed-up a bit this IRQ processing and there is no need to protect return value or printing. Signed-off-by: Bernard Zhao LGTM Acked-by: Lukasz Luba --- Changes since v1: *change release lock before the if statement. *revert

[PATCH v3] memory/samsung: reduce protected code area in IRQ

2020-05-12 Thread Bernard Zhao
This change will speed-up a bit this IRQ processing and there is no need to protect return value or printing. Signed-off-by: Bernard Zhao --- Changes since v1: *change release lock before the if statement. *revert dmc->df->lock mutex lock to protect function exynos5_dmc_perf_events_check