search for: pci_reg

Displaying 20 results from an estimated 74 matches for "pci_reg".

Did you mean: pci_regs
2008 Jul 02
4
Please pull ia64 trees
Hi Keir, Please pull the ia64 trees: http://xenbits.xensource.com/ext/ia64/xen-unstable.hg http://xenbits.xensource.com/ext/ia64/linux-2.6.18-xen.hg This includes updates of acpi related files, save/restore update for pv_ops and bug fixes from Akio, and mini-os update from Samuel Thibault. Thanks, -- yamahata _______________________________________________ Xen-devel mailing list
2008 Sep 27
2
[PATCH 3/6 v3] PCI: support ARI capability
...om> Cc: Greg KH <greg at kroah.com> Signed-off-by: Yu Zhao <yu.zhao at intel.com> --- drivers/pci/pci.c | 31 +++++++++++++++++++++++++++++++ drivers/pci/pci.h | 12 ++++++++++++ drivers/pci/probe.c | 3 +++ include/linux/pci.h | 1 + include/linux/pci_regs.h | 14 ++++++++++++++ 5 files changed, 61 insertions(+), 0 deletions(-) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 400d3b3..fe9efc4 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -1260,6 +1260,37 @@ void pci_pm_init(struct pci_dev *dev) } } +/** + * pci_ari_i...
2008 Sep 27
2
[PATCH 3/6 v3] PCI: support ARI capability
...om> Cc: Greg KH <greg at kroah.com> Signed-off-by: Yu Zhao <yu.zhao at intel.com> --- drivers/pci/pci.c | 31 +++++++++++++++++++++++++++++++ drivers/pci/pci.h | 12 ++++++++++++ drivers/pci/probe.c | 3 +++ include/linux/pci.h | 1 + include/linux/pci_regs.h | 14 ++++++++++++++ 5 files changed, 61 insertions(+), 0 deletions(-) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 400d3b3..fe9efc4 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -1260,6 +1260,37 @@ void pci_pm_init(struct pci_dev *dev) } } +/** + * pci_ari_i...
2008 Sep 01
1
[PATCH 2/4 v2] PCI: support ARI capability
...; --- drivers/pci/Kconfig | 7 ++++ drivers/pci/Makefile | 2 + drivers/pci/ari.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pci/pci.h | 8 +++++ drivers/pci/probe.c | 3 ++ include/linux/pci.h | 25 ++++++++++++++++ include/linux/pci_regs.h | 14 +++++++++ 7 files changed, 130 insertions(+), 0 deletions(-) create mode 100644 drivers/pci/ari.c diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index e1ca425..f43cc46 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -50,3 +50,10 @@ config HT_IRQ This allows n...
2008 Sep 01
1
[PATCH 2/4 v2] PCI: support ARI capability
...; --- drivers/pci/Kconfig | 7 ++++ drivers/pci/Makefile | 2 + drivers/pci/ari.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pci/pci.h | 8 +++++ drivers/pci/probe.c | 3 ++ include/linux/pci.h | 25 ++++++++++++++++ include/linux/pci_regs.h | 14 +++++++++ 7 files changed, 130 insertions(+), 0 deletions(-) create mode 100644 drivers/pci/ari.c diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index e1ca425..f43cc46 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -50,3 +50,10 @@ config HT_IRQ This allows n...
2008 Sep 01
1
[PATCH 2/4 v2] PCI: support ARI capability
...; --- drivers/pci/Kconfig | 7 ++++ drivers/pci/Makefile | 2 + drivers/pci/ari.c | 71 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pci/pci.h | 8 +++++ drivers/pci/probe.c | 3 ++ include/linux/pci.h | 25 ++++++++++++++++ include/linux/pci_regs.h | 14 +++++++++ 7 files changed, 130 insertions(+), 0 deletions(-) create mode 100644 drivers/pci/ari.c diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index e1ca425..f43cc46 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -50,3 +50,10 @@ config HT_IRQ This allows n...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [2/4]
...Dong <eddie.dong at intel.com> --- drivers/pci/Kconfig | 7 +++++ drivers/pci/Makefile | 2 + drivers/pci/ari.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pci/probe.c | 3 ++ include/linux/pci.h | 29 +++++++++++++++++++ include/linux/pci_regs.h | 14 +++++++++ 6 files changed, 125 insertions(+), 0 deletions(-) diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index e1ca425..f43cc46 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -50,3 +50,10 @@ config HT_IRQ This allows native hypertransport devices to use in...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [2/4]
...Dong <eddie.dong at intel.com> --- drivers/pci/Kconfig | 7 +++++ drivers/pci/Makefile | 2 + drivers/pci/ari.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pci/probe.c | 3 ++ include/linux/pci.h | 29 +++++++++++++++++++ include/linux/pci_regs.h | 14 +++++++++ 6 files changed, 125 insertions(+), 0 deletions(-) diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index e1ca425..f43cc46 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -50,3 +50,10 @@ config HT_IRQ This allows native hypertransport devices to use in...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [2/4]
...Dong <eddie.dong at intel.com> --- drivers/pci/Kconfig | 7 +++++ drivers/pci/Makefile | 2 + drivers/pci/ari.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pci/probe.c | 3 ++ include/linux/pci.h | 29 +++++++++++++++++++ include/linux/pci_regs.h | 14 +++++++++ 6 files changed, 125 insertions(+), 0 deletions(-) diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index e1ca425..f43cc46 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -50,3 +50,10 @@ config HT_IRQ This allows native hypertransport devices to use in...
2011 Nov 14
2
[PATCHv2 RFC] virtio-pci: flexible configuration layout
...lar: - split ISR out - reorg capability - add offset alignment Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/virtio/virtio_pci.c | 184 +++++++++++++++++++++++++++++++++++++++--- include/asm-generic/io.h | 4 + include/asm-generic/iomap.h | 11 +++ include/linux/pci_regs.h | 4 + include/linux/virtio_pci.h | 41 ++++++++++ lib/iomap.c | 40 ++++++++- 6 files changed, 265 insertions(+), 19 deletions(-) diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c index ecb9254..bdd3876 100644 --- a/drivers/virtio/virtio_pci.c ++...
2011 Nov 14
2
[PATCHv2 RFC] virtio-pci: flexible configuration layout
...lar: - split ISR out - reorg capability - add offset alignment Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/virtio/virtio_pci.c | 184 +++++++++++++++++++++++++++++++++++++++--- include/asm-generic/io.h | 4 + include/asm-generic/iomap.h | 11 +++ include/linux/pci_regs.h | 4 + include/linux/virtio_pci.h | 41 ++++++++++ lib/iomap.c | 40 ++++++++- 6 files changed, 265 insertions(+), 19 deletions(-) diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c index ecb9254..bdd3876 100644 --- a/drivers/virtio/virtio_pci.c ++...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [3/4]
...Signed-off-by: Eddie Dong <eddie.dong at intel.com> --- drivers/pci/Kconfig | 9 + drivers/pci/Makefile | 2 drivers/pci/iov.c | 608 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pci/pci.h | 13 + include/linux/pci.h | 35 +++ include/linux/pci_regs.h | 20 ++ 6 files changed, 687 insertions(+), 0 deletions(-) diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index f43cc46..5000c3c 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -57,3 +57,12 @@ config PCI_ARI default n help This enables PCI Alternative Routing-ID...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [3/4]
...Signed-off-by: Eddie Dong <eddie.dong at intel.com> --- drivers/pci/Kconfig | 9 + drivers/pci/Makefile | 2 drivers/pci/iov.c | 608 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pci/pci.h | 13 + include/linux/pci.h | 35 +++ include/linux/pci_regs.h | 20 ++ 6 files changed, 687 insertions(+), 0 deletions(-) diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index f43cc46..5000c3c 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -57,3 +57,12 @@ config PCI_ARI default n help This enables PCI Alternative Routing-ID...
2008 Aug 12
0
SR-IOV: patches are available for Linux kernel [3/4]
...Signed-off-by: Eddie Dong <eddie.dong at intel.com> --- drivers/pci/Kconfig | 9 + drivers/pci/Makefile | 2 drivers/pci/iov.c | 608 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pci/pci.h | 13 + include/linux/pci.h | 35 +++ include/linux/pci_regs.h | 20 ++ 6 files changed, 687 insertions(+), 0 deletions(-) diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index f43cc46..5000c3c 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -57,3 +57,12 @@ config PCI_ARI default n help This enables PCI Alternative Routing-ID...
2008 Sep 27
1
[PATCH 0/6 v3] PCI: Linux kernel SR-IOV support
...ers/pci/pci.h | 20 b/drivers/pci/probe.c | 50 - b/drivers/pci/proc.c | 7 b/drivers/pci/setup-bus.c | 4 b/drivers/pci/setup-res.c | 2 b/include/linux/pci.h | 5 b/include/linux/pci_regs.h | 15 drivers/pci/iov.c | 24 drivers/pci/pci-sysfs.c | 123 ++-- drivers/pci/pci.c | 113 +++- drivers/pci/pci.h | 75 ++ drivers/pci/probe.c | 40 + drivers/pci/setup-bu...
2008 Sep 27
1
[PATCH 0/6 v3] PCI: Linux kernel SR-IOV support
...ers/pci/pci.h | 20 b/drivers/pci/probe.c | 50 - b/drivers/pci/proc.c | 7 b/drivers/pci/setup-bus.c | 4 b/drivers/pci/setup-res.c | 2 b/include/linux/pci.h | 5 b/include/linux/pci_regs.h | 15 drivers/pci/iov.c | 24 drivers/pci/pci-sysfs.c | 123 ++-- drivers/pci/pci.c | 113 +++- drivers/pci/pci.h | 75 ++ drivers/pci/probe.c | 40 + drivers/pci/setup-bu...
2008 Sep 01
2
[PATCH 3/4 v2] PCI: support SR-IOV capability
...i/Kconfig | 10 + drivers/pci/Makefile | 2 + drivers/pci/iov.c | 555 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pci/pci.c | 14 +- drivers/pci/pci.h | 44 ++++ drivers/pci/probe.c | 5 + include/linux/pci.h | 28 +++ include/linux/pci_regs.h | 20 ++ 8 files changed, 677 insertions(+), 1 deletions(-) create mode 100644 drivers/pci/iov.c diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index f43cc46..0a1fe01 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -57,3 +57,13 @@ config PCI_ARI default n help T...
2008 Sep 01
2
[PATCH 3/4 v2] PCI: support SR-IOV capability
...i/Kconfig | 10 + drivers/pci/Makefile | 2 + drivers/pci/iov.c | 555 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pci/pci.c | 14 +- drivers/pci/pci.h | 44 ++++ drivers/pci/probe.c | 5 + include/linux/pci.h | 28 +++ include/linux/pci_regs.h | 20 ++ 8 files changed, 677 insertions(+), 1 deletions(-) create mode 100644 drivers/pci/iov.c diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index f43cc46..0a1fe01 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -57,3 +57,13 @@ config PCI_ARI default n help T...
2008 Sep 01
2
[PATCH 3/4 v2] PCI: support SR-IOV capability
...i/Kconfig | 10 + drivers/pci/Makefile | 2 + drivers/pci/iov.c | 555 ++++++++++++++++++++++++++++++++++++++++++++++ drivers/pci/pci.c | 14 +- drivers/pci/pci.h | 44 ++++ drivers/pci/probe.c | 5 + include/linux/pci.h | 28 +++ include/linux/pci_regs.h | 20 ++ 8 files changed, 677 insertions(+), 1 deletions(-) create mode 100644 drivers/pci/iov.c diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index f43cc46..0a1fe01 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -57,3 +57,13 @@ config PCI_ARI default n help T...
2011 Nov 22
2
[PATCHv3 RFC] virtio-pci: flexible configuration layout
...it core changes out Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/virtio/Kconfig | 22 +++++ drivers/virtio/virtio_pci.c | 203 ++++++++++++++++++++++++++++++++++++++++--- include/asm-generic/io.h | 4 + include/asm-generic/iomap.h | 11 +++ include/linux/pci_regs.h | 4 + include/linux/virtio_pci.h | 41 +++++++++ lib/iomap.c | 41 ++++++++- 7 files changed, 307 insertions(+), 19 deletions(-) diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 816ed08..465245e 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virt...