[PATCH] binder: fix log spam for existing debugfs file creation.

2020-01-10 Thread Martin Fuzzey
d boot (17 such messages during boot on my system). Fix this by checking if we already know the PID and only create the debugfs entry for the first context per PID. Do the same thing for binderfs for symmetry. Signed-off-by: Martin Fuzzey --- drivers/android/bin

Re: [RFC PATCH] staging: imx-drm: add suspend / resume

2014-03-20 Thread Martin Fuzzey
Hi Fabio, On 20/03/14 16:31, Fabio Estevam wrote: Does this patch still cause the visual artifacts you mentioned earlier? Regards, Fabio Estevam No. Since I switched from poking the registers to using the existing wrappers I have not observed any artifcats. Regards, Martin __

[RFC PATCH] staging: imx-drm: add suspend / resume

2014-03-20 Thread Martin Fuzzey
doing it. Signed-off-by: Martin Fuzzey --- drivers/staging/imx-drm/ipu-v3/ipu-common.c | 47 +++ drivers/staging/imx-drm/ipu-v3/ipu-prv.h|1 + 2 files changed, 48 insertions(+) diff --git a/drivers/staging/imx-drm/ipu-v3/ipu-common.c b/drivers/staging/imx-drm/