On Tue, Jan 06, 2015 at 12:28:22AM +0900, Inki Dae wrote: [...] > -------- Original Message -------- > Subject: [PATCH v2 2/3] drm/panel: add s6e63j0x03 LCD panel driver > Date: Tue, 09 Dec 2014 18:29:05 +0900 > From: Hyungwon Hwang <human.hwang@xxxxxxxxxxx> > To: dri-devel@xxxxxxxxxxxxxxxxxxxxx > CC: airlied@xxxxxxxx, devicetree@xxxxxxxxxxxxxxx, robh+dt@xxxxxxxxxx, > pawel.moll@xxxxxxx, mark.rutland@xxxxxxx, ijc+devicetree@xxxxxxxxxxxxxx, > galak@xxxxxxxxxxxxxx, linux-samsung-soc@xxxxxxxxxxxxxxx, > kyungmin.park@xxxxxxxxxxx, inki.dae@xxxxxxxxxxx, a.hajda@xxxxxxxxxxx, > kgene.kim@xxxxxxxxxxx, thierry.reding@xxxxxxxxx, Hyungwon Hwang > <human.hwang@xxxxxxxxxxx> > > From: Inki Dae <inki.dae@xxxxxxxxxxx> > > This patch adds MIPI-DSI based S6E63J0X03 AMOLED LCD panel driver > which uses mipi_dsi bus to communicate with panel. The panel has > 320×320 resolution in 1.63-inch physical panel. This panel is used in > Samsung Galaxy Gear 2. > > Signed-off-by: Inki Dae <inki.dae@xxxxxxxxxxx> > Signed-off-by: Hyungwon Hwang <human.hwang@xxxxxxxxxxx> > Acked-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > --- > Changes for v2: > - Change the gamma table to 2-dimensional array > - Change the way to make index for brightness > - Make command functions to an array so that it can be called simply > - Change command id for reading device ID > - Change the way to handle the error condition > - Remove power variable, and use the same name variable in bl_dev > - Add the state FB_BLANK_NORMAL to represent the state which the panel > is working but blanked > - Miscellaneous changes to increase the readability and follow the > coding-style standard > > drivers/gpu/drm/panel/Kconfig | 6 + > drivers/gpu/drm/panel/Makefile | 1 + > drivers/gpu/drm/panel/panel-s6e63j0x03.c | 549 > +++++++++++++++++++++++++++++++ > 3 files changed, 556 insertions(+) > create mode 100644 drivers/gpu/drm/panel/panel-s6e63j0x03.c I thought I had mentioned this before, but this is missing device tree binding documentation. Thierry
Attachment:
pgpm2Le3WJ1EG.pgp
Description: PGP signature
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel