* [PATCH 1/2] ARM: mvebu_v7_defconfig: sync defconfig
@ 2018-06-28 7:06 Baruch Siach
2018-06-28 7:06 ` [PATCH 2/2] ARM: mvebu_v7_defconfig: enable SFP support Baruch Siach
2018-06-28 12:05 ` [PATCH 1/2] ARM: mvebu_v7_defconfig: sync defconfig Gregory CLEMENT
0 siblings, 2 replies; 7+ messages in thread
From: Baruch Siach @ 2018-06-28 7:06 UTC (permalink / raw)
To: linux-arm-kernel
Use savedefconfig to sync defconfig for current kernel. No change in
generated configuration.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
arch/arm/configs/mvebu_v7_defconfig | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig
index ddaeda4f2e82..1ff371ae688d 100644
--- a/arch/arm/configs/mvebu_v7_defconfig
+++ b/arch/arm/configs/mvebu_v7_defconfig
@@ -1,5 +1,4 @@
CONFIG_SYSVIPC=y
-CONFIG_FHANDLE=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_LOG_BUF_SHIFT=14
CONFIG_BLK_DEV_INITRD=y
@@ -16,10 +15,8 @@ CONFIG_MACH_ARMADA_39X=y
CONFIG_MACH_ARMADA_XP=y
CONFIG_MACH_DOVE=y
CONFIG_PCI=y
-CONFIG_PCI_MSI=y
CONFIG_PCI_MVEBU=y
CONFIG_SMP=y
-CONFIG_AEABI=y
CONFIG_HIGHMEM=y
# CONFIG_COMPACTION is not set
CONFIG_ZBOOT_ROM_TEXT=0x0
@@ -58,7 +55,6 @@ CONFIG_MTD_M25P80=y
CONFIG_MTD_NAND=y
CONFIG_MTD_NAND_MARVELL=y
CONFIG_MTD_SPI_NOR=y
-CONFIG_SRAM=y
CONFIG_MTD_UBI=y
CONFIG_EEPROM_AT24=y
CONFIG_BLK_DEV_SD=y
@@ -67,12 +63,10 @@ CONFIG_SATA_AHCI=y
CONFIG_AHCI_MVEBU=y
CONFIG_SATA_MV=y
CONFIG_NETDEVICES=y
-CONFIG_NET_DSA_MV88E6XXX=y
CONFIG_MV643XX_ETH=y
CONFIG_MVNETA=y
CONFIG_MVPP2=y
CONFIG_MARVELL_PHY=y
-CONFIG_FIXED_PHY=y
CONFIG_MWIFIEX=y
CONFIG_MWIFIEX_SDIO=y
CONFIG_INPUT_EVDEV=y
@@ -88,10 +82,11 @@ CONFIG_SPI=y
CONFIG_SPI_ORION=y
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_PCA953X=y
-CONFIG_POWER_SUPPLY=y
CONFIG_POWER_RESET=y
CONFIG_POWER_RESET_GPIO=y
+CONFIG_POWER_SUPPLY=y
CONFIG_SENSORS_GPIO_FAN=y
+CONFIG_SENSORS_PWM_FAN=y
CONFIG_THERMAL=y
CONFIG_ARMADA_THERMAL=y
CONFIG_WATCHDOG=y
@@ -135,7 +130,6 @@ CONFIG_MV_XOR=y
# CONFIG_IOMMU_SUPPORT is not set
CONFIG_MEMORY=y
CONFIG_PWM=y
-CONFIG_SENSORS_PWM_FAN=y
CONFIG_EXT4_FS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
@@ -153,10 +147,8 @@ CONFIG_NLS_ISO8859_2=y
CONFIG_NLS_UTF8=y
CONFIG_PRINTK_TIME=y
CONFIG_DEBUG_INFO=y
-CONFIG_DEBUG_FS=y
CONFIG_MAGIC_SYSRQ=y
# CONFIG_SCHED_DEBUG is not set
-CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_BUGVERBOSE is not set
CONFIG_DEBUG_USER=y
CONFIG_CRYPTO_DEV_MARVELL_CESA=y
--
2.18.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/2] ARM: mvebu_v7_defconfig: enable SFP support
2018-06-28 7:06 [PATCH 1/2] ARM: mvebu_v7_defconfig: sync defconfig Baruch Siach
@ 2018-06-28 7:06 ` Baruch Siach
2018-06-28 12:07 ` Gregory CLEMENT
2018-06-28 13:14 ` Thomas Petazzoni
2018-06-28 12:05 ` [PATCH 1/2] ARM: mvebu_v7_defconfig: sync defconfig Gregory CLEMENT
1 sibling, 2 replies; 7+ messages in thread
From: Baruch Siach @ 2018-06-28 7:06 UTC (permalink / raw)
To: linux-arm-kernel
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(+)
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
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 1/2] ARM: mvebu_v7_defconfig: sync defconfig
2018-06-28 7:06 [PATCH 1/2] ARM: mvebu_v7_defconfig: sync defconfig Baruch Siach
2018-06-28 7:06 ` [PATCH 2/2] ARM: mvebu_v7_defconfig: enable SFP support Baruch Siach
@ 2018-06-28 12:05 ` Gregory CLEMENT
1 sibling, 0 replies; 7+ messages in thread
From: Gregory CLEMENT @ 2018-06-28 12:05 UTC (permalink / raw)
To: linux-arm-kernel
Hi Baruch,
On jeu., juin 28 2018, Baruch Siach <baruch@tkos.co.il> wrote:
> Use savedefconfig to sync defconfig for current kernel. No change in
> generated configuration.
>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Applied on mvebu/arm
Thanks,
Gregory
> ---
> arch/arm/configs/mvebu_v7_defconfig | 12 ++----------
> 1 file changed, 2 insertions(+), 10 deletions(-)
>
> diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig
> index ddaeda4f2e82..1ff371ae688d 100644
> --- a/arch/arm/configs/mvebu_v7_defconfig
> +++ b/arch/arm/configs/mvebu_v7_defconfig
> @@ -1,5 +1,4 @@
> CONFIG_SYSVIPC=y
> -CONFIG_FHANDLE=y
> CONFIG_HIGH_RES_TIMERS=y
> CONFIG_LOG_BUF_SHIFT=14
> CONFIG_BLK_DEV_INITRD=y
> @@ -16,10 +15,8 @@ CONFIG_MACH_ARMADA_39X=y
> CONFIG_MACH_ARMADA_XP=y
> CONFIG_MACH_DOVE=y
> CONFIG_PCI=y
> -CONFIG_PCI_MSI=y
> CONFIG_PCI_MVEBU=y
> CONFIG_SMP=y
> -CONFIG_AEABI=y
> CONFIG_HIGHMEM=y
> # CONFIG_COMPACTION is not set
> CONFIG_ZBOOT_ROM_TEXT=0x0
> @@ -58,7 +55,6 @@ CONFIG_MTD_M25P80=y
> CONFIG_MTD_NAND=y
> CONFIG_MTD_NAND_MARVELL=y
> CONFIG_MTD_SPI_NOR=y
> -CONFIG_SRAM=y
> CONFIG_MTD_UBI=y
> CONFIG_EEPROM_AT24=y
> CONFIG_BLK_DEV_SD=y
> @@ -67,12 +63,10 @@ CONFIG_SATA_AHCI=y
> CONFIG_AHCI_MVEBU=y
> CONFIG_SATA_MV=y
> CONFIG_NETDEVICES=y
> -CONFIG_NET_DSA_MV88E6XXX=y
> CONFIG_MV643XX_ETH=y
> CONFIG_MVNETA=y
> CONFIG_MVPP2=y
> CONFIG_MARVELL_PHY=y
> -CONFIG_FIXED_PHY=y
> CONFIG_MWIFIEX=y
> CONFIG_MWIFIEX_SDIO=y
> CONFIG_INPUT_EVDEV=y
> @@ -88,10 +82,11 @@ CONFIG_SPI=y
> CONFIG_SPI_ORION=y
> CONFIG_GPIO_SYSFS=y
> CONFIG_GPIO_PCA953X=y
> -CONFIG_POWER_SUPPLY=y
> CONFIG_POWER_RESET=y
> CONFIG_POWER_RESET_GPIO=y
> +CONFIG_POWER_SUPPLY=y
> CONFIG_SENSORS_GPIO_FAN=y
> +CONFIG_SENSORS_PWM_FAN=y
> CONFIG_THERMAL=y
> CONFIG_ARMADA_THERMAL=y
> CONFIG_WATCHDOG=y
> @@ -135,7 +130,6 @@ CONFIG_MV_XOR=y
> # CONFIG_IOMMU_SUPPORT is not set
> CONFIG_MEMORY=y
> CONFIG_PWM=y
> -CONFIG_SENSORS_PWM_FAN=y
> CONFIG_EXT4_FS=y
> CONFIG_ISO9660_FS=y
> CONFIG_JOLIET=y
> @@ -153,10 +147,8 @@ CONFIG_NLS_ISO8859_2=y
> CONFIG_NLS_UTF8=y
> CONFIG_PRINTK_TIME=y
> CONFIG_DEBUG_INFO=y
> -CONFIG_DEBUG_FS=y
> CONFIG_MAGIC_SYSRQ=y
> # CONFIG_SCHED_DEBUG is not set
> -CONFIG_TIMER_STATS=y
> # CONFIG_DEBUG_BUGVERBOSE is not set
> CONFIG_DEBUG_USER=y
> CONFIG_CRYPTO_DEV_MARVELL_CESA=y
> --
> 2.18.0
>
--
Gregory Clement, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 2/2] ARM: mvebu_v7_defconfig: enable SFP support
2018-06-28 7:06 ` [PATCH 2/2] ARM: mvebu_v7_defconfig: enable SFP support Baruch Siach
@ 2018-06-28 12:07 ` Gregory CLEMENT
2018-06-28 13:14 ` Thomas Petazzoni
1 sibling, 0 replies; 7+ messages in thread
From: Gregory CLEMENT @ 2018-06-28 12:07 UTC (permalink / raw)
To: linux-arm-kernel
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
>
--
Gregory Clement, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 2/2] ARM: mvebu_v7_defconfig: enable SFP support
2018-06-28 7:06 ` [PATCH 2/2] ARM: mvebu_v7_defconfig: enable SFP support Baruch Siach
2018-06-28 12:07 ` Gregory CLEMENT
@ 2018-06-28 13:14 ` Thomas Petazzoni
2018-06-28 14:44 ` Baruch Siach
1 sibling, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2018-06-28 13:14 UTC (permalink / raw)
To: linux-arm-kernel
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
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 2/2] ARM: mvebu_v7_defconfig: enable SFP support
2018-06-28 13:14 ` Thomas Petazzoni
@ 2018-06-28 14:44 ` Baruch Siach
2018-06-28 14:53 ` Gregory CLEMENT
0 siblings, 1 reply; 7+ messages in thread
From: Baruch Siach @ 2018-06-28 14:44 UTC (permalink / raw)
To: linux-arm-kernel
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
--
http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 2/2] ARM: mvebu_v7_defconfig: enable SFP support
2018-06-28 14:44 ` Baruch Siach
@ 2018-06-28 14:53 ` Gregory CLEMENT
0 siblings, 0 replies; 7+ messages in thread
From: Gregory CLEMENT @ 2018-06-28 14:53 UTC (permalink / raw)
To: linux-arm-kernel
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 at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
--
Gregory Clement, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-06-28 14:53 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-28 7:06 [PATCH 1/2] ARM: mvebu_v7_defconfig: sync defconfig Baruch Siach
2018-06-28 7:06 ` [PATCH 2/2] ARM: mvebu_v7_defconfig: enable SFP support Baruch Siach
2018-06-28 12:07 ` Gregory CLEMENT
2018-06-28 13:14 ` Thomas Petazzoni
2018-06-28 14:44 ` Baruch Siach
2018-06-28 14:53 ` Gregory CLEMENT
2018-06-28 12:05 ` [PATCH 1/2] ARM: mvebu_v7_defconfig: sync defconfig Gregory CLEMENT
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).