Hi all, this patch series implement MIPI rx DPI feature. Please help to review.
This is the v1 version, any mistakes, please let me know,
I'll fix it in the next series.
Change history:
v1: initial MIPI rx DPI feature support
Xin Ji (2):
dt-bindings: drm/bridge: anx7625: add DPI flag and swing
Add MIPI rx DPI input support
Signed-off-by: Xin Ji
---
drivers/gpu/drm/bridge/analogix/anx7625.c | 352 --
drivers/gpu/drm/bridge/analogix/anx7625.h | 24 +-
2 files changed, 356 insertions(+), 20 deletions(-)
diff --git a/drivers/gpu/drm/bridge/analogix/anx7625.c
Macro is not supposed to have flow control in it's
statement, remove.
Signed-off-by: Song Chen
---
drivers/staging/board/armadillo800eva.c | 10 ++
drivers/staging/board/board.h | 11 ---
drivers/staging/board/kzm9d.c | 18 ++
3 files changed,
A paragraph to describe what CONFIG_STAGING_BOARD is for,
to help developers have better understanding.
Signed-off-by: Song Chen
---
drivers/staging/board/Kconfig | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/board/Kconfig b/drivers/staging/board/Kc
Fix warnings reported by coccicheck:
./drivers/staging/media/atomisp/pci/runtime/isp_param/src/isp_param.c:159:4-10:
WARNING: NULL check before some freeing functions is not needed.
Signed-off-by: Xu Wang
---
.../media/atomisp/pci/runtime/isp_param/src/isp_param.c| 3 +--
1 file changed
./drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ia_css_sdis.host.c:390:2-8:
WARNING: NULL check before some freeing functions is not needed.
Signed-off-by: Xu Wang
---
.../atomisp/pci/isp/kernels/sdis/sdis_1.0/ia_css_sdis.host.c | 3 +--
1 file changed, 1 insertion(+), 2 deletio