mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
238c84f711
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>
13 lines
353 B
C
13 lines
353 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver
|
|
*
|
|
* Copyright (C) 2013 Samsung Electronics Co., Ltd.
|
|
* Sylwester Nawrocki <s.nawrocki@samsung.com>
|
|
*/
|
|
|
|
#define FIMC_IS_I2C_COMPATIBLE "samsung,exynos4212-i2c-isp"
|
|
|
|
int fimc_is_register_i2c_driver(void);
|
|
void fimc_is_unregister_i2c_driver(void);
|