From: Tomasz Figa <t.figa@samsung.com>
To: Chanho Park <chanho61.park@samsung.com>
Cc: inki.dae@samsung.com, kgene.kim@samsung.com,
dri-devel@lists.freedesktop.org, kyungmin.park@samsung.com,
mark.rutland@arm.com, l.stach@pengutronix.de,
s.nawrocki@samsung.com, tomasz.figa@gmail.com,
linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
Thomas Abraham <thomas.abraham@linaro.org>
Subject: Re: [PATCHv2 2/5] ARM: dts: Add rotator node for exynos4210
Date: Fri, 09 Aug 2013 14:56:36 +0200 [thread overview]
Message-ID: <1559260.ljnrQXSjF1@amdc1227> (raw)
In-Reply-To: <1376034053-31910-3-git-send-email-chanho61.park@samsung.com>
On Friday 09 of August 2013 16:40:50 Chanho Park wrote:
> This patch adds a rotator node for exynos4210. The exynos4210 has
> different limitation of image size compared with later chips.
>
> Signed-off-by: Chanho Park <chanho61.park@samsung.com>
> Cc: Thomas Abraham <thomas.abraham@linaro.org>
> Cc: Kukjin Kim <kgene.kim@samsung.com>
> Cc: Inki Dae <inki.dae@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> arch/arm/boot/dts/exynos4.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi
> b/arch/arm/boot/dts/exynos4.dtsi index 597cfcf..002b2b8 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -243,6 +243,15 @@
> status = "disabled";
> };
>
> + rotator: rotator@12810000 {
> + compatible = "samsung,exynos4210-rotator";
> + reg = <0x12810000 0x1000>;
> + interrupts = <0 83 0>;
> + clocks = <&clock 278>;
> + clock-names = "rotator";
> + status = "disabled";
Does the rotator need any board-specific information to work? If no, it
should not be disabled by default. Same comment goes to patch 4/5.
Best regards,
Tomasz
WARNING: multiple messages have this Message-ID (diff)
From: t.figa@samsung.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 2/5] ARM: dts: Add rotator node for exynos4210
Date: Fri, 09 Aug 2013 14:56:36 +0200 [thread overview]
Message-ID: <1559260.ljnrQXSjF1@amdc1227> (raw)
In-Reply-To: <1376034053-31910-3-git-send-email-chanho61.park@samsung.com>
On Friday 09 of August 2013 16:40:50 Chanho Park wrote:
> This patch adds a rotator node for exynos4210. The exynos4210 has
> different limitation of image size compared with later chips.
>
> Signed-off-by: Chanho Park <chanho61.park@samsung.com>
> Cc: Thomas Abraham <thomas.abraham@linaro.org>
> Cc: Kukjin Kim <kgene.kim@samsung.com>
> Cc: Inki Dae <inki.dae@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> arch/arm/boot/dts/exynos4.dtsi | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos4.dtsi
> b/arch/arm/boot/dts/exynos4.dtsi index 597cfcf..002b2b8 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -243,6 +243,15 @@
> status = "disabled";
> };
>
> + rotator: rotator at 12810000 {
> + compatible = "samsung,exynos4210-rotator";
> + reg = <0x12810000 0x1000>;
> + interrupts = <0 83 0>;
> + clocks = <&clock 278>;
> + clock-names = "rotator";
> + status = "disabled";
Does the rotator need any board-specific information to work? If no, it
should not be disabled by default. Same comment goes to patch 4/5.
Best regards,
Tomasz
next prev parent reply other threads:[~2013-08-09 12:56 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-09 7:40 [PATCHv2 0/5] device tree support for exynos rotator Chanho Park
2013-08-09 7:40 ` Chanho Park
2013-08-09 7:40 ` [PATCHv2 1/5] drm/exynos: add device tree support for rotator Chanho Park
2013-08-09 7:40 ` Chanho Park
2013-08-09 9:48 ` Sachin Kamat
2013-08-09 9:48 ` Sachin Kamat
2013-08-09 10:29 ` Chanho Park
2013-08-09 12:50 ` Tomasz Figa
2013-08-09 12:50 ` Tomasz Figa
2013-08-12 2:48 ` Chanho Park
2013-08-09 7:40 ` [PATCHv2 2/5] ARM: dts: Add rotator node for exynos4210 Chanho Park
2013-08-09 7:40 ` Chanho Park
2013-08-09 12:56 ` Tomasz Figa [this message]
2013-08-09 12:56 ` Tomasz Figa
2013-08-12 2:51 ` Chanho Park
2013-08-09 7:40 ` [PATCHv2 3/5] ARM: dts: Add rotator node for exynos4x12 Chanho Park
2013-08-09 7:40 ` Chanho Park
2013-08-09 7:40 ` [PATCHv2 4/5] ARM: dts: Add rotator node for exynos5250 Chanho Park
2013-08-09 7:40 ` Chanho Park
2013-08-09 7:40 ` [PATCHv2 5/5] ARM: dts: Add dt binding documentation for exynos rotator Chanho Park
2013-08-09 7:40 ` Chanho Park
2013-08-09 9:40 ` Sachin Kamat
2013-08-09 9:40 ` Sachin Kamat
2013-08-09 10:22 ` Chanho Park
2013-08-09 13:15 ` Tomasz Figa
2013-08-09 13:15 ` Tomasz Figa
2013-08-09 16:38 ` Stephen Warren
2013-08-09 16:38 ` Stephen Warren
2013-08-09 17:05 ` Tomasz Figa
2013-08-09 17:05 ` Tomasz Figa
2013-08-12 2:58 ` Chanho Park
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=1559260.ljnrQXSjF1@amdc1227 \
--to=t.figa@samsung.com \
--cc=chanho61.park@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=inki.dae@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=l.stach@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=s.nawrocki@samsung.com \
--cc=thomas.abraham@linaro.org \
--cc=tomasz.figa@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.