mbox

[GIT,PULL] Hisilicon hip04 soc defconfig updates for v4.2

Message ID 554CC95E.2060701@hisilicon.com
State New
Headers show

Pull-request

git://github.com/hisilicon/linux-hisi.git tags/hip04-config-for-4.2

Message

Wei Xu May 8, 2015, 2:34 p.m. UTC
Hi Arnd, Hi Olof, Hi Kevin,

Please help to merge pull request for hisilicon hip04 soc defconfig updates for v4.2.

Later I will send another patch to update multi_v7_defconfig about it.
Thanks!

Best Regards,
Wei

The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

  git://github.com/hisilicon/linux-hisi.git tags/hip04-config-for-4.2

for you to fetch changes up to ecda6547d7e4410c00168abae56d6fa4271d0a7e:

  ARM: defconfig: hisi: enable HiSilicon hip04 ethernet controller (2015-05-08 23:50:54 +0100)

----------------------------------------------------------------
ARM: HIP04: configure updates for 4.2

- Enable ethernet on hip04 SoC
- Enable Sysnopsis GPIO controller on hip04 SoC

----------------------------------------------------------------
Fathi Boudra (1):
      ARM: defconfig: hisi: enable HiSilicon hip04 ethernet controller

Zhou Wang (1):
      ARM: hip04: add GPIO configure in hisi_defconfig

 arch/arm/configs/hisi_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Arnd Bergmann May 12, 2015, 3:05 p.m. UTC | #1
On Friday 08 May 2015 15:34:06 Wei Xu wrote:
> ARM: HIP04: configure updates for 4.2
> 
> - Enable ethernet on hip04 SoC
> - Enable Sysnopsis GPIO controller on hip04 SoC
> 

Pulled into next/defconfig. Can you please send another update that adds the
drivers as loadable modules to the multi_v7_defconfig file?

We should make sure that all ARMv7 platforms we support work with
multi_v7_defconfig as well.

	Arnd
Wei Xu May 12, 2015, 3:07 p.m. UTC | #2
> -----Original Message-----
> From: Arnd Bergmann [mailto:arnd@arndb.de]
> Sent: Tuesday, May 12, 2015 4:05 PM
> To: xuwei (O)
> Cc: Olof; khilman@kernel.org; arm@kernel.org; linux-arm-
> kernel@lists.infradead.org; Yanhaifeng; Liguozhu (Kenneth); zhangfei;
> Fathi Boudra; Wangzhou (B); Haojian Zhuang; Guodong Xu; Sanil kumar;
> Shameerali Kolothum Thodi; Linuxarm
> Subject: Re: [GIT PULL]Hisilicon hip04 soc defconfig updates for v4.2
> 
> On Friday 08 May 2015 15:34:06 Wei Xu wrote:
> > ARM: HIP04: configure updates for 4.2
> >
> > - Enable ethernet on hip04 SoC
> > - Enable Sysnopsis GPIO controller on hip04 SoC
> >

Hi Arnd,

> Pulled into next/defconfig. Can you please send another update that
> adds the drivers as loadable modules to the multi_v7_defconfig file?
> 
> We should make sure that all ARMv7 platforms we support work with
> multi_v7_defconfig as well.

Thanks!
I will send that patch.

Best Regards,
Wei

> 
> 	Arnd