Re: [PATCH V7 1/4] drm: of: Add drm_of_get_dsi_bus helper function

2023-01-04 Thread kernel test robot
mits/Chris-Morgan/drm-of-Add-drm_of_get_dsi_bus-helper-function/20230104-030847 base: https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git for-next patch link: https://lore.kernel.org/r/20230103190707.104595-2-macroalpha82%40gmail.com patch subject: [PATCH V7 1/4] dr

Re: [PATCH V7 1/4] drm: of: Add drm_of_get_dsi_bus helper function

2023-01-04 Thread kernel test robot
mits/Chris-Morgan/drm-of-Add-drm_of_get_dsi_bus-helper-function/20230104-030847 base: https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git for-next patch link: https://lore.kernel.org/r/20230103190707.104595-2-macroalpha82%40gmail.com patch subject: [PATCH V7 1/4] dr

Re: [PATCH V7 1/4] drm: of: Add drm_of_get_dsi_bus helper function

2023-01-04 Thread Maxime Ripard
Hi, On Tue, Jan 03, 2023 at 01:07:04PM -0600, Chris Morgan wrote: > From: Chris Morgan > > Add helper function to find DSI host for devices where DSI panel is not > a minor of a DSI bus (such as the Samsung AMS495QA01 panel or the > official Raspberry Pi touchscreen display). > > Signed-off-by:

Re: [PATCH V7 1/4] drm: of: Add drm_of_get_dsi_bus helper function

2023-01-03 Thread Sam Ravnborg
Hi Chris. On Tue, Jan 03, 2023 at 01:07:04PM -0600, Chris Morgan wrote: > From: Chris Morgan > > Add helper function to find DSI host for devices where DSI panel is not > a minor of a DSI bus (such as the Samsung AMS495QA01 panel or the > official Raspberry Pi touchscreen display). > > Signed-o

[PATCH V7 1/4] drm: of: Add drm_of_get_dsi_bus helper function

2023-01-03 Thread Chris Morgan
From: Chris Morgan Add helper function to find DSI host for devices where DSI panel is not a minor of a DSI bus (such as the Samsung AMS495QA01 panel or the official Raspberry Pi touchscreen display). Signed-off-by: Chris Morgan Signed-off-by: Maya Matuszczyk Reviewed-by: Linus Walleij --- d