All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL][for 3.18]pull request for hisilicon hip04 soc and D01 board updates
@ 2014-09-12  7:31 xuwei
  2014-09-24  5:24 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: xuwei @ 2014-09-12  7:31 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please help to merge pull request for hisilicon hip04 soc and D01 board updates for 3.18. 
Thanks!

Best Regards,
Wei


The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

  git://github.com/hisilicon/linux-hisi.git tags/D01-for-3.18

for you to fetch changes up to c9a1df48a97ac9141540f177e4293a9966348f8c:

  ARM: debug: add HiP04 debug uart (2014-09-03 14:10:46 +0100)

----------------------------------------------------------------
ARM: mach-hisi: Hisilicon hip04 soc and D01 board updates for 3.18

- Add the CONFIG_MCPM_QUAD_CLUSTER configuration to enlarge cluster number from 2 to 4
- Enable MCPM on HiP04 SoC
- Enable 16 cores on HiP04 SoC
- Add platform & Fabric controller devicetree binding document for HiP04 SoC
- Add hip04.dtsi & hip04-d01.dts for hip04 SoC platform and D01 board
- Enable HiP04 SoC in both hi3xxx_defconfig & multi_v7_defconfig
- Add the support of Hisilicon HiP04 debug uart

----------------------------------------------------------------
Haojian Zhuang (7):
      ARM: mcpm: support 4 clusters
      ARM: hisi: enable MCPM implementation
      ARM: hisi: enable HiP04
      document: dt: add the binding on HiP04
      ARM: dts: add hip04 dts
      ARM: config: enable hisilicon hip04
      ARM: debug: add HiP04 debug uart

 Documentation/devicetree/bindings/arm/hisilicon/hisilicon.txt |  23 +++++++
 arch/arm/Kconfig                                              |   9 +++
 arch/arm/Kconfig.debug                                        |  10 +++
 arch/arm/boot/dts/Makefile                                    |   1 +
 arch/arm/boot/dts/hip04-d01.dts                               |  32 +++++++++
 arch/arm/boot/dts/hip04.dtsi                                  | 267 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/configs/{hi3xxx_defconfig => hisi_defconfig}         |  13 ++++
 arch/arm/configs/multi_v7_defconfig                           |   1 +
 arch/arm/include/asm/mcpm.h                                   |   5 ++
 arch/arm/mach-hisi/Kconfig                                    |   9 +++
 arch/arm/mach-hisi/Makefile                                   |   1 +
 arch/arm/mach-hisi/hisilicon.c                                |   9 +++
 arch/arm/mach-hisi/platmcpm.c                                 | 386 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 13 files changed, 766 insertions(+)
 create mode 100644 arch/arm/boot/dts/hip04-d01.dts
 create mode 100644 arch/arm/boot/dts/hip04.dtsi
 rename arch/arm/configs/{hi3xxx_defconfig => hisi_defconfig} (77%)
 create mode 100644 arch/arm/mach-hisi/platmcpm.c

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL][for 3.18]pull request for hisilicon hip04 soc and D01 board updates
  2014-09-12  7:31 [GIT PULL][for 3.18]pull request for hisilicon hip04 soc and D01 board updates xuwei
@ 2014-09-24  5:24 ` Olof Johansson
  2014-09-24  8:08   ` Wei Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2014-09-24  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Sep 12, 2014 at 03:31:53PM +0800, xuwei wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please help to merge pull request for hisilicon hip04 soc and D01 board updates for 3.18. 
> Thanks!
> 
> Best Regards,
> Wei
> 
> 
> The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:
> 
>   Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)
> 
> are available in the git repository at:
> 
>   git://github.com/hisilicon/linux-hisi.git tags/D01-for-3.18
> 
> for you to fetch changes up to c9a1df48a97ac9141540f177e4293a9966348f8c:
> 
>   ARM: debug: add HiP04 debug uart (2014-09-03 14:10:46 +0100)
> 
> ----------------------------------------------------------------
> ARM: mach-hisi: Hisilicon hip04 soc and D01 board updates for 3.18
> 
> - Add the CONFIG_MCPM_QUAD_CLUSTER configuration to enlarge cluster number from 2 to 4
> - Enable MCPM on HiP04 SoC
> - Enable 16 cores on HiP04 SoC
> - Add platform & Fabric controller devicetree binding document for HiP04 SoC
> - Add hip04.dtsi & hip04-d01.dts for hip04 SoC platform and D01 board
> - Enable HiP04 SoC in both hi3xxx_defconfig & multi_v7_defconfig
> - Add the support of Hisilicon HiP04 debug uart

Hi,

Merged this into next/soc. Two minor comments:

1) I applied a patch on top to fix sort order of the debug uart config entries,
HIP04 was added before HIGHBANK. But the previous hisi config there was also added
out of order.

2) Would you mind configuring your mailer to use your name as name? Right
now it says "xuwei" instead of "Wei Xu" on your email address. It's correct on the git
config, so it's probably just your mail config.


Thanks!


-Olof

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL][for 3.18]pull request for hisilicon hip04 soc and D01 board updates
  2014-09-24  5:24 ` Olof Johansson
@ 2014-09-24  8:08   ` Wei Xu
  0 siblings, 0 replies; 3+ messages in thread
From: Wei Xu @ 2014-09-24  8:08 UTC (permalink / raw)
  To: linux-arm-kernel



On 2014/9/24 13:24, Olof Johansson wrote:
> On Fri, Sep 12, 2014 at 03:31:53PM +0800, xuwei wrote:
>> Hi Olof, Hi Kevin, Hi Arnd,
>>
>> Please help to merge pull request for hisilicon hip04 soc and D01 board updates for 3.18. 
>> Thanks!
>>
>> Best Regards,
>> Wei
>>
>>
>> The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:
>>
>>   Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)
>>
>> are available in the git repository at:
>>
>>   git://github.com/hisilicon/linux-hisi.git tags/D01-for-3.18
>>
>> for you to fetch changes up to c9a1df48a97ac9141540f177e4293a9966348f8c:
>>
>>   ARM: debug: add HiP04 debug uart (2014-09-03 14:10:46 +0100)
>>
>> ----------------------------------------------------------------
>> ARM: mach-hisi: Hisilicon hip04 soc and D01 board updates for 3.18
>>
>> - Add the CONFIG_MCPM_QUAD_CLUSTER configuration to enlarge cluster number from 2 to 4
>> - Enable MCPM on HiP04 SoC
>> - Enable 16 cores on HiP04 SoC
>> - Add platform & Fabric controller devicetree binding document for HiP04 SoC
>> - Add hip04.dtsi & hip04-d01.dts for hip04 SoC platform and D01 board
>> - Enable HiP04 SoC in both hi3xxx_defconfig & multi_v7_defconfig
>> - Add the support of Hisilicon HiP04 debug uart
> 
> Hi,
> 

Hi Olof,

> Merged this into next/soc. Two minor comments:
> 
> 1) I applied a patch on top to fix sort order of the debug uart config entries,
> HIP04 was added before HIGHBANK. But the previous hisi config there was also added
> out of order.
> 

Thanks!
I will take care of it.

> 2) Would you mind configuring your mailer to use your name as name? Right
> now it says "xuwei" instead of "Wei Xu" on your email address. It's correct on the git
> config, so it's probably just your mail config.

Sorry for the confusion.
I have adjusted my mail configure.

Best Regards,
Wei

> 
> Thanks!
> 
> 
> -Olof
> 
> .
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-24  8:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-12  7:31 [GIT PULL][for 3.18]pull request for hisilicon hip04 soc and D01 board updates xuwei
2014-09-24  5:24 ` Olof Johansson
2014-09-24  8:08   ` Wei Xu

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.