All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] RISC-V: defconfig: enable clocks, serial console
@ 2019-06-05 17:50 ` Kevin Hilman
  0 siblings, 0 replies; 12+ messages in thread
From: Kevin Hilman @ 2019-06-05 17:50 UTC (permalink / raw)
  To: linux-riscv, Palmer Dabbelt; +Cc: linux-kernel, Atish Patra, Loys Ollivier

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 <khilman@baylibre.com>
---
 arch/riscv/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index 2fd3461e50ab..4f02967e55de 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -49,6 +49,8 @@ CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_OF_PLATFORM=y
 CONFIG_SERIAL_EARLYCON_RISCV_SBI=y
+CONFIG_SERIAL_SIFIVE=y
+CONFIG_SERIAL_SIFIVE_CONSOLE=y
 CONFIG_HVC_RISCV_SBI=y
 # CONFIG_PTP_1588_CLOCK is not set
 CONFIG_DRM=y
@@ -64,6 +66,8 @@ CONFIG_USB_OHCI_HCD_PLATFORM=y
 CONFIG_USB_STORAGE=y
 CONFIG_USB_UAS=y
 CONFIG_VIRTIO_MMIO=y
+CONFIG_CLK_SIFIVE=y
+CONFIG_CLK_SIFIVE_FU540_PRCI=y
 CONFIG_SIFIVE_PLIC=y
 CONFIG_EXT4_FS=y
 CONFIG_EXT4_FS_POSIX_ACL=y
-- 
2.21.0


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

* [PATCH] RISC-V: defconfig: enable clocks, serial console
@ 2019-06-05 17:50 ` Kevin Hilman
  0 siblings, 0 replies; 12+ messages in thread
From: Kevin Hilman @ 2019-06-05 17:50 UTC (permalink / raw)
  To: linux-riscv, Palmer Dabbelt; +Cc: Atish Patra, Loys Ollivier, linux-kernel

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 <khilman@baylibre.com>
---
 arch/riscv/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig
index 2fd3461e50ab..4f02967e55de 100644
--- a/arch/riscv/configs/defconfig
+++ b/arch/riscv/configs/defconfig
@@ -49,6 +49,8 @@ CONFIG_SERIAL_8250=y
 CONFIG_SERIAL_8250_CONSOLE=y
 CONFIG_SERIAL_OF_PLATFORM=y
 CONFIG_SERIAL_EARLYCON_RISCV_SBI=y
+CONFIG_SERIAL_SIFIVE=y
+CONFIG_SERIAL_SIFIVE_CONSOLE=y
 CONFIG_HVC_RISCV_SBI=y
 # CONFIG_PTP_1588_CLOCK is not set
 CONFIG_DRM=y
@@ -64,6 +66,8 @@ CONFIG_USB_OHCI_HCD_PLATFORM=y
 CONFIG_USB_STORAGE=y
 CONFIG_USB_UAS=y
 CONFIG_VIRTIO_MMIO=y
+CONFIG_CLK_SIFIVE=y
+CONFIG_CLK_SIFIVE_FU540_PRCI=y
 CONFIG_SIFIVE_PLIC=y
 CONFIG_EXT4_FS=y
 CONFIG_EXT4_FS_POSIX_ACL=y
-- 
2.21.0


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* Re: [PATCH] RISC-V: defconfig: enable clocks, serial console
  2019-06-05 17:50 ` Kevin Hilman
@ 2019-06-06  8:57   ` Christoph Hellwig
  -1 siblings, 0 replies; 12+ messages in thread
From: Christoph Hellwig @ 2019-06-06  8:57 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: linux-riscv, Palmer Dabbelt, Atish Patra, Loys Ollivier, linux-kernel

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 <khilman@baylibre.com>

Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>

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

* Re: [PATCH] RISC-V: defconfig: enable clocks, serial console
@ 2019-06-06  8:57   ` Christoph Hellwig
  0 siblings, 0 replies; 12+ messages in thread
From: Christoph Hellwig @ 2019-06-06  8:57 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Atish Patra, linux-riscv, Palmer Dabbelt, linux-kernel, Loys Ollivier

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 <khilman@baylibre.com>

Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* Re: [PATCH] RISC-V: defconfig: enable clocks, serial console
  2019-06-05 17:50 ` Kevin Hilman
@ 2019-06-07 23:29   ` Kevin Hilman
  -1 siblings, 0 replies; 12+ messages in thread
From: Kevin Hilman @ 2019-06-07 23:29 UTC (permalink / raw)
  To: linux-riscv, Palmer Dabbelt; +Cc: linux-kernel, Atish Patra, Loys Ollivier

Palmer,

Kevin Hilman <khilman@baylibre.com> 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 <khilman@baylibre.com>

If possible, this would be great to have for v5.2-rc so we have a
bootable upstream defconfig ready for kernelCI as soon as the DT series
lands.

Kevin

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

* Re: [PATCH] RISC-V: defconfig: enable clocks, serial console
@ 2019-06-07 23:29   ` Kevin Hilman
  0 siblings, 0 replies; 12+ messages in thread
From: Kevin Hilman @ 2019-06-07 23:29 UTC (permalink / raw)
  To: linux-riscv, Palmer Dabbelt; +Cc: Atish Patra, Loys Ollivier, linux-kernel

Palmer,

Kevin Hilman <khilman@baylibre.com> 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 <khilman@baylibre.com>

If possible, this would be great to have for v5.2-rc so we have a
bootable upstream defconfig ready for kernelCI as soon as the DT series
lands.

Kevin

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* Re: [PATCH] RISC-V: defconfig: enable clocks, serial console
  2019-06-05 17:50 ` Kevin Hilman
@ 2019-06-09  1:49   ` Paul Walmsley
  -1 siblings, 0 replies; 12+ messages in thread
From: Paul Walmsley @ 2019-06-09  1:49 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: linux-riscv, Christoph Hellwig, Palmer Dabbelt, Atish Patra,
	Loys Ollivier, linux-kernel

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 <khilman@baylibre.com>

Thanks, queued for v5.2-rc with Christoph's Reviewed-by:.


- Paul

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

* Re: [PATCH] RISC-V: defconfig: enable clocks, serial console
@ 2019-06-09  1:49   ` Paul Walmsley
  0 siblings, 0 replies; 12+ messages in thread
From: Paul Walmsley @ 2019-06-09  1:49 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Loys Ollivier, Palmer Dabbelt, linux-kernel, Christoph Hellwig,
	Atish Patra, linux-riscv

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 <khilman@baylibre.com>

Thanks, queued for v5.2-rc with Christoph's Reviewed-by:.


- Paul

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* Re: [PATCH] RISC-V: defconfig: enable clocks, serial console
  2019-06-09  1:49   ` Paul Walmsley
@ 2019-06-09  7:55     ` Christoph Hellwig
  -1 siblings, 0 replies; 12+ messages in thread
From: Christoph Hellwig @ 2019-06-09  7:55 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: Kevin Hilman, Loys Ollivier, Palmer Dabbelt, linux-kernel,
	Christoph Hellwig, Atish Patra, linux-riscv

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 <khilman@baylibre.com>
> 
> Thanks, queued for v5.2-rc with Christoph's Reviewed-by:.

To repeat myself:  where do you apply it to?  And could we please just
have a shared maintainer tree on infradead.org or kernel.org so that
people don't have to chase multiple trees to base their patches on?

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

* Re: [PATCH] RISC-V: defconfig: enable clocks, serial console
@ 2019-06-09  7:55     ` Christoph Hellwig
  0 siblings, 0 replies; 12+ messages in thread
From: Christoph Hellwig @ 2019-06-09  7:55 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: Palmer Dabbelt, Kevin Hilman, Loys Ollivier, linux-kernel,
	Christoph Hellwig, Atish Patra, linux-riscv

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 <khilman@baylibre.com>
> 
> Thanks, queued for v5.2-rc with Christoph's Reviewed-by:.

To repeat myself:  where do you apply it to?  And could we please just
have a shared maintainer tree on infradead.org or kernel.org so that
people don't have to chase multiple trees to base their patches on?

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* Re: [PATCH] RISC-V: defconfig: enable clocks, serial console
  2019-06-09  7:55     ` Christoph Hellwig
@ 2019-06-17 10:36       ` Paul Walmsley
  -1 siblings, 0 replies; 12+ messages in thread
From: Paul Walmsley @ 2019-06-17 10:36 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Kevin Hilman, Loys Ollivier, Palmer Dabbelt, linux-kernel,
	Atish Patra, linux-riscv

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.
> > > 
> > > Signed-off-by: Kevin Hilman <khilman@baylibre.com>
> > 
> > Thanks, queued for v5.2-rc with Christoph's Reviewed-by:.
> 
> To repeat myself:  where do you apply it to?  And could we please just
> have a shared maintainer tree on infradead.org or kernel.org so that
> people don't have to chase multiple trees to base their patches on?

As you requested last week, the shared tree announcement was posted as a 
separate thread:

https://lore.kernel.org/linux-riscv/alpine.DEB.2.21.9999.1906170320300.19994@viisi.sifive.com/T/#u


- Paul

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

* Re: [PATCH] RISC-V: defconfig: enable clocks, serial console
@ 2019-06-17 10:36       ` Paul Walmsley
  0 siblings, 0 replies; 12+ messages in thread
From: Paul Walmsley @ 2019-06-17 10:36 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Palmer Dabbelt, Kevin Hilman, Loys Ollivier, linux-kernel,
	Atish Patra, linux-riscv

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.
> > > 
> > > Signed-off-by: Kevin Hilman <khilman@baylibre.com>
> > 
> > Thanks, queued for v5.2-rc with Christoph's Reviewed-by:.
> 
> To repeat myself:  where do you apply it to?  And could we please just
> have a shared maintainer tree on infradead.org or kernel.org so that
> people don't have to chase multiple trees to base their patches on?

As you requested last week, the shared tree announcement was posted as a 
separate thread:

https://lore.kernel.org/linux-riscv/alpine.DEB.2.21.9999.1906170320300.19994@viisi.sifive.com/T/#u


- Paul

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2019-06-17 10:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-05 17:50 [PATCH] RISC-V: defconfig: enable clocks, serial console Kevin Hilman
2019-06-05 17:50 ` Kevin Hilman
2019-06-06  8:57 ` Christoph Hellwig
2019-06-06  8:57   ` Christoph Hellwig
2019-06-07 23:29 ` Kevin Hilman
2019-06-07 23:29   ` Kevin Hilman
2019-06-09  1:49 ` Paul Walmsley
2019-06-09  1:49   ` Paul Walmsley
2019-06-09  7:55   ` Christoph Hellwig
2019-06-09  7:55     ` Christoph Hellwig
2019-06-17 10:36     ` Paul Walmsley
2019-06-17 10:36       ` Paul Walmsley

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.