Re: [PATCH v2 07/11] media: exynos4-is: Add support for multiple sensors on one port

2020-07-31 Thread Sylwester Nawrocki
On 31.07.2020 01:01, Jonathan Bakker wrote: > On some devices, there may be multiple camera sensors attached > to the same port. Make sure we probe all of them, not just the > first one. > > Signed-off-by: Jonathan Bakker Reviewed-by: Sylwester Nawrocki

[PATCH v2 07/11] media: exynos4-is: Add support for multiple sensors on one port

2020-07-30 Thread Jonathan Bakker
On some devices, there may be multiple camera sensors attached to the same port. Make sure we probe all of them, not just the first one. Signed-off-by: Jonathan Bakker --- Changes from v1: - Separated parsing each endpoint into separate func --- drivers/media/platform/exynos4-is/media-dev.c | 2