Message ID | b130ccb8a9812530d33a71afb1563545fa8808cf.1530169575.git.baruch@tkos.co.il (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Baruch, On jeu., juin 28 2018, Baruch Siach <baruch@tkos.co.il> wrote: > This enables support for SFP cages on SolidRun Armada 38x and 8k > platforms. > > Signed-off-by: Baruch Siach <baruch@tkos.co.il> Applied on mvebu/arm Thanks, Gregory > --- > arch/arm/configs/mvebu_v7_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig > index 1ff371ae688d..55140219ab11 100644 > --- a/arch/arm/configs/mvebu_v7_defconfig > +++ b/arch/arm/configs/mvebu_v7_defconfig > @@ -66,6 +66,7 @@ CONFIG_NETDEVICES=y > CONFIG_MV643XX_ETH=y > CONFIG_MVNETA=y > CONFIG_MVPP2=y > +CONFIG_SFP=y > CONFIG_MARVELL_PHY=y > CONFIG_MWIFIEX=y > CONFIG_MWIFIEX_SDIO=y > -- > 2.18.0 >
Hello Baruch,
On Thu, 28 Jun 2018 10:06:15 +0300, Baruch Siach wrote:
> This enables support for SFP cages on SolidRun Armada 38x and 8k
You're running a 32-bit kernel on 8K platforms ?
Thomas
Hi Thomas, On Thu, Jun 28, 2018 at 03:14:07PM +0200, Thomas Petazzoni wrote: > On Thu, 28 Jun 2018 10:06:15 +0300, Baruch Siach wrote: > > This enables support for SFP cages on SolidRun Armada 38x and 8k > > You're running a 32-bit kernel on 8K platforms ? No, though that is probably possible. But you are right. In practice this patch only affects 32-bit mvebu platforms. Support for 8k platforms would require a separate patch. Gregory, you mentioned earlier that mvebu branches are not immutable yet. Can you drop reference to 8k platforms from the commit log? Thanks, baruch
Hi Baruch, On jeu., juin 28 2018, Baruch Siach <baruch@tkos.co.il> wrote: > Hi Thomas, > > On Thu, Jun 28, 2018 at 03:14:07PM +0200, Thomas Petazzoni wrote: >> On Thu, 28 Jun 2018 10:06:15 +0300, Baruch Siach wrote: >> > This enables support for SFP cages on SolidRun Armada 38x and 8k >> >> You're running a 32-bit kernel on 8K platforms ? > > No, though that is probably possible. > > But you are right. In practice this patch only affects 32-bit mvebu platforms. > Support for 8k platforms would require a separate patch. > > Gregory, you mentioned earlier that mvebu branches are not immutable yet. Can > you drop reference to 8k platforms from the commit log? it's done, now Gregory > > Thanks, > baruch > > -- > http://baruch.siach.name/blog/ ~. .~ Tk Open Systems > =}------------------------------------------------ooO--U--Ooo------------{= > - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig index 1ff371ae688d..55140219ab11 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig @@ -66,6 +66,7 @@ CONFIG_NETDEVICES=y CONFIG_MV643XX_ETH=y CONFIG_MVNETA=y CONFIG_MVPP2=y +CONFIG_SFP=y CONFIG_MARVELL_PHY=y CONFIG_MWIFIEX=y CONFIG_MWIFIEX_SDIO=y
This enables support for SFP cages on SolidRun Armada 38x and 8k platforms. Signed-off-by: Baruch Siach <baruch@tkos.co.il> --- arch/arm/configs/mvebu_v7_defconfig | 1 + 1 file changed, 1 insertion(+)