<?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 usdhc1 card remove is not detected in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/usdhc1-card-remove-is-not-detected/m-p/756819#M117709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using iMX6ul usdhc1 to connect to WLAN module. In my device tree file, usdhc1 is configured as removable as below:&lt;/P&gt;&lt;P&gt;&amp;amp;usdhc1 {&lt;BR /&gt; pinctrl-names = "default";&lt;BR /&gt; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_usdhc1&amp;gt;;&lt;BR /&gt; keep-power-in-suspend;&lt;BR /&gt; enable-sdio-wakeup;&lt;BR /&gt; status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;and my defconfig looks like below:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;#&lt;BR /&gt;# MMC/SD/SDIO Host Controller Drivers&lt;BR /&gt;#&lt;BR /&gt;CONFIG_MMC_SDHCI=y&lt;BR /&gt;CONFIG_MMC_SDHCI_PLTFM=y&lt;BR /&gt;CONFIG_MMC_SDHCI_ESDHC_IMX=y&lt;/P&gt;&lt;P&gt;I am facing problem when I am switching off wlan module, MMC driver is not detecting as "card removed"&lt;BR /&gt;Usually I should expect event like:&lt;/P&gt;&lt;P&gt;[223923.940000] mmc0: card 0001 removed&lt;/P&gt;&lt;P&gt;And then, when I switch on wlan I should expect event like below:&lt;/P&gt;&lt;P&gt;[223924.060000] mmc0: new high speed SDIO card at address 0001&lt;/P&gt;&lt;P&gt;Which is not happenning, And wlan host driver can not comunicate with wlan module any more after that.&lt;BR /&gt;Please let me know, if I am missing anything? or what needs to be done here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2018 15:46:48 GMT</pubDate>
    <dc:creator>chayanbiswas</dc:creator>
    <dc:date>2018-05-15T15:46:48Z</dc:date>
    <item>
      <title>usdhc1 card remove is not detected</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/usdhc1-card-remove-is-not-detected/m-p/756819#M117709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using iMX6ul usdhc1 to connect to WLAN module. In my device tree file, usdhc1 is configured as removable as below:&lt;/P&gt;&lt;P&gt;&amp;amp;usdhc1 {&lt;BR /&gt; pinctrl-names = "default";&lt;BR /&gt; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_usdhc1&amp;gt;;&lt;BR /&gt; keep-power-in-suspend;&lt;BR /&gt; enable-sdio-wakeup;&lt;BR /&gt; status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;and my defconfig looks like below:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;#&lt;BR /&gt;# MMC/SD/SDIO Host Controller Drivers&lt;BR /&gt;#&lt;BR /&gt;CONFIG_MMC_SDHCI=y&lt;BR /&gt;CONFIG_MMC_SDHCI_PLTFM=y&lt;BR /&gt;CONFIG_MMC_SDHCI_ESDHC_IMX=y&lt;/P&gt;&lt;P&gt;I am facing problem when I am switching off wlan module, MMC driver is not detecting as "card removed"&lt;BR /&gt;Usually I should expect event like:&lt;/P&gt;&lt;P&gt;[223923.940000] mmc0: card 0001 removed&lt;/P&gt;&lt;P&gt;And then, when I switch on wlan I should expect event like below:&lt;/P&gt;&lt;P&gt;[223924.060000] mmc0: new high speed SDIO card at address 0001&lt;/P&gt;&lt;P&gt;Which is not happenning, And wlan host driver can not comunicate with wlan module any more after that.&lt;BR /&gt;Please let me know, if I am missing anything? or what needs to be done here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 15:46:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/usdhc1-card-remove-is-not-detected/m-p/756819#M117709</guid>
      <dc:creator>chayanbiswas</dc:creator>
      <dc:date>2018-05-15T15:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: usdhc1 card remove is not detected</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/usdhc1-card-remove-is-not-detected/m-p/756820#M117710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi CHAYAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for card detection options one can check&lt;/P&gt;&lt;P&gt;sect.32.2.3 Devicetree Binding attached Linux Manual.&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>Thu, 17 May 2018 12:58:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/usdhc1-card-remove-is-not-detected/m-p/756820#M117710</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-05-17T12:58:16Z</dc:date>
    </item>
  </channel>
</rss>

