Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1256428 > unrolled thread
| Started by | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| First post | 2015-10-27 03:50 +0100 |
| Last post | 2015-10-31 03:10 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: multi_v7_defconfig: enable UniPhier I2C drivers Masahiro Yamada <yamada.masahiro@socionext.com> - 2015-10-27 03:50 +0100
Re: [PATCH] ARM: multi_v7_defconfig: enable UniPhier I2C drivers Olof Johansson <olof@lixom.net> - 2015-10-31 03:10 +0100
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2015-10-27 03:50 +0100 |
| Subject | [PATCH] ARM: multi_v7_defconfig: enable UniPhier I2C drivers |
| Message-ID | <qo2uJ-7Tj-1@gated-at.bofh.it> |
These two drivers were merged into the I2C sub-system by
commit dd6fd4a32793 ("i2c: uniphier: add UniPhier FIFO-less I2C driver")
and commit 6a62974b667f ("i2c: uniphier_f: add UniPhier FIFO-builtin I2C
driver").
Enable them from arch/arm/configs/multi_v7_defconfig.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---
arch/arm/configs/multi_v7_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index bfd74fe..90e2b68 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -308,6 +308,8 @@ CONFIG_I2C_SIRF=y
CONFIG_I2C_ST=y
CONFIG_I2C_SUN6I_P2WI=y
CONFIG_I2C_TEGRA=y
+CONFIG_I2C_UNIPHIER=y
+CONFIG_I2C_UNIPHIER_F=y
CONFIG_I2C_XILINX=y
CONFIG_I2C_RCAR=y
CONFIG_I2C_CROS_EC_TUNNEL=m
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Olof Johansson <olof@lixom.net> |
|---|---|
| Date | 2015-10-31 03:10 +0100 |
| Message-ID | <qptMd-5iJ-7@gated-at.bofh.it> |
| In reply to | #1256428 |
On Tue, Oct 27, 2015 at 11:47:13AM +0900, Masahiro Yamada wrote:
> These two drivers were merged into the I2C sub-system by
> commit dd6fd4a32793 ("i2c: uniphier: add UniPhier FIFO-less I2C driver")
> and commit 6a62974b667f ("i2c: uniphier_f: add UniPhier FIFO-builtin I2C
> driver").
>
> Enable them from arch/arm/configs/multi_v7_defconfig.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
Hi,
I've added these two configs since the patch is small. We're really late and
close to the merge window so besides the other patch in this series, I can't
really pick up anything else besides fixes.
-Olof
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web