Message ID | 20221118011714.70877-9-hal.feng@starfivetech.com (mailing list archive) |
---|---|
State | Superseded |
Commit | 6925ba3d9b8ccf1989b4cf13d6f0d7e341899481 |
Delegated to: | Palmer Dabbelt |
Headers | show |
Series | Basic device tree support for StarFive JH7110 RISC-V SoC | expand |
Context | Check | Description |
---|---|---|
conchuod/patch_count | success | Link |
conchuod/cover_letter | success | Series has a cover letter |
conchuod/tree_selection | success | Guessed tree name to be for-next |
conchuod/fixes_present | success | Fixes tag not required for -next series |
conchuod/verify_signedoff | success | Signed-off-by tag matches author and committer |
conchuod/kdoc | success | Errors and warnings before: 0 this patch: 0 |
conchuod/module_param | success | Was 0 now: 0 |
conchuod/build_rv32_defconfig | fail | Build failed |
conchuod/build_warn_rv64 | fail | Errors and warnings before: 0 this patch: 0 |
conchuod/dtb_warn_rv64 | fail | Errors and warnings before: 5 this patch: 5 |
conchuod/header_inline | success | No static functions without inline keyword in header files |
conchuod/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 7 lines checked |
conchuod/source_inline | success | Was 0 now: 0 |
conchuod/build_rv64_nommu_k210_defconfig | success | Build OK |
conchuod/verify_fixes | success | No Fixes tag |
conchuod/build_rv64_nommu_virt_defconfig | success | Build OK |
Hey Palmer, Can you take this patch for v6.2 please, as it kinda just equalises things for the existing jh7100 stuff? Everyone else can boot defconfig other than the visionfive v1/beagle v. Thanks, Conor. On Fri, Nov 18, 2022 at 09:17:14AM +0800, Hal Feng wrote: > Add CONFIG_SERIAL_8250_DW=y, which is a necessary option for > StarFive JH7110 and JH7100 SoCs to boot with serial ports. > > Reviewed-by: Conor Dooley <conor.dooley@microchip.com> > Signed-off-by: Hal Feng <hal.feng@starfivetech.com> > --- > arch/riscv/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig > index 05fd5fcf24f9..a23d022974ad 100644 > --- a/arch/riscv/configs/defconfig > +++ b/arch/riscv/configs/defconfig > @@ -122,6 +122,7 @@ CONFIG_MICROSEMI_PHY=y > CONFIG_INPUT_MOUSEDEV=y > CONFIG_SERIAL_8250=y > CONFIG_SERIAL_8250_CONSOLE=y > +CONFIG_SERIAL_8250_DW=y > CONFIG_SERIAL_OF_PLATFORM=y > CONFIG_VIRTIO_CONSOLE=y > CONFIG_HW_RANDOM=y > -- > 2.38.1 > > > _______________________________________________ > linux-riscv mailing list > linux-riscv@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-riscv
On Thu, 17 Nov 2022 17:17:14 PST (-0800), hal.feng@starfivetech.com wrote: > Add CONFIG_SERIAL_8250_DW=y, which is a necessary option for > StarFive JH7110 and JH7100 SoCs to boot with serial ports. > > Reviewed-by: Conor Dooley <conor.dooley@microchip.com> > Signed-off-by: Hal Feng <hal.feng@starfivetech.com> > --- > arch/riscv/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig > index 05fd5fcf24f9..a23d022974ad 100644 > --- a/arch/riscv/configs/defconfig > +++ b/arch/riscv/configs/defconfig > @@ -122,6 +122,7 @@ CONFIG_MICROSEMI_PHY=y > CONFIG_INPUT_MOUSEDEV=y > CONFIG_SERIAL_8250=y > CONFIG_SERIAL_8250_CONSOLE=y > +CONFIG_SERIAL_8250_DW=y > CONFIG_SERIAL_OF_PLATFORM=y > CONFIG_VIRTIO_CONSOLE=y > CONFIG_HW_RANDOM=y Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
On Fri, Dec 02, 2022 at 10:00:35AM -0800, Palmer Dabbelt wrote: > On Thu, 17 Nov 2022 17:17:14 PST (-0800), hal.feng@starfivetech.com wrote: > > Add CONFIG_SERIAL_8250_DW=y, which is a necessary option for > > StarFive JH7110 and JH7100 SoCs to boot with serial ports. > > > > Reviewed-by: Conor Dooley <conor.dooley@microchip.com> > > Signed-off-by: Hal Feng <hal.feng@starfivetech.com> > > --- > > arch/riscv/configs/defconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig > > index 05fd5fcf24f9..a23d022974ad 100644 > > --- a/arch/riscv/configs/defconfig > > +++ b/arch/riscv/configs/defconfig > > @@ -122,6 +122,7 @@ CONFIG_MICROSEMI_PHY=y > > CONFIG_INPUT_MOUSEDEV=y > > CONFIG_SERIAL_8250=y > > CONFIG_SERIAL_8250_CONSOLE=y > > +CONFIG_SERIAL_8250_DW=y > > CONFIG_SERIAL_OF_PLATFORM=y > > CONFIG_VIRTIO_CONSOLE=y > > CONFIG_HW_RANDOM=y > > Acked-by: Palmer Dabbelt <palmer@rivosinc.com> Hey Palmer, could you take this as v6.2 material instead of Acking it please? It applies to the jh7100 stuff that's already in-tree. Thanks!
On Fri, 02 Dec 2022 10:07:33 PST (-0800), Conor Dooley wrote: > On Fri, Dec 02, 2022 at 10:00:35AM -0800, Palmer Dabbelt wrote: >> On Thu, 17 Nov 2022 17:17:14 PST (-0800), hal.feng@starfivetech.com wrote: >> > Add CONFIG_SERIAL_8250_DW=y, which is a necessary option for >> > StarFive JH7110 and JH7100 SoCs to boot with serial ports. >> > >> > Reviewed-by: Conor Dooley <conor.dooley@microchip.com> >> > Signed-off-by: Hal Feng <hal.feng@starfivetech.com> >> > --- >> > arch/riscv/configs/defconfig | 1 + >> > 1 file changed, 1 insertion(+) >> > >> > diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig >> > index 05fd5fcf24f9..a23d022974ad 100644 >> > --- a/arch/riscv/configs/defconfig >> > +++ b/arch/riscv/configs/defconfig >> > @@ -122,6 +122,7 @@ CONFIG_MICROSEMI_PHY=y >> > CONFIG_INPUT_MOUSEDEV=y >> > CONFIG_SERIAL_8250=y >> > CONFIG_SERIAL_8250_CONSOLE=y >> > +CONFIG_SERIAL_8250_DW=y >> > CONFIG_SERIAL_OF_PLATFORM=y >> > CONFIG_VIRTIO_CONSOLE=y >> > CONFIG_HW_RANDOM=y >> >> Acked-by: Palmer Dabbelt <palmer@rivosinc.com> > > Hey Palmer, could you take this as v6.2 material instead of Acking it > please? It applies to the jh7100 stuff that's already in-tree. Ya, no problem. Just this patch, or the whole series?
On Fri, Dec 02, 2022 at 10:13:40AM -0800, Palmer Dabbelt wrote: > On Fri, 02 Dec 2022 10:07:33 PST (-0800), Conor Dooley wrote: > > On Fri, Dec 02, 2022 at 10:00:35AM -0800, Palmer Dabbelt wrote: > > > On Thu, 17 Nov 2022 17:17:14 PST (-0800), hal.feng@starfivetech.com wrote: > > > > Add CONFIG_SERIAL_8250_DW=y, which is a necessary option for > > > > StarFive JH7110 and JH7100 SoCs to boot with serial ports. > > > > > Reviewed-by: Conor Dooley <conor.dooley@microchip.com> > > > > Signed-off-by: Hal Feng <hal.feng@starfivetech.com> > > > > --- > > > > arch/riscv/configs/defconfig | 1 + > > > > 1 file changed, 1 insertion(+) > > > > > diff --git a/arch/riscv/configs/defconfig > > > b/arch/riscv/configs/defconfig > > > > index 05fd5fcf24f9..a23d022974ad 100644 > > > > --- a/arch/riscv/configs/defconfig > > > > +++ b/arch/riscv/configs/defconfig > > > > @@ -122,6 +122,7 @@ CONFIG_MICROSEMI_PHY=y > > > > CONFIG_INPUT_MOUSEDEV=y > > > > CONFIG_SERIAL_8250=y > > > > CONFIG_SERIAL_8250_CONSOLE=y > > > > +CONFIG_SERIAL_8250_DW=y > > > > CONFIG_SERIAL_OF_PLATFORM=y > > > > CONFIG_VIRTIO_CONSOLE=y > > > > CONFIG_HW_RANDOM=y > > > > > > Acked-by: Palmer Dabbelt <palmer@rivosinc.com> > > > > Hey Palmer, could you take this as v6.2 material instead of Acking it > > please? It applies to the jh7100 stuff that's already in-tree. > > Ya, no problem. Just this patch, or the whole series? Just this one defconfig patch please, the rest is not ready. Sorry that that was not clear, Conor.
On Fri, 02 Dec 2022 10:18:21 PST (-0800), Conor Dooley wrote: > On Fri, Dec 02, 2022 at 10:13:40AM -0800, Palmer Dabbelt wrote: >> On Fri, 02 Dec 2022 10:07:33 PST (-0800), Conor Dooley wrote: >> > On Fri, Dec 02, 2022 at 10:00:35AM -0800, Palmer Dabbelt wrote: >> > > On Thu, 17 Nov 2022 17:17:14 PST (-0800), hal.feng@starfivetech.com wrote: >> > > > Add CONFIG_SERIAL_8250_DW=y, which is a necessary option for >> > > > StarFive JH7110 and JH7100 SoCs to boot with serial ports. >> > > > > Reviewed-by: Conor Dooley <conor.dooley@microchip.com> >> > > > Signed-off-by: Hal Feng <hal.feng@starfivetech.com> >> > > > --- >> > > > arch/riscv/configs/defconfig | 1 + >> > > > 1 file changed, 1 insertion(+) >> > > > > diff --git a/arch/riscv/configs/defconfig >> > > b/arch/riscv/configs/defconfig >> > > > index 05fd5fcf24f9..a23d022974ad 100644 >> > > > --- a/arch/riscv/configs/defconfig >> > > > +++ b/arch/riscv/configs/defconfig >> > > > @@ -122,6 +122,7 @@ CONFIG_MICROSEMI_PHY=y >> > > > CONFIG_INPUT_MOUSEDEV=y >> > > > CONFIG_SERIAL_8250=y >> > > > CONFIG_SERIAL_8250_CONSOLE=y >> > > > +CONFIG_SERIAL_8250_DW=y >> > > > CONFIG_SERIAL_OF_PLATFORM=y >> > > > CONFIG_VIRTIO_CONSOLE=y >> > > > CONFIG_HW_RANDOM=y >> > > >> > > Acked-by: Palmer Dabbelt <palmer@rivosinc.com> >> > >> > Hey Palmer, could you take this as v6.2 material instead of Acking it >> > please? It applies to the jh7100 stuff that's already in-tree. >> >> Ya, no problem. Just this patch, or the whole series? > > Just this one defconfig patch please, the rest is not ready. > Sorry that that was not clear, No problem. It's staged, it'll end up on for-next when it builds (it's behind some other stuff right now).
On Fri, 18 Nov 2022 09:17:14 +0800, Hal Feng wrote: > Add CONFIG_SERIAL_8250_DW=y, which is a necessary option for > StarFive JH7110 and JH7100 SoCs to boot with serial ports. > > Applied, thanks! [8/8] RISC-V: defconfig: Enable CONFIG_SERIAL_8250_DW https://git.kernel.org/palmer/c/6925ba3d9b8c Best regards,
On Fri, 02 Dec 2022 10:43:06 -0800, Palmer Dabbelt wrote: > On Fri, 18 Nov 2022 09:17:14 +0800, Hal Feng wrote: > > Add CONFIG_SERIAL_8250_DW=y, which is a necessary option for > > StarFive JH7110 and JH7100 SoCs to boot with serial ports. > > > > > > Applied, thanks! Thank you so much! Best regards, Hal > > [8/8] RISC-V: defconfig: Enable CONFIG_SERIAL_8250_DW > https://git.kernel.org/palmer/c/6925ba3d9b8c
diff --git a/arch/riscv/configs/defconfig b/arch/riscv/configs/defconfig index 05fd5fcf24f9..a23d022974ad 100644 --- a/arch/riscv/configs/defconfig +++ b/arch/riscv/configs/defconfig @@ -122,6 +122,7 @@ CONFIG_MICROSEMI_PHY=y CONFIG_INPUT_MOUSEDEV=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_DW=y CONFIG_SERIAL_OF_PLATFORM=y CONFIG_VIRTIO_CONSOLE=y CONFIG_HW_RANDOM=y