Re: [PATCH] drm/connector: Add of_drm_find_connector

2020-07-01 Thread kernel test robot
Hi Andy, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.8-rc3 next-20200701] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documented in http

[PATCH] drm/connector: Add of_drm_find_connector

2020-07-01 Thread Andy Yan
Add a function to look up a connector by device tree node, like what of_drm_find_bridge/panel does. Signed-off-by: Andy Yan --- drivers/gpu/drm/drm_connector.c | 33 + include/drm/drm_connector.h | 3 +++ 2 files changed, 36 insertions(+) diff --git a/drive