* [PATCH 0/2] Adding devm_ functions and DT support to MIPI driver
@ 2012-11-10 11:46 Shaik Ameer Basha
2012-11-12 12:35 ` Tomi Valkeinen
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Shaik Ameer Basha @ 2012-11-10 11:46 UTC (permalink / raw)
To: linux-fbdev
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
.../devicetree/bindings/video/exynos/mipi-dsi.txt | 185 ++++++
drivers/video/exynos/exynos_mipi_dsi.c | 645 +++++++++++++++++---
include/video/exynos_mipi_dsim.h | 27 +
3 files changed, 783 insertions(+), 74 deletions(-)
create mode 100644 Documentation/devicetree/bindings/video/exynos/mipi-dsi.txt
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] Adding devm_ functions and DT support to MIPI driver
2012-11-10 11:46 [PATCH 0/2] Adding devm_ functions and DT support to MIPI driver Shaik Ameer Basha
@ 2012-11-12 12:35 ` Tomi Valkeinen
2012-11-12 13:08 ` Sylwester Nawrocki
2012-11-12 18:23 ` Shaik Ameer Basha
2 siblings, 0 replies; 4+ messages in thread
From: Tomi Valkeinen @ 2012-11-12 12:35 UTC (permalink / raw)
To: linux-fbdev
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] Adding devm_ functions and DT support to MIPI driver
2012-11-10 11:46 [PATCH 0/2] Adding devm_ functions and DT support to MIPI driver Shaik Ameer Basha
2012-11-12 12:35 ` Tomi Valkeinen
@ 2012-11-12 13:08 ` Sylwester Nawrocki
2012-11-12 18:23 ` Shaik Ameer Basha
2 siblings, 0 replies; 4+ messages in thread
From: Sylwester Nawrocki @ 2012-11-12 13:08 UTC (permalink / raw)
To: linux-fbdev
Hi,
On 11/12/2012 01:35 PM, Tomi Valkeinen wrote:
>> 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".
True.
> 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"?
In the Samsung SoCs documentation MIPI DSIM stands for MIPI DSI Master
and similarly MIPI CSIS stands for MIPI CSI Slave.
--
Regards,
Sylwester
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] Adding devm_ functions and DT support to MIPI driver
2012-11-10 11:46 [PATCH 0/2] Adding devm_ functions and DT support to MIPI driver Shaik Ameer Basha
2012-11-12 12:35 ` Tomi Valkeinen
2012-11-12 13:08 ` Sylwester Nawrocki
@ 2012-11-12 18:23 ` Shaik Ameer Basha
2 siblings, 0 replies; 4+ messages in thread
From: Shaik Ameer Basha @ 2012-11-12 18:23 UTC (permalink / raw)
To: linux-fbdev
Hi Tomi,
On Mon, Nov 12, 2012 at 6:05 PM, Tomi Valkeinen <tomba@iki.fi> wrote:
> 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.
Thanks for pointing this out, It's a fault from my side.
I will be specific/careful from next time on-wards...
>
> What is "dsim"?
>
As Sylwester mentioned, mipi-dsim stands for MIPI DSI Master.
> Tomi
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-11-12 18:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-10 11:46 [PATCH 0/2] Adding devm_ functions and DT support to MIPI driver Shaik Ameer Basha
2012-11-12 12:35 ` Tomi Valkeinen
2012-11-12 13:08 ` Sylwester Nawrocki
2012-11-12 18:23 ` Shaik Ameer Basha
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).