Re: [GIT PULL] mediatek-drm-next for 4.12

2017-04-13 Thread CK Hu
Hi, Dave:

Sorry for my mistake, I would remember to add Signed-off-by me.

Regards,
CK

On Thu, 2017-04-13 at 06:19 +1000, Dave Airlie wrote:
> On 8 April 2017 at 02:42, CK Hu  wrote:
> > Hi, Dave:
> >
> > This series is MT2701 DRM support.
> 
> Just FYI, I failed to notice this, but Stephen pointed it out,
> 
> please make sure you add a Signed-off-by line if you are committing
> other people's patch to a tree, As the maintainer you must add these,
> not Acked-by.
> 
> Acked-by are for non-maintainers.
> 
> In this case I can't go back and undo things at this stage, they have
> an Signed-off-by from a mediatek employee anyways which should leave
> them in good standing.
> 
> Dave.


___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [GIT PULL] mediatek-drm-next for 4.12

2017-04-12 Thread Dave Airlie
On 8 April 2017 at 02:42, CK Hu  wrote:
> Hi, Dave:
>
> This series is MT2701 DRM support.

Just FYI, I failed to notice this, but Stephen pointed it out,

please make sure you add a Signed-off-by line if you are committing
other people's patch to a tree, As the maintainer you must add these,
not Acked-by.

Acked-by are for non-maintainers.

In this case I can't go back and undo things at this stage, they have
an Signed-off-by from a mediatek employee anyways which should leave
them in good standing.

Dave.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[GIT PULL] mediatek-drm-next for 4.12

2017-04-07 Thread CK Hu
Hi, Dave:

This series is MT2701 DRM support.

The following changes since commit
0168778115687486575a6831df865dbc4f5369fe:

  Merge branch 'drm-next-4.12' of
git://people.freedesktop.org/~agd5f/linux into drm-next (2017-04-07
05:49:12 +1000)

are available in the git repository at:


  https://github.com/ckhu-mediatek/linux.git-tags.git drm-next-4.12

for you to fetch changes up to 84a5ead18e57e9018d3de0a5388be8f6c2686329:

  drm/mediatek: add support for Mediatek SoC MT2701 (2017-04-08 00:02:17
+0800)


shaoming chen (2):
  drm/mediatek: add dsi interrupt control
  drm/mediatek: add dsi transfer function

yt.s...@mediatek.com (10):
  dt-bindings: display: mediatek: update supported chips
  drm/mediatek: add helpers for coverting from the generic
components
  drm/mediatek: add *driver_data for different hardware settings
  drm/mediatek: add shadow register support
  drm/mediatek: add BLS component
  drm/mediatek: update display module connections
  drm/mediatek: cleaning up and refine
  drm/mediatek: add non-continuous clock mode and EOT packet control
  drm/mediatek: update DSI sub driver flow for sending commands to
panel
  drm/mediatek: add support for Mediatek SoC MT2701

 .../bindings/display/mediatek/mediatek,disp.txt|   2 +
 .../bindings/display/mediatek/mediatek,dsi.txt |   2 +
 drivers/gpu/drm/mediatek/mtk_disp_ovl.c|  64 ++-
 drivers/gpu/drm/mediatek/mtk_disp_rdma.c   |  39 +-
 drivers/gpu/drm/mediatek/mtk_drm_crtc.c|  75 +--
 drivers/gpu/drm/mediatek/mtk_drm_ddp.c | 138 +++--
 drivers/gpu/drm/mediatek/mtk_drm_ddp.h |   2 +
 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c|  69 ++-
 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h|   2 +
 drivers/gpu/drm/mediatek/mtk_drm_drv.c |  54 +-
 drivers/gpu/drm/mediatek/mtk_drm_drv.h |   9 +
 drivers/gpu/drm/mediatek/mtk_dsi.c | 572
-
 drivers/gpu/drm/mediatek/mtk_mipi_tx.c |  38 +-
 13 files changed, 828 insertions(+), 238 deletions(-)

Regards,
CK

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel