Re: [PATCH v2] serial: Fix SIFIVE debug serial dependency

2020-07-21 Thread Sean Anderson
On 7/10/20 6:41 AM, Michal Simek wrote: > The commit 4cc24aeaf420 ("serial: Add missing Kconfig dependencies for > debug consoles") has added incorrect dependency for SIFIVE debug uart which > should depend on SIFIVE driver instead of PL01x. > > Fixes: 4cc24aeaf420 ("serial: Add missing Kconfig de

Re: [PATCH v2] serial: Fix SIFIVE debug serial dependency

2020-07-21 Thread Leo Liang
On Fri, Jul 10, 2020 at 12:41:13PM +0200, Michal Simek wrote: > The commit 4cc24aeaf420 ("serial: Add missing Kconfig dependencies for > debug consoles") has added incorrect dependency for SIFIVE debug uart which > should depend on SIFIVE driver instead of PL01x. > > Fixes: 4cc24aeaf420 ("serial:

Re: [PATCH v2] serial: Fix SIFIVE debug serial dependency

2020-07-20 Thread Bin Meng
On Fri, Jul 10, 2020 at 6:41 PM Michal Simek wrote: > > The commit 4cc24aeaf420 ("serial: Add missing Kconfig dependencies for > debug consoles") has added incorrect dependency for SIFIVE debug uart which > should depend on SIFIVE driver instead of PL01x. > > Fixes: 4cc24aeaf420 ("serial: Add miss

Re: [PATCH v2] serial: Fix SIFIVE debug serial dependency

2020-07-14 Thread Simon Glass
On Fri, 10 Jul 2020 at 04:41, Michal Simek wrote: > > The commit 4cc24aeaf420 ("serial: Add missing Kconfig dependencies for > debug consoles") has added incorrect dependency for SIFIVE debug uart which > should depend on SIFIVE driver instead of PL01x. > > Fixes: 4cc24aeaf420 ("serial: Add missin

[PATCH v2] serial: Fix SIFIVE debug serial dependency

2020-07-10 Thread Michal Simek
The commit 4cc24aeaf420 ("serial: Add missing Kconfig dependencies for debug consoles") has added incorrect dependency for SIFIVE debug uart which should depend on SIFIVE driver instead of PL01x. Fixes: 4cc24aeaf420 ("serial: Add missing Kconfig dependencies for debug consoles") Signed-off-by: Mi