|
From: Thorsten O. <ad...@th...> - 2018-05-18 09:29:42
|
On Freitag, 18. Mai 2018 10:57:10 CEST David Gálvez wrote: > I've attached the patch for you to take a look in case you want to > comment anything. Might be cleaner to write ndelay as #define ndelay(n) ndelay_loops(getloops4ns(n)) Also i'm not entirely sure whether the DIV_ROUND_UP macro is used correctly there, you are rounding up the number of loops there? Wouldn't that give way too large values on slower processors? |