| commit | 1c5a66f99ce597372ac6f554a8e52b27426ebc9f | [log] [tgz] |
|---|---|---|
| author | Daniel DeGrasse <daniel.degrasse@nxp.com> | Thu Mar 21 14:22:32 2024 -0500 |
| committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Wed Apr 17 14:30:05 2024 +0200 |
| tree | d973a4f0bc109bdb923c39bdb5be1acc24984e23 | |
| parent | 8ffefab29fa286be22fffaa1fd6514e5258bb518 [diff] |
drivers: mipi_dbi: add mipi_dbi_release API Some SPI based displays expect the ability to lock the SPI bus after a transaction completes, or to hold CS low. In order to accommodate this within the MIPI DBI layer, add the mipi_dbi_release API, which allows SPI displays to hold then release the SPI bus used by the MIPI abstraction layer. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>