All of lore.kernel.org
 help / color / mirror / Atom feed
From: Inki Dae <inki.dae@samsung.com>
To: Paul Bolle <pebolle@tiscali.nl>
Cc: linux-samsung-soc@vger.kernel.org,
	Seung-Woo Kim <sw0312.kim@samsung.com>,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Kukjin Kim <kgene@kernel.org>, Akshu Agrawal <akshua@gmail.com>,
	Ajay Kumar <ajaykumar.rs@samsung.com>,
	linux-arm-kernel@lists.infradead.org,
	Valentin Rothberg <valentinrothberg@gmail.com>
Subject: Re: drm/exynos: DRM_EXYNOS7DECON?
Date: Tue, 17 Feb 2015 18:25:22 +0900	[thread overview]
Message-ID: <54E30902.5070000@samsung.com> (raw)
In-Reply-To: <1424163888.7082.16.camel@x220>

On 2015년 02월 17일 18:04, Paul Bolle wrote:
> Your commit 96976c3d9aff ("drm/exynos: Add DECON driver") is included in
> today's linux-next (ie, next-20150217). I noticed because a script I use
> to check linux-next spotted a problem with it.
> 
> It added an (optional) dependency on DRM_EXYNOS7DECON instead of
> DRM_EXYNOS7_DECON (see drivers/gpu/drm/exynos/Kconfig). Is the trivial
> patch to correct this typo queued somewhere? (This assumes an optional
> dependency on DRM_EXYNOS7_DECON is actually needed for DRM_EXYNOS_DP, of
> course.)

Ah, right. It's my mistake. That is just typo so it should be
DRM_EXYNOS7_DECON instead of DRM_EXYNOS7DECON. It would be fixed at RC1.

Thanks for report,
Inki Dae

> 
> 
> Paul Bolle
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: inki.dae@samsung.com (Inki Dae)
To: linux-arm-kernel@lists.infradead.org
Subject: drm/exynos: DRM_EXYNOS7DECON?
Date: Tue, 17 Feb 2015 18:25:22 +0900	[thread overview]
Message-ID: <54E30902.5070000@samsung.com> (raw)
In-Reply-To: <1424163888.7082.16.camel@x220>

On 2015? 02? 17? 18:04, Paul Bolle wrote:
> Your commit 96976c3d9aff ("drm/exynos: Add DECON driver") is included in
> today's linux-next (ie, next-20150217). I noticed because a script I use
> to check linux-next spotted a problem with it.
> 
> It added an (optional) dependency on DRM_EXYNOS7DECON instead of
> DRM_EXYNOS7_DECON (see drivers/gpu/drm/exynos/Kconfig). Is the trivial
> patch to correct this typo queued somewhere? (This assumes an optional
> dependency on DRM_EXYNOS7_DECON is actually needed for DRM_EXYNOS_DP, of
> course.)

Ah, right. It's my mistake. That is just typo so it should be
DRM_EXYNOS7_DECON instead of DRM_EXYNOS7DECON. It would be fixed at RC1.

Thanks for report,
Inki Dae

> 
> 
> Paul Bolle
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

WARNING: multiple messages have this Message-ID (diff)
From: Inki Dae <inki.dae@samsung.com>
To: Paul Bolle <pebolle@tiscali.nl>
Cc: Ajay Kumar <ajaykumar.rs@samsung.com>,
	Valentin Rothberg <valentinrothberg@gmail.com>,
	Akshu Agrawal <akshua@gmail.com>,
	Joonyoung Shim <jy0922.shim@samsung.com>,
	Seung-Woo Kim <sw0312.kim@samsung.com>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	David Airlie <airlied@linux.ie>, Kukjin Kim <kgene@kernel.org>,
	dri-devel@lists.freedesktop.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: drm/exynos: DRM_EXYNOS7DECON?
Date: Tue, 17 Feb 2015 18:25:22 +0900	[thread overview]
Message-ID: <54E30902.5070000@samsung.com> (raw)
In-Reply-To: <1424163888.7082.16.camel@x220>

On 2015년 02월 17일 18:04, Paul Bolle wrote:
> Your commit 96976c3d9aff ("drm/exynos: Add DECON driver") is included in
> today's linux-next (ie, next-20150217). I noticed because a script I use
> to check linux-next spotted a problem with it.
> 
> It added an (optional) dependency on DRM_EXYNOS7DECON instead of
> DRM_EXYNOS7_DECON (see drivers/gpu/drm/exynos/Kconfig). Is the trivial
> patch to correct this typo queued somewhere? (This assumes an optional
> dependency on DRM_EXYNOS7_DECON is actually needed for DRM_EXYNOS_DP, of
> course.)

Ah, right. It's my mistake. That is just typo so it should be
DRM_EXYNOS7_DECON instead of DRM_EXYNOS7DECON. It would be fixed at RC1.

Thanks for report,
Inki Dae

> 
> 
> Paul Bolle
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


  reply	other threads:[~2015-02-17  9:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-17  9:04 drm/exynos: DRM_EXYNOS7DECON? Paul Bolle
2015-02-17  9:04 ` Paul Bolle
2015-02-17  9:04 ` Paul Bolle
2015-02-17  9:25 ` Inki Dae [this message]
2015-02-17  9:25   ` Inki Dae
2015-02-17  9:25   ` Inki Dae

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=54E30902.5070000@samsung.com \
    --to=inki.dae@samsung.com \
    --cc=ajaykumar.rs@samsung.com \
    --cc=akshua@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kgene@kernel.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=pebolle@tiscali.nl \
    --cc=sw0312.kim@samsung.com \
    --cc=valentinrothberg@gmail.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.