Re: [PATCH 0/3] arm64,hi6220: Enable Hisilicon Hi6220 SoC

2015-02-05 Thread Brent Wang
Hello Olof, 2015-02-06 14:18 GMT+08:00 Olof Johansson : > > On Thu, Feb 5, 2015 at 8:21 PM, Brent Wang wrote: > > Hello Olof and Tyler, > > > > 2015-02-06 7:52 GMT+08:00 Tyler Baker : > >> > >> On 5 February 2015 at 11:02, Olof Johansson wrote: > >> > On Thu, Feb 5, 2015 at 10:46 AM, Tyler Baker

Re: [PATCH 0/3] arm64,hi6220: Enable Hisilicon Hi6220 SoC

2015-02-05 Thread Olof Johansson
On Thu, Feb 5, 2015 at 8:21 PM, Brent Wang wrote: > Hello Olof and Tyler, > > 2015-02-06 7:52 GMT+08:00 Tyler Baker : >> >> On 5 February 2015 at 11:02, Olof Johansson wrote: >> > On Thu, Feb 5, 2015 at 10:46 AM, Tyler Baker >> > wrote: >> >> Hi Bintian, >> >> >> >> On 5 February 2015 at 01:24,

Re: [PATCH 0/3] arm64,hi6220: Enable Hisilicon Hi6220 SoC

2015-02-05 Thread Tyler Baker
On 5 February 2015 at 11:02, Olof Johansson wrote: > On Thu, Feb 5, 2015 at 10:46 AM, Tyler Baker wrote: >> Hi Bintian, >> >> On 5 February 2015 at 01:24, Bintian Wang wrote: >>> Hello, >>> >>> Hi6220 is one mobile solution of Hisilicon, this patchset contains >>> initial support for Hi6220 SoC

Re: [PATCH 0/3] arm64,hi6220: Enable Hisilicon Hi6220 SoC

2015-02-05 Thread Olof Johansson
On Thu, Feb 5, 2015 at 10:46 AM, Tyler Baker wrote: > Hi Bintian, > > On 5 February 2015 at 01:24, Bintian Wang wrote: >> Hello, >> >> Hi6220 is one mobile solution of Hisilicon, this patchset contains >> initial support for Hi6220 SoC and HiKey development board, which >> is based on ARM Cortex

Re: [PATCH 0/3] arm64,hi6220: Enable Hisilicon Hi6220 SoC

2015-02-05 Thread Tyler Baker
Hi Bintian, On 5 February 2015 at 01:24, Bintian Wang wrote: > Hello, > > Hi6220 is one mobile solution of Hisilicon, this patchset contains > initial support for Hi6220 SoC and HiKey development board, which > is based on ARM Cortex A53 architecture. Initial support is minimal > and includes jus

[PATCH 0/3] arm64,hi6220: Enable Hisilicon Hi6220 SoC

2015-02-05 Thread Bintian Wang
Hello, Hi6220 is one mobile solution of Hisilicon, this patchset contains initial support for Hi6220 SoC and HiKey development board, which is based on ARM Cortex A53 architecture. Initial support is minimal and includes just the arch configuration, clock driver, device tree configuration. Many