<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic PCIe legacy IRQ in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/PCIe-legacy-IRQ/m-p/283047#M32961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I get some trouble with the PCIe on the phyflex board for imx6.&lt;/P&gt;&lt;P&gt;The main problem is that the IMX6 doesn’t catch &lt;SPAN class="st"&gt;PCIe INTx&lt;STRONG&gt; &lt;/STRONG&gt;interrupt&lt;/SPAN&gt;s&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The driver requests the IRQ 155.&lt;/P&gt;&lt;P&gt;Is there something else to do to enable interrupts than a simple "request_irq"?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any suggestion is welcome.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2014 16:14:51 GMT</pubDate>
    <dc:creator>nathangouhier</dc:creator>
    <dc:date>2014-03-07T16:14:51Z</dc:date>
    <item>
      <title>PCIe legacy IRQ</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCIe-legacy-IRQ/m-p/283047#M32961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I get some trouble with the PCIe on the phyflex board for imx6.&lt;/P&gt;&lt;P&gt;The main problem is that the IMX6 doesn’t catch &lt;SPAN class="st"&gt;PCIe INTx&lt;STRONG&gt; &lt;/STRONG&gt;interrupt&lt;/SPAN&gt;s&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The driver requests the IRQ 155.&lt;/P&gt;&lt;P&gt;Is there something else to do to enable interrupts than a simple "request_irq"?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any suggestion is welcome.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 16:14:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCIe-legacy-IRQ/m-p/283047#M32961</guid>
      <dc:creator>nathangouhier</dc:creator>
      <dc:date>2014-03-07T16:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: PCIe legacy IRQ</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCIe-legacy-IRQ/m-p/283048#M32962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: arial; font-size: 18px;"&gt;Are your problem&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: arial; font-size: 18px;"&gt; solved？&lt;SPAN style="color: #333333; font-family: arial; font-size: 18px;"&gt;We&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: arial; font-size: 18px;"&gt; also encountered problems&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: arial; font-size: 18px;"&gt; using imx6&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: arial; font-size: 18px;"&gt; RC &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: arial; font-size: 18px;"&gt;mode&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 05:16:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCIe-legacy-IRQ/m-p/283048#M32962</guid>
      <dc:creator>zhangxin</dc:creator>
      <dc:date>2014-09-11T05:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: PCIe legacy IRQ</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/PCIe-legacy-IRQ/m-p/283049#M32963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is anyone else seeing this? &amp;nbsp;I am running the Linux 4.9.0-rc3 kernel with the included ath9k wireless pcie device driver. &amp;nbsp;I never see the device driver interupt handler called (ath_isr()). &amp;nbsp;The interrupt is requested with:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;request_irq(pdev-&amp;gt;irq, ath_isr, IRQF_SHARED, "ath9k", sc); &amp;nbsp;// With pdev-&amp;gt;irq == 321.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/proc/interrupts shows the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; CPU0&lt;BR /&gt; 16: 2607 GIC-0 29 Edge twd&lt;BR /&gt; 17: 0 GPC 55 Level i.MX Timer Tick&lt;BR /&gt; 20: 0 GPC 120 Level mx6-pcie-msi&lt;BR /&gt; 42: 0 GPC 81 Level 20c0000.wdog&lt;BR /&gt; 43: 0 GPC 49 Level imx_thermal&lt;BR /&gt; 48: 0 GPC 19 Level rtc alarm&lt;BR /&gt; 53: 8 GPC 2 Level sdma&lt;BR /&gt; 54: 1034 GPC 118 Level 2188000.ethernet&lt;BR /&gt; 55: 0 GPC 119 Level 2188000.ethernet&lt;BR /&gt; 56: 52 GPC 22 Level mmc0&lt;BR /&gt; 57: 7235 GPC 24 Level mmc1&lt;BR /&gt; 58: 144 GPC 36 Level 21a0000.i2c&lt;BR /&gt; 59: 403 GPC 37 Level 21a4000.i2c&lt;BR /&gt; 60: 458 GPC 38 Level 21a8000.i2c&lt;BR /&gt; 61: 0 GPC 35 Level 21f8000.i2c&lt;BR /&gt; 63: 1 GPC 27 Level 21e8000.serial&lt;BR /&gt; 64: 199 GPC 30 Level 21f4000.serial&lt;BR /&gt;151: 0 gpio-mxc 22 Edge msp_nInt&lt;BR /&gt;167: 15 gpio-mxc 6 Level 1-0053&lt;BR /&gt;168: 0 gpio-mxc 7 Edge tether_sense&lt;BR /&gt;171: 0 gpio-mxc 10 Edge battery_inserted&lt;BR /&gt;172: 0 gpio-mxc 11 Edge reset_button&lt;BR /&gt;208: 1 gpio-mxc 15 Level FPGA&lt;BR /&gt;213: 0 gpio-mxc 20 Edge wakeup&lt;BR /&gt;289: 0 PCI-MSI 0 Edge PCIe PME&lt;BR /&gt;321: 0 GPC 123 Level ath9k&lt;BR /&gt;Err: 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The imx6 dts file declares the pcie interrupt-map with GIC_SPI of 123.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GPC isr mask reg for interrupt 155 is clear - 0x020DC014 (0x76f6b014): 0xF63FFFFF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the Linux kernel for the imx6 support legacy interrupts? &amp;nbsp;Can someone please confirm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 12:56:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/PCIe-legacy-IRQ/m-p/283049#M32963</guid>
      <dc:creator>kenmaier</dc:creator>
      <dc:date>2017-03-16T12:56:06Z</dc:date>
    </item>
  </channel>
</rss>

