Re: [PATCH] RISC-V: defconfig: enable clocks, serial console

2019-06-17 Thread Paul Walmsley
On Sun, 9 Jun 2019, Christoph Hellwig wrote: > On Sat, Jun 08, 2019 at 06:49:09PM -0700, Paul Walmsley wrote: > > On Wed, 5 Jun 2019, Kevin Hilman wrote: > > > > > Enable PRCI clock driver and serial console by default, so the default > > > upstream defconfig is bootable to a serial console. > >

Re: [PATCH] RISC-V: defconfig: enable clocks, serial console

2019-06-09 Thread Christoph Hellwig
On Sat, Jun 08, 2019 at 06:49:09PM -0700, Paul Walmsley wrote: > On Wed, 5 Jun 2019, Kevin Hilman wrote: > > > Enable PRCI clock driver and serial console by default, so the default > > upstream defconfig is bootable to a serial console. > > > > Signed-off-by: Kevin Hilman > > Thanks, queued fo

Re: [PATCH] RISC-V: defconfig: enable clocks, serial console

2019-06-08 Thread Paul Walmsley
On Wed, 5 Jun 2019, Kevin Hilman wrote: > Enable PRCI clock driver and serial console by default, so the default > upstream defconfig is bootable to a serial console. > > Signed-off-by: Kevin Hilman Thanks, queued for v5.2-rc with Christoph's Reviewed-by:. - Paul

Re: [PATCH] RISC-V: defconfig: enable clocks, serial console

2019-06-07 Thread Kevin Hilman
Palmer, Kevin Hilman writes: > Enable PRCI clock driver and serial console by default, so the default > upstream defconfig is bootable to a serial console. > > Signed-off-by: Kevin Hilman If possible, this would be great to have for v5.2-rc so we have a bootable upstream defconfig ready for ke

Re: [PATCH] RISC-V: defconfig: enable clocks, serial console

2019-06-06 Thread Christoph Hellwig
On Wed, Jun 05, 2019 at 10:50:42AM -0700, Kevin Hilman wrote: > Enable PRCI clock driver and serial console by default, so the default > upstream defconfig is bootable to a serial console. > > Signed-off-by: Kevin Hilman Looks good: Reviewed-by: Christoph Hellwig

[PATCH] RISC-V: defconfig: enable clocks, serial console

2019-06-05 Thread Kevin Hilman
Enable PRCI clock driver and serial console by default, so the default upstream defconfig is bootable to a serial console. Signed-off-by: Kevin Hilman --- arch/riscv/configs/defconfig | 4 1 file changed, 4 insertions(+) diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defcon