public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: muxes are not EXPERIMENTAL anymore
@ 2012-04-23 18:40 Wolfram Sang
       [not found] ` <1335206448-20588-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfram Sang @ 2012-04-23 18:40 UTC (permalink / raw)
  To: linux-i2c-u79uwXL29TY76Z2rM5mHXA
  Cc: Wolfram Sang, Lars-Peter Clausen, Stephen Warren, David Daney,
	Peter Korsgaard, Guenter Roeck, Michael Lawnick, Jean Delvare

We got multiple patches to add mux support to device tree, so people are
using it happily already and build up on it. I also used it in a project
without encountering problems. 20 months of EXPERIMENTAL should do for
this.

Signed-off-by: Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
Cc: Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
Cc: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
Cc: David Daney <ddaney.cavm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Peter Korsgaard <jacmet-OfajU3CKLf1/SzgSGea1oA@public.gmane.org>
Cc: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
Cc: Michael Lawnick <ml.lawnick-Mmb7MZpHnFY@public.gmane.org>
Cc: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
---
 drivers/i2c/Kconfig |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 5f13c62..5a3bb3d 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -49,7 +49,6 @@ config I2C_CHARDEV
 
 config I2C_MUX
 	tristate "I2C bus multiplexing support"
-	depends on EXPERIMENTAL
 	help
 	  Say Y here if you want the I2C core to support the ability to
 	  handle multiplexed I2C bus topologies, by presenting each
-- 
1.7.10

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

* Re: [PATCH] i2c: muxes are not EXPERIMENTAL anymore
       [not found] ` <1335206448-20588-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
@ 2012-04-23 18:46   ` Peter Korsgaard
  2012-04-23 18:54   ` Guenter Roeck
                     ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2012-04-23 18:46 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA, Lars-Peter Clausen,
	Stephen Warren, David Daney, Guenter Roeck, Michael Lawnick,
	Jean Delvare

>>>>> "Wolfram" == Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> writes:

 Wolfram> We got multiple patches to add mux support to device tree, so
 Wolfram> people are using it happily already and build up on it. I also
 Wolfram> used it in a project without encountering problems. 20 months
 Wolfram> of EXPERIMENTAL should do for this.

Agreed.

Acked-by: Peter Korsgaard <jacmet-OfajU3CKLf1/SzgSGea1oA@public.gmane.org>

-- 
Bye, Peter Korsgaard

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

* Re: [PATCH] i2c: muxes are not EXPERIMENTAL anymore
       [not found] ` <1335206448-20588-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  2012-04-23 18:46   ` Peter Korsgaard
@ 2012-04-23 18:54   ` Guenter Roeck
  2012-04-23 19:03   ` Jean Delvare
                     ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2012-04-23 18:54 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Lars-Peter Clausen, Stephen Warren, David Daney, Peter Korsgaard,
	Michael Lawnick, Jean Delvare

On Mon, 2012-04-23 at 14:40 -0400, Wolfram Sang wrote:
> We got multiple patches to add mux support to device tree, so people are
> using it happily already and build up on it. I also used it in a project
> without encountering problems. 20 months of EXPERIMENTAL should do for
> this.
> 
> Signed-off-by: Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
> Cc: Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
> Cc: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
> Cc: David Daney <ddaney.cavm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Cc: Peter Korsgaard <jacmet-OfajU3CKLf1/SzgSGea1oA@public.gmane.org>
> Cc: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
> Cc: Michael Lawnick <ml.lawnick-Mmb7MZpHnFY@public.gmane.org>
> Cc: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
> ---

Acked-by: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>

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

* Re: [PATCH] i2c: muxes are not EXPERIMENTAL anymore
       [not found] ` <1335206448-20588-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
  2012-04-23 18:46   ` Peter Korsgaard
  2012-04-23 18:54   ` Guenter Roeck
@ 2012-04-23 19:03   ` Jean Delvare
  2012-04-23 19:04   ` Stephen Warren
  2012-04-24  6:41   ` Michael Lawnick
  4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2012-04-23 19:03 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA, Lars-Peter Clausen,
	Stephen Warren, David Daney, Peter Korsgaard, Guenter Roeck,
	Michael Lawnick

On Mon, 23 Apr 2012 20:40:48 +0200, Wolfram Sang wrote:
> We got multiple patches to add mux support to device tree, so people are
> using it happily already and build up on it. I also used it in a project
> without encountering problems. 20 months of EXPERIMENTAL should do for
> this.
> 
> Signed-off-by: Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
> Cc: Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
> Cc: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
> Cc: David Daney <ddaney.cavm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Cc: Peter Korsgaard <jacmet-OfajU3CKLf1/SzgSGea1oA@public.gmane.org>
> Cc: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
> Cc: Michael Lawnick <ml.lawnick-Mmb7MZpHnFY@public.gmane.org>
> Cc: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
> ---
>  drivers/i2c/Kconfig |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
> index 5f13c62..5a3bb3d 100644
> --- a/drivers/i2c/Kconfig
> +++ b/drivers/i2c/Kconfig
> @@ -49,7 +49,6 @@ config I2C_CHARDEV
>  
>  config I2C_MUX
>  	tristate "I2C bus multiplexing support"
> -	depends on EXPERIMENTAL
>  	help
>  	  Say Y here if you want the I2C core to support the ability to
>  	  handle multiplexed I2C bus topologies, by presenting each

Acked-by: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>

-- 
Jean Delvare

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

* Re: [PATCH] i2c: muxes are not EXPERIMENTAL anymore
       [not found] ` <1335206448-20588-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
                     ` (2 preceding siblings ...)
  2012-04-23 19:03   ` Jean Delvare
@ 2012-04-23 19:04   ` Stephen Warren
  2012-04-24  6:41   ` Michael Lawnick
  4 siblings, 0 replies; 6+ messages in thread
From: Stephen Warren @ 2012-04-23 19:04 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA, Lars-Peter Clausen, David Daney,
	Peter Korsgaard, Guenter Roeck, Michael Lawnick, Jean Delvare

On 04/23/2012 12:40 PM, Wolfram Sang wrote:
> We got multiple patches to add mux support to device tree, so people are
> using it happily already and build up on it. I also used it in a project
> without encountering problems. 20 months of EXPERIMENTAL should do for
> this.
> 
> Signed-off-by: Wolfram Sang <w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
> Cc: Lars-Peter Clausen <lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org>
> Cc: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
> Cc: David Daney <ddaney.cavm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> Cc: Peter Korsgaard <jacmet-OfajU3CKLf1/SzgSGea1oA@public.gmane.org>
> Cc: Guenter Roeck <guenter.roeck-IzeFyvvaP7pWk0Htik3J/w@public.gmane.org>
> Cc: Michael Lawnick <ml.lawnick-Mmb7MZpHnFY@public.gmane.org>
> Cc: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>

Fine by me; I don't see anything big/scary/broken... in the mux stuff.

Acked-by: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>

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

* Re: [PATCH] i2c: muxes are not EXPERIMENTAL anymore
       [not found] ` <1335206448-20588-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
                     ` (3 preceding siblings ...)
  2012-04-23 19:04   ` Stephen Warren
@ 2012-04-24  6:41   ` Michael Lawnick
  4 siblings, 0 replies; 6+ messages in thread
From: Michael Lawnick @ 2012-04-24  6:41 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA, Lars-Peter Clausen,
	Stephen Warren, David Daney, Peter Korsgaard, Guenter Roeck,
	Jean Delvare

Am 23.04.2012 20:40, schrieb Wolfram Sang:
> We got multiple patches to add mux support to device tree, so people are
> using it happily already and build up on it. I also used it in a project
> without encountering problems. 20 months of EXPERIMENTAL should do for
> this.

Acked-by: Michael Lawnick <ml.lawnick-Mmb7MZpHnFY@public.gmane.org>

-- 
KR
Michael

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

end of thread, other threads:[~2012-04-24  6:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23 18:40 [PATCH] i2c: muxes are not EXPERIMENTAL anymore Wolfram Sang
     [not found] ` <1335206448-20588-1-git-send-email-w.sang-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2012-04-23 18:46   ` Peter Korsgaard
2012-04-23 18:54   ` Guenter Roeck
2012-04-23 19:03   ` Jean Delvare
2012-04-23 19:04   ` Stephen Warren
2012-04-24  6:41   ` Michael Lawnick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox