* [PATCH 0/3] S5PV210: added MIPI-DSI driver.
@ 2010-11-18 8:48 Inki Dae
2010-11-18 9:17 ` Paul Mundt
0 siblings, 1 reply; 5+ messages in thread
From: Inki Dae @ 2010-11-18 8:48 UTC (permalink / raw)
To: linux-arm-kernel
Hello all,
This patch is a MIPI-DSI driver for S5PV210.
PATCH 1/3 : add a structure for CPU interface to linux/fb.h
. RGB or CPU interface could be used as display mode but framebuffer
framework doesn't consider CPU interface
So I added this structure because fb_cpumode structure could be used
commonly.
PATCH 2/3 : add parameters for CPU interface to plat-samsung/fb.h
. MIPI-DSI driver would use s3c-fb driver so I added some parameters because
MIPI-DSI driver supports CPU interface also.
PATCH 3/3 : add MIPI-DSI driver for S5PV210.
Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101118/baadb134/attachment-0001.html>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 0/3] S5PV210: added MIPI-DSI driver.
2010-11-18 8:48 [PATCH 0/3] S5PV210: added MIPI-DSI driver Inki Dae
@ 2010-11-18 9:17 ` Paul Mundt
0 siblings, 0 replies; 5+ messages in thread
From: Paul Mundt @ 2010-11-18 9:17 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Nov 18, 2010 at 05:48:20PM +0900, Inki Dae wrote:
> This patch is a MIPI-DSI driver for S5PV210.
>
For starters, this patch series is horribly line wrapped, even patchwork
seems to have given up on it on principle.
Please read through Documentation/email-clients.txt and resubmit
accordingly. Attachments will suffice if you have no other choice, but
should be a last resort.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 0/3] S5PV210: added MIPI-DSI Driver.
@ 2010-11-18 10:43 daeinki
2010-11-18 11:30 ` Tomi Valkeinen
0 siblings, 1 reply; 5+ messages in thread
From: daeinki @ 2010-11-18 10:43 UTC (permalink / raw)
To: linux-arm-kernel
Hello all,
This patch is a MIPI-DSI driver for S5PV210.
PATCH 1/3: add a structure for CPU interface to linux/fb.h
- RGB or CPU interfaces could be used as display mode but framebuffer
framework doesn't consider CPU interface so I added this structure
because fb_cpumode structure could be used commonly.
PATCH 2/3: add parameters for CPU interface to plat-samsung/fb.h
- MIPI-DSI driver would use s3c-fb driver so I added some parameters
because MIPI-DSI driver supports CPU interface also.
PATCH 3/3: add MIPI-DSI driver for S5PV210.
thank you.
signed-off-by: Inki Dae <inki.dae@samsung.com>
signed-off-by: Kyoungmin Park <kyoungmin.park@samsung.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 0/3] S5PV210: added MIPI-DSI Driver.
2010-11-18 10:43 [PATCH 0/3] S5PV210: added MIPI-DSI Driver daeinki
@ 2010-11-18 11:30 ` Tomi Valkeinen
0 siblings, 0 replies; 5+ messages in thread
From: Tomi Valkeinen @ 2010-11-18 11:30 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On Thu, 2010-11-18 at 19:43 +0900, ext daeinki wrote:
> Hello all,
>
> This patch is a MIPI-DSI driver for S5PV210.
>
> PATCH 1/3: add a structure for CPU interface to linux/fb.h
> - RGB or CPU interfaces could be used as display mode but framebuffer
> framework doesn't consider CPU interface so I added this structure
> because fb_cpumode structure could be used commonly.
>
> PATCH 2/3: add parameters for CPU interface to plat-samsung/fb.h
> - MIPI-DSI driver would use s3c-fb driver so I added some parameters
> because MIPI-DSI driver supports CPU interface also.
>
> PATCH 3/3: add MIPI-DSI driver for S5PV210.
You have three patches, all with the same subject, and no description.
Please check Documentation/SubmittingPatches.
Tomi
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 0/3] S5PV210: added MIPI-DSI Driver.
@ 2010-11-19 1:28 daeinki
0 siblings, 0 replies; 5+ messages in thread
From: daeinki @ 2010-11-19 1:28 UTC (permalink / raw)
To: linux-arm-kernel
Hello all,
This patch is a MIPI-DSI driver for S5PV210.
PATCH 1/3: add a structure for CPU interface to linux/fb.h
- RGB or CPU interfaces could be used as display mode but framebuffer
framework doesn't consider CPU interface so I added this structure
because fb_cpumode structure could be used commonly.
PATCH 2/3: add parameters for CPU interface to plat-samsung/fb.h
- MIPI-DSI driver would use s3c-fb driver so I added some parameters
because MIPI-DSI driver supports CPU interface also.
PATCH 3/3: add MIPI-DSI driver for S5PV210.
driver features:
. Maximum resolution ranges up to XGA (1024x760)
. CSIS0 supports 1,2,3 or 4 data lanes
. CSIS1 supports 1 or 2 data lanes
. supports pixel format : 16bpp, 18bpp packed,
18bpp loosely packed (3 byte format), and 24bpp
. supports RGB interface for video image from display controller
. support I80 interface for command mode image input from display controller
. supports PMS control inteerface for PLL to configure byte clock frequency
. supports Prescaler to generate escape clock from byte clock
thank you.
signed-off-by: Inki Dae <inki.dae@samsung.com>
signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-11-19 1:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18 8:48 [PATCH 0/3] S5PV210: added MIPI-DSI driver Inki Dae
2010-11-18 9:17 ` Paul Mundt
-- strict thread matches above, loose matches on Subject: below --
2010-11-18 10:43 [PATCH 0/3] S5PV210: added MIPI-DSI Driver daeinki
2010-11-18 11:30 ` Tomi Valkeinen
2010-11-19 1:28 daeinki
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).