[PATCH 0/4] S5PC110: MIPI-DSI support.
From: InKi Dae <hidden>
Date: 2010-11-23 07:13:02
Also in:
linux-fbdev
From: InKi Dae <hidden>
Date: 2010-11-23 07:13:02
Also in:
linux-fbdev
Hello all, This patch is a MIPI-DSI driver for S5PC110. PATCH 1/4 : 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/4 : 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/4 : add MIPI-DSI support for platform and machine. PATCH 4/4: add MIPI-DSI driver. Thank you.