Re: [1/3] powerpc/powernv: Add powernv_defconfig

2016-02-29 Thread Michael Ellerman
On Wed, 2016-24-02 at 01:55:03 UTC, Jeremy Kerr wrote: > This change adds a defconfig for the non-virtualised power platforms, > based on pseries_defconfig, but without pseries, and little-endian, > and no OF trampoline. > > Signed-off-by: Jeremy Kerr > Acked-by: Joel Stanley

Re: [PATCH 1/3] powerpc/powernv: Add powernv_defconfig

2016-02-23 Thread Vaibhav Jain
Hi Jeremy, Jeremy Kerr writes: > +CONFIG_RTC_CLASS=y > +CONFIG_RTC_DRV_GENERIC=y Would recommend using CONFIG_RTC_DRV_OPAL=y instead of using the generic RTC driver. Cheers, ~ Vaibhav ___ Linuxppc-dev mailing list

Re: [PATCH 1/3] powerpc/powernv: Add powernv_defconfig

2016-02-23 Thread Joel Stanley
On Wed, Feb 24, 2016 at 12:25 PM, Jeremy Kerr wrote: > This change adds a defconfig for the non-virtualised power platforms, > based on pseries_defconfig, but without pseries, and little-endian, > and no OF trampoline. Good idea! We could drop the parallel port and the Intel

[PATCH 1/3] powerpc/powernv: Add powernv_defconfig

2016-02-23 Thread Jeremy Kerr
This change adds a defconfig for the non-virtualised power platforms, based on pseries_defconfig, but without pseries, and little-endian, and no OF trampoline. Signed-off-by: Jeremy Kerr --- arch/powerpc/configs/powernv_defconfig | 307 + 1 file