All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xing Zheng <zhengxing@rock-chips.com>
To: "Heiko Stübner" <heiko@sntech.de>
Cc: linux-rockchip@lists.infradead.org, kmixter@google.com,
	benchan@google.com, devicetree@vger.kernel.org,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@codeaurora.org>,
	Kumar Gala <galak@codeaurora.org>,
	linux-kernel@vger.kernel.org,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Russell King <linux@arm.linux.org.uk>,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v7 0/6] Build and support rk3036 SoC platform
Date: Tue, 24 Nov 2015 14:49:36 +0800	[thread overview]
Message-ID: <56540880.6010601@rock-chips.com> (raw)
In-Reply-To: <1518219.zj9d8yfxJz@diego>

OK, Thanks Heiko. :-)

On 2015年11月24日 08:03, Heiko Stübner wrote:
> Hi Xing Zheng,
>
> Am Donnerstag, 5. November 2015, 15:33:54 schrieb Xing Zheng:
>> Hi,
>>    We need to support rk3036 soc platform via upstream, there are
>> some primary parts for the initial release of minimum system: dts,
>> clk-pll, smp, and clock tree for rk3036, and additional, we can use
>> these startup and run to init processs.
> [...]
>
> after talking with Mike and agreeing that I'm again taking the regular
> clock patches to them, I've applied all of this to appropriate branches.
> I did some cosmetics, as explained below.
>
>
>> Xing Zheng (6):
>>    dt-bindings: add documentation of rk3036 clock controller
>>    clk: rockchip: add dt-binding header for rk3036
>>    clk: rockchip: add new pll-type for rk3036 and similar socs
> - wrapped some overly long lines, otherwise this is similar to what
>    Stephen already took for the rk3066-pll-type.
>
>
>>    clk: rockchip: add clock controller for rk3036
>>    ARM: dts: rockchip: add core rk3036 dts
> - split off the evb into a separate patch
> - reordered some nodes (please order by the address (the @xxxxxxxx)
> - reordered some properties
> - fixed the gic cpu masks
>
>
>>    ARM: dts: enable smp for rk3036
> folded into the core dtsi addition
>
>
> Please take a final look at [0] to make sure I didn't mess up anything.
>
>
> Thanks
> Heiko
>
>
> [0]
> https://git.kernel.org/cgit/linux/kernel/git/mmind/linux-rockchip.git/log/?h=v4.5-clk/next
> https://git.kernel.org/cgit/linux/kernel/git/mmind/linux-rockchip.git/log/?h=v4.5-armsoc/dts32
>
>
>

WARNING: multiple messages have this Message-ID (diff)
From: Xing Zheng <zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
To: "Heiko Stübner" <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	kmixter-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org,
	Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	Michael Turquette
	<mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	benchan-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org
Subject: Re: [PATCH v7 0/6] Build and support rk3036 SoC platform
Date: Tue, 24 Nov 2015 14:49:36 +0800	[thread overview]
Message-ID: <56540880.6010601@rock-chips.com> (raw)
In-Reply-To: <1518219.zj9d8yfxJz@diego>

OK, Thanks Heiko. :-)

On 2015年11月24日 08:03, Heiko Stübner wrote:
> Hi Xing Zheng,
>
> Am Donnerstag, 5. November 2015, 15:33:54 schrieb Xing Zheng:
>> Hi,
>>    We need to support rk3036 soc platform via upstream, there are
>> some primary parts for the initial release of minimum system: dts,
>> clk-pll, smp, and clock tree for rk3036, and additional, we can use
>> these startup and run to init processs.
> [...]
>
> after talking with Mike and agreeing that I'm again taking the regular
> clock patches to them, I've applied all of this to appropriate branches.
> I did some cosmetics, as explained below.
>
>
>> Xing Zheng (6):
>>    dt-bindings: add documentation of rk3036 clock controller
>>    clk: rockchip: add dt-binding header for rk3036
>>    clk: rockchip: add new pll-type for rk3036 and similar socs
> - wrapped some overly long lines, otherwise this is similar to what
>    Stephen already took for the rk3066-pll-type.
>
>
>>    clk: rockchip: add clock controller for rk3036
>>    ARM: dts: rockchip: add core rk3036 dts
> - split off the evb into a separate patch
> - reordered some nodes (please order by the address (the @xxxxxxxx)
> - reordered some properties
> - fixed the gic cpu masks
>
>
>>    ARM: dts: enable smp for rk3036
> folded into the core dtsi addition
>
>
> Please take a final look at [0] to make sure I didn't mess up anything.
>
>
> Thanks
> Heiko
>
>
> [0]
> https://git.kernel.org/cgit/linux/kernel/git/mmind/linux-rockchip.git/log/?h=v4.5-clk/next
> https://git.kernel.org/cgit/linux/kernel/git/mmind/linux-rockchip.git/log/?h=v4.5-armsoc/dts32
>
>
>



_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: zhengxing@rock-chips.com (Xing Zheng)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 0/6] Build and support rk3036 SoC platform
Date: Tue, 24 Nov 2015 14:49:36 +0800	[thread overview]
Message-ID: <56540880.6010601@rock-chips.com> (raw)
In-Reply-To: <1518219.zj9d8yfxJz@diego>

OK, Thanks Heiko. :-)

On 2015?11?24? 08:03, Heiko St?bner wrote:
> Hi Xing Zheng,
>
> Am Donnerstag, 5. November 2015, 15:33:54 schrieb Xing Zheng:
>> Hi,
>>    We need to support rk3036 soc platform via upstream, there are
>> some primary parts for the initial release of minimum system: dts,
>> clk-pll, smp, and clock tree for rk3036, and additional, we can use
>> these startup and run to init processs.
> [...]
>
> after talking with Mike and agreeing that I'm again taking the regular
> clock patches to them, I've applied all of this to appropriate branches.
> I did some cosmetics, as explained below.
>
>
>> Xing Zheng (6):
>>    dt-bindings: add documentation of rk3036 clock controller
>>    clk: rockchip: add dt-binding header for rk3036
>>    clk: rockchip: add new pll-type for rk3036 and similar socs
> - wrapped some overly long lines, otherwise this is similar to what
>    Stephen already took for the rk3066-pll-type.
>
>
>>    clk: rockchip: add clock controller for rk3036
>>    ARM: dts: rockchip: add core rk3036 dts
> - split off the evb into a separate patch
> - reordered some nodes (please order by the address (the @xxxxxxxx)
> - reordered some properties
> - fixed the gic cpu masks
>
>
>>    ARM: dts: enable smp for rk3036
> folded into the core dtsi addition
>
>
> Please take a final look at [0] to make sure I didn't mess up anything.
>
>
> Thanks
> Heiko
>
>
> [0]
> https://git.kernel.org/cgit/linux/kernel/git/mmind/linux-rockchip.git/log/?h=v4.5-clk/next
> https://git.kernel.org/cgit/linux/kernel/git/mmind/linux-rockchip.git/log/?h=v4.5-armsoc/dts32
>
>
>

  reply	other threads:[~2015-11-24  6:49 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-05  7:33 [PATCH v7 0/6] Build and support rk3036 SoC platform Xing Zheng
2015-11-05  7:33 ` Xing Zheng
2015-11-05  7:33 ` [PATCH v7 1/6] dt-bindings: add documentation of rk3036 clock controller Xing Zheng
2015-11-05  7:33   ` Xing Zheng
     [not found] ` <1446708840-12038-1-git-send-email-zhengxing-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2015-11-05  7:33   ` [PATCH v7 2/6] clk: rockchip: add dt-binding header for rk3036 Xing Zheng
2015-11-05  7:33     ` Xing Zheng
2015-11-05  7:39   ` [PATCH v7 5/6] ARM: dts: rockchip: add core rk3036 dts Xing Zheng
2015-11-05  7:39     ` Xing Zheng
2015-11-05  7:39     ` Xing Zheng
2015-11-05  7:33 ` [PATCH v7 3/6] clk: rockchip: add new pll-type for rk3036 and similar socs Xing Zheng
2015-11-05  7:33   ` Xing Zheng
2015-11-05  7:33 ` [PATCH v7 4/6] clk: rockchip: add clock controller for rk3036 Xing Zheng
2015-11-05  7:33   ` Xing Zheng
2015-11-05  7:33   ` Xing Zheng
2015-11-05  7:40 ` [PATCH v7 6/6] ARM: dts: enable smp " Xing Zheng
2015-11-05  7:40   ` Xing Zheng
2015-11-24  0:03 ` [PATCH v7 0/6] Build and support rk3036 SoC platform Heiko Stübner
2015-11-24  0:03   ` Heiko Stübner
2015-11-24  0:03   ` Heiko Stübner
2015-11-24  6:49   ` Xing Zheng [this message]
2015-11-24  6:49     ` Xing Zheng
2015-11-24  6:49     ` Xing Zheng

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=56540880.6010601@rock-chips.com \
    --to=zhengxing@rock-chips.com \
    --cc=benchan@google.com \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=heiko@sntech.de \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=kmixter@google.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux@arm.linux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=mturquette@baylibre.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@codeaurora.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.