mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 18:11:47 +00:00
960dd616f6
Currently the mipi_dsi_dcs_write() function requires the DCS command byte to be embedded within the write buffer whereas mipi_dsi_dcs_read() has a separate parameter. Make them more symmetrical by adding an extra command parameter to mipi_dsi_dcs_write(). The S6E8AA0 driver relies on the old asymmetric API and there's concern that moving to the new API may be less efficient. Provide a new function with the old semantics for those cases and make the S6E8AA0 driver use it instead. Reviewed-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Thierry Reding <treding@nvidia.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
panel-ld9040.c | ||
panel-s6e8aa0.c | ||
panel-simple.c |