2017-07-31 11:11:10

by Alexey Brodkin

[permalink] [raw]
Subject: Please pull ARCPGU changes

Hi Dave,

Could you please pull a couple of minor fixes for ARCPGU.
These changes are based on today's drm-misc/drm-misc-next.

The following changes since commit 9dd2aca46a13cc7177625f0dc3aaf5b7ebc6fe74:

  drm/rockchip: vop: rk3328: fix overlay abnormal (2017-07-31 08:44:18 +0800)

are available in the git repository at:

  https://github.com/foss-for-synopsys-dwc-arc-processors/linux topic-arcpgu-updates

for you to fetch changes up to a8709950755748e9975d63faa624f2ba4b39f9d6:

  drm: arcpgu: Allow some clock deviation in crtc->mode_valid() callback (2017-07-31 14:05:21 +0300)

----------------------------------------------------------------
Alexey Brodkin (2):
      drm/arcpgu: Opt in debugfs
      arcpgu: Simplify driver name

Jose Abreu (3):
      drm: arcpgu: Fix mmap() callback
      drm: arcpgu: Fix module unload
      drm: arcpgu: Allow some clock deviation in crtc->mode_valid() callback

 drivers/gpu/drm/arc/arcpgu_crtc.c |  7 ++++---
 drivers/gpu/drm/arc/arcpgu_drv.c  | 57 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 36 insertions(+), 28 deletions(-)

Regards,
Alexey


2017-08-02 09:41:42

by Daniel Vetter

[permalink] [raw]
Subject: Re: Please pull ARCPGU changes

On Mon, Jul 31, 2017 at 11:11:06AM +0000, Alexey Brodkin wrote:
> Hi Dave,
>
> Could you please pull a couple of minor fixes for ARCPGU.
> These changes are based on today's drm-misc/drm-misc-next.

You can't send Dave a pull based on a random snapshot of drm-misc-next. If
you want to maintain your driver on top of drm-misc, then become part of
the group (arcgpu would fit imo). Otherwise you need to base your pulls on
top of Dave's tree. Also, your pull is missing the [PULL] tag in the
subject.
-Daniel

>
> The following changes since commit 9dd2aca46a13cc7177625f0dc3aaf5b7ebc6fe74:
>
> ? drm/rockchip: vop: rk3328: fix overlay abnormal (2017-07-31 08:44:18 +0800)
>
> are available in the git repository at:
>
> ? https://github.com/foss-for-synopsys-dwc-arc-processors/linux topic-arcpgu-updates
>
> for you to fetch changes up to a8709950755748e9975d63faa624f2ba4b39f9d6:
>
> ? drm: arcpgu: Allow some clock deviation in crtc->mode_valid() callback (2017-07-31 14:05:21 +0300)
>
> ----------------------------------------------------------------
> Alexey Brodkin (2):
> ??????drm/arcpgu: Opt in debugfs
> ??????arcpgu: Simplify driver name
>
> Jose Abreu (3):
> ??????drm: arcpgu: Fix mmap() callback
> ??????drm: arcpgu: Fix module unload
> ??????drm: arcpgu: Allow some clock deviation in crtc->mode_valid() callback
>
> ?drivers/gpu/drm/arc/arcpgu_crtc.c |??7 ++++---
> ?drivers/gpu/drm/arc/arcpgu_drv.c??| 57 ++++++++++++++++++++++++++++++++-------------------------
> ?2 files changed, 36 insertions(+), 28 deletions(-)
>
> Regards,
> Alexey
> _______________________________________________
> dri-devel mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

2017-08-02 10:17:36

by Alexey Brodkin

[permalink] [raw]
Subject: Re: Please pull ARCPGU changes

Hi Daniel,

On Wed, 2017-08-02 at 11:41 +0200, Daniel Vetter wrote:
> On Mon, Jul 31, 2017 at 11:11:06AM +0000, Alexey Brodkin wrote:
> >
> > Hi Dave,
> >
> > Could you please pull a couple of minor fixes for ARCPGU.
> > These changes are based on today's drm-misc/drm-misc-next.
>
> You can't send Dave a pull based on a random snapshot of drm-misc-next. If
> you want to maintain your driver on top of drm-misc, then become part of
> the group (arcgpu would fit imo). Otherwise you need to base your pulls on
> top of Dave's tree.

I don't have any specific requirement for "drm-misc-next" to b used as a base.
That said Dave trees are OK for me. Still could you please point me to
his "for-curr" and "for-next" (or equivalent) trees?

> Also, your pull is missing the [PULL] tag in the
> subject.

Sorry for that, will fix it in the next request.

-Alexey

2017-08-02 18:24:11

by Alex Deucher

[permalink] [raw]
Subject: Re: Please pull ARCPGU changes

On Wed, Aug 2, 2017 at 6:16 AM, Alexey Brodkin
<[email protected]> wrote:
> Hi Daniel,
>
> On Wed, 2017-08-02 at 11:41 +0200, Daniel Vetter wrote:
>> On Mon, Jul 31, 2017 at 11:11:06AM +0000, Alexey Brodkin wrote:
>> >
>> > Hi Dave,
>> >
>> > Could you please pull a couple of minor fixes for ARCPGU.
>> > These changes are based on today's drm-misc/drm-misc-next.
>>
>> You can't send Dave a pull based on a random snapshot of drm-misc-next. If
>> you want to maintain your driver on top of drm-misc, then become part of
>> the group (arcgpu would fit imo). Otherwise you need to base your pulls on
>> top of Dave's tree.
>
> I don't have any specific requirement for "drm-misc-next" to b used as a base.
> That said Dave trees are OK for me. Still could you please point me to
> his "for-curr" and "for-next" (or equivalent) trees?

next:
https://cgit.freedesktop.org/~airlied/linux/log/?h=drm-next

fixes:
https://cgit.freedesktop.org/~airlied/linux/log/?h=drm-fixes

Alex

>
>> Also, your pull is missing the [PULL] tag in the
>> subject.
>
> Sorry for that, will fix it in the next request.
>
> -Alexey
> _______________________________________________
> dri-devel mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

2017-08-02 21:21:17

by Alexey Brodkin

[permalink] [raw]
Subject: [PULL] Please pull ARCPGU changes

Hi Dave,

Could you please pull a couple of minor fixes and improvements for ARCPGU.
These changes are based on today's drm-next branch.

The following changes since commit dd24df657075fdf1e850612ea50634816f3c3581:

  Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux into drm-next (2017-08-02 12:43:12 +1000)

are available in the git repository at:

  https://github.com/foss-for-synopsys-dwc-arc-processors/linux topic-arcpgu-updates

for you to fetch changes up to 22d0be2a557e53a22feb484e8fce255fe09e6ad5:

  drm: arcpgu: Allow some clock deviation in crtc->mode_valid() callback (2017-08-03 00:11:02 +0300)

----------------------------------------------------------------
Alexey Brodkin (2):
      drm/arcpgu: Opt in debugfs
      arcpgu: Simplify driver name

Jose Abreu (3):
      drm: arcpgu: Fix mmap() callback
      drm: arcpgu: Fix module unload
      drm: arcpgu: Allow some clock deviation in crtc->mode_valid() callback

 drivers/gpu/drm/arc/arcpgu_crtc.c |  7 ++++---
 drivers/gpu/drm/arc/arcpgu_drv.c  | 57 ++++++++++++++++++++++++++++++++-------------------------
 2 files changed, 36 insertions(+), 28 deletions(-)

Regards,
Alexey

2017-08-02 21:21:36

by Alexey Brodkin

[permalink] [raw]
Subject: Re: Please pull ARCPGU changes

Hi Alex,

On Wed, 2017-08-02 at 14:24 -0400, Alex Deucher wrote:
> On Wed, Aug 2, 2017 at 6:16 AM, Alexey Brodkin
> <[email protected]> wrote:
> >
> > Hi Daniel,
> >
> > On Wed, 2017-08-02 at 11:41 +0200, Daniel Vetter wrote:
> > >
> > > On Mon, Jul 31, 2017 at 11:11:06AM +0000, Alexey Brodkin wrote:
> > > >
> > > >
> > > > Hi Dave,
> > > >
> > > > Could you please pull a couple of minor fixes for ARCPGU.
> > > > These changes are based on today's drm-misc/drm-misc-next.
> > >
> > > You can't send Dave a pull based on a random snapshot of drm-misc-next. If
> > > you want to maintain your driver on top of drm-misc, then become part of
> > > the group (arcgpu would fit imo). Otherwise you need to base your pulls on
> > > top of Dave's tree.
> >
> > I don't have any specific requirement for "drm-misc-next" to b used as a base.
> > That said Dave trees are OK for me. Still could you please point me to
> > his "for-curr" and "for-next" (or equivalent) trees?
>
> next:
> https://urldefense.proofpoint.com/v2/url?u=https-3A__cgit.freedesktop.org_-7Eairlied_linux_log_-3Fh-3Ddrm-2Dnext&d=DwIBaQ&c=DPL6_X_6JkXFx7AXWqB0tg&r
> =lqdeeSSEes0GFDDl656eViXO7breS55ytWkhpk5R81I&m=pbG-5bjYHB5-5W7BvTn5O7AaB-7boN5rb88XcxgLT5s&s=WrBr72Zx251yCmFMiv7mH7uKt5omhSWk8vlr0GDvG60&e= 
>
> fixes:
> https://urldefense.proofpoint.com/v2/url?u=https-3A__cgit.freedesktop.org_-7Eairlied_linux_log_-3Fh-3Ddrm-2Dfixes&d=DwIBaQ&c=DPL6_X_6JkXFx7AXWqB0tg&
> r=lqdeeSSEes0GFDDl656eViXO7breS55ytWkhpk5R81I&m=pbG-5bjYHB5-5W7BvTn5O7AaB-7boN5rb88XcxgLT5s&s=iRx0mpfiNcQURDcMGyXfb9arq0OQsCnMddGvXDVk7Zg&e= 

I added this repo as a remote and sent new pull-request based on drm-next.

Thanks a lot for your help.

-Alexey