linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm
@ 2008-05-23  6:16 Stephen Rothwell
  2008-05-23  6:20 ` [PATCH 02/12] pasemi-rng: " Stephen Rothwell
                   ` (11 more replies)
  0 siblings, 12 replies; 29+ messages in thread
From: Stephen Rothwell @ 2008-05-23  6:16 UTC (permalink / raw)
  To: Grant Likely; +Cc: ppc-dev, Tejun Heo, Sylvain Munaut, Jeff Garzik


Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/ata/pata_mpc52xx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

I am not sure who wants to take this.

diff --git a/drivers/ata/pata_mpc52xx.c b/drivers/ata/pata_mpc52xx.c
index bc79df6..a9e8273 100644
--- a/drivers/ata/pata_mpc52xx.c
+++ b/drivers/ata/pata_mpc52xx.c
@@ -16,10 +16,10 @@
 #include <linux/slab.h>
 #include <linux/delay.h>
 #include <linux/libata.h>
+#include <linux/of_platform.h>
 
 #include <asm/types.h>
 #include <asm/prom.h>
-#include <asm/of_platform.h>
 #include <asm/mpc52xx.h>
 
 
-- 
1.5.5.1

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

* [PATCH 02/12] pasemi-rng: use linux/of_platform.h instead of asm
  2008-05-23  6:16 [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm Stephen Rothwell
@ 2008-05-23  6:20 ` Stephen Rothwell
  2008-05-23 14:42   ` Olof Johansson
  2008-05-23  6:22 ` [PATCH 03/12] ipmi: use linux/of_{device,platform}.h " Stephen Rothwell
                   ` (10 subsequent siblings)
  11 siblings, 1 reply; 29+ messages in thread
From: Stephen Rothwell @ 2008-05-23  6:20 UTC (permalink / raw)
  To: Olof Johansson; +Cc: ppc-dev


Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/char/hw_random/pasemi-rng.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/char/hw_random/pasemi-rng.c b/drivers/char/hw_random/pasemi-rng.c
index 6d50e9b..7fa61dd 100644
--- a/drivers/char/hw_random/pasemi-rng.c
+++ b/drivers/char/hw_random/pasemi-rng.c
@@ -24,7 +24,7 @@
 #include <linux/platform_device.h>
 #include <linux/hw_random.h>
 #include <linux/delay.h>
-#include <asm/of_platform.h>
+#include <linux/of_platform.h>
 #include <asm/io.h>
 
 #define SDCRNG_CTL_REG			0x00
-- 
1.5.5.1


-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

* [PATCH 03/12] ipmi: use linux/of_{device,platform}.h instead of asm
  2008-05-23  6:16 [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm Stephen Rothwell
  2008-05-23  6:20 ` [PATCH 02/12] pasemi-rng: " Stephen Rothwell
@ 2008-05-23  6:22 ` Stephen Rothwell
  2008-05-23  6:25 ` [PATCH 04/12] hwmon: use linux/of_platform.h " Stephen Rothwell
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 29+ messages in thread
From: Stephen Rothwell @ 2008-05-23  6:22 UTC (permalink / raw)
  To: Corey Minyard; +Cc: ppc-dev


Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/char/ipmi/ipmi_si_intf.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c
index 1926883..f52931e 100644
--- a/drivers/char/ipmi/ipmi_si_intf.c
+++ b/drivers/char/ipmi/ipmi_si_intf.c
@@ -66,8 +66,8 @@
 #include <linux/ctype.h>
 
 #ifdef CONFIG_PPC_OF
-#include <asm/of_device.h>
-#include <asm/of_platform.h>
+#include <linux/of_device.h>
+#include <linux/of_platform.h>
 #endif
 
 #define PFX "ipmi_si: "
-- 
1.5.5.1

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

* [PATCH 04/12] hwmon: use linux/of_platform.h instead of asm
  2008-05-23  6:16 [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm Stephen Rothwell
  2008-05-23  6:20 ` [PATCH 02/12] pasemi-rng: " Stephen Rothwell
  2008-05-23  6:22 ` [PATCH 03/12] ipmi: use linux/of_{device,platform}.h " Stephen Rothwell
@ 2008-05-23  6:25 ` Stephen Rothwell
  2008-05-26  9:42   ` Stelian Pop
  2008-05-23  6:27 ` [PATCH 05/12] macintosh: use linux/of_{device,platform}.h " Stephen Rothwell
                   ` (8 subsequent siblings)
  11 siblings, 1 reply; 29+ messages in thread
From: Stephen Rothwell @ 2008-05-23  6:25 UTC (permalink / raw)
  To: Mark M. Hoffman; +Cc: ppc-dev, Stelian Pop


Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/hwmon/ams/ams-core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/hwmon/ams/ams-core.c b/drivers/hwmon/ams/ams-core.c
index a112a03..fbefa82 100644
--- a/drivers/hwmon/ams/ams-core.c
+++ b/drivers/hwmon/ams/ams-core.c
@@ -23,8 +23,8 @@
 #include <linux/types.h>
 #include <linux/errno.h>
 #include <linux/init.h>
+#include <linux/of_platform.h>
 #include <asm/pmac_pfunc.h>
-#include <asm/of_platform.h>
 
 #include "ams.h"
 
-- 
1.5.5.1

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

* [PATCH 05/12] macintosh: use linux/of_{device,platform}.h instead of asm
  2008-05-23  6:16 [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm Stephen Rothwell
                   ` (2 preceding siblings ...)
  2008-05-23  6:25 ` [PATCH 04/12] hwmon: use linux/of_platform.h " Stephen Rothwell
@ 2008-05-23  6:27 ` Stephen Rothwell
  2008-05-23 12:20   ` Benjamin Herrenschmidt
  2008-05-23  6:28 ` [PATCH 06/12] net: " Stephen Rothwell
                   ` (7 subsequent siblings)
  11 siblings, 1 reply; 29+ messages in thread
From: Stephen Rothwell @ 2008-05-23  6:27 UTC (permalink / raw)
  To: benh; +Cc: ppc-dev


Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/macintosh/smu.c              |    4 ++--
 drivers/macintosh/therm_adt746x.c    |    2 +-
 drivers/macintosh/therm_pm72.c       |    4 ++--
 drivers/macintosh/therm_windtunnel.c |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/macintosh/smu.c b/drivers/macintosh/smu.c
index 45c3a88..0372eba 100644
--- a/drivers/macintosh/smu.c
+++ b/drivers/macintosh/smu.c
@@ -36,6 +36,8 @@
 #include <linux/poll.h>
 #include <linux/mutex.h>
 #include <linux/of.h>
+#include <linux/of_device.h>
+#include <linux/of_platform.h>
 
 #include <asm/byteorder.h>
 #include <asm/io.h>
@@ -46,8 +48,6 @@
 #include <asm/sections.h>
 #include <asm/abs_addr.h>
 #include <asm/uaccess.h>
-#include <asm/of_device.h>
-#include <asm/of_platform.h>
 
 #define VERSION "0.7"
 #define AUTHOR  "(c) 2005 Benjamin Herrenschmidt, IBM Corp."
diff --git a/drivers/macintosh/therm_adt746x.c b/drivers/macintosh/therm_adt746x.c
index 54f4942..7f0e20e 100644
--- a/drivers/macintosh/therm_adt746x.c
+++ b/drivers/macintosh/therm_adt746x.c
@@ -24,13 +24,13 @@
 #include <linux/kthread.h>
 #include <linux/moduleparam.h>
 #include <linux/freezer.h>
+#include <linux/of_platform.h>
 
 #include <asm/prom.h>
 #include <asm/machdep.h>
 #include <asm/io.h>
 #include <asm/system.h>
 #include <asm/sections.h>
-#include <asm/of_platform.h>
 
 #undef DEBUG
 
diff --git a/drivers/macintosh/therm_pm72.c b/drivers/macintosh/therm_pm72.c
index ddfb426..817607e 100644
--- a/drivers/macintosh/therm_pm72.c
+++ b/drivers/macintosh/therm_pm72.c
@@ -123,14 +123,14 @@
 #include <linux/i2c.h>
 #include <linux/kthread.h>
 #include <linux/mutex.h>
+#include <linux/of_device.h>
+#include <linux/of_platform.h>
 #include <asm/prom.h>
 #include <asm/machdep.h>
 #include <asm/io.h>
 #include <asm/system.h>
 #include <asm/sections.h>
-#include <asm/of_device.h>
 #include <asm/macio.h>
-#include <asm/of_platform.h>
 
 #include "therm_pm72.h"
 
diff --git a/drivers/macintosh/therm_windtunnel.c b/drivers/macintosh/therm_windtunnel.c
index d11821a..6d9e7ac 100644
--- a/drivers/macintosh/therm_windtunnel.c
+++ b/drivers/macintosh/therm_windtunnel.c
@@ -37,13 +37,13 @@
 #include <linux/slab.h>
 #include <linux/init.h>
 #include <linux/kthread.h>
+#include <linux/of_platform.h>
 
 #include <asm/prom.h>
 #include <asm/machdep.h>
 #include <asm/io.h>
 #include <asm/system.h>
 #include <asm/sections.h>
-#include <asm/of_platform.h>
 #include <asm/macio.h>
 
 #define LOG_TEMP		0			/* continously log temperature */
-- 
1.5.5.1

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

* [PATCH 06/12] net: use linux/of_{device,platform}.h instead of asm
  2008-05-23  6:16 [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm Stephen Rothwell
                   ` (3 preceding siblings ...)
  2008-05-23  6:27 ` [PATCH 05/12] macintosh: use linux/of_{device,platform}.h " Stephen Rothwell
@ 2008-05-23  6:28 ` Stephen Rothwell
  2008-05-23  7:09   ` [PATCH 06/12] net: use linux/of_{device, platform}.h " Kumar Gala
  2008-06-27  4:58   ` [PATCH 06/12] net: use linux/of_{device,platform}.h " Jeff Garzik
  2008-05-23  6:31 ` [PATCH 07/12] pcmcia: use linux/of_{device,platform}.h " Stephen Rothwell
                   ` (6 subsequent siblings)
  11 siblings, 2 replies; 29+ messages in thread
From: Stephen Rothwell @ 2008-05-23  6:28 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: ppc-dev, netdev


Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/net/fs_enet/fs_enet-main.c |    2 +-
 drivers/net/fs_enet/mac-scc.c      |    2 +-
 drivers/net/fs_enet/mii-fec.c      |    2 +-
 drivers/net/ibm_newemac/core.h     |    2 +-
 drivers/net/ucc_geth.c             |    2 +-
 drivers/net/ucc_geth_mii.c         |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/net/fs_enet/fs_enet-main.c b/drivers/net/fs_enet/fs_enet-main.c
index 67b4b07..1231048 100644
--- a/drivers/net/fs_enet/fs_enet-main.c
+++ b/drivers/net/fs_enet/fs_enet-main.c
@@ -43,7 +43,7 @@
 #include <asm/uaccess.h>
 
 #ifdef CONFIG_PPC_CPM_NEW_BINDING
-#include <asm/of_platform.h>
+#include <linux/of_platform.h>
 #endif
 
 #include "fs_enet.h"
diff --git a/drivers/net/fs_enet/mac-scc.c b/drivers/net/fs_enet/mac-scc.c
index d7ca319..e3557ec 100644
--- a/drivers/net/fs_enet/mac-scc.c
+++ b/drivers/net/fs_enet/mac-scc.c
@@ -44,7 +44,7 @@
 #endif
 
 #ifdef CONFIG_PPC_CPM_NEW_BINDING
-#include <asm/of_platform.h>
+#include <linux/of_platform.h>
 #endif
 
 #include "fs_enet.h"
diff --git a/drivers/net/fs_enet/mii-fec.c b/drivers/net/fs_enet/mii-fec.c
index f0014cf..8f6a43b 100644
--- a/drivers/net/fs_enet/mii-fec.c
+++ b/drivers/net/fs_enet/mii-fec.c
@@ -37,7 +37,7 @@
 #include <asm/uaccess.h>
 
 #ifdef CONFIG_PPC_CPM_NEW_BINDING
-#include <asm/of_platform.h>
+#include <linux/of_platform.h>
 #endif
 
 #include "fs_enet.h"
diff --git a/drivers/net/ibm_newemac/core.h b/drivers/net/ibm_newemac/core.h
index 1683db9..2230904 100644
--- a/drivers/net/ibm_newemac/core.h
+++ b/drivers/net/ibm_newemac/core.h
@@ -33,8 +33,8 @@
 #include <linux/netdevice.h>
 #include <linux/dma-mapping.h>
 #include <linux/spinlock.h>
+#include <linux/of_platform.h>
 
-#include <asm/of_platform.h>
 #include <asm/io.h>
 #include <asm/dcr.h>
 
diff --git a/drivers/net/ucc_geth.c b/drivers/net/ucc_geth.c
index ca0bdac..1fb504c 100644
--- a/drivers/net/ucc_geth.c
+++ b/drivers/net/ucc_geth.c
@@ -28,8 +28,8 @@
 #include <linux/mii.h>
 #include <linux/phy.h>
 #include <linux/workqueue.h>
+#include <linux/of_platform.h>
 
-#include <asm/of_platform.h>
 #include <asm/uaccess.h>
 #include <asm/irq.h>
 #include <asm/io.h>
diff --git a/drivers/net/ucc_geth_mii.c b/drivers/net/ucc_geth_mii.c
index 9404747..6d9e7ad 100644
--- a/drivers/net/ucc_geth_mii.c
+++ b/drivers/net/ucc_geth_mii.c
@@ -36,8 +36,8 @@
 #include <linux/mii.h>
 #include <linux/phy.h>
 #include <linux/fsl_devices.h>
+#include <linux/of_platform.h>
 
-#include <asm/of_platform.h>
 #include <asm/io.h>
 #include <asm/irq.h>
 #include <asm/uaccess.h>
-- 
1.5.5.1

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

* [PATCH 07/12] pcmcia: use linux/of_{device,platform}.h instead of asm
  2008-05-23  6:16 [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm Stephen Rothwell
                   ` (4 preceding siblings ...)
  2008-05-23  6:28 ` [PATCH 06/12] net: " Stephen Rothwell
@ 2008-05-23  6:31 ` Stephen Rothwell
  2008-05-23 13:38   ` Vitaly Bordug
                     ` (2 more replies)
  2008-05-23  6:32 ` [PATCH 08/12] of_serial: use linux/of_platform.h " Stephen Rothwell
                   ` (5 subsequent siblings)
  11 siblings, 3 replies; 29+ messages in thread
From: Stephen Rothwell @ 2008-05-23  6:31 UTC (permalink / raw)
  To: linux-pcmcia; +Cc: Olof Johansson, ppc-dev, vbordug


Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/pcmcia/electra_cf.c  |    2 +-
 drivers/pcmcia/m8xx_pcmcia.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/pcmcia/electra_cf.c b/drivers/pcmcia/electra_cf.c
index 0a6cea1..0f5cea8 100644
--- a/drivers/pcmcia/electra_cf.c
+++ b/drivers/pcmcia/electra_cf.c
@@ -29,9 +29,9 @@
 #include <linux/delay.h>
 #include <linux/interrupt.h>
 #include <linux/vmalloc.h>
+#include <linux/of_platform.h>
 
 #include <pcmcia/ss.h>
-#include <asm/of_platform.h>
 
 static const char driver_name[] = "electra-cf";
 
diff --git a/drivers/pcmcia/m8xx_pcmcia.c b/drivers/pcmcia/m8xx_pcmcia.c
index ac70d2c..9c5be9a 100644
--- a/drivers/pcmcia/m8xx_pcmcia.c
+++ b/drivers/pcmcia/m8xx_pcmcia.c
@@ -49,6 +49,8 @@
 #include <linux/interrupt.h>
 #include <linux/fsl_devices.h>
 #include <linux/bitops.h>
+#include <linux/of_device.h>
+#include <linux/of_platform.h>
 
 #include <asm/io.h>
 #include <asm/system.h>
@@ -57,8 +59,6 @@
 #include <asm/8xx_immap.h>
 #include <asm/irq.h>
 #include <asm/fs_pd.h>
-#include <asm/of_device.h>
-#include <asm/of_platform.h>
 
 #include <pcmcia/version.h>
 #include <pcmcia/cs_types.h>
-- 
1.5.5.1

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

* [PATCH 08/12] of_serial: use linux/of_platform.h instead of asm
  2008-05-23  6:16 [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm Stephen Rothwell
                   ` (5 preceding siblings ...)
  2008-05-23  6:31 ` [PATCH 07/12] pcmcia: use linux/of_{device,platform}.h " Stephen Rothwell
@ 2008-05-23  6:32 ` Stephen Rothwell
  2008-05-23  9:36   ` Arnd Bergmann
  2008-05-23  6:35 ` [PATCH 09/12] mpc52xx_psc_spi: " Stephen Rothwell
                   ` (4 subsequent siblings)
  11 siblings, 1 reply; 29+ messages in thread
From: Stephen Rothwell @ 2008-05-23  6:32 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: ppc-dev


Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/serial/of_serial.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/serial/of_serial.c b/drivers/serial/of_serial.c
index 25029c7..8fa0ff5 100644
--- a/drivers/serial/of_serial.c
+++ b/drivers/serial/of_serial.c
@@ -13,8 +13,8 @@
 #include <linux/module.h>
 #include <linux/serial_core.h>
 #include <linux/serial_8250.h>
+#include <linux/of_platform.h>
 
-#include <asm/of_platform.h>
 #include <asm/prom.h>
 
 struct of_serial_info {
-- 
1.5.5.1

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

* [PATCH 09/12] mpc52xx_psc_spi: use linux/of_platform.h instead of asm
  2008-05-23  6:16 [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm Stephen Rothwell
                   ` (6 preceding siblings ...)
  2008-05-23  6:32 ` [PATCH 08/12] of_serial: use linux/of_platform.h " Stephen Rothwell
@ 2008-05-23  6:35 ` Stephen Rothwell
  2008-05-23  6:37 ` [PATCH 10/12] ohci-ppc-of: " Stephen Rothwell
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 29+ messages in thread
From: Stephen Rothwell @ 2008-05-23  6:35 UTC (permalink / raw)
  To: Grant Likely; +Cc: ppc-dev, Dragos Carp, dbrownell


Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/spi/mpc52xx_psc_spi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/spi/mpc52xx_psc_spi.c b/drivers/spi/mpc52xx_psc_spi.c
index 681d623..604e5f0 100644
--- a/drivers/spi/mpc52xx_psc_spi.c
+++ b/drivers/spi/mpc52xx_psc_spi.c
@@ -17,7 +17,7 @@
 #include <linux/interrupt.h>
 
 #if defined(CONFIG_PPC_MERGE)
-#include <asm/of_platform.h>
+#include <linux/of_platform.h>
 #else
 #include <linux/platform_device.h>
 #endif
-- 
1.5.5.1

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

* [PATCH 10/12] ohci-ppc-of: use linux/of_platform.h instead of asm
  2008-05-23  6:16 [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm Stephen Rothwell
                   ` (7 preceding siblings ...)
  2008-05-23  6:35 ` [PATCH 09/12] mpc52xx_psc_spi: " Stephen Rothwell
@ 2008-05-23  6:37 ` Stephen Rothwell
  2008-06-06 22:52   ` patch usb-ohci-ppc-of-use-linux-of_platform.h-instead-of-asm.patch added to gregkh-2.6 tree gregkh
  2008-05-23  6:39 ` [PATCH 11/12] platinumfb: use linux/of_{device,platform}.h instead of asm Stephen Rothwell
                   ` (2 subsequent siblings)
  11 siblings, 1 reply; 29+ messages in thread
From: Stephen Rothwell @ 2008-05-23  6:37 UTC (permalink / raw)
  To: Sylvain Munaut; +Cc: ppc-dev, Greg KH


Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/usb/host/ohci-ppc-of.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/host/ohci-ppc-of.c b/drivers/usb/host/ohci-ppc-of.c
index 50e55db..7ac5326 100644
--- a/drivers/usb/host/ohci-ppc-of.c
+++ b/drivers/usb/host/ohci-ppc-of.c
@@ -14,8 +14,8 @@
  */
 
 #include <linux/signal.h>
+#include <linux/of_platform.h>
 
-#include <asm/of_platform.h>
 #include <asm/prom.h>
 
 
-- 
1.5.5.1

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

* [PATCH 11/12] platinumfb: use linux/of_{device,platform}.h instead of asm
  2008-05-23  6:16 [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm Stephen Rothwell
                   ` (8 preceding siblings ...)
  2008-05-23  6:37 ` [PATCH 10/12] ohci-ppc-of: " Stephen Rothwell
@ 2008-05-23  6:39 ` Stephen Rothwell
  2008-05-23 12:20   ` Benjamin Herrenschmidt
  2008-05-23  6:42 ` [PATCH 12/12] mpc5200_wdt: use linux/of_platform.h " Stephen Rothwell
  2008-06-27  6:37 ` [PATCH 01/12] pata_mpc52xx: " Jeff Garzik
  11 siblings, 1 reply; 29+ messages in thread
From: Stephen Rothwell @ 2008-05-23  6:39 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: ppc-dev, paulus


Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/video/platinumfb.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/video/platinumfb.c b/drivers/video/platinumfb.c
index cbe71a5..03b3670 100644
--- a/drivers/video/platinumfb.c
+++ b/drivers/video/platinumfb.c
@@ -31,11 +31,11 @@
 #include <linux/fb.h>
 #include <linux/init.h>
 #include <linux/nvram.h>
+#include <linux/of_device.h>
+#include <linux/of_platform.h>
 #include <asm/io.h>
 #include <asm/prom.h>
 #include <asm/pgtable.h>
-#include <asm/of_device.h>
-#include <asm/of_platform.h>
 
 #include "macmodes.h"
 #include "platinumfb.h"
-- 
1.5.5.1

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

* [PATCH 12/12] mpc5200_wdt: use linux/of_platform.h instead of asm
  2008-05-23  6:16 [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm Stephen Rothwell
                   ` (9 preceding siblings ...)
  2008-05-23  6:39 ` [PATCH 11/12] platinumfb: use linux/of_{device,platform}.h instead of asm Stephen Rothwell
@ 2008-05-23  6:42 ` Stephen Rothwell
  2008-06-27  6:37 ` [PATCH 01/12] pata_mpc52xx: " Jeff Garzik
  11 siblings, 0 replies; 29+ messages in thread
From: Stephen Rothwell @ 2008-05-23  6:42 UTC (permalink / raw)
  To: wim; +Cc: ppc-dev, Domen Puncer


Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/watchdog/mpc5200_wdt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/watchdog/mpc5200_wdt.c b/drivers/watchdog/mpc5200_wdt.c
index 80a91d4..77c1c2a 100644
--- a/drivers/watchdog/mpc5200_wdt.c
+++ b/drivers/watchdog/mpc5200_wdt.c
@@ -4,7 +4,7 @@
 #include <linux/watchdog.h>
 #include <linux/io.h>
 #include <linux/spinlock.h>
-#include <asm/of_platform.h>
+#include <linux/of_platform.h>
 #include <asm/uaccess.h>
 #include <asm/mpc52xx.h>
 
-- 
1.5.5.1

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

* Re: [PATCH 06/12] net: use linux/of_{device, platform}.h instead of asm
  2008-05-23  6:28 ` [PATCH 06/12] net: " Stephen Rothwell
@ 2008-05-23  7:09   ` Kumar Gala
  2008-06-27  4:58   ` [PATCH 06/12] net: use linux/of_{device,platform}.h " Jeff Garzik
  1 sibling, 0 replies; 29+ messages in thread
From: Kumar Gala @ 2008-05-23  7:09 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: ppc-dev, Jeff Garzik, netdev


On May 23, 2008, at 1:28 AM, Stephen Rothwell wrote:

>
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
> ---
> drivers/net/fs_enet/fs_enet-main.c |    2 +-
> drivers/net/fs_enet/mac-scc.c      |    2 +-
> drivers/net/fs_enet/mii-fec.c      |    2 +-
> drivers/net/ibm_newemac/core.h     |    2 +-
> drivers/net/ucc_geth.c             |    2 +-
> drivers/net/ucc_geth_mii.c         |    2 +-
> 6 files changed, 6 insertions(+), 6 deletions(-)

Acked-by: Kumar Gala <galak@kernel.crashing.org>

- k

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

* Re: [PATCH 08/12] of_serial: use linux/of_platform.h instead of asm
  2008-05-23  6:32 ` [PATCH 08/12] of_serial: use linux/of_platform.h " Stephen Rothwell
@ 2008-05-23  9:36   ` Arnd Bergmann
  0 siblings, 0 replies; 29+ messages in thread
From: Arnd Bergmann @ 2008-05-23  9:36 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Stephen Rothwell

On Friday 23 May 2008, Stephen Rothwell wrote:
> 
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>

Acked-by: Arnd Bergmann <arnd@arndb.de>

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

* Re: [PATCH 05/12] macintosh: use linux/of_{device,platform}.h instead of asm
  2008-05-23  6:27 ` [PATCH 05/12] macintosh: use linux/of_{device,platform}.h " Stephen Rothwell
@ 2008-05-23 12:20   ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 29+ messages in thread
From: Benjamin Herrenschmidt @ 2008-05-23 12:20 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: ppc-dev


On Fri, 2008-05-23 at 16:27 +1000, Stephen Rothwell wrote:
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>

Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>


> ---
>  drivers/macintosh/smu.c              |    4 ++--
>  drivers/macintosh/therm_adt746x.c    |    2 +-
>  drivers/macintosh/therm_pm72.c       |    4 ++--
>  drivers/macintosh/therm_windtunnel.c |    2 +-
>  4 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/macintosh/smu.c b/drivers/macintosh/smu.c
> index 45c3a88..0372eba 100644
> --- a/drivers/macintosh/smu.c
> +++ b/drivers/macintosh/smu.c
> @@ -36,6 +36,8 @@
>  #include <linux/poll.h>
>  #include <linux/mutex.h>
>  #include <linux/of.h>
> +#include <linux/of_device.h>
> +#include <linux/of_platform.h>
>  
>  #include <asm/byteorder.h>
>  #include <asm/io.h>
> @@ -46,8 +48,6 @@
>  #include <asm/sections.h>
>  #include <asm/abs_addr.h>
>  #include <asm/uaccess.h>
> -#include <asm/of_device.h>
> -#include <asm/of_platform.h>
>  
>  #define VERSION "0.7"
>  #define AUTHOR  "(c) 2005 Benjamin Herrenschmidt, IBM Corp."
> diff --git a/drivers/macintosh/therm_adt746x.c b/drivers/macintosh/therm_adt746x.c
> index 54f4942..7f0e20e 100644
> --- a/drivers/macintosh/therm_adt746x.c
> +++ b/drivers/macintosh/therm_adt746x.c
> @@ -24,13 +24,13 @@
>  #include <linux/kthread.h>
>  #include <linux/moduleparam.h>
>  #include <linux/freezer.h>
> +#include <linux/of_platform.h>
>  
>  #include <asm/prom.h>
>  #include <asm/machdep.h>
>  #include <asm/io.h>
>  #include <asm/system.h>
>  #include <asm/sections.h>
> -#include <asm/of_platform.h>
>  
>  #undef DEBUG
>  
> diff --git a/drivers/macintosh/therm_pm72.c b/drivers/macintosh/therm_pm72.c
> index ddfb426..817607e 100644
> --- a/drivers/macintosh/therm_pm72.c
> +++ b/drivers/macintosh/therm_pm72.c
> @@ -123,14 +123,14 @@
>  #include <linux/i2c.h>
>  #include <linux/kthread.h>
>  #include <linux/mutex.h>
> +#include <linux/of_device.h>
> +#include <linux/of_platform.h>
>  #include <asm/prom.h>
>  #include <asm/machdep.h>
>  #include <asm/io.h>
>  #include <asm/system.h>
>  #include <asm/sections.h>
> -#include <asm/of_device.h>
>  #include <asm/macio.h>
> -#include <asm/of_platform.h>
>  
>  #include "therm_pm72.h"
>  
> diff --git a/drivers/macintosh/therm_windtunnel.c b/drivers/macintosh/therm_windtunnel.c
> index d11821a..6d9e7ac 100644
> --- a/drivers/macintosh/therm_windtunnel.c
> +++ b/drivers/macintosh/therm_windtunnel.c
> @@ -37,13 +37,13 @@
>  #include <linux/slab.h>
>  #include <linux/init.h>
>  #include <linux/kthread.h>
> +#include <linux/of_platform.h>
>  
>  #include <asm/prom.h>
>  #include <asm/machdep.h>
>  #include <asm/io.h>
>  #include <asm/system.h>
>  #include <asm/sections.h>
> -#include <asm/of_platform.h>
>  #include <asm/macio.h>
>  
>  #define LOG_TEMP		0			/* continously log temperature */
> -- 
> 1.5.5.1
> 

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

* Re: [PATCH 11/12] platinumfb: use linux/of_{device,platform}.h instead of asm
  2008-05-23  6:39 ` [PATCH 11/12] platinumfb: use linux/of_{device,platform}.h instead of asm Stephen Rothwell
@ 2008-05-23 12:20   ` Benjamin Herrenschmidt
  0 siblings, 0 replies; 29+ messages in thread
From: Benjamin Herrenschmidt @ 2008-05-23 12:20 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: ppc-dev, paulus


On Fri, 2008-05-23 at 16:39 +1000, Stephen Rothwell wrote:
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>

Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

> ---
>  drivers/video/platinumfb.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/video/platinumfb.c b/drivers/video/platinumfb.c
> index cbe71a5..03b3670 100644
> --- a/drivers/video/platinumfb.c
> +++ b/drivers/video/platinumfb.c
> @@ -31,11 +31,11 @@
>  #include <linux/fb.h>
>  #include <linux/init.h>
>  #include <linux/nvram.h>
> +#include <linux/of_device.h>
> +#include <linux/of_platform.h>
>  #include <asm/io.h>
>  #include <asm/prom.h>
>  #include <asm/pgtable.h>
> -#include <asm/of_device.h>
> -#include <asm/of_platform.h>
>  
>  #include "macmodes.h"
>  #include "platinumfb.h"
> -- 
> 1.5.5.1
> 

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

* Re: [PATCH 07/12] pcmcia: use linux/of_{device,platform}.h instead of asm
  2008-05-23  6:31 ` [PATCH 07/12] pcmcia: use linux/of_{device,platform}.h " Stephen Rothwell
@ 2008-05-23 13:38   ` Vitaly Bordug
  2008-05-23 14:42   ` Olof Johansson
  2008-05-28 22:28   ` [PATCH 07/12] pcmcia: use linux/of_{device, platform}.h " Dominik Brodowski
  2 siblings, 0 replies; 29+ messages in thread
From: Vitaly Bordug @ 2008-05-23 13:38 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Olof Johansson, ppc-dev, linux-pcmcia

В Fri, 23 May 2008 16:31:08 +1000
Stephen Rothwell <sfr@canb.auug.org.au> пишет:

> 
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Vitaly Bordug <vitb@kernel.crashing.org>
> ---
>  drivers/pcmcia/electra_cf.c  |    2 +-
>  drivers/pcmcia/m8xx_pcmcia.c |    4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/pcmcia/electra_cf.c b/drivers/pcmcia/electra_cf.c
> index 0a6cea1..0f5cea8 100644
> --- a/drivers/pcmcia/electra_cf.c
> +++ b/drivers/pcmcia/electra_cf.c
> @@ -29,9 +29,9 @@
>  #include <linux/delay.h>
>  #include <linux/interrupt.h>
>  #include <linux/vmalloc.h>
> +#include <linux/of_platform.h>
>  
>  #include <pcmcia/ss.h>
> -#include <asm/of_platform.h>
>  
>  static const char driver_name[] = "electra-cf";
>  
> diff --git a/drivers/pcmcia/m8xx_pcmcia.c
> b/drivers/pcmcia/m8xx_pcmcia.c index ac70d2c..9c5be9a 100644
> --- a/drivers/pcmcia/m8xx_pcmcia.c
> +++ b/drivers/pcmcia/m8xx_pcmcia.c
> @@ -49,6 +49,8 @@
>  #include <linux/interrupt.h>
>  #include <linux/fsl_devices.h>
>  #include <linux/bitops.h>
> +#include <linux/of_device.h>
> +#include <linux/of_platform.h>
>  
>  #include <asm/io.h>
>  #include <asm/system.h>
> @@ -57,8 +59,6 @@
>  #include <asm/8xx_immap.h>
>  #include <asm/irq.h>
>  #include <asm/fs_pd.h>
> -#include <asm/of_device.h>
> -#include <asm/of_platform.h>
>  
>  #include <pcmcia/version.h>
>  #include <pcmcia/cs_types.h>

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

* Re: [PATCH 07/12] pcmcia: use linux/of_{device,platform}.h instead of asm
  2008-05-23  6:31 ` [PATCH 07/12] pcmcia: use linux/of_{device,platform}.h " Stephen Rothwell
  2008-05-23 13:38   ` Vitaly Bordug
@ 2008-05-23 14:42   ` Olof Johansson
  2008-05-28 22:28   ` [PATCH 07/12] pcmcia: use linux/of_{device, platform}.h " Dominik Brodowski
  2 siblings, 0 replies; 29+ messages in thread
From: Olof Johansson @ 2008-05-23 14:42 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: ppc-dev, linux-pcmcia, vbordug

On Fri, May 23, 2008 at 04:31:08PM +1000, Stephen Rothwell wrote:
> 
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>

Acked-by: Olof Johansson <olof@lixom.net>

> ---
>  drivers/pcmcia/electra_cf.c  |    2 +-
>  drivers/pcmcia/m8xx_pcmcia.c |    4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

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

* Re: [PATCH 02/12] pasemi-rng: use linux/of_platform.h instead of asm
  2008-05-23  6:20 ` [PATCH 02/12] pasemi-rng: " Stephen Rothwell
@ 2008-05-23 14:42   ` Olof Johansson
  0 siblings, 0 replies; 29+ messages in thread
From: Olof Johansson @ 2008-05-23 14:42 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: ppc-dev

On Fri, May 23, 2008 at 04:20:05PM +1000, Stephen Rothwell wrote:
> 
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>

Acked-by: Olof Johansson <olof@lixom.net>

> ---
>  drivers/char/hw_random/pasemi-rng.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

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

* Re: [PATCH 04/12] hwmon: use linux/of_platform.h instead of asm
  2008-05-23  6:25 ` [PATCH 04/12] hwmon: use linux/of_platform.h " Stephen Rothwell
@ 2008-05-26  9:42   ` Stelian Pop
  0 siblings, 0 replies; 29+ messages in thread
From: Stelian Pop @ 2008-05-26  9:42 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Mark M. Hoffman, ppc-dev

Hi,

Le vendredi 23 mai 2008 à 16:25 +1000, Stephen Rothwell a écrit :
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>

Acked-by: Stelian Pop <stelian@popies.net>

Thanks,

Stelian.

> ---
>  drivers/hwmon/ams/ams-core.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/hwmon/ams/ams-core.c b/drivers/hwmon/ams/ams-core.c
> index a112a03..fbefa82 100644
> --- a/drivers/hwmon/ams/ams-core.c
> +++ b/drivers/hwmon/ams/ams-core.c
> @@ -23,8 +23,8 @@
>  #include <linux/types.h>
>  #include <linux/errno.h>
>  #include <linux/init.h>
> +#include <linux/of_platform.h>
>  #include <asm/pmac_pfunc.h>
> -#include <asm/of_platform.h>
>  
>  #include "ams.h"
>  
> -- 
> 1.5.5.1
> 
-- 
Stelian Pop <stelian@popies.net>

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

* Re: [PATCH 07/12] pcmcia: use linux/of_{device, platform}.h instead of asm
  2008-05-23  6:31 ` [PATCH 07/12] pcmcia: use linux/of_{device,platform}.h " Stephen Rothwell
  2008-05-23 13:38   ` Vitaly Bordug
  2008-05-23 14:42   ` Olof Johansson
@ 2008-05-28 22:28   ` Dominik Brodowski
  2 siblings, 0 replies; 29+ messages in thread
From: Dominik Brodowski @ 2008-05-28 22:28 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Olof Johansson, ppc-dev, linux-pcmcia, vbordug

On Fri, May 23, 2008 at 04:31:08PM +1000, Stephen Rothwell wrote:
> 
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Dominik Brodowski <linux@dominikbrodowski.net>

I assume this is pushed upstream through -ppc?

Thanks,
	Dominik

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

* patch usb-ohci-ppc-of-use-linux-of_platform.h-instead-of-asm.patch added to gregkh-2.6 tree
  2008-05-23  6:37 ` [PATCH 10/12] ohci-ppc-of: " Stephen Rothwell
@ 2008-06-06 22:52   ` gregkh
  0 siblings, 0 replies; 29+ messages in thread
From: gregkh @ 2008-06-06 22:52 UTC (permalink / raw)
  To: sfr, gregkh, greg, linuxppc-dev, tnt


This is a note to let you know that I've just added the patch titled

     Subject: USB: ohci-ppc-of: use linux/of_platform.h instead of asm

to my gregkh-2.6 tree.  Its filename is

     usb-ohci-ppc-of-use-linux-of_platform.h-instead-of-asm.patch

This tree can be found at 
    http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/


>From sfr@canb.auug.org.au  Fri Jun  6 15:16:28 2008
From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Fri, 23 May 2008 16:37:58 +1000
Subject: USB: ohci-ppc-of: use linux/of_platform.h instead of asm
To: Sylvain Munaut <tnt@246tNt.com>
Cc: ppc-dev <linuxppc-dev@ozlabs.org>, Greg KH <greg@kroah.com>
Message-ID: <20080523163758.4edcdef4.sfr@canb.auug.org.au>



Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

---
 drivers/usb/host/ohci-ppc-of.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/usb/host/ohci-ppc-of.c
+++ b/drivers/usb/host/ohci-ppc-of.c
@@ -14,8 +14,8 @@
  */
 
 #include <linux/signal.h>
+#include <linux/of_platform.h>
 
-#include <asm/of_platform.h>
 #include <asm/prom.h>
 
 


Patches currently in gregkh-2.6 which might be from sfr@canb.auug.org.au are

bad/battery-class-driver.patch
usb/usb-ohci-ppc-of-use-linux-of_platform.h-instead-of-asm.patch

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

* Re: [PATCH 06/12] net: use linux/of_{device,platform}.h instead of asm
  2008-05-23  6:28 ` [PATCH 06/12] net: " Stephen Rothwell
  2008-05-23  7:09   ` [PATCH 06/12] net: use linux/of_{device, platform}.h " Kumar Gala
@ 2008-06-27  4:58   ` Jeff Garzik
  2008-07-02  7:55     ` [PATCH 06/12] net: use linux/of_{device, platform}.h " Kumar Gala
  1 sibling, 1 reply; 29+ messages in thread
From: Jeff Garzik @ 2008-06-27  4:58 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: ppc-dev, netdev

Stephen Rothwell wrote:
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
> ---
>  drivers/net/fs_enet/fs_enet-main.c |    2 +-
>  drivers/net/fs_enet/mac-scc.c      |    2 +-
>  drivers/net/fs_enet/mii-fec.c      |    2 +-
>  drivers/net/ibm_newemac/core.h     |    2 +-
>  drivers/net/ucc_geth.c             |    2 +-
>  drivers/net/ucc_geth_mii.c         |    2 +-
>  6 files changed, 6 insertions(+), 6 deletions(-)

ACK

I'll let a ppc person queue this

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

* Re: [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm
  2008-05-23  6:16 [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm Stephen Rothwell
                   ` (10 preceding siblings ...)
  2008-05-23  6:42 ` [PATCH 12/12] mpc5200_wdt: use linux/of_platform.h " Stephen Rothwell
@ 2008-06-27  6:37 ` Jeff Garzik
  2008-06-28  5:31   ` Grant Likely
  11 siblings, 1 reply; 29+ messages in thread
From: Jeff Garzik @ 2008-06-27  6:37 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: ppc-dev, Tejun Heo, Sylvain Munaut

Stephen Rothwell wrote:
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
> ---
>  drivers/ata/pata_mpc52xx.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> I am not sure who wants to take this.
> 
> diff --git a/drivers/ata/pata_mpc52xx.c b/drivers/ata/pata_mpc52xx.c
> index bc79df6..a9e8273 100644
> --- a/drivers/ata/pata_mpc52xx.c
> +++ b/drivers/ata/pata_mpc52xx.c
> @@ -16,10 +16,10 @@
>  #include <linux/slab.h>
>  #include <linux/delay.h>
>  #include <linux/libata.h>
> +#include <linux/of_platform.h>
>  
>  #include <asm/types.h>
>  #include <asm/prom.h>
> -#include <asm/of_platform.h>
>  #include <asm/mpc52xx.h>

ACK.  send it via an arch tree

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

* Re: [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm
  2008-06-27  6:37 ` [PATCH 01/12] pata_mpc52xx: " Jeff Garzik
@ 2008-06-28  5:31   ` Grant Likely
  2008-06-28  7:34     ` Stephen Rothwell
  0 siblings, 1 reply; 29+ messages in thread
From: Grant Likely @ 2008-06-28  5:31 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Stephen Rothwell, Tejun Heo, ppc-dev

On Thu, Jun 26, 2008 at 11:37 PM, Jeff Garzik <jeff@garzik.org> wrote:
> Stephen Rothwell wrote:
>>
>> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
>> ---
>>  drivers/ata/pata_mpc52xx.c |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> I am not sure who wants to take this.
>>
>> diff --git a/drivers/ata/pata_mpc52xx.c b/drivers/ata/pata_mpc52xx.c
>> index bc79df6..a9e8273 100644
>> --- a/drivers/ata/pata_mpc52xx.c
>> +++ b/drivers/ata/pata_mpc52xx.c
>> @@ -16,10 +16,10 @@
>>  #include <linux/slab.h>
>>  #include <linux/delay.h>
>>  #include <linux/libata.h>
>> +#include <linux/of_platform.h>
>>   #include <asm/types.h>
>>  #include <asm/prom.h>
>> -#include <asm/of_platform.h>
>>  #include <asm/mpc52xx.h>
>
> ACK.  send it via an arch tree

I'll pick it up.

g.

-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

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

* Re: [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm
  2008-06-28  5:31   ` Grant Likely
@ 2008-06-28  7:34     ` Stephen Rothwell
  0 siblings, 0 replies; 29+ messages in thread
From: Stephen Rothwell @ 2008-06-28  7:34 UTC (permalink / raw)
  To: Grant Likely; +Cc: ppc-dev, Tejun Heo, Jeff Garzik

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

On Fri, 27 Jun 2008 22:31:54 -0700 "Grant Likely" <grant.likely@secretlab.ca> wrote:
>
> On Thu, Jun 26, 2008 at 11:37 PM, Jeff Garzik <jeff@garzik.org> wrote:
> > Stephen Rothwell wrote:
> >>
> >> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
> >> ---
> >>  drivers/ata/pata_mpc52xx.c |    2 +-
> >
> > ACK.  send it via an arch tree
> 
> I'll pick it up.

Thanks, Grant.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: [PATCH 06/12] net: use linux/of_{device, platform}.h instead of asm
  2008-06-27  4:58   ` [PATCH 06/12] net: use linux/of_{device,platform}.h " Jeff Garzik
@ 2008-07-02  7:55     ` Kumar Gala
  2008-07-03  1:28       ` [PATCH 06/12] net: use linux/of_{device,platform}.h " Stephen Rothwell
  0 siblings, 1 reply; 29+ messages in thread
From: Kumar Gala @ 2008-07-02  7:55 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: ppc-dev, Jeff Garzik, netdev


On Jun 26, 2008, at 11:58 PM, Jeff Garzik wrote:

> Stephen Rothwell wrote:
>> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
>> ---
>> drivers/net/fs_enet/fs_enet-main.c |    2 +-
>> drivers/net/fs_enet/mac-scc.c      |    2 +-
>> drivers/net/fs_enet/mii-fec.c      |    2 +-
>> drivers/net/ibm_newemac/core.h     |    2 +-
>> drivers/net/ucc_geth.c             |    2 +-
>> drivers/net/ucc_geth_mii.c         |    2 +-
>> 6 files changed, 6 insertions(+), 6 deletions(-)
>
> ACK
>
> I'll let a ppc person queue this


I'll pick it up (since it mainly touches fsl enet controllers) if you  
can repost it.  I seem to have lost the patch.

- k

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

* Re: [PATCH 06/12] net: use linux/of_{device,platform}.h instead of asm
  2008-07-02  7:55     ` [PATCH 06/12] net: use linux/of_{device, platform}.h " Kumar Gala
@ 2008-07-03  1:28       ` Stephen Rothwell
  2008-07-08 13:28         ` [PATCH 06/12] net: use linux/of_{device, platform}.h " Kumar Gala
  0 siblings, 1 reply; 29+ messages in thread
From: Stephen Rothwell @ 2008-07-03  1:28 UTC (permalink / raw)
  To: Kumar Gala; +Cc: ppc-dev, Jeff Garzik, netdev

Hi Kumar,

On Wed, 2 Jul 2008 02:55:29 -0500 Kumar Gala <galak@kernel.crashing.org> wrote:
>
> I'll pick it up (since it mainly touches fsl enet controllers) if you  
> can repost it.  I seem to have lost the patch.

Here you go.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

Date: Fri, 23 May 2008 16:28:54 +1000
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Jeff Garzik <jeff@garzik.org>
Cc: ppc-dev <linuxppc-dev@ozlabs.org>, netdev@vger.kernel.org
Subject: [PATCH 06/12] net: use linux/of_{device,platform}.h instead of asm

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 drivers/net/fs_enet/fs_enet-main.c |    2 +-
 drivers/net/fs_enet/mac-scc.c      |    2 +-
 drivers/net/fs_enet/mii-fec.c      |    2 +-
 drivers/net/ibm_newemac/core.h     |    2 +-
 drivers/net/ucc_geth.c             |    2 +-
 drivers/net/ucc_geth_mii.c         |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/net/fs_enet/fs_enet-main.c b/drivers/net/fs_enet/fs_enet-main.c
index 67b4b07..1231048 100644
--- a/drivers/net/fs_enet/fs_enet-main.c
+++ b/drivers/net/fs_enet/fs_enet-main.c
@@ -43,7 +43,7 @@
 #include <asm/uaccess.h>
 
 #ifdef CONFIG_PPC_CPM_NEW_BINDING
-#include <asm/of_platform.h>
+#include <linux/of_platform.h>
 #endif
 
 #include "fs_enet.h"
diff --git a/drivers/net/fs_enet/mac-scc.c b/drivers/net/fs_enet/mac-scc.c
index d7ca319..e3557ec 100644
--- a/drivers/net/fs_enet/mac-scc.c
+++ b/drivers/net/fs_enet/mac-scc.c
@@ -44,7 +44,7 @@
 #endif
 
 #ifdef CONFIG_PPC_CPM_NEW_BINDING
-#include <asm/of_platform.h>
+#include <linux/of_platform.h>
 #endif
 
 #include "fs_enet.h"
diff --git a/drivers/net/fs_enet/mii-fec.c b/drivers/net/fs_enet/mii-fec.c
index f0014cf..8f6a43b 100644
--- a/drivers/net/fs_enet/mii-fec.c
+++ b/drivers/net/fs_enet/mii-fec.c
@@ -37,7 +37,7 @@
 #include <asm/uaccess.h>
 
 #ifdef CONFIG_PPC_CPM_NEW_BINDING
-#include <asm/of_platform.h>
+#include <linux/of_platform.h>
 #endif
 
 #include "fs_enet.h"
diff --git a/drivers/net/ibm_newemac/core.h b/drivers/net/ibm_newemac/core.h
index 1683db9..2230904 100644
--- a/drivers/net/ibm_newemac/core.h
+++ b/drivers/net/ibm_newemac/core.h
@@ -33,8 +33,8 @@
 #include <linux/netdevice.h>
 #include <linux/dma-mapping.h>
 #include <linux/spinlock.h>
+#include <linux/of_platform.h>
 
-#include <asm/of_platform.h>
 #include <asm/io.h>
 #include <asm/dcr.h>
 
diff --git a/drivers/net/ucc_geth.c b/drivers/net/ucc_geth.c
index ca0bdac..1fb504c 100644
--- a/drivers/net/ucc_geth.c
+++ b/drivers/net/ucc_geth.c
@@ -28,8 +28,8 @@
 #include <linux/mii.h>
 #include <linux/phy.h>
 #include <linux/workqueue.h>
+#include <linux/of_platform.h>
 
-#include <asm/of_platform.h>
 #include <asm/uaccess.h>
 #include <asm/irq.h>
 #include <asm/io.h>
diff --git a/drivers/net/ucc_geth_mii.c b/drivers/net/ucc_geth_mii.c
index 9404747..6d9e7ad 100644
--- a/drivers/net/ucc_geth_mii.c
+++ b/drivers/net/ucc_geth_mii.c
@@ -36,8 +36,8 @@
 #include <linux/mii.h>
 #include <linux/phy.h>
 #include <linux/fsl_devices.h>
+#include <linux/of_platform.h>
 
-#include <asm/of_platform.h>
 #include <asm/io.h>
 #include <asm/irq.h>
 #include <asm/uaccess.h>
-- 
1.5.5.1

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

* Re: [PATCH 06/12] net: use linux/of_{device, platform}.h instead of asm
  2008-07-03  1:28       ` [PATCH 06/12] net: use linux/of_{device,platform}.h " Stephen Rothwell
@ 2008-07-08 13:28         ` Kumar Gala
  0 siblings, 0 replies; 29+ messages in thread
From: Kumar Gala @ 2008-07-08 13:28 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: ppc-dev, Jeff Garzik, netdev


On Jul 2, 2008, at 8:28 PM, Stephen Rothwell wrote:

> Hi Kumar,
>
> On Wed, 2 Jul 2008 02:55:29 -0500 Kumar Gala <galak@kernel.crashing.org 
> > wrote:
>>
>> I'll pick it up (since it mainly touches fsl enet controllers) if you
>> can repost it.  I seem to have lost the patch.
>
> Here you go.
> -- 
> Cheers,
> Stephen Rothwell                    sfr@canb.auug.org.au
> http://www.canb.auug.org.au/~sfr/

Thanks, there have been a number of changes so this doesn't apply  
anymore.  I'd suggest we hold on to it for a little while and let the  
driver churn calm down first.

- k

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

end of thread, other threads:[~2008-07-08 13:29 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-23  6:16 [PATCH 01/12] pata_mpc52xx: use linux/of_platform.h instead of asm Stephen Rothwell
2008-05-23  6:20 ` [PATCH 02/12] pasemi-rng: " Stephen Rothwell
2008-05-23 14:42   ` Olof Johansson
2008-05-23  6:22 ` [PATCH 03/12] ipmi: use linux/of_{device,platform}.h " Stephen Rothwell
2008-05-23  6:25 ` [PATCH 04/12] hwmon: use linux/of_platform.h " Stephen Rothwell
2008-05-26  9:42   ` Stelian Pop
2008-05-23  6:27 ` [PATCH 05/12] macintosh: use linux/of_{device,platform}.h " Stephen Rothwell
2008-05-23 12:20   ` Benjamin Herrenschmidt
2008-05-23  6:28 ` [PATCH 06/12] net: " Stephen Rothwell
2008-05-23  7:09   ` [PATCH 06/12] net: use linux/of_{device, platform}.h " Kumar Gala
2008-06-27  4:58   ` [PATCH 06/12] net: use linux/of_{device,platform}.h " Jeff Garzik
2008-07-02  7:55     ` [PATCH 06/12] net: use linux/of_{device, platform}.h " Kumar Gala
2008-07-03  1:28       ` [PATCH 06/12] net: use linux/of_{device,platform}.h " Stephen Rothwell
2008-07-08 13:28         ` [PATCH 06/12] net: use linux/of_{device, platform}.h " Kumar Gala
2008-05-23  6:31 ` [PATCH 07/12] pcmcia: use linux/of_{device,platform}.h " Stephen Rothwell
2008-05-23 13:38   ` Vitaly Bordug
2008-05-23 14:42   ` Olof Johansson
2008-05-28 22:28   ` [PATCH 07/12] pcmcia: use linux/of_{device, platform}.h " Dominik Brodowski
2008-05-23  6:32 ` [PATCH 08/12] of_serial: use linux/of_platform.h " Stephen Rothwell
2008-05-23  9:36   ` Arnd Bergmann
2008-05-23  6:35 ` [PATCH 09/12] mpc52xx_psc_spi: " Stephen Rothwell
2008-05-23  6:37 ` [PATCH 10/12] ohci-ppc-of: " Stephen Rothwell
2008-06-06 22:52   ` patch usb-ohci-ppc-of-use-linux-of_platform.h-instead-of-asm.patch added to gregkh-2.6 tree gregkh
2008-05-23  6:39 ` [PATCH 11/12] platinumfb: use linux/of_{device,platform}.h instead of asm Stephen Rothwell
2008-05-23 12:20   ` Benjamin Herrenschmidt
2008-05-23  6:42 ` [PATCH 12/12] mpc5200_wdt: use linux/of_platform.h " Stephen Rothwell
2008-06-27  6:37 ` [PATCH 01/12] pata_mpc52xx: " Jeff Garzik
2008-06-28  5:31   ` Grant Likely
2008-06-28  7:34     ` Stephen Rothwell

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).