Alain Volmat abade3bf45 media: i2c: ov5640: put back driver as of linux v5.15-stm32mp-r2
This is straight copy of the ov5640.c file found within linux
v5.15-stm32mp-r2-rc6-1 with the unique modification below in order
to make the remove function returning void (and remove the return 0)

-static int ov5640_remove(struct i2c_client *client)
+static void ov5640_remove(struct i2c_client *client)

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Change-Id: I496dcbe3f926102ed838dbca63036393b68352e6
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/299307
Tested-by: Eric FOURMONT <eric.fourmont-ext@st.com>
Reviewed-by: Eric FOURMONT <eric.fourmont-ext@st.com>
Domain-Review: Eric FOURMONT <eric.fourmont-ext@st.com>
2023-06-16 11:58:57 +02:00
2023-05-30 17:15:49 +02:00
2023-05-11 23:04:52 +09:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
No description provided
Readme 4.1 GiB
Languages
C 97.7%
Assembly 1.2%
Shell 0.4%
Makefile 0.3%
Python 0.2%
Other 0.1%