<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style>

   ***: beckett.freenode.net sets mode: +v pinchartl
   sailus: <u>mchehab</u>: I'd have a pull request (sent maybe half an hour ago) that fixes a bug in the ImgU driver. It'd be nice to get that merged for 5.13.
   <br> I.e. two more patches from Ricardo.
   mchehab: ok
   <br> I'll check the 3 pending PRs today
   <br> if nothing weird, I'll pick
   hverkuil: I'll post a PR for outreachy fixes in a minute.
   mchehab: <u>hverkuil</u>: there's also a patch fixing a sparse warning:  https://patchwork.linuxtv.org/project/linux-media/patch/20210319164148.199192-11-jacopo+renesas@jmondi.org/
   hverkuil: <u>mchehab</u>: you want me to add that to the PR?
   mchehab: yeah, please
   <br> well, I can pick it directly too
   <br> with this and the two patches I wrote, there will be just one sparse/smatch warning left (which seems to be a false positive)
   hverkuil: I think it's better if I collect some more fixes into a separate PR.
   mchehab: works for me too, if you can send it today
   <br> or up to Monday
   hverkuil: <u>mchehab</u>: you should have it in 15-20 minutes.
   mchehab: ok
   <br> <u>sailus</u>: syoung: hverkuil: pending PRs applied
   <br> applying right now the outreachy PR
   <br> <u>hverkuil</u>: btw what's the status of Zoran driver?
   <br> hmm...
   <br> -	DispMode = !(video_height &gt; BUZ_MAX_HEIGHT / 2);
   <br> -	VidWinHt = DispMode ? video_height : video_height / 2;
   <br> +	disp_mode = !(video_height &gt; BUZ_MAX_HEIGHT / 2);
   <br> +	VidWinHt = disp_mode ? video_height : video_height / 2;
   <br> it should have VidWinHt also renamed ;-)
   <br> (nitpick - I'll apply the patch)
   hverkuil: no idea :-)  Is it waiting for testing? If so, then I still can't test anything until I can finally travel to the Netherlands.
   mchehab: ah, yes
   sailus: <u>mchehab</u>: Obrigado!!
   hverkuil: <u>mchehab</u>: posted second PR.
   mchehab: applied
   <br> btw, any comments about this: https://patchwork.linuxtv.org/project/linux-media/patch/20200813214538.8474-1-kernel@tuxforce.de/
   <br> if firmware_request_cache() should now be used, other driver would need something similar
   <br> right now, just one driver uses this
   <br> drivers/net/wireless/mediatek/mt7601u/mcu.c:            return firmware_request_cache(dev-&gt;dev, MT7601U_FIRMWARE);
   hverkuil: I think I would like to see a Tested-by before applying it.