All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] mediatek-drm-next for 4.12
@ 2017-04-07 16:42 CK Hu
  2017-04-12 20:19 ` Dave Airlie
  0 siblings, 1 reply; 3+ messages in thread
From: CK Hu @ 2017-04-07 16:42 UTC (permalink / raw)
  To: David Airlie
  Cc: YT Shen, Shaoming Chen,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Philipp Zabel,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

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.shen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org (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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] mediatek-drm-next for 4.12
  2017-04-07 16:42 [GIT PULL] mediatek-drm-next for 4.12 CK Hu
@ 2017-04-12 20:19 ` Dave Airlie
  2017-04-13 15:51   ` CK Hu
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Airlie @ 2017-04-12 20:19 UTC (permalink / raw)
  To: CK Hu; +Cc: Stephen Rothwell, Shaoming Chen, linux-mediatek, dri-devel

On 8 April 2017 at 02:42, CK Hu <ck.hu@mediatek.com> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] mediatek-drm-next for 4.12
  2017-04-12 20:19 ` Dave Airlie
@ 2017-04-13 15:51   ` CK Hu
  0 siblings, 0 replies; 3+ messages in thread
From: CK Hu @ 2017-04-13 15:51 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Stephen Rothwell, Shaoming Chen, linux-mediatek, dri-devel

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 <ck.hu@mediatek.com> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-13 15:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-07 16:42 [GIT PULL] mediatek-drm-next for 4.12 CK Hu
2017-04-12 20:19 ` Dave Airlie
2017-04-13 15:51   ` CK Hu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.