<?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>i.MX ProcessorsのトピックRe: USB as Wake Source</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/USB-as-Wake-Source/m-p/1032002#M152363</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;With the latest kernel also I am facing the similar issue.&lt;/P&gt;&lt;P&gt;My host controller is USB2 and I am using cdns driver which is for USB3. Whether I need to add or delete some configuration to work.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharmila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Nov 2019 05:51:49 GMT</pubDate>
    <dc:creator>sharmila_devada</dc:creator>
    <dc:date>2019-11-14T05:51:49Z</dc:date>
    <item>
      <title>USB as Wake Source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-as-Wake-Source/m-p/1032000#M152361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In our custom board, we have one USB port (usbotg3 in dts)&amp;nbsp; which is Directly connected to LTE module. CDNS host controller used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are the test scenario followed for system wakeup using USB test&lt;/P&gt;&lt;P&gt;1.Make USB (Directly connected to LTE module.CDNS host controller used) as Wake source. &lt;BR /&gt;2.Suspend the device using mem command&lt;BR /&gt;3.Send SMS to the SIM mounted on LTE module.&lt;BR /&gt;4.System is not waking up.&lt;BR /&gt;5.Wakeup the system using serial &lt;BR /&gt;6.Suspend the device using mem command (without rebooting the board)&lt;BR /&gt;7.Send SMS to the SIM mounted on LTE module.&lt;BR /&gt;8.System is waking up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From above test scenario we are able to conclude that system wakeup is happening using USB as wakeup source only in the second suspend - resume attempt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After digging into the cdns driver code, I got hint that when I am giving first time suspend, cdns3_irq function is getting called and it is executing the code which is&amp;nbsp; inside the cdns-&amp;gt;in_lpm check. For second suspend (without rebooting the board) it is not going inside the cdns3_irq function when i give suspend command and when SMS comes system is able to wake up and I am able to see the cdns3_irq function getting called in resume time.&lt;/P&gt;&lt;P&gt;Please provide some input&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharmila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 14:22:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-as-Wake-Source/m-p/1032000#M152361</guid>
      <dc:creator>sharmila_devada</dc:creator>
      <dc:date>2019-11-11T14:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: USB as Wake Source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-as-Wake-Source/m-p/1032001#M152362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharmila&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try with latest L4.19.35 kernel&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.19.35_1.0.0" title="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.19.35_1.0.0"&gt;linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;questions for usb cadence cdns driver code may be posted on linux-usb mail list&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://vger.kernel.org/vger-lists.html#linux-usb" title="http://vger.kernel.org/vger-lists.html#linux-usb"&gt;Majordomo Lists at VGER.KERNEL.ORG&lt;/A&gt;&amp;nbsp;&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>Tue, 12 Nov 2019 23:02:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-as-Wake-Source/m-p/1032001#M152362</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-11-12T23:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: USB as Wake Source</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-as-Wake-Source/m-p/1032002#M152363</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;With the latest kernel also I am facing the similar issue.&lt;/P&gt;&lt;P&gt;My host controller is USB2 and I am using cdns driver which is for USB3. Whether I need to add or delete some configuration to work.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharmila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2019 05:51:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-as-Wake-Source/m-p/1032002#M152363</guid>
      <dc:creator>sharmila_devada</dc:creator>
      <dc:date>2019-11-14T05:51:49Z</dc:date>
    </item>
  </channel>
</rss>

