Hi,
On 2012-11-10 13:34, Shaik Ameer Basha wrote:
In this patch series,
First patch adds the devm_ functions to the driver code for automatic
code cleanup.
Second patch adds the DT support for the exynos mipi-dsi driver.
for DT support, mipi device node should supply the following
information to the mipi-dsi driver.
1] dsim_config information
2] d-phy setting information
3] lcd poweron, reset information
4] fb_videomode information
refer the documentation files for further details.
Shaik Ameer Basha (2):
exynos-mipi-dsi: using devm_ functions for automatic cleanup
video: exynos-mipi-dsi: Adding DT support to exynos mipi driver
MIPI is an organization. DSI is a protocol from MIPI. MIPI has many
protocols. Thus it doesn't make sense to say "MIPI driver", "MIPI
display", or use names like "samsung,exynos-mipi".
It's either "MIPI DSI" if you want to be exact, or just "DSI", which I
think is clear from the context.
What is "dsim"?
Tomi