History log of /linux-master/drivers/media/platform/samsung/exynos4-is/fimc-lite-reg.c
Revision Date Author Comments
# f4036d7e 23-Dec-2023 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

media: fimc-lite: constify several pointers in function arguments

Several functions do not modify pointed structure, thus the pointer can
point to const data for additional safety and self-documenting intention
of the function.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>


# 238c84f7 13-Mar-2022 Mauro Carvalho Chehab <mchehab@kernel.org>

media: platform: rename exynos4-is/ to samsung/exynos4-is/

As the end goal is to have platform drivers split by vendor,
rename exynos4-is/ to samsung/exynos4-is/.

Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>