All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] tilcdc 3rd set of changes for v4.9
@ 2016-09-22 21:37 Jyri Sarha
  2016-09-23  7:03 ` Sean Paul
  2016-09-23 10:43 ` Please ignore this: " Jyri Sarha
  0 siblings, 2 replies; 3+ messages in thread
From: Jyri Sarha @ 2016-09-22 21:37 UTC (permalink / raw)
  To: dri-devel, airlied
  Cc: Valkeinen, Tomi, Wei Yongjun, Baoyou Xie, SF Markus Elfring

Hi Dave,
Please pull these collected fixes and cleanups from various sources. The
request was rebased on top the previous pull tilcdc request tag, so it
contains all the accumulated tilcdc changes for v4.9 so far.

Thanks,
Jyri

The following changes since commit 2e0965b06d90b9dba76198d026c4c2ee04443aca:

  drm/tilcdc: WARN if CRTC is touched without CRTC lock (2016-09-07
15:54:43 +0300)

are available in the git repository at:

  https://github.com/jsarha/linux tags/tilcdc-4.9-3

for you to fetch changes up to 55fd61dfb8e37e27dcd44503f9ac3d676a5c3896:

  drm/tilcdc: Return directly after a failed kfree_table_init() in
tilcdc_convert_slave_node() (2016-09-23 00:09:46 +0300)

----------------------------------------------------------------
3rd drm/tilcdc pull request for v4.9.

----------------------------------------------------------------
Baoyou Xie (2):
      drm/tilcdc: add missing header dependencies
      drm/tilcdc: mark symbols static where possible

Jyri Sarha (1):
      drm/tilcdc: Remove "default" from blue-and-red-wiring property binding

Markus Elfring (1):
      drm/tilcdc: Return directly after a failed kfree_table_init() in
tilcdc_convert_slave_node()

Sean Paul (1):
      drm/tilcdc: Add atomic and crtc headers to crtc.c

Wei Yongjun (1):
      drm/tilcdc: Fix non static symbol warning

 Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt | 6 +++---
 drivers/gpu/drm/tilcdc/tilcdc_crtc.c                        | 6 ++++--
 drivers/gpu/drm/tilcdc/tilcdc_drv.c                         | 4 ++--
 drivers/gpu/drm/tilcdc/tilcdc_panel.c                       | 1 +
 drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c                | 8 ++++----
 drivers/gpu/drm/tilcdc/tilcdc_tfp410.c                      | 1 +
 6 files changed, 15 insertions(+), 11 deletions(-)
_______________________________________________
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] tilcdc 3rd set of changes for v4.9
  2016-09-22 21:37 [GIT PULL] tilcdc 3rd set of changes for v4.9 Jyri Sarha
@ 2016-09-23  7:03 ` Sean Paul
  2016-09-23 10:43 ` Please ignore this: " Jyri Sarha
  1 sibling, 0 replies; 3+ messages in thread
From: Sean Paul @ 2016-09-23  7:03 UTC (permalink / raw)
  To: Jyri Sarha
  Cc: dri-devel, Valkeinen, Tomi, Wei Yongjun, Baoyou Xie, SF Markus Elfring

On Thu, Sep 22, 2016 at 2:37 PM, Jyri Sarha <jsarha@ti.com> wrote:
> Hi Dave,
> Please pull these collected fixes and cleanups from various sources. The
> request was rebased on top the previous pull tilcdc request tag, so it
> contains all the accumulated tilcdc changes for v4.9 so far.
>
> Thanks,
> Jyri
>
> The following changes since commit 2e0965b06d90b9dba76198d026c4c2ee04443aca:
>
>   drm/tilcdc: WARN if CRTC is touched without CRTC lock (2016-09-07
> 15:54:43 +0300)
>
> are available in the git repository at:
>
>   https://github.com/jsarha/linux tags/tilcdc-4.9-3
>
> for you to fetch changes up to 55fd61dfb8e37e27dcd44503f9ac3d676a5c3896:
>
>   drm/tilcdc: Return directly after a failed kfree_table_init() in
> tilcdc_convert_slave_node() (2016-09-23 00:09:46 +0300)
>
> ----------------------------------------------------------------
> 3rd drm/tilcdc pull request for v4.9.
>
> ----------------------------------------------------------------
> Baoyou Xie (2):
>       drm/tilcdc: add missing header dependencies
>       drm/tilcdc: mark symbols static where possible
>
> Jyri Sarha (1):
>       drm/tilcdc: Remove "default" from blue-and-red-wiring property binding
>
> Markus Elfring (1):
>       drm/tilcdc: Return directly after a failed kfree_table_init() in
> tilcdc_convert_slave_node()
>
> Sean Paul (1):
>       drm/tilcdc: Add atomic and crtc headers to crtc.c

I posted on the patch thread, but I've picked this up in drm-misc
since Daniel's plane/blending patchset depends on this fix.

Sean

>
> Wei Yongjun (1):
>       drm/tilcdc: Fix non static symbol warning
>
>  Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt | 6 +++---
>  drivers/gpu/drm/tilcdc/tilcdc_crtc.c                        | 6 ++++--
>  drivers/gpu/drm/tilcdc/tilcdc_drv.c                         | 4 ++--
>  drivers/gpu/drm/tilcdc/tilcdc_panel.c                       | 1 +
>  drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c                | 8 ++++----
>  drivers/gpu/drm/tilcdc/tilcdc_tfp410.c                      | 1 +
>  6 files changed, 15 insertions(+), 11 deletions(-)
_______________________________________________
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

* Please ignore this: [GIT PULL] tilcdc 3rd set of changes for v4.9
  2016-09-22 21:37 [GIT PULL] tilcdc 3rd set of changes for v4.9 Jyri Sarha
  2016-09-23  7:03 ` Sean Paul
@ 2016-09-23 10:43 ` Jyri Sarha
  1 sibling, 0 replies; 3+ messages in thread
From: Jyri Sarha @ 2016-09-23 10:43 UTC (permalink / raw)
  To: dri-devel, airlied
  Cc: Valkeinen, Tomi, Wei Yongjun, Baoyou Xie, SF Markus Elfring

Dave,
Please ignore this pull request. I'll send another soon.

The "drm/tilcdc: Add atomic and crtc headers to crtc.c" is already
coming trough drm-misc.

Best regards,
Jyri

On 09/23/16 00:37, Jyri Sarha wrote:
> Hi Dave,
> Please pull these collected fixes and cleanups from various sources. The
> request was rebased on top the previous pull tilcdc request tag, so it
> contains all the accumulated tilcdc changes for v4.9 so far.
> 
> Thanks,
> Jyri
> 
> The following changes since commit 2e0965b06d90b9dba76198d026c4c2ee04443aca:
> 
>   drm/tilcdc: WARN if CRTC is touched without CRTC lock (2016-09-07
> 15:54:43 +0300)
> 
> are available in the git repository at:
> 
>   https://github.com/jsarha/linux tags/tilcdc-4.9-3
> 
> for you to fetch changes up to 55fd61dfb8e37e27dcd44503f9ac3d676a5c3896:
> 
>   drm/tilcdc: Return directly after a failed kfree_table_init() in
> tilcdc_convert_slave_node() (2016-09-23 00:09:46 +0300)
> 
> ----------------------------------------------------------------
> 3rd drm/tilcdc pull request for v4.9.
> 
> ----------------------------------------------------------------
> Baoyou Xie (2):
>       drm/tilcdc: add missing header dependencies
>       drm/tilcdc: mark symbols static where possible
> 
> Jyri Sarha (1):
>       drm/tilcdc: Remove "default" from blue-and-red-wiring property binding
> 
> Markus Elfring (1):
>       drm/tilcdc: Return directly after a failed kfree_table_init() in
> tilcdc_convert_slave_node()
> 
> Sean Paul (1):
>       drm/tilcdc: Add atomic and crtc headers to crtc.c
> 
> Wei Yongjun (1):
>       drm/tilcdc: Fix non static symbol warning
> 
>  Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt | 6 +++---
>  drivers/gpu/drm/tilcdc/tilcdc_crtc.c                        | 6 ++++--
>  drivers/gpu/drm/tilcdc/tilcdc_drv.c                         | 4 ++--
>  drivers/gpu/drm/tilcdc/tilcdc_panel.c                       | 1 +
>  drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c                | 8 ++++----
>  drivers/gpu/drm/tilcdc/tilcdc_tfp410.c                      | 1 +
>  6 files changed, 15 insertions(+), 11 deletions(-)
> 

_______________________________________________
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:[~2016-09-23 10:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-22 21:37 [GIT PULL] tilcdc 3rd set of changes for v4.9 Jyri Sarha
2016-09-23  7:03 ` Sean Paul
2016-09-23 10:43 ` Please ignore this: " Jyri Sarha

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.