From: Jyri Sarha <jsarha@ti.com>
To: "dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"airlied@linux.ie" <airlied@linux.ie>
Cc: "Valkeinen, Tomi" <tomi.valkeinen@ti.com>
Subject: Re: [GIT PULL] tilcdc DRM refactoring
Date: Wed, 27 May 2015 15:25:05 +0300 [thread overview]
Message-ID: <5565B7A1.8040809@ti.com> (raw)
In-Reply-To: <55659A5D.20201@ti.com>
On 05/27/15 13:20, Jyri Sarha wrote:
> David,
> Please pull the contents of "Use DRM component API in tilcdc to
> connect to tda998x" patch series[1] from:
>
> https://github.com/jsarha/linux.git linux-4.1.0-rc5-tilcdc-refactor
>
> The commits have been rebased on top of v4.1-rc5 mainline tag and they
> are ready for taking. The commits have been acked by Tomi Valkeinen.
>
> Best regards and thanks,
> Jyri
>
> [1] http://lists.freedesktop.org/archives/dri-devel/2015-May/083619.html
> -----------------------------------------------------------
> Jyri Sarha (6):
> drm/tilcdc: Fix module unloading
> drm/tilcdc: Remove tilcdc slave support for tda998x driver
> drm/tilcdc: Add support for external tda998x encoder
> drm/tilcdc: Add DRM_TILCDC_SLAVE_COMPAT for ti,tilcdc,slave binding
> support
> drm/tilcdc: Force building of DRM_TILCDC_SLAVE_COMPAT
> ARM: dts: am335x-boneblack: Use new binding for HDMI
Oops, I had this DTS patch in the pull-branch just a minute ago, but now
it has been removed.
Best regards,
Jyri
>
> Tomi Valkeinen (1):
> drm/tilcdc: use pm_runtime_irq_safe()
>
> .../devicetree/bindings/drm/tilcdc/slave.txt | 18 -
> .../devicetree/bindings/drm/tilcdc/tilcdc.txt | 27 ++
> arch/arm/boot/dts/am335x-boneblack.dts | 20 +-
> drivers/gpu/drm/Makefile | 2 +-
> drivers/gpu/drm/tilcdc/Kconfig | 12 +
> drivers/gpu/drm/tilcdc/Makefile | 5 +-
> drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 36 +-
> drivers/gpu/drm/tilcdc/tilcdc_drv.c | 99 +++--
> drivers/gpu/drm/tilcdc/tilcdc_drv.h | 6 +-
> drivers/gpu/drm/tilcdc/tilcdc_external.c | 166 +++++++++
> drivers/gpu/drm/tilcdc/tilcdc_external.h | 25 ++
> drivers/gpu/drm/tilcdc/tilcdc_slave.c | 411
> ---------------------
> drivers/gpu/drm/tilcdc/tilcdc_slave.h | 26 --
> drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c | 270 ++++++++++++++
> drivers/gpu/drm/tilcdc/tilcdc_slave_compat.dts | 72 ++++
> drivers/gpu/drm/tilcdc/tilcdc_slave_compat.h | 25 ++
> 16 files changed, 730 insertions(+), 490 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/drm/tilcdc/slave.txt
> create mode 100644 drivers/gpu/drm/tilcdc/tilcdc_external.c
> create mode 100644 drivers/gpu/drm/tilcdc/tilcdc_external.h
> delete mode 100644 drivers/gpu/drm/tilcdc/tilcdc_slave.c
> delete mode 100644 drivers/gpu/drm/tilcdc/tilcdc_slave.h
> create mode 100644 drivers/gpu/drm/tilcdc/tilcdc_slave_compat.c
> create mode 100644 drivers/gpu/drm/tilcdc/tilcdc_slave_compat.dts
> create mode 100644 drivers/gpu/drm/tilcdc/tilcdc_slave_compat.h
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
prev parent reply other threads:[~2015-05-27 12:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-27 10:20 [GIT PULL] tilcdc DRM refactoring Jyri Sarha
2015-05-27 12:25 ` Jyri Sarha [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5565B7A1.8040809@ti.com \
--to=jsarha@ti.com \
--cc=airlied@linux.ie \
--cc=dri-devel@lists.freedesktop.org \
--cc=tomi.valkeinen@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.