* [PATCH] ARM: mvebu: update mvebu_v7_defconfig for Armada 38x USB3.0 @ 2015-08-10 9:51 ` Grzegorz Jaszczyk 0 siblings, 0 replies; 4+ messages in thread From: Grzegorz Jaszczyk @ 2015-08-10 9:51 UTC (permalink / raw) To: linux-arm-kernel This patch enables the fixed voltage regulator and the gpio PCA953X drivers in mvebu_v7_defconfig, as they are used for enabling the USB3.0 phy on some of the Armada's 38x boards. Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com> Cc: <stable@vger.kernel.org> --- arch/arm/configs/mvebu_v7_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig index cacc9f4..1b8ecf4 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig @@ -83,11 +83,14 @@ CONFIG_I2C_MV64XXX=y CONFIG_SPI=y CONFIG_SPI_ORION=y CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_PCA953X=y CONFIG_SENSORS_GPIO_FAN=y CONFIG_THERMAL=y CONFIG_ARMADA_THERMAL=y CONFIG_WATCHDOG=y CONFIG_ORION_WATCHDOG=y +CONFIG_REGULATOR=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_SOC=y -- 1.8.3.1 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] ARM: mvebu: update mvebu_v7_defconfig for Armada 38x USB3.0 @ 2015-08-10 9:51 ` Grzegorz Jaszczyk 0 siblings, 0 replies; 4+ messages in thread From: Grzegorz Jaszczyk @ 2015-08-10 9:51 UTC (permalink / raw) To: linux-kernel, linux-arm-kernel Cc: jason, andrew, sebastian.hesselbarth, gregory.clement, thomas.petazzoni, alior, tawfik, mw, jaz, stable This patch enables the fixed voltage regulator and the gpio PCA953X drivers in mvebu_v7_defconfig, as they are used for enabling the USB3.0 phy on some of the Armada's 38x boards. Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com> Cc: <stable@vger.kernel.org> --- arch/arm/configs/mvebu_v7_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig index cacc9f4..1b8ecf4 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig @@ -83,11 +83,14 @@ CONFIG_I2C_MV64XXX=y CONFIG_SPI=y CONFIG_SPI_ORION=y CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_PCA953X=y CONFIG_SENSORS_GPIO_FAN=y CONFIG_THERMAL=y CONFIG_ARMADA_THERMAL=y CONFIG_WATCHDOG=y CONFIG_ORION_WATCHDOG=y +CONFIG_REGULATOR=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_SOUND=y CONFIG_SND=y CONFIG_SND_SOC=y -- 1.8.3.1 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] ARM: mvebu: update mvebu_v7_defconfig for Armada 38x USB3.0 2015-08-10 9:51 ` Grzegorz Jaszczyk @ 2015-08-10 11:00 ` Gregory CLEMENT -1 siblings, 0 replies; 4+ messages in thread From: Gregory CLEMENT @ 2015-08-10 11:00 UTC (permalink / raw) To: linux-arm-kernel Hi Grzegorz, On 10/08/2015 11:51, Grzegorz Jaszczyk wrote: > This patch enables the fixed voltage regulator and the gpio PCA953X > drivers in mvebu_v7_defconfig, as they are used for enabling the USB3.0 > phy on some of the Armada's 38x boards. > The same patch had already been merged in arm-soc and should be part of 4.3: See: "ARM: mvebu: update mvebu_v7_defconfig with features needed for Armada 388 GP". http://thread.gmane.org/gmane.linux.ports.arm.kernel/421082/focus=425086 Thanks, Gregory > Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com> > Cc: <stable@vger.kernel.org> > --- > arch/arm/configs/mvebu_v7_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig > index cacc9f4..1b8ecf4 100644 > --- a/arch/arm/configs/mvebu_v7_defconfig > +++ b/arch/arm/configs/mvebu_v7_defconfig > @@ -83,11 +83,14 @@ CONFIG_I2C_MV64XXX=y > CONFIG_SPI=y > CONFIG_SPI_ORION=y > CONFIG_GPIO_SYSFS=y > +CONFIG_GPIO_PCA953X=y > CONFIG_SENSORS_GPIO_FAN=y > CONFIG_THERMAL=y > CONFIG_ARMADA_THERMAL=y > CONFIG_WATCHDOG=y > CONFIG_ORION_WATCHDOG=y > +CONFIG_REGULATOR=y > +CONFIG_REGULATOR_FIXED_VOLTAGE=y > CONFIG_SOUND=y > CONFIG_SND=y > CONFIG_SND_SOC=y > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: mvebu: update mvebu_v7_defconfig for Armada 38x USB3.0 @ 2015-08-10 11:00 ` Gregory CLEMENT 0 siblings, 0 replies; 4+ messages in thread From: Gregory CLEMENT @ 2015-08-10 11:00 UTC (permalink / raw) To: Grzegorz Jaszczyk Cc: linux-kernel, linux-arm-kernel, jason, andrew, sebastian.hesselbarth, thomas.petazzoni, alior, tawfik, mw, stable Hi Grzegorz, On 10/08/2015 11:51, Grzegorz Jaszczyk wrote: > This patch enables the fixed voltage regulator and the gpio PCA953X > drivers in mvebu_v7_defconfig, as they are used for enabling the USB3.0 > phy on some of the Armada's 38x boards. > The same patch had already been merged in arm-soc and should be part of 4.3: See: "ARM: mvebu: update mvebu_v7_defconfig with features needed for Armada 388 GP". http://thread.gmane.org/gmane.linux.ports.arm.kernel/421082/focus=425086 Thanks, Gregory > Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com> > Cc: <stable@vger.kernel.org> > --- > arch/arm/configs/mvebu_v7_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig > index cacc9f4..1b8ecf4 100644 > --- a/arch/arm/configs/mvebu_v7_defconfig > +++ b/arch/arm/configs/mvebu_v7_defconfig > @@ -83,11 +83,14 @@ CONFIG_I2C_MV64XXX=y > CONFIG_SPI=y > CONFIG_SPI_ORION=y > CONFIG_GPIO_SYSFS=y > +CONFIG_GPIO_PCA953X=y > CONFIG_SENSORS_GPIO_FAN=y > CONFIG_THERMAL=y > CONFIG_ARMADA_THERMAL=y > CONFIG_WATCHDOG=y > CONFIG_ORION_WATCHDOG=y > +CONFIG_REGULATOR=y > +CONFIG_REGULATOR_FIXED_VOLTAGE=y > CONFIG_SOUND=y > CONFIG_SND=y > CONFIG_SND_SOC=y > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-10 11:01 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-08-10 9:51 [PATCH] ARM: mvebu: update mvebu_v7_defconfig for Armada 38x USB3.0 Grzegorz Jaszczyk 2015-08-10 9:51 ` Grzegorz Jaszczyk 2015-08-10 11:00 ` Gregory CLEMENT 2015-08-10 11:00 ` Gregory CLEMENT
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.