commit | b5ad9739df66cd0f137a5c33a3b66f405a46f091 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Tue Mar 16 09:29:37 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jan 07 10:47:27 2022 -0500 |
tree | a20be275da9801c83001bdd7f1270a12217c6195 | |
parent | b5fecc5ff8bdf349d57776f14c493c8d42012a99 [diff] |
drivers/pcie: Add a marco for fixed or MSI IRQ This is meant to be called by drivers on PCIe BUS with a fixed (from DTS) IRQ or an MSI one. I.e.: all drivers without a runtime IRQ detection/allocation. The arch-specific macro is required to be implemented relevantly. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>