rnel.org/r/20241112132348.2631150-2-shiyongbang%40huawei.com
patch subject: [PATCH v4 drm-dp 1/5] drm/hisilicon/hibmc: add dp aux in hibmc
config: x86_64-buildonly-randconfig-003-20241113
(https://download.01.org/0day-ci/archive/20241113/202411131438.rzwyrwte-...@intel.com/config)
compiler: clang version 19.
From: baihan li
Add dp aux read/write functions. They are basic functions
and will be used later.
Signed-off-by: Baihan Li
Signed-off-by: Yongbang Shi
---
ChangeLog:
v3 -> v4:
- retun error codes in result incorrect branch, suggested by Dmitry
Baryshkov.
- replacing all ret= with returns