All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: Arun Kumar K <arunkk.samsung@gmail.com>
Cc: LMML <linux-media@vger.kernel.org>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	linux-samsung-soc <linux-samsung-soc@vger.kernel.org>
Subject: Re: [REVIEW PATCH 4/6] exynos4-is: Add clock provider for the external clocks
Date: Mon, 29 Jul 2013 11:12:04 +0200	[thread overview]
Message-ID: <51F631E4.5020005@samsung.com> (raw)
In-Reply-To: <CALt3h79AVS_bY4b0beo+zK2JMSnp5qnmNQWM0+_CqSV7dMCeGw@mail.gmail.com>

Hi Arun,

On 07/29/2013 07:52 AM, Arun Kumar K wrote:
> Hi Sylwester,
> 
> On Wed, Jul 24, 2013 at 12:09 AM, Sylwester Nawrocki
> <s.nawrocki@samsung.com> wrote:
>> This patch adds clock provider to expose the sclk_cam0/1 clocks
>> for image sensor subdevs.
>>
>> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
>> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
>> ---
>>  .../devicetree/bindings/media/samsung-fimc.txt     |   17 +++-
>>  drivers/media/platform/exynos4-is/media-dev.c      |   92 ++++++++++++++++++++
>>  drivers/media/platform/exynos4-is/media-dev.h      |   19 +++-
>>  3 files changed, 125 insertions(+), 3 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/media/samsung-fimc.txt b/Documentation/devicetree/bindings/media/samsung-fimc.txt
>> index 96312f6..04a2b87 100644
>> --- a/Documentation/devicetree/bindings/media/samsung-fimc.txt
>> +++ b/Documentation/devicetree/bindings/media/samsung-fimc.txt
>> @@ -91,6 +91,15 @@ Optional properties
>>  - samsung,camclk-out : specifies clock output for remote sensor,
>>                        0 - CAM_A_CLKOUT, 1 - CAM_B_CLKOUT;
>>
>> +'clock-controller' node (optional)
>> +----------------------------------
>> +
>> +The purpose of this node is to define a clock provider for external image
>> +sensors and link any of the CAM_?_CLKOUT clock outputs with related external
>> +clock consumer device. Properties specific to this node are described in
>> +../clock/clock-bindings.txt.
>> +
>> +
>>  Image sensor nodes
>>  ------------------
>>
>> @@ -114,7 +123,7 @@ Example:
>>                         vddio-supply = <...>;
>>
>>                         clock-frequency = <24000000>;
>> -                       clocks = <...>;
>> +                       clocks = <&camclk 1>;
>>                         clock-names = "mclk";
>>
>>                         port {
>> @@ -135,7 +144,7 @@ Example:
>>                         vddio-supply = <...>;
>>
>>                         clock-frequency = <24000000>;
>> -                       clocks = <...>;
>> +                       clocks = <&camclk 0>;
>>                         clock-names = "mclk";
>>
>>                         port {
>> @@ -156,6 +165,10 @@ Example:
>>                 pinctrl-names = "default";
>>                 pinctrl-0 = <&cam_port_a_clk_active>;
>>
>> +               camclk: clock-controller {
>> +                      #clock-cells = 1;
> 
> Isn't it
>                           #clock-cells = <1>;
> ?

Yes, indeed. Thanks for spotting this!

--
Regards,
Sylwester

  reply	other threads:[~2013-07-29  9:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-23 18:39 [REVIEW PATCH 0/6] exynos4-is: Asynchronous subdev registration support Sylwester Nawrocki
2013-07-23 18:39 ` [REVIEW PATCH 1/6] V4L: Add driver for s5k6a3 image sensor Sylwester Nawrocki
2013-07-23 18:39 ` [REVIEW PATCH 2/6] V4L: s5k6a3: Add support for asynchronous subdev registration Sylwester Nawrocki
2013-07-23 18:39 ` [REVIEW PATCH 3/6] exynos4-is: Simplify sclk_cam clocks handling Sylwester Nawrocki
2013-07-23 18:39 ` [REVIEW PATCH 4/6] exynos4-is: Add clock provider for the external clocks Sylwester Nawrocki
2013-07-29  5:52   ` Arun Kumar K
2013-07-29  9:12     ` Sylwester Nawrocki [this message]
2013-07-23 18:39 ` [REVIEW PATCH 5/6] exynos4-is: Use external s5k6a3 sensor driver Sylwester Nawrocki
2013-07-23 18:39 ` [REVIEW PATCH 6/6] exynos4-is: Add support for asynchronous sensor subddevs registration Sylwester Nawrocki
2013-07-29  5:40 ` [REVIEW PATCH 0/6] exynos4-is: Asynchronous subdev registration support Arun Kumar K

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=51F631E4.5020005@samsung.com \
    --to=s.nawrocki@samsung.com \
    --cc=arunkk.samsung@gmail.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    /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.