<?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 Re: gpio_request Fails in linux 4.14.98 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/gpio-request-Fails-in-linux-4-14-98/m-p/959692#M143235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yashavantha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to add #include &amp;lt;linux/gpio.h&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2019 23:16:54 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-10-09T23:16:54Z</dc:date>
    <item>
      <title>gpio_request Fails in linux 4.14.98</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gpio-request-Fails-in-linux-4-14-98/m-p/959691#M143234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Linux 4.14.98 Ga release source.&lt;/P&gt;&lt;P&gt;Here when I tried to requets a gpio in 'arch/arm/mach-imx/mach-imx6q.c', it fails with&amp;nbsp;EPROBE_DEFER (517) error.&lt;/P&gt;&lt;P&gt;But able to export same gpio using SYSFS using "echo * &amp;gt; /sys/class/gpio/export" command.&lt;/P&gt;&lt;P&gt;Why it is not able to access it in mach-imx6q.c file? is there any driver dependency?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Yashavantha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2019 10:50:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gpio-request-Fails-in-linux-4-14-98/m-p/959691#M143234</guid>
      <dc:creator>yashavantha_yas</dc:creator>
      <dc:date>2019-10-09T10:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: gpio_request Fails in linux 4.14.98</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gpio-request-Fails-in-linux-4-14-98/m-p/959692#M143235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yashavantha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to add #include &amp;lt;linux/gpio.h&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2019 23:16:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gpio-request-Fails-in-linux-4-14-98/m-p/959692#M143235</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-10-09T23:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: gpio_request Fails in linux 4.14.98</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gpio-request-Fails-in-linux-4-14-98/m-p/959693#M143236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;I have already included above file.&lt;/P&gt;&lt;P&gt;Also gpio request works fine if the same section is added in 'drivers/gpio/gpio-mxc.c' file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Yashavantha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 06:01:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gpio-request-Fails-in-linux-4-14-98/m-p/959693#M143236</guid>
      <dc:creator>yashavantha_yas</dc:creator>
      <dc:date>2019-10-10T06:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: gpio_request Fails in linux 4.14.98</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gpio-request-Fails-in-linux-4-14-98/m-p/959694#M143237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yashavantha&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;one can try to debug it using AN4553 Using Open Source Debugging Tools&lt;/P&gt;&lt;P&gt;for Linux on i.MX Processors&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN4553.pdf" target="test_blank"&gt;https://www.nxp.com/docs/en/application-note/AN4553.pdf&lt;/A&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 07:55:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gpio-request-Fails-in-linux-4-14-98/m-p/959694#M143237</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-10-10T07:55:18Z</dc:date>
    </item>
  </channel>
</rss>

