* [PATCH 54/86] atheros/atlx: use uapi/linux/pci_ids.h directly
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
@ 2015-03-29 13:41 ` Michael S. Tsirkin
2015-03-29 13:41 ` [PATCH 55/86] chelsio/cxgb: " Michael S. Tsirkin
` (4 subsequent siblings)
5 siblings, 0 replies; 12+ messages in thread
From: Michael S. Tsirkin @ 2015-03-29 13:41 UTC (permalink / raw)
To: linux-kernel
Cc: Jay Cliburn, Chris Snook, David S. Miller, Jiri Pirko,
Benoit Taine, Fabian Frederick, Bjorn Helgaas,
=?UTF-8?q?fran=C3=A7ois=20romieu?=, Wilfried Klaebe, Julia Lawall,
netdev
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h,
use the new header directly so we can drop
the wrapper in include/linux/pci_ids.h.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
drivers/net/ethernet/atheros/atlx/atl1.c | 2 +-
drivers/net/ethernet/atheros/atlx/atl2.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/atheros/atlx/atl1.c b/drivers/net/ethernet/atheros/atlx/atl1.c
index eca1d11..774667b 100644
--- a/drivers/net/ethernet/atheros/atlx/atl1.c
+++ b/drivers/net/ethernet/atheros/atlx/atl1.c
@@ -67,7 +67,7 @@
#include <linux/net.h>
#include <linux/netdevice.h>
#include <linux/pci.h>
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include <linux/pm.h>
#include <linux/skbuff.h>
#include <linux/slab.h>
diff --git a/drivers/net/ethernet/atheros/atlx/atl2.c b/drivers/net/ethernet/atheros/atlx/atl2.c
index 46a5353..bdb9dfe 100644
--- a/drivers/net/ethernet/atheros/atlx/atl2.c
+++ b/drivers/net/ethernet/atheros/atlx/atl2.c
@@ -36,7 +36,7 @@
#include <linux/net.h>
#include <linux/netdevice.h>
#include <linux/pci.h>
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include <linux/pm.h>
#include <linux/skbuff.h>
#include <linux/slab.h>
--
MST
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 55/86] chelsio/cxgb: use uapi/linux/pci_ids.h directly
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
2015-03-29 13:41 ` [PATCH 54/86] atheros/atlx: use uapi/linux/pci_ids.h directly Michael S. Tsirkin
@ 2015-03-29 13:41 ` Michael S. Tsirkin
2015-03-29 13:41 ` [PATCH 56/86] intel/ixgb: " Michael S. Tsirkin
` (3 subsequent siblings)
5 siblings, 0 replies; 12+ messages in thread
From: Michael S. Tsirkin @ 2015-03-29 13:41 UTC (permalink / raw)
To: linux-kernel; +Cc: netdev
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h,
use the new header directly so we can drop
the wrapper in include/linux/pci_ids.h.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
drivers/net/ethernet/chelsio/cxgb/common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/chelsio/cxgb/common.h b/drivers/net/ethernet/chelsio/cxgb/common.h
index 53b1f94..e7af599 100644
--- a/drivers/net/ethernet/chelsio/cxgb/common.h
+++ b/drivers/net/ethernet/chelsio/cxgb/common.h
@@ -51,7 +51,7 @@
#include <linux/crc32.h>
#include <linux/slab.h>
#include <asm/io.h>
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#define DRV_DESCRIPTION "Chelsio 10Gb Ethernet Driver"
#define DRV_NAME "cxgb"
--
MST
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 56/86] intel/ixgb: use uapi/linux/pci_ids.h directly
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
2015-03-29 13:41 ` [PATCH 54/86] atheros/atlx: use uapi/linux/pci_ids.h directly Michael S. Tsirkin
2015-03-29 13:41 ` [PATCH 55/86] chelsio/cxgb: " Michael S. Tsirkin
@ 2015-03-29 13:41 ` Michael S. Tsirkin
2015-03-29 23:55 ` Jeff Kirsher
2015-03-29 13:41 ` [PATCH 57/86] brcm80211: " Michael S. Tsirkin
` (2 subsequent siblings)
5 siblings, 1 reply; 12+ messages in thread
From: Michael S. Tsirkin @ 2015-03-29 13:41 UTC (permalink / raw)
To: linux-kernel
Cc: Linux NICS, e1000-devel, Bruce Allan, Jesse Brandeburg,
John Ronciak, netdev
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h,
use the new header directly so we can drop
the wrapper in include/linux/pci_ids.h.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
drivers/net/ethernet/intel/ixgb/ixgb_hw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/intel/ixgb/ixgb_hw.c b/drivers/net/ethernet/intel/ixgb/ixgb_hw.c
index bf9a220..8a2e3dc 100644
--- a/drivers/net/ethernet/intel/ixgb/ixgb_hw.c
+++ b/drivers/net/ethernet/intel/ixgb/ixgb_hw.c
@@ -32,7 +32,7 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include "ixgb_hw.h"
#include "ixgb_ids.h"
--
MST
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH 56/86] intel/ixgb: use uapi/linux/pci_ids.h directly
2015-03-29 13:41 ` [PATCH 56/86] intel/ixgb: " Michael S. Tsirkin
@ 2015-03-29 23:55 ` Jeff Kirsher
2015-03-30 5:30 ` Stephen Hemminger
0 siblings, 1 reply; 12+ messages in thread
From: Jeff Kirsher @ 2015-03-29 23:55 UTC (permalink / raw)
To: Michael S. Tsirkin
Cc: linux-kernel, Jesse Brandeburg, Bruce Allan, Carolyn Wyborny,
Don Skidmore, Greg Rose, Matthew Vick, John Ronciak,
Mitch Williams, Linux NICS, e1000-devel, netdev
[-- Attachment #1: Type: text/plain, Size: 522 bytes --]
On Sun, 2015-03-29 at 15:41 +0200, Michael S. Tsirkin wrote:
> Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h,
> use the new header directly so we can drop
> the wrapper in include/linux/pci_ids.h.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> ---
> drivers/net/ethernet/intel/ixgb/ixgb_hw.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks Michael, I will add your patch to my queue.
--
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
dev-queue
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 56/86] intel/ixgb: use uapi/linux/pci_ids.h directly
2015-03-29 23:55 ` Jeff Kirsher
@ 2015-03-30 5:30 ` Stephen Hemminger
2015-03-30 19:04 ` Jeff Kirsher
0 siblings, 1 reply; 12+ messages in thread
From: Stephen Hemminger @ 2015-03-30 5:30 UTC (permalink / raw)
To: Jeff Kirsher
Cc: Linux NICS, Michael S. Tsirkin, e1000-devel@lists.sourceforge.net,
Bruce Allan, Jesse Brandeburg, Linux Kernel, John Ronciak, netdev
[-- Attachment #1.1: Type: text/plain, Size: 656 bytes --]
Patch was rejected upstream by Greg
On Sun, Mar 29, 2015 at 4:55 PM, Jeff Kirsher <jeffrey.t.kirsher@intel.com>
wrote:
> On Sun, 2015-03-29 at 15:41 +0200, Michael S. Tsirkin wrote:
> > Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h,
> > use the new header directly so we can drop
> > the wrapper in include/linux/pci_ids.h.
> >
> > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> > ---
> > drivers/net/ethernet/intel/ixgb/ixgb_hw.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Thanks Michael, I will add your patch to my queue.
> --
> git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
> dev-queue
>
[-- Attachment #2: Type: text/plain, Size: 441 bytes --]
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
[-- Attachment #3: Type: text/plain, Size: 257 bytes --]
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 56/86] intel/ixgb: use uapi/linux/pci_ids.h directly
2015-03-30 5:30 ` Stephen Hemminger
@ 2015-03-30 19:04 ` Jeff Kirsher
0 siblings, 0 replies; 12+ messages in thread
From: Jeff Kirsher @ 2015-03-30 19:04 UTC (permalink / raw)
To: Stephen Hemminger
Cc: Linux NICS, Michael S. Tsirkin, e1000-devel@lists.sourceforge.net,
Bruce Allan, Jesse Brandeburg, Linux Kernel, John Ronciak, netdev
[-- Attachment #1.1: Type: text/plain, Size: 912 bytes --]
On Sun, 2015-03-29 at 22:30 -0700, Stephen Hemminger wrote:
> Patch was rejected upstream by Greg
Thanks for the update Stephen, I will drop the patch.
> On Sun, Mar 29, 2015 at 4:55 PM, Jeff Kirsher
> <jeffrey.t.kirsher@intel.com> wrote:
> On Sun, 2015-03-29 at 15:41 +0200, Michael S. Tsirkin wrote:
> > Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h,
> > use the new header directly so we can drop
> > the wrapper in include/linux/pci_ids.h.
> >
> > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> > ---
> > drivers/net/ethernet/intel/ixgb/ixgb_hw.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Thanks Michael, I will add your patch to my queue.
> --
> git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
> dev-queue
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 441 bytes --]
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
[-- Attachment #3: Type: text/plain, Size: 257 bytes --]
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 57/86] brcm80211: use uapi/linux/pci_ids.h directly
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
` (2 preceding siblings ...)
2015-03-29 13:41 ` [PATCH 56/86] intel/ixgb: " Michael S. Tsirkin
@ 2015-03-29 13:41 ` Michael S. Tsirkin
[not found] ` <1427635734-24786-58-git-send-email-mst-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-03-29 13:43 ` [PATCH 83/86] brcm80211: drop pci dependency Michael S. Tsirkin
2015-03-29 13:43 ` [PATCH 84/86] brcm80211: drop pci_ids include Michael S. Tsirkin
5 siblings, 1 reply; 12+ messages in thread
From: Michael S. Tsirkin @ 2015-03-29 13:41 UTC (permalink / raw)
To: linux-kernel
Cc: Brett Rudley, Arend van Spriel, Franky (Zhenhui) Lin,
Hante Meuleman, Kalle Valo, Pieter-Paul Giesberts,
John W. Linville, Mika Westerberg, Hans de Goede,
Daniel (Deognyoun) Kim, =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?=,
Julia Lawall, Brian Norris, Dan Carpenter, Markus Elfring,
linux-wireless, brcm80211-dev-list, netdev
Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h,
use the new header directly so we can drop
the wrapper in include/linux/pci_ids.h.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
drivers/net/wireless/brcm80211/include/brcm_hw_ids.h | 2 +-
drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c | 2 +-
drivers/net/wireless/brcm80211/brcmfmac/sdio.c | 2 +-
drivers/net/wireless/brcm80211/brcmsmac/main.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/net/wireless/brcm80211/include/brcm_hw_ids.h b/drivers/net/wireless/brcm80211/include/brcm_hw_ids.h
index 2124a17..bd1370e 100644
--- a/drivers/net/wireless/brcm80211/include/brcm_hw_ids.h
+++ b/drivers/net/wireless/brcm80211/include/brcm_hw_ids.h
@@ -17,7 +17,7 @@
#ifndef _BRCM_HW_IDS_H_
#define _BRCM_HW_IDS_H_
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include <linux/mmc/sdio_ids.h>
#define BRCM_USB_VENDOR_ID_BROADCOM 0x0a5c
diff --git a/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c b/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
index 7944224..227cb33 100644
--- a/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
+++ b/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
@@ -18,7 +18,7 @@
#include <linux/types.h>
#include <linux/netdevice.h>
#include <linux/pci.h>
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include <linux/sched.h>
#include <linux/completion.h>
#include <linux/scatterlist.h>
diff --git a/drivers/net/wireless/brcm80211/brcmfmac/sdio.c b/drivers/net/wireless/brcm80211/brcmfmac/sdio.c
index faec35c..5c4755d 100644
--- a/drivers/net/wireless/brcm80211/brcmfmac/sdio.c
+++ b/drivers/net/wireless/brcm80211/brcmfmac/sdio.c
@@ -18,7 +18,7 @@
#include <linux/kernel.h>
#include <linux/kthread.h>
#include <linux/printk.h>
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include <linux/netdevice.h>
#include <linux/interrupt.h>
#include <linux/sched.h>
diff --git a/drivers/net/wireless/brcm80211/brcmsmac/main.c b/drivers/net/wireless/brcm80211/brcmsmac/main.c
index eb8584a..de0ef7bb 100644
--- a/drivers/net/wireless/brcm80211/brcmsmac/main.c
+++ b/drivers/net/wireless/brcm80211/brcmsmac/main.c
@@ -17,7 +17,7 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include <linux/if_ether.h>
#include <net/cfg80211.h>
#include <net/mac80211.h>
--
MST
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 83/86] brcm80211: drop pci dependency
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
` (3 preceding siblings ...)
2015-03-29 13:41 ` [PATCH 57/86] brcm80211: " Michael S. Tsirkin
@ 2015-03-29 13:43 ` Michael S. Tsirkin
2015-03-29 16:46 ` Arend van Spriel
2015-03-29 13:43 ` [PATCH 84/86] brcm80211: drop pci_ids include Michael S. Tsirkin
5 siblings, 1 reply; 12+ messages in thread
From: Michael S. Tsirkin @ 2015-03-29 13:43 UTC (permalink / raw)
To: linux-kernel
Cc: Brett Rudley, Arend van Spriel, Franky (Zhenhui) Lin,
Hante Meuleman, Kalle Valo, Pieter-Paul Giesberts,
John W. Linville, Chen-Yu Tsai, Hans de Goede, linux-wireless,
brcm80211-dev-list, netdev
This file does not use any pci APIs, drop
pci header includes.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c b/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
index 227cb33..9331486 100644
--- a/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
+++ b/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
@@ -17,8 +17,6 @@
#include <linux/types.h>
#include <linux/netdevice.h>
-#include <linux/pci.h>
-#include <uapi/linux/pci_ids.h>
#include <linux/sched.h>
#include <linux/completion.h>
#include <linux/scatterlist.h>
--
MST
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH 83/86] brcm80211: drop pci dependency
2015-03-29 13:43 ` [PATCH 83/86] brcm80211: drop pci dependency Michael S. Tsirkin
@ 2015-03-29 16:46 ` Arend van Spriel
0 siblings, 0 replies; 12+ messages in thread
From: Arend van Spriel @ 2015-03-29 16:46 UTC (permalink / raw)
To: Michael S. Tsirkin
Cc: linux-kernel, Brett Rudley, Franky (Zhenhui) Lin, Hante Meuleman,
Kalle Valo, Pieter-Paul Giesberts, John W. Linville, Chen-Yu Tsai,
Hans de Goede, linux-wireless, brcm80211-dev-list, netdev
On 03/29/15 15:43, Michael S. Tsirkin wrote:
> This file does not use any pci APIs, drop
> pci header includes.
Acked-by: Arend van Spriel <arend@broadcom.com>
> Signed-off-by: Michael S. Tsirkin<mst@redhat.com>
> ---
> drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c b/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
> index 227cb33..9331486 100644
> --- a/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
> +++ b/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c
> @@ -17,8 +17,6 @@
>
> #include<linux/types.h>
> #include<linux/netdevice.h>
> -#include<linux/pci.h>
> -#include<uapi/linux/pci_ids.h>
> #include<linux/sched.h>
> #include<linux/completion.h>
> #include<linux/scatterlist.h>
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 84/86] brcm80211: drop pci_ids include
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
` (4 preceding siblings ...)
2015-03-29 13:43 ` [PATCH 83/86] brcm80211: drop pci dependency Michael S. Tsirkin
@ 2015-03-29 13:43 ` Michael S. Tsirkin
[not found] ` <1427635734-24786-85-git-send-email-mst-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
5 siblings, 1 reply; 12+ messages in thread
From: Michael S. Tsirkin @ 2015-03-29 13:43 UTC (permalink / raw)
To: linux-kernel
Cc: Brett Rudley, Arend van Spriel, Franky (Zhenhui) Lin,
Hante Meuleman, Kalle Valo, Pieter-Paul Giesberts,
John W. Linville, Daniel Kim, linux-wireless, brcm80211-dev-list,
netdev
This file does not use any pci ids, drop
pci_ids.h include.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
drivers/net/wireless/brcm80211/brcmfmac/sdio.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/wireless/brcm80211/brcmfmac/sdio.c b/drivers/net/wireless/brcm80211/brcmfmac/sdio.c
index 5c4755d..da479d4 100644
--- a/drivers/net/wireless/brcm80211/brcmfmac/sdio.c
+++ b/drivers/net/wireless/brcm80211/brcmfmac/sdio.c
@@ -18,7 +18,6 @@
#include <linux/kernel.h>
#include <linux/kthread.h>
#include <linux/printk.h>
-#include <uapi/linux/pci_ids.h>
#include <linux/netdevice.h>
#include <linux/interrupt.h>
#include <linux/sched.h>
--
MST
^ permalink raw reply related [flat|nested] 12+ messages in thread