* i2c: xlp9xx: add support for Broadcom Vulcan
@ 2016-04-11 12:31 Tanmay Jagdale
2016-04-12 21:40 ` Wolfram Sang
0 siblings, 1 reply; 2+ messages in thread
From: Tanmay Jagdale @ 2016-04-11 12:31 UTC (permalink / raw)
To: wsa; +Cc: Tanmay Jagdale, linux-i2c, jayachandran.chandrashekaran
The Broadcom Vulcan ARM64 processor uses the same I2C controller
present on the Broadcom XLP9xx/5xx MIPS processor family.
Updated the Kconfig by adding ARCH_VULCAN option.
Signed-off-by: Tanmay Jagdale <tanmay.jagdale@broadcom.com>
---
drivers/i2c/busses/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index faa8e68..0967e1a 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -975,10 +975,10 @@ config I2C_XLR
config I2C_XLP9XX
tristate "XLP9XX I2C support"
- depends on CPU_XLP || COMPILE_TEST
+ depends on CPU_XLP || ARCH_VULCAN || COMPILE_TEST
help
This driver enables support for the on-chip I2C interface of
- the Broadcom XLP9xx/XLP5xx MIPS processors.
+ the Broadcom XLP9xx/XLP5xx MIPS and Vulcan ARM64 processors.
This driver can also be built as a module. If so, the module will
be called i2c-xlp9xx.
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: i2c: xlp9xx: add support for Broadcom Vulcan
2016-04-11 12:31 i2c: xlp9xx: add support for Broadcom Vulcan Tanmay Jagdale
@ 2016-04-12 21:40 ` Wolfram Sang
0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2016-04-12 21:40 UTC (permalink / raw)
To: Tanmay Jagdale; +Cc: linux-i2c, jayachandran.chandrashekaran
[-- Attachment #1: Type: text/plain, Size: 351 bytes --]
On Mon, Apr 11, 2016 at 06:01:26PM +0530, Tanmay Jagdale wrote:
> The Broadcom Vulcan ARM64 processor uses the same I2C controller
> present on the Broadcom XLP9xx/5xx MIPS processor family.
> Updated the Kconfig by adding ARCH_VULCAN option.
>
> Signed-off-by: Tanmay Jagdale <tanmay.jagdale@broadcom.com>
Applied to for-current, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-12 21:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-11 12:31 i2c: xlp9xx: add support for Broadcom Vulcan Tanmay Jagdale
2016-04-12 21:40 ` Wolfram Sang
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).