All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: allow configuration of imx driver for ColdFire architecture
@ 2016-10-17  1:54 Greg Ungerer
  2016-10-25  9:24 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Ungerer @ 2016-10-17  1:54 UTC (permalink / raw)
  To: linux-i2c, angelo; +Cc: Greg Ungerer

The i2c controller used by Freescales iMX processors is the same
hardware module used on Freescales ColdFire family of processors.

We can use the existing i2c-imx driver on ColdFire family members.
Modify the configuration to allow it to be selected when compiling
for ColdFire targets.

Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
---
 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 6d94e2e..cc9adf6 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -589,10 +589,10 @@ config I2C_IMG
 
 config I2C_IMX
 	tristate "IMX I2C interface"
-	depends on ARCH_MXC || ARCH_LAYERSCAPE
+	depends on ARCH_MXC || ARCH_LAYERSCAPE || COLDFIRE
 	help
 	  Say Y here if you want to use the IIC bus controller on
-	  the Freescale i.MX/MXC or Layerscape processors.
+	  the Freescale i.MX/MXC, Layerscape or ColdFire processors.
 
 	  This driver can also be built as a module.  If so, the module
 	  will be called i2c-imx.
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] i2c: allow configuration of imx driver for ColdFire architecture
  2016-10-17  1:54 [PATCH] i2c: allow configuration of imx driver for ColdFire architecture Greg Ungerer
@ 2016-10-25  9:24 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2016-10-25  9:24 UTC (permalink / raw)
  To: Greg Ungerer; +Cc: linux-i2c, angelo

[-- Attachment #1: Type: text/plain, Size: 463 bytes --]

On Mon, Oct 17, 2016 at 11:54:05AM +1000, Greg Ungerer wrote:
> The i2c controller used by Freescales iMX processors is the same
> hardware module used on Freescales ColdFire family of processors.
> 
> We can use the existing i2c-imx driver on ColdFire family members.
> Modify the configuration to allow it to be selected when compiling
> for ColdFire targets.
> 
> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>

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-10-25  9:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-17  1:54 [PATCH] i2c: allow configuration of imx driver for ColdFire architecture Greg Ungerer
2016-10-25  9:24 ` Wolfram Sang

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.