* [PATCH 3.8-rc] i2c come back in mvebu_defconfig
@ 2013-01-23 14:57 Gregory CLEMENT
2013-01-23 14:57 ` [PATCH 3.8-rc] arm: mvebu: i2c come back in defconfig Gregory CLEMENT
0 siblings, 1 reply; 3+ messages in thread
From: Gregory CLEMENT @ 2013-01-23 14:57 UTC (permalink / raw)
To: linux-arm-kernel
Hi Jason,
I have just realised that there were a problem when you applied my
patch ``arm: mvebu: Use dw-apb-uart instead of ns16650 as UART''. I
don't know what happened exactly but the commit remove the i2c support
whereas it was not the case in the patch I posted. Anyway this patch
fix it.
Thanks,
Gregory CLEMENT (1):
arm: mvebu: i2c come back in defconfig
arch/arm/configs/mvebu_defconfig | 2 ++
1 file changed, 2 insertions(+)
--
1.7.9.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 3.8-rc] arm: mvebu: i2c come back in defconfig
2013-01-23 14:57 [PATCH 3.8-rc] i2c come back in mvebu_defconfig Gregory CLEMENT
@ 2013-01-23 14:57 ` Gregory CLEMENT
2013-01-23 15:06 ` Jason Cooper
0 siblings, 1 reply; 3+ messages in thread
From: Gregory CLEMENT @ 2013-01-23 14:57 UTC (permalink / raw)
To: linux-arm-kernel
When the patch "arm: mvebu: Use dw-apb-uart instead of ns16650 as UART
driver" was applied to a git tree and became the commit b24212fbfba25
it wrongly removed the i2c support. This patch reintroduce it.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
---
arch/arm/configs/mvebu_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig
index b5bc96c..cbd91bc 100644
--- a/arch/arm/configs/mvebu_defconfig
+++ b/arch/arm/configs/mvebu_defconfig
@@ -33,6 +33,8 @@ CONFIG_MVNETA=y
CONFIG_MARVELL_PHY=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_I2C=y
+CONFIG_I2C_MV64XXX=y
CONFIG_SERIAL_8250_DW=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_SYSFS=y
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-23 15:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-23 14:57 [PATCH 3.8-rc] i2c come back in mvebu_defconfig Gregory CLEMENT
2013-01-23 14:57 ` [PATCH 3.8-rc] arm: mvebu: i2c come back in defconfig Gregory CLEMENT
2013-01-23 15:06 ` Jason Cooper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox