All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/9] clk: rockchip: fix faulty vip parent name on rk3288
Date: Thu, 2 Jul 2015 15:51:31 -0700	[thread overview]
Message-ID: <20150702225131.GL4301@codeaurora.org> (raw)
In-Reply-To: <1434637116-17124-3-git-send-email-heiko@sntech.de>

On 06/18, Heiko Stuebner wrote:
> The video input processor (vip) was called camera interface (cif) on
> older socs which seems to have resulted in a copy'n'paste error when
> creating the rk3288 camera clocks.
> 
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---

Applied to clk-rk3368

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@codeaurora.org>
To: Heiko Stuebner <heiko@sntech.de>
Cc: mturquette@linaro.org, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org
Subject: Re: [PATCH v2 2/9] clk: rockchip: fix faulty vip parent name on rk3288
Date: Thu, 2 Jul 2015 15:51:31 -0700	[thread overview]
Message-ID: <20150702225131.GL4301@codeaurora.org> (raw)
In-Reply-To: <1434637116-17124-3-git-send-email-heiko@sntech.de>

On 06/18, Heiko Stuebner wrote:
> The video input processor (vip) was called camera interface (cif) on
> older socs which seems to have resulted in a copy'n'paste error when
> creating the rk3288 camera clocks.
> 
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---

Applied to clk-rk3368

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
To: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
	linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v2 2/9] clk: rockchip: fix faulty vip parent name on rk3288
Date: Thu, 2 Jul 2015 15:51:31 -0700	[thread overview]
Message-ID: <20150702225131.GL4301@codeaurora.org> (raw)
In-Reply-To: <1434637116-17124-3-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>

On 06/18, Heiko Stuebner wrote:
> The video input processor (vip) was called camera interface (cif) on
> older socs which seems to have resulted in a copy'n'paste error when
> creating the rk3288 camera clocks.
> 
> Signed-off-by: Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
> ---

Applied to clk-rk3368

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

  reply	other threads:[~2015-07-02 22:51 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-18 14:18 [PATCH v2 0/9] clk: rockchip: add support for the clock-tree of the rk3368 Heiko Stuebner
2015-06-18 14:18 ` Heiko Stuebner
2015-06-18 14:18 ` Heiko Stuebner
2015-06-18 14:18 ` [PATCH v2 1/9] clk: rockchip: rk3288: add CLK_SET_RATE_PARENT to sclk_mac Heiko Stuebner
2015-06-18 14:18   ` Heiko Stuebner
2015-07-02 22:51   ` Stephen Boyd
2015-07-02 22:51     ` Stephen Boyd
2015-06-18 14:18 ` [PATCH v2 2/9] clk: rockchip: fix faulty vip parent name on rk3288 Heiko Stuebner
2015-06-18 14:18   ` Heiko Stuebner
2015-06-18 14:18   ` Heiko Stuebner
2015-07-02 22:51   ` Stephen Boyd [this message]
2015-07-02 22:51     ` Stephen Boyd
2015-07-02 22:51     ` Stephen Boyd
2015-06-18 14:18 ` [PATCH v2 3/9] clk: rockchip: protect register macros against multipart values Heiko Stuebner
2015-06-18 14:18   ` Heiko Stuebner
2015-06-18 14:18   ` Heiko Stuebner
2015-07-02 22:51   ` Stephen Boyd
2015-07-02 22:51     ` Stephen Boyd
2015-07-02 22:51     ` Stephen Boyd
2015-06-18 14:18 ` [PATCH v2 4/9] clk: rockchip: add COMPOSITE_NOGATE_DIVTBL variant Heiko Stuebner
2015-06-18 14:18   ` Heiko Stuebner
2015-06-18 14:18   ` Heiko Stuebner
2015-07-02 22:52   ` Stephen Boyd
2015-07-02 22:52     ` Stephen Boyd
2015-07-02 22:52     ` Stephen Boyd
2015-06-18 14:18 ` [PATCH v2 5/9] clk: rockchip: add support for phase inverters Heiko Stuebner
2015-06-18 14:18   ` Heiko Stuebner
2015-06-18 14:18   ` Heiko Stuebner
2015-07-02 21:52   ` Stephen Boyd
2015-07-02 21:52     ` Stephen Boyd
2015-07-02 21:52     ` Stephen Boyd
2015-06-18 14:18 ` [PATCH v2 6/9] clk: rockchip: define the inverters of rk3066/rk3188 and rk3288 Heiko Stuebner
2015-06-18 14:18   ` Heiko Stuebner
2015-06-18 14:18   ` Heiko Stuebner
     [not found] ` <1434637116-17124-1-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
2015-06-18 14:18   ` [PATCH v2 7/9] dt-bindings: add documentation of rk3668 clock controller Heiko Stuebner
2015-06-18 14:18     ` Heiko Stuebner
2015-06-18 14:18     ` Heiko Stuebner
2015-06-18 14:18 ` [PATCH v2 8/9] clk: rockchip: add dt-binding header for rk3368 Heiko Stuebner
2015-06-18 14:18   ` Heiko Stuebner
2015-06-18 14:18   ` Heiko Stuebner
2015-07-02 21:54   ` Stephen Boyd
2015-07-02 21:54     ` Stephen Boyd
2015-07-02 21:54     ` Stephen Boyd
2015-06-18 14:18 ` [PATCH v2 9/9] clk: rockchip: add rk3368 clock controller Heiko Stuebner
2015-06-18 14:18   ` Heiko Stuebner
2015-06-18 14:18   ` Heiko Stuebner

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=20150702225131.GL4301@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.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.