Re: [PATCH 5/7] media: sunxi: sun6i-csi: Add support of MIPI CSI-2 for A83T
From: Maxime Ripard <hidden>
Date: 2020-08-27 15:41:29
Also in:
linux-devicetree, linux-media, lkml
From: Maxime Ripard <hidden>
Date: 2020-08-27 15:41:29
Also in:
linux-devicetree, linux-media, lkml
On Wed, Aug 26, 2020 at 11:17:28AM +0200, Kévin L'hôpital wrote:
quoted
quoted
+ mdelay(10);Why do you need an mdelay here?yes a msleep could be more correct here.
My question was more about whether/why you need one in the first place, not necessarily how you would implement that delay. Maxime