On 9/8/25 8:55 AM, Tomi Valkeinen wrote:
Hi,
Hello Tomi,
On 31/08/2025 22:04, Marek Vasut wrote:
Implement support for DSI command transfer. Transmission of both Short
Packet and Long Packet is implemented, so is command transmission to
request response from peripheral device and transmission of non-read
command with BTA.
The AXI memory access mode is currently not implemented, each transfer
is performed purely using controller register interface. Short Packet
transfer can transfer up to 2 Bytes of data, Long Packet transfer can
transfer up to 16 Bytes of data.
Signed-off-by: Marek Vasut <marek.vasut+rene...@mailbox.org>
Looks good to me, pushing to drm-misc-next.
Thank you