From: Mark Rutland <mark.rutland@arm.com>
To: Inki Dae <inki.dae@samsung.com>
Cc: Ajay Kumar <ajaykumar.rs@samsung.com>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>,
"seanpaul@google.com" <seanpaul@google.com>,
"ajaynumb@gmail.com" <ajaynumb@gmail.com>,
"jg1.han@samsung.com" <jg1.han@samsung.com>,
"joshi@samsung.com" <joshi@samsung.com>,
"prashanth.g@samsung.com" <prashanth.g@samsung.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"cpgs@samsung.com" <cpgs@samsung.com>
Subject: Re: [PATCH V3 0/7] drm/exynos: Support DP CLKCON register in FIMD driver
Date: Fri, 27 Jun 2014 11:49:40 +0100 [thread overview]
Message-ID: <20140627104940.GF7262@leverpostej> (raw)
In-Reply-To: <53AD467A.1030005@samsung.com>
On Fri, Jun 27, 2014 at 11:24:58AM +0100, Inki Dae wrote:
>
> + DT mailing list
Thanks for the Cc.
Can we get the rest of the series? Judging a series based on its
diffstat alone is a little hard...
Or is my mailbox filtering hiding the rest of these from me?
Any reason for not Ccing lakml?
Mark.
> On 2014년 06월 27일 19:12, Ajay Kumar wrote:
> > This series is based on exynos-drm-next branch of Inki Dae's tree at:
> > git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
> >
> > Changes since V2:
> > Add DT property to know the type of FIMD output interface
> > as per Inki's suggestion.
> > Add samsung,output-type DT property in FIMD node for all boards
> > supporting DP interface.
> >
> > Ajay Kumar (7):
> > [PATCH V3 1/7] drm/exynos: Support DP CLKCON register in FIMD driver
> > [PATCH V3 2/7] ARM: dts: Add FIMD output property for snow
> > [PATCH V3 3/7] ARM: dts: Add FIMD output property for peach_pit
> > [PATCH V3 4/7] ARM: dts: Add FIMD output property for peach_pi
> > [PATCH V3 5/7] ARM: dts: Add FIMD output property for smdk5250
> > [PATCH V3 6/7] ARM: dts: Add FIMD output property for smdk5420
> > [PATCH V3 7/7] ARM: dts: Add FIMD output property for arndale
> >
> > .../devicetree/bindings/video/samsung-fimd.txt | 1 +
> > arch/arm/boot/dts/exynos5250-arndale.dts | 1 +
> > arch/arm/boot/dts/exynos5250-smdk5250.dts | 1 +
> > arch/arm/boot/dts/exynos5250-snow.dts | 1 +
> > arch/arm/boot/dts/exynos5420-peach-pit.dts | 1 +
> > arch/arm/boot/dts/exynos5420-smdk5420.dts | 1 +
> > arch/arm/boot/dts/exynos5800-peach-pi.dts | 1 +
> > drivers/gpu/drm/exynos/exynos_drm_fimd.c | 23 ++++++++++++++++++++
> > include/video/samsung_fimd.h | 4 ++++
> > 9 files changed, 34 insertions(+)
> >
>
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2014-06-27 10:49 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1403863946-15492-1-git-send-email-ajaykumar.rs@samsung.com>
2014-06-27 10:24 ` [PATCH V3 0/7] drm/exynos: Support DP CLKCON register in FIMD driver Inki Dae
2014-06-27 10:49 ` Mark Rutland [this message]
[not found] ` <1403863946-15492-4-git-send-email-ajaykumar.rs@samsung.com>
2014-06-27 11:17 ` [PATCH V3 3/7] ARM: dts: Add FIMD output property for peach_pit Ajay kumar
[not found] ` <1403863946-15492-5-git-send-email-ajaykumar.rs@samsung.com>
2014-06-27 11:17 ` [PATCH V3 4/7] ARM: dts: Add FIMD output property for peach_pi Ajay kumar
[not found] ` <1403863946-15492-3-git-send-email-ajaykumar.rs@samsung.com>
2014-06-27 11:17 ` [PATCH V3 2/7] ARM: dts: Add FIMD output property for snow Ajay kumar
[not found] ` <1403863946-15492-7-git-send-email-ajaykumar.rs@samsung.com>
2014-06-27 11:18 ` [PATCH V3 6/7] ARM: dts: Add FIMD output property for smdk5420 Ajay kumar
[not found] ` <1403863946-15492-6-git-send-email-ajaykumar.rs@samsung.com>
2014-06-27 11:18 ` [PATCH V3 5/7] ARM: dts: Add FIMD output property for smdk5250 Ajay kumar
[not found] ` <1403863946-15492-8-git-send-email-ajaykumar.rs@samsung.com>
2014-06-27 11:18 ` [PATCH V3 7/7] ARM: dts: Add FIMD output property for arndale Ajay kumar
[not found] ` <1403863946-15492-2-git-send-email-ajaykumar.rs@samsung.com>
2014-06-27 11:22 ` [PATCH V3 1/7] drm/exynos: Support DP CLKCON register in FIMD driver Andrzej Hajda
2014-06-27 11:48 ` Ajay kumar
2014-06-27 12:44 ` Andrzej Hajda
2014-06-27 13:02 ` Ajay kumar
2014-06-27 13:09 ` Tomasz Figa
2014-06-30 1:14 ` Jingoo Han
2014-06-30 5:31 ` Andrzej Hajda
2014-06-30 9:01 ` Ajay kumar
2014-06-30 16:09 ` Inki Dae
2014-07-09 6:21 ` Ajay kumar
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=20140627104940.GF7262@leverpostej \
--to=mark.rutland@arm.com \
--cc=ajaykumar.rs@samsung.com \
--cc=ajaynumb@gmail.com \
--cc=cpgs@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=inki.dae@samsung.com \
--cc=jg1.han@samsung.com \
--cc=joshi@samsung.com \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=prashanth.g@samsung.com \
--cc=seanpaul@google.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).