* [GIT PULL][v2] pull request for hisilicon soc
@ 2013-12-04 9:20 Haojian Zhuang
2013-12-04 10:03 ` Haojian Zhuang
2013-12-10 0:06 ` Kevin Hilman
0 siblings, 2 replies; 4+ messages in thread
From: Haojian Zhuang @ 2013-12-04 9:20 UTC (permalink / raw)
To: linux-arm-kernel
Hi all,
Please help to merge this pull request.
I have to use gmail address since my GPG key is based on gmail.com.
Best Regards
Haojian
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
are available in the git repository at:
ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/hzhuang1/linux.git
tags/hisilicon-basic
for you to fetch changes up to 10d3095df4393ba3531508691b133a4f69adbd5e:
ARM: hi3xxx: add hotplug support (2013-11-25 15:10:01 +0800)
----------------------------------------------------------------
enable hisilicon soc
----------------------------------------------------------------
Haojian Zhuang (4):
ARM: hi3xxx: add board support with device tree
ARM: dts: enable hi4511 with device tree
ARM: config: enable hi3xxx in multi_v7_defconfig
ARM: config: add defconfig for Hi3xxx
Zhangfei Gao (2):
ARM: hi3xxx: add smp support
ARM: hi3xxx: add hotplug support
Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 32 ++++
arch/arm/Kconfig | 2 +
arch/arm/Makefile | 1 +
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/hi3620.dtsi | 556
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/hi4511.dts | 648
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/configs/hi3xxx_defconfig | 56
+++++++
arch/arm/configs/multi_v7_defconfig | 1 +
arch/arm/mach-hi3xxx/Kconfig | 16 ++
arch/arm/mach-hi3xxx/Makefile | 7 +
arch/arm/mach-hi3xxx/core.h | 15 ++
arch/arm/mach-hi3xxx/hi3xxx.c | 97
++++++++++++
arch/arm/mach-hi3xxx/hotplug.c | 200
+++++++++++++++++++++++++
arch/arm/mach-hi3xxx/platsmp.c | 89
+++++++++++
14 files changed, 1721 insertions(+)
create mode 100644
Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt
create mode 100644 arch/arm/boot/dts/hi3620.dtsi
create mode 100644 arch/arm/boot/dts/hi4511.dts
create mode 100644 arch/arm/configs/hi3xxx_defconfig
create mode 100644 arch/arm/mach-hi3xxx/Kconfig
create mode 100644 arch/arm/mach-hi3xxx/Makefile
create mode 100644 arch/arm/mach-hi3xxx/core.h
create mode 100644 arch/arm/mach-hi3xxx/hi3xxx.c
create mode 100644 arch/arm/mach-hi3xxx/hotplug.c
create mode 100644 arch/arm/mach-hi3xxx/platsmp.c
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL][v2] pull request for hisilicon soc
2013-12-04 9:20 [GIT PULL][v2] pull request for hisilicon soc Haojian Zhuang
@ 2013-12-04 10:03 ` Haojian Zhuang
2013-12-10 0:06 ` Kevin Hilman
1 sibling, 0 replies; 4+ messages in thread
From: Haojian Zhuang @ 2013-12-04 10:03 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Dec 4, 2013 at 5:20 PM, Haojian Zhuang <haojian.zhuang@gmail.com> wrote:
> Hi all,
>
> Please help to merge this pull request.
>
> I have to use gmail address since my GPG key is based on gmail.com.
>
> Best Regards
> Haojian
>
> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
>
> Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
>
> are available in the git repository at:
>
> ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/hzhuang1/linux.git
> tags/hisilicon-basic
>
> for you to fetch changes up to 10d3095df4393ba3531508691b133a4f69adbd5e:
>
> ARM: hi3xxx: add hotplug support (2013-11-25 15:10:01 +0800)
>
> ----------------------------------------------------------------
> enable hisilicon soc
>
> ----------------------------------------------------------------
> Haojian Zhuang (4):
> ARM: hi3xxx: add board support with device tree
> ARM: dts: enable hi4511 with device tree
> ARM: config: enable hi3xxx in multi_v7_defconfig
> ARM: config: add defconfig for Hi3xxx
>
> Zhangfei Gao (2):
> ARM: hi3xxx: add smp support
> ARM: hi3xxx: add hotplug support
>
> Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt | 32 ++++
> arch/arm/Kconfig | 2 +
> arch/arm/Makefile | 1 +
> arch/arm/boot/dts/Makefile | 1 +
> arch/arm/boot/dts/hi3620.dtsi | 556
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> arch/arm/boot/dts/hi4511.dts | 648
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> arch/arm/configs/hi3xxx_defconfig | 56 +++++++
> arch/arm/configs/multi_v7_defconfig | 1 +
> arch/arm/mach-hi3xxx/Kconfig | 16 ++
> arch/arm/mach-hi3xxx/Makefile | 7 +
> arch/arm/mach-hi3xxx/core.h | 15 ++
> arch/arm/mach-hi3xxx/hi3xxx.c | 97
> ++++++++++++
> arch/arm/mach-hi3xxx/hotplug.c | 200
> +++++++++++++++++++++++++
> arch/arm/mach-hi3xxx/platsmp.c | 89
> +++++++++++
> 14 files changed, 1721 insertions(+)
> create mode 100644
> Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt
> create mode 100644 arch/arm/boot/dts/hi3620.dtsi
> create mode 100644 arch/arm/boot/dts/hi4511.dts
> create mode 100644 arch/arm/configs/hi3xxx_defconfig
> create mode 100644 arch/arm/mach-hi3xxx/Kconfig
> create mode 100644 arch/arm/mach-hi3xxx/Makefile
> create mode 100644 arch/arm/mach-hi3xxx/core.h
> create mode 100644 arch/arm/mach-hi3xxx/hi3xxx.c
> create mode 100644 arch/arm/mach-hi3xxx/hotplug.c
> create mode 100644 arch/arm/mach-hi3xxx/platsmp.c
>
Excuse me that the pull request is for 3.14.
Regards
Haojian
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL][v2] pull request for hisilicon soc
2013-12-04 9:20 [GIT PULL][v2] pull request for hisilicon soc Haojian Zhuang
2013-12-04 10:03 ` Haojian Zhuang
@ 2013-12-10 0:06 ` Kevin Hilman
2013-12-10 3:34 ` Haojian Zhuang
1 sibling, 1 reply; 4+ messages in thread
From: Kevin Hilman @ 2013-12-10 0:06 UTC (permalink / raw)
To: linux-arm-kernel
Haojian Zhuang <haojian.zhuang@gmail.com> writes:
> Hi all,
>
> Please help to merge this pull request.
>
> I have to use gmail address since my GPG key is based on gmail.com.
>
> Best Regards
> Haojian
>
> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
>
> Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
>
> are available in the git repository at:
>
> ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/hzhuang1/linux.git
> tags/hisilicon-basic
Please use git:// URLs instead of SSH URLs.
Also, does this replace the previous pull request from the pxa tree?
I assume so since the original tag doesn't exist anymore, but it would
be good for you to state explicitly that it superceeds a previous pull
request or adds to it.
Also, it's not easy to see what is different in this pull request from
your v11. There were a few comments on v11 that you responded to but
never posted a v12. Does that mean they were fixed in this pull
request? Again, I can check this manually but would much prefer it be
described here, or have seen v12 with the issues addressed and a pull
request based on that.
Olof also suggested you attempt to collect some reviewed-by/acked-by
tags. Were you able to do that?
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL][v2] pull request for hisilicon soc
2013-12-10 0:06 ` Kevin Hilman
@ 2013-12-10 3:34 ` Haojian Zhuang
0 siblings, 0 replies; 4+ messages in thread
From: Haojian Zhuang @ 2013-12-10 3:34 UTC (permalink / raw)
To: linux-arm-kernel
On 12/10/2013 08:06 AM, Kevin Hilman wrote:
> Haojian Zhuang <haojian.zhuang@gmail.com> writes:
>
>> Hi all,
>>
>> Please help to merge this pull request.
>>
>> I have to use gmail address since my GPG key is based on gmail.com.
>>
>> Best Regards
>> Haojian
>>
>> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
>>
>> Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
>>
>> are available in the git repository at:
>>
>> ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/hzhuang1/linux.git
>> tags/hisilicon-basic
>
> Please use git:// URLs instead of SSH URLs.
>
Sorry. I'll fix it.
> Also, does this replace the previous pull request from the pxa tree?
>
Yes, it replaced the previous pull request.
> I assume so since the original tag doesn't exist anymore, but it would
> be good for you to state explicitly that it superceeds a previous pull
> request or adds to it.
OK. I'll comment it in the followed pull request.
>
> Also, it's not easy to see what is different in this pull request from
> your v11. There were a few comments on v11 that you responded to but
> never posted a v12. Does that mean they were fixed in this pull
> request? Again, I can check this manually but would much prefer it be
> described here, or have seen v12 with the issues addressed and a pull
> request based on that.
>
OK. I'll send the v12 again.
> Olof also suggested you attempt to collect some reviewed-by/acked-by
> tags. Were you able to do that?
>
Nobody responses my email. So I have to blank it.
Best Regards
Haojian
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-12-10 3:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04 9:20 [GIT PULL][v2] pull request for hisilicon soc Haojian Zhuang
2013-12-04 10:03 ` Haojian Zhuang
2013-12-10 0:06 ` Kevin Hilman
2013-12-10 3:34 ` Haojian Zhuang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).