On Fri, Mar 10, 2023 at 7:35 PM Jianhua Lu <lujianhua000@xxxxxxxxx> wrote:
On Fri, Mar 10, 2023 at 07:10:21PM +0100, Konrad Dybcio wrote:
I have sent a patch to do it, upstream don't think this wrapper is a proper
+#define mipi_dsi_dual_dcs_write_seq(dsi0, dsi1, cmd, seq...) \This should be in the same file as mipi_dsi_dcs_write_seq, imo
+ do { \
+ mipi_dsi_dcs_write_seq(dsi0, cmd, seq); \
+ mipi_dsi_dcs_write_seq(dsi1, cmd, seq); \
+ } while (0)
approach to deal with dual dsi and wrap all of mipi_dsi_* function is
useless.
https://lore.kernel.org/lkml/20230310110542.6649-1-lujianhua000@xxxxxxxxx/
We can keep it locally if the fight isn't worthwhile, but I will try to enter
the discussion.
Yours,
Linus Walleij