All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] fix the AU1000_FIR dependencies
@ 2006-04-15 14:23 Adrian Bunk
  0 siblings, 0 replies; 6+ messages in thread
From: Adrian Bunk @ 2006-04-15 14:23 UTC (permalink / raw)
  To: Samuel.Ortiz; +Cc: netdev, linux-kernel, ralf, linux-mips, Jean-Luc Leger

This patrch fixes the AU1000_FIR dependencies.

Spotted by Jean-Luc Leger.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.17-rc1-mm2-full/drivers/net/irda/Kconfig.old	2006-04-15 16:17:36.000000000 +0200
+++ linux-2.6.17-rc1-mm2-full/drivers/net/irda/Kconfig	2006-04-15 16:18:06.000000000 +0200
@@ -350,7 +350,7 @@
 
 config AU1000_FIR
 	tristate "Alchemy Au1000 SIR/FIR"
-	depends on MIPS_AU1000 && IRDA
+	depends on SOC_AU1000 && IRDA
 
 config SMC_IRCC_FIR
 	tristate "SMSC IrCC (EXPERIMENTAL)"

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

* [2.6 patch] fix the AU1000_FIR dependencies
@ 2006-06-29 15:41 Adrian Bunk
  2006-06-30  6:56   ` Samuel Ortiz
  0 siblings, 1 reply; 6+ messages in thread
From: Adrian Bunk @ 2006-06-29 15:41 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Samuel.Ortiz, netdev, linux-kernel, ralf, linux-mips,
	Jean-Luc Leger

This patch fixes the AU1000_FIR dependencies.

Spotted by Jean-Luc Leger.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 15 Apr 2006

--- linux-2.6.17-rc1-mm2-full/drivers/net/irda/Kconfig.old	2006-04-15 16:17:36.000000000 +0200
+++ linux-2.6.17-rc1-mm2-full/drivers/net/irda/Kconfig	2006-04-15 16:18:06.000000000 +0200
@@ -350,7 +350,7 @@
 
 config AU1000_FIR
 	tristate "Alchemy Au1000 SIR/FIR"
-	depends on MIPS_AU1000 && IRDA
+	depends on SOC_AU1000 && IRDA
 
 config SMC_IRCC_FIR
 	tristate "SMSC IrCC (EXPERIMENTAL)"

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

* Re: [PATCH 2/2] [IrDA] Fix the AU1000 FIR dependencies
@ 2006-06-30  0:03     ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2006-06-30  0:03 UTC (permalink / raw)
  To: samuel
  Cc: bunk, akpm, netdev, linux-kernel, ralf, linux-mips, reiga,
	irda-users

From: Samuel Ortiz <samuel@sortiz.org>
Date: Fri, 30 Jun 2006 09:56:07 +0300

> AU1000 FIR is broken, it should depend on SOC_AU1000.
> 
> Spotted by Jean-Luc Leger.
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> Signed-off-by: Samuel Ortiz <samuel@sortiz.org>

Applied, thanks.

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

* Re: [PATCH 2/2] [IrDA] Fix the AU1000 FIR dependencies
@ 2006-06-30  0:03     ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2006-06-30  0:03 UTC (permalink / raw)
  To: samuel-jcdQHdrhKHMdnm+yROfE0A
  Cc: akpm-3NddpPZAyC0, linux-mips-6z/3iImG2C8G8FEW9MqTrA,
	netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, ralf-6z/3iImG2C8G8FEW9MqTrA,
	bunk-HeJ8Db2Gnd6zQB+pC5nmwQ,
	irda-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	reiga-dF3JGIbHi9Ffir3NkZym1w

From: Samuel Ortiz <samuel-jcdQHdrhKHMdnm+yROfE0A@public.gmane.org>
Date: Fri, 30 Jun 2006 09:56:07 +0300

> AU1000 FIR is broken, it should depend on SOC_AU1000.
> 
> Spotted by Jean-Luc Leger.
> 
> Signed-off-by: Adrian Bunk <bunk-HeJ8Db2Gnd6zQB+pC5nmwQ@public.gmane.org>
> Signed-off-by: Samuel Ortiz <samuel-jcdQHdrhKHMdnm+yROfE0A@public.gmane.org>

Applied, thanks.

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

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

* [PATCH 2/2] [IrDA] Fix the AU1000 FIR dependencies
@ 2006-06-30  6:56   ` Samuel Ortiz
  0 siblings, 0 replies; 6+ messages in thread
From: Samuel Ortiz @ 2006-06-30  6:56 UTC (permalink / raw)
  To: Adrian Bunk, David S. Miller
  Cc: Andrew Morton, netdev, linux-kernel, ralf, linux-mips,
	Jean-Luc Leger, irda-users

Hi Dave,

AU1000 FIR is broken, it should depend on SOC_AU1000.

Spotted by Jean-Luc Leger.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Samuel Ortiz <samuel@sortiz.org>
---
 drivers/net/irda/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig
index d2ce489..e9e6d99 100644
--- a/drivers/net/irda/Kconfig
+++ b/drivers/net/irda/Kconfig
@@ -350,7 +350,7 @@ config TOSHIBA_FIR
 
 config AU1000_FIR
 	tristate "Alchemy Au1000 SIR/FIR"
-	depends on MIPS_AU1000 && IRDA
+	depends on SOC_AU1000 && IRDA
 
 config SMC_IRCC_FIR
 	tristate "SMSC IrCC (EXPERIMENTAL)"
-- 
1.4.0

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

* [PATCH 2/2] [IrDA] Fix the AU1000 FIR dependencies
@ 2006-06-30  6:56   ` Samuel Ortiz
  0 siblings, 0 replies; 6+ messages in thread
From: Samuel Ortiz @ 2006-06-30  6:56 UTC (permalink / raw)
  To: Adrian Bunk, David S. Miller
  Cc: Andrew Morton, linux-mips-6z/3iImG2C8G8FEW9MqTrA,
	netdev-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, ralf-6z/3iImG2C8G8FEW9MqTrA,
	irda-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Jean-Luc Leger

Hi Dave,

AU1000 FIR is broken, it should depend on SOC_AU1000.

Spotted by Jean-Luc Leger.

Signed-off-by: Adrian Bunk <bunk-HeJ8Db2Gnd6zQB+pC5nmwQ@public.gmane.org>
Signed-off-by: Samuel Ortiz <samuel-jcdQHdrhKHMdnm+yROfE0A@public.gmane.org>
---
 drivers/net/irda/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/irda/Kconfig b/drivers/net/irda/Kconfig
index d2ce489..e9e6d99 100644
--- a/drivers/net/irda/Kconfig
+++ b/drivers/net/irda/Kconfig
@@ -350,7 +350,7 @@ config TOSHIBA_FIR
 
 config AU1000_FIR
 	tristate "Alchemy Au1000 SIR/FIR"
-	depends on MIPS_AU1000 && IRDA
+	depends on SOC_AU1000 && IRDA
 
 config SMC_IRCC_FIR
 	tristate "SMSC IrCC (EXPERIMENTAL)"
-- 
1.4.0


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

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

end of thread, other threads:[~2006-06-30  6:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-29 15:41 [2.6 patch] fix the AU1000_FIR dependencies Adrian Bunk
2006-06-30  6:56 ` [PATCH 2/2] [IrDA] Fix the AU1000 FIR dependencies Samuel Ortiz
2006-06-30  6:56   ` Samuel Ortiz
2006-06-30  0:03   ` David Miller
2006-06-30  0:03     ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2006-04-15 14:23 [2.6 patch] fix the AU1000_FIR dependencies Adrian Bunk

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.