* [PATCH 44/86] media/ddbridge: use uapi/linux/pci_ids.h directly
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
@ 2015-03-29 13:40 ` Michael S. Tsirkin
2015-03-29 13:41 ` [PATCH 45/86] media/ngene: " Michael S. Tsirkin
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Michael S. Tsirkin @ 2015-03-29 13:40 UTC (permalink / raw)
To: linux-kernel
Cc: Mauro Carvalho Chehab, Christopher Reimer, Markus Elfring,
Hans Verkuil, linux-media
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/media/pci/ddbridge/ddbridge-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/pci/ddbridge/ddbridge-core.c b/drivers/media/pci/ddbridge/ddbridge-core.c
index 9e3492e..1c5b132 100644
--- a/drivers/media/pci/ddbridge/ddbridge-core.c
+++ b/drivers/media/pci/ddbridge/ddbridge-core.c
@@ -29,7 +29,7 @@
#include <linux/poll.h>
#include <linux/io.h>
#include <linux/pci.h>
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include <linux/timer.h>
#include <linux/i2c.h>
#include <linux/swab.h>
--
MST
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 45/86] media/ngene: use uapi/linux/pci_ids.h directly
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
2015-03-29 13:40 ` [PATCH 44/86] media/ddbridge: use uapi/linux/pci_ids.h directly Michael S. Tsirkin
@ 2015-03-29 13:41 ` Michael S. Tsirkin
2015-03-29 13:41 ` [PATCH 46/86] media/fintek: " Michael S. Tsirkin
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Michael S. Tsirkin @ 2015-03-29 13:41 UTC (permalink / raw)
To: linux-kernel; +Cc: Mauro Carvalho Chehab, Hans Verkuil, linux-media
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/media/pci/ngene/ngene-cards.c | 2 +-
drivers/media/pci/ngene/ngene-i2c.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/pci/ngene/ngene-cards.c b/drivers/media/pci/ngene/ngene-cards.c
index 039bed3..f381bab 100644
--- a/drivers/media/pci/ngene/ngene-cards.c
+++ b/drivers/media/pci/ngene/ngene-cards.c
@@ -30,7 +30,7 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/pci.h>
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include "ngene.h"
diff --git a/drivers/media/pci/ngene/ngene-i2c.c b/drivers/media/pci/ngene/ngene-i2c.c
index d28554f..06846d3 100644
--- a/drivers/media/pci/ngene/ngene-i2c.c
+++ b/drivers/media/pci/ngene/ngene-i2c.c
@@ -36,7 +36,7 @@
#include <linux/io.h>
#include <asm/div64.h>
#include <linux/pci.h>
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include <linux/timer.h>
#include <linux/byteorder/generic.h>
#include <linux/firmware.h>
--
MST
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 46/86] media/fintek: use uapi/linux/pci_ids.h directly
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
2015-03-29 13:40 ` [PATCH 44/86] media/ddbridge: use uapi/linux/pci_ids.h directly Michael S. Tsirkin
2015-03-29 13:41 ` [PATCH 45/86] media/ngene: " Michael S. Tsirkin
@ 2015-03-29 13:41 ` Michael S. Tsirkin
2015-03-29 13:41 ` [PATCH 47/86] media/ite: " Michael S. Tsirkin
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Michael S. Tsirkin @ 2015-03-29 13:41 UTC (permalink / raw)
To: linux-kernel
Cc: Mauro Carvalho Chehab, =?UTF-8?q?David=20H=C3=A4rdeman?=,
linux-media
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/media/rc/fintek-cir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/rc/fintek-cir.c b/drivers/media/rc/fintek-cir.c
index b516757..4ef500f 100644
--- a/drivers/media/rc/fintek-cir.c
+++ b/drivers/media/rc/fintek-cir.c
@@ -33,7 +33,7 @@
#include <linux/sched.h>
#include <linux/slab.h>
#include <media/rc-core.h>
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include "fintek-cir.h"
--
MST
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 47/86] media/ite: 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 46/86] media/fintek: " Michael S. Tsirkin
@ 2015-03-29 13:41 ` Michael S. Tsirkin
2015-03-29 13:41 ` [PATCH 48/86] media/nuvoton: " Michael S. Tsirkin
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Michael S. Tsirkin @ 2015-03-29 13:41 UTC (permalink / raw)
To: linux-kernel
Cc: Mauro Carvalho Chehab, =?UTF-8?q?David=20H=C3=A4rdeman?=,
linux-media
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/media/rc/ite-cir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/rc/ite-cir.c b/drivers/media/rc/ite-cir.c
index 56abf91..51750d6 100644
--- a/drivers/media/rc/ite-cir.c
+++ b/drivers/media/rc/ite-cir.c
@@ -41,7 +41,7 @@
#include <linux/input.h>
#include <linux/bitops.h>
#include <media/rc-core.h>
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include "ite-cir.h"
--
MST
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 48/86] media/nuvoton: use uapi/linux/pci_ids.h directly
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
` (3 preceding siblings ...)
2015-03-29 13:41 ` [PATCH 47/86] media/ite: " Michael S. Tsirkin
@ 2015-03-29 13:41 ` Michael S. Tsirkin
2015-03-29 13:41 ` [PATCH 49/86] media/winbond: " Michael S. Tsirkin
2015-03-29 13:43 ` [PATCH 82/86] media/fintek: drop pci_ids dependency Michael S. Tsirkin
6 siblings, 0 replies; 8+ messages in thread
From: Michael S. Tsirkin @ 2015-03-29 13:41 UTC (permalink / raw)
To: linux-kernel
Cc: Mauro Carvalho Chehab, =?UTF-8?q?David=20H=C3=A4rdeman?=,
linux-media
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/media/rc/nuvoton-cir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/rc/nuvoton-cir.c b/drivers/media/rc/nuvoton-cir.c
index 9c2c863..3f2ac81 100644
--- a/drivers/media/rc/nuvoton-cir.c
+++ b/drivers/media/rc/nuvoton-cir.c
@@ -35,7 +35,7 @@
#include <linux/sched.h>
#include <linux/slab.h>
#include <media/rc-core.h>
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include "nuvoton-cir.h"
--
MST
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 49/86] media/winbond: use uapi/linux/pci_ids.h directly
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
` (4 preceding siblings ...)
2015-03-29 13:41 ` [PATCH 48/86] media/nuvoton: " Michael S. Tsirkin
@ 2015-03-29 13:41 ` Michael S. Tsirkin
2015-03-29 13:43 ` [PATCH 82/86] media/fintek: drop pci_ids dependency Michael S. Tsirkin
6 siblings, 0 replies; 8+ messages in thread
From: Michael S. Tsirkin @ 2015-03-29 13:41 UTC (permalink / raw)
To: linux-kernel
Cc: =?UTF-8?q?David=20H=C3=A4rdeman?=, Mauro Carvalho Chehab,
linux-media
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/media/rc/winbond-cir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/rc/winbond-cir.c b/drivers/media/rc/winbond-cir.c
index d839f73..76375a8 100644
--- a/drivers/media/rc/winbond-cir.c
+++ b/drivers/media/rc/winbond-cir.c
@@ -48,7 +48,7 @@
#include <linux/timer.h>
#include <linux/leds.h>
#include <linux/spinlock.h>
-#include <linux/pci_ids.h>
+#include <uapi/linux/pci_ids.h>
#include <linux/io.h>
#include <linux/bitrev.h>
#include <linux/slab.h>
--
MST
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 82/86] media/fintek: drop pci_ids dependency
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
` (5 preceding siblings ...)
2015-03-29 13:41 ` [PATCH 49/86] media/winbond: " Michael S. Tsirkin
@ 2015-03-29 13:43 ` Michael S. Tsirkin
2015-03-29 15:40 ` Mauro Carvalho Chehab
6 siblings, 1 reply; 8+ messages in thread
From: Michael S. Tsirkin @ 2015-03-29 13:43 UTC (permalink / raw)
To: linux-kernel
Cc: Mauro Carvalho Chehab, =?UTF-8?q?David=20H=C3=A4rdeman?=,
linux-media
This driver does not use any PCI IDs, don't include
the pci_ids.h header.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
drivers/media/rc/fintek-cir.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/media/rc/fintek-cir.c b/drivers/media/rc/fintek-cir.c
index 4ef500f..9ca168a 100644
--- a/drivers/media/rc/fintek-cir.c
+++ b/drivers/media/rc/fintek-cir.c
@@ -33,7 +33,6 @@
#include <linux/sched.h>
#include <linux/slab.h>
#include <media/rc-core.h>
-#include <uapi/linux/pci_ids.h>
#include "fintek-cir.h"
--
MST
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 82/86] media/fintek: drop pci_ids dependency
2015-03-29 13:43 ` [PATCH 82/86] media/fintek: drop pci_ids dependency Michael S. Tsirkin
@ 2015-03-29 15:40 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 8+ messages in thread
From: Mauro Carvalho Chehab @ 2015-03-29 15:40 UTC (permalink / raw)
To: Michael S. Tsirkin; +Cc: linux-kernel, David Härdeman, linux-media
Em Sun, 29 Mar 2015 15:43:23 +0200
"Michael S. Tsirkin" <mst@redhat.com> escreveu:
> This driver does not use any PCI IDs, don't include
> the pci_ids.h header.
Please merge the media patches into one. No reason to have this rename
broken into lots of patches.
Thanks,
Mauro
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> ---
> drivers/media/rc/fintek-cir.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/media/rc/fintek-cir.c b/drivers/media/rc/fintek-cir.c
> index 4ef500f..9ca168a 100644
> --- a/drivers/media/rc/fintek-cir.c
> +++ b/drivers/media/rc/fintek-cir.c
> @@ -33,7 +33,6 @@
> #include <linux/sched.h>
> #include <linux/slab.h>
> #include <media/rc-core.h>
> -#include <uapi/linux/pci_ids.h>
>
> #include "fintek-cir.h"
>
--
Cheers,
Mauro
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-03-29 15:40 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1427635734-24786-1-git-send-email-mst@redhat.com>
2015-03-29 13:40 ` [PATCH 44/86] media/ddbridge: use uapi/linux/pci_ids.h directly Michael S. Tsirkin
2015-03-29 13:41 ` [PATCH 45/86] media/ngene: " Michael S. Tsirkin
2015-03-29 13:41 ` [PATCH 46/86] media/fintek: " Michael S. Tsirkin
2015-03-29 13:41 ` [PATCH 47/86] media/ite: " Michael S. Tsirkin
2015-03-29 13:41 ` [PATCH 48/86] media/nuvoton: " Michael S. Tsirkin
2015-03-29 13:41 ` [PATCH 49/86] media/winbond: " Michael S. Tsirkin
2015-03-29 13:43 ` [PATCH 82/86] media/fintek: drop pci_ids dependency Michael S. Tsirkin
2015-03-29 15:40 ` Mauro Carvalho Chehab
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).