Re: [PATCH V3 6/8] drivers: video: Kconfig: Add config remove video

2023-06-14 Thread Tom Rini
On Wed, Jun 14, 2023 at 03:04:38PM +0530, Nikhil M Jain wrote: > This is required since user may want to either call the remove method > of video driver and reset the display or not call the remove method > to continue displaying until next stage. > > Signed-off-by: Nikhil M Jain > Reviewed-by:

[PATCH V3 6/8] drivers: video: Kconfig: Add config remove video

2023-06-14 Thread Nikhil M Jain
This is required since user may want to either call the remove method of video driver and reset the display or not call the remove method to continue displaying until next stage. Signed-off-by: Nikhil M Jain Reviewed-by: Devarsh Thakkar --- V3: - No change. V2: - Add Reviewed-by tag. drivers/