Searched hist:"62 a593022c32380d040303a5e3d6b67fd9c415bc" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/hwtracing/intel_th/ |
H A D | acpi.c | diff 62a593022c32380d040303a5e3d6b67fd9c415bc Fri May 03 03:44:39 CDT 2019 Alexander Shishkin <alexander.shishkin@linux.intel.com> intel_th: Communicate IRQ via resource
Currently, the IRQ is passed between the glue layers and the core as a separate argument, while the MMIO resources are passed as resources. This also limits the number of IRQs thus used to one, while the current versions of Intel TH use a different MSI vector for each interrupt triggering event, of which there are 7.
Change this to pass IRQ in the resources array.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | intel_th.h | diff 62a593022c32380d040303a5e3d6b67fd9c415bc Fri May 03 03:44:39 CDT 2019 Alexander Shishkin <alexander.shishkin@linux.intel.com> intel_th: Communicate IRQ via resource
Currently, the IRQ is passed between the glue layers and the core as a separate argument, while the MMIO resources are passed as resources. This also limits the number of IRQs thus used to one, while the current versions of Intel TH use a different MSI vector for each interrupt triggering event, of which there are 7.
Change this to pass IRQ in the resources array.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | core.c | diff 62a593022c32380d040303a5e3d6b67fd9c415bc Fri May 03 03:44:39 CDT 2019 Alexander Shishkin <alexander.shishkin@linux.intel.com> intel_th: Communicate IRQ via resource
Currently, the IRQ is passed between the glue layers and the core as a separate argument, while the MMIO resources are passed as resources. This also limits the number of IRQs thus used to one, while the current versions of Intel TH use a different MSI vector for each interrupt triggering event, of which there are 7.
Change this to pass IRQ in the resources array.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
H A D | pci.c | diff 62a593022c32380d040303a5e3d6b67fd9c415bc Fri May 03 03:44:39 CDT 2019 Alexander Shishkin <alexander.shishkin@linux.intel.com> intel_th: Communicate IRQ via resource
Currently, the IRQ is passed between the glue layers and the core as a separate argument, while the MMIO resources are passed as resources. This also limits the number of IRQs thus used to one, while the current versions of Intel TH use a different MSI vector for each interrupt triggering event, of which there are 7.
Change this to pass IRQ in the resources array.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|