All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] board: solidrun_clearfog_gt_8k: fix auto-load of dsa driver
@ 2019-09-23  7:30 Baruch Siach
  2019-09-23  8:21 ` Sergey Matyukevich
  2019-09-29  7:17 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2019-09-23  7:30 UTC (permalink / raw)
  To: buildroot

Commit 5facee5cc32b ("configs/solidrun_clearfog_gt_8k: bump versions of
BSP components") broke automatic load of the mv88e6xxx dsa driver. The
kernel configuration makes the driver a module, which is not loaded
automatically at boot. Mark mv88e6xxx dependencies built-it to fix that.

Cc: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 board/solidrun/clearfog_gt_8k/linux-extras.config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/board/solidrun/clearfog_gt_8k/linux-extras.config b/board/solidrun/clearfog_gt_8k/linux-extras.config
index bce2a2e9d20c..24f4f5542555 100644
--- a/board/solidrun/clearfog_gt_8k/linux-extras.config
+++ b/board/solidrun/clearfog_gt_8k/linux-extras.config
@@ -1,4 +1,6 @@
 CONFIG_MARVELL_PHY=y
 CONFIG_SFP=y
+CONFIG_IPV6=y
+CONFIG_BRIDGE=y
 CONFIG_NET_DSA=y
 CONFIG_NET_DSA_MV88E6XXX=y
-- 
2.23.0

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

* [Buildroot] [PATCH] board: solidrun_clearfog_gt_8k: fix auto-load of dsa driver
  2019-09-23  7:30 [Buildroot] [PATCH] board: solidrun_clearfog_gt_8k: fix auto-load of dsa driver Baruch Siach
@ 2019-09-23  8:21 ` Sergey Matyukevich
  2019-09-29  7:17 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Sergey Matyukevich @ 2019-09-23  8:21 UTC (permalink / raw)
  To: buildroot

> Commit 5facee5cc32b ("configs/solidrun_clearfog_gt_8k: bump versions of
> BSP components") broke automatic load of the mv88e6xxx dsa driver. The
> kernel configuration makes the driver a module, which is not loaded
> automatically at boot. Mark mv88e6xxx dependencies built-it to fix that.
> 
> Cc: Sergey Matyukevich <geomatsi@gmail.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  board/solidrun/clearfog_gt_8k/linux-extras.config | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/board/solidrun/clearfog_gt_8k/linux-extras.config b/board/solidrun/clearfog_gt_8k/linux-extras.config
> index bce2a2e9d20c..24f4f5542555 100644
> --- a/board/solidrun/clearfog_gt_8k/linux-extras.config
> +++ b/board/solidrun/clearfog_gt_8k/linux-extras.config
> @@ -1,4 +1,6 @@
>  CONFIG_MARVELL_PHY=y
>  CONFIG_SFP=y
> +CONFIG_IPV6=y
> +CONFIG_BRIDGE=y
>  CONFIG_NET_DSA=y
>  CONFIG_NET_DSA_MV88E6XXX=y

Hi Baruch,

Thanks for testing and fixing Clearfog 8K board !

Reviewed-by: Sergey Matyukevich <geomatsi@gmail.com>

Regards,
Sergey

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

* [Buildroot] [PATCH] board: solidrun_clearfog_gt_8k: fix auto-load of dsa driver
  2019-09-23  7:30 [Buildroot] [PATCH] board: solidrun_clearfog_gt_8k: fix auto-load of dsa driver Baruch Siach
  2019-09-23  8:21 ` Sergey Matyukevich
@ 2019-09-29  7:17 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-09-29  7:17 UTC (permalink / raw)
  To: buildroot

On Mon, 23 Sep 2019 10:30:43 +0300
Baruch Siach <baruch@tkos.co.il> wrote:

> Commit 5facee5cc32b ("configs/solidrun_clearfog_gt_8k: bump versions of
> BSP components") broke automatic load of the mv88e6xxx dsa driver. The
> kernel configuration makes the driver a module, which is not loaded
> automatically at boot. Mark mv88e6xxx dependencies built-it to fix that.
> 
> Cc: Sergey Matyukevich <geomatsi@gmail.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  board/solidrun/clearfog_gt_8k/linux-extras.config | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-09-29  7:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-23  7:30 [Buildroot] [PATCH] board: solidrun_clearfog_gt_8k: fix auto-load of dsa driver Baruch Siach
2019-09-23  8:21 ` Sergey Matyukevich
2019-09-29  7:17 ` Thomas Petazzoni

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.