<?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: Issue with mmc after resume from mem power mode in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-mmc-after-resume-from-mem-power-mode/m-p/761008#M118257</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;Sorry for the delay I was out of office for few weeks&lt;/P&gt;&lt;P&gt;So I finally run the test with official kernel from freescale (no modification at all) + imx6ull evk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working perfectly !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now on my custom board its is working also with the same kernel, device tree, rootfs etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By just adding a change in kernel configuration I have the original error.&lt;/P&gt;&lt;P&gt;On my custom board I am setting the&amp;nbsp;&lt;STRONG&gt;CONFIG_MMC_BLOCK_MINORS&lt;/STRONG&gt; to 11 instead of 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you see a reason to have the crash with this change in my kernel defconfig?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arthur.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2018 10:54:00 GMT</pubDate>
    <dc:creator>arthur_rythm</dc:creator>
    <dc:date>2018-03-01T10:54:00Z</dc:date>
    <item>
      <title>Issue with mmc after resume from mem power mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-mmc-after-resume-from-mem-power-mode/m-p/761003#M118252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a imx6ull custom board with&amp;nbsp;rel_imx_4.1.15_2.1.0_ga kernel from freescale git repository.&lt;/P&gt;&lt;P&gt;I would like to use the mem/freeze power mode on my board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to use the push button or alarm to wake up my board after calling echo mem/freeze &amp;gt; /sys/power/state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is that after the resume I get some kernel message error. I am no more able to shutdown the board properly. I tried to remove all the kernel module, remove some extra driver, etc.. Same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something to add in my kernel config to be able to work with this feature in a proper way ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Log result :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;# sync&lt;BR /&gt;# echo +10 &amp;gt; /sys/class/rtc/rtc1/wakealarm&lt;BR /&gt;# sync&lt;BR /&gt;# echo freeze &amp;gt; /sys/power/state PM: Syncing filesystems ... &lt;BR /&gt;done.&lt;BR /&gt;set_high_bus_freq begin..&lt;BR /&gt;Freezing user space processes ... (elapsed 0.001 seconds) done.&lt;BR /&gt;Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.&lt;BR /&gt;Suspending console(s) (use no_console_suspend to debug)&lt;BR /&gt;PM: suspend of devices complete after 50.131 msecs&lt;BR /&gt;PM: suspend devices took 0.051 seconds&lt;BR /&gt;PM: late suspend of devices complete after 1.349 msecs&lt;BR /&gt;PM: noirq suspend of devices complete after 1.137 msecs&lt;BR /&gt;PM: noirq resume of devices complete after 0.913 msecs&lt;BR /&gt;PM: early resume of devices complete after 0.874 msecs&lt;BR /&gt;mmc1: error -110 during resume (card was removed?)&lt;BR /&gt;PM: resume of devices complete after 293.870 msecs&lt;BR /&gt;PM: resume devices took 0.295 seconds&lt;BR /&gt;Restarting tasks ... done.&lt;BR /&gt;# &lt;BR /&gt;# &lt;BR /&gt;# sync&lt;/P&gt;&lt;P&gt;mmc1: Timeout waiting for hardware interrupt.&lt;BR /&gt;------------[ cut here ]------------&lt;BR /&gt;WARNING: CPU: 0 PID: 0 at drivers/mmc/host/sdhci.c:1008 sdhci_send_command+0xcf0/0xea0()&lt;BR /&gt;Modules linked in:&lt;BR /&gt;CPU: 0 PID: 0 Comm: swapper Not tainted 4.1.15 #2&lt;BR /&gt;Hardware name: Freescale i.MX6 Ultralite (Device Tree)&lt;BR /&gt;[&amp;lt;800144bc&amp;gt;] (unwind_backtrace) from [&amp;lt;800121ec&amp;gt;] (show_stack+0x10/0x14)&lt;BR /&gt;[&amp;lt;800121ec&amp;gt;] (show_stack) from [&amp;lt;80034444&amp;gt;] (warn_slowpath_common+0x80/0xac)&lt;BR /&gt;[&amp;lt;80034444&amp;gt;] (warn_slowpath_common) from [&amp;lt;8003450c&amp;gt;] (warn_slowpath_null+0x1c/0x24)&lt;BR /&gt;[&amp;lt;8003450c&amp;gt;] (warn_slowpath_null) from [&amp;lt;8044dfac&amp;gt;] (sdhci_send_command+0xcf0/0xea0)&lt;BR /&gt;[&amp;lt;8044dfac&amp;gt;] (sdhci_send_command) from [&amp;lt;8045043c&amp;gt;] (sdhci_timeout_timer+0x9c/0xe8)&lt;BR /&gt;[&amp;lt;8045043c&amp;gt;] (sdhci_timeout_timer) from [&amp;lt;8006ccd8&amp;gt;] (call_timer_fn+0x24/0x98)&lt;BR /&gt;[&amp;lt;8006ccd8&amp;gt;] (call_timer_fn) from [&amp;lt;8006d110&amp;gt;] (run_timer_softirq+0x214/0x2d0)&lt;BR /&gt;[&amp;lt;8006d110&amp;gt;] (run_timer_softirq) from [&amp;lt;80036dbc&amp;gt;] (__do_softirq+0xe8/0x23c)&lt;BR /&gt;[&amp;lt;80036dbc&amp;gt;] (__do_softirq) from [&amp;lt;800371b0&amp;gt;] (irq_exit+0xc0/0xfc)&lt;BR /&gt;[&amp;lt;800371b0&amp;gt;] (irq_exit) from [&amp;lt;8005f628&amp;gt;] (__handle_domain_irq+0x74/0xd8)&lt;BR /&gt;[&amp;lt;8005f628&amp;gt;] (__handle_domain_irq) from [&amp;lt;80009470&amp;gt;] (gic_handle_irq+0x24/0x54)&lt;BR /&gt;[&amp;lt;80009470&amp;gt;] (gic_handle_irq) from [&amp;lt;80012cc0&amp;gt;] (__irq_svc+0x40/0x74)&lt;BR /&gt;Exception stack(0x80913f20 to 0x80913f68)&lt;BR /&gt;3f20: 80913f68 fffffff7 034ebd3c 0000000f 02ab93b4 0000000f 8091a69c 00000000&lt;BR /&gt;3f40: 8094d598 00000000 034ebd3c 0000000f 00000017 80913f68 80072f9c 80438390&lt;BR /&gt;3f60: 60000013 ffffffff&lt;BR /&gt;[&amp;lt;80012cc0&amp;gt;] (__irq_svc) from [&amp;lt;80438390&amp;gt;] (cpuidle_enter_state+0x6c/0x190)&lt;BR /&gt;[&amp;lt;80438390&amp;gt;] (cpuidle_enter_state) from [&amp;lt;80057ce4&amp;gt;] (cpu_startup_entry+0x180/0x294)&lt;BR /&gt;[&amp;lt;80057ce4&amp;gt;] (cpu_startup_entry) from [&amp;lt;808bcbe8&amp;gt;] (start_kernel+0x338/0x344)&lt;BR /&gt;---[ end trace 22d406fca1fddfa7 ]---&lt;BR /&gt;mmcblk1: error -110 sending status command, retrying&lt;BR /&gt;mmcblk1: error -110 sending status command, retrying&lt;BR /&gt;mmcblk1: error -110 sending status command, aborting&lt;BR /&gt;blk_update_request: I/O error, dev mmcblk1, sector 642054&lt;BR /&gt;Buffer I/O error on dev mmcblk1p6, logical block 143875, lost async page write&lt;BR /&gt;mmc1: Timeout waiting for hardware interrupt.&lt;BR /&gt;------------[ cut here ]------------&lt;BR /&gt;WARNING: CPU: 0 PID: 0 at drivers/mmc/host/sdhci.c:1008 sdhci_send_command+0xcf0/0xea0()&lt;BR /&gt;Modules linked in:&lt;BR /&gt;CPU: 0 PID: 0 Comm: swapper Tainted: G W 4.1.15 #2&lt;BR /&gt;Hardware name: Freescale i.MX6 Ultralite (Device Tree)&lt;BR /&gt;[&amp;lt;800144bc&amp;gt;] (unwind_backtrace) from [&amp;lt;800121ec&amp;gt;] (show_stack+0x10/0x14)&lt;BR /&gt;[&amp;lt;800121ec&amp;gt;] (show_stack) from [&amp;lt;80034444&amp;gt;] (warn_slowpath_common+0x80/0xac)&lt;BR /&gt;[&amp;lt;80034444&amp;gt;] (warn_slowpath_common) from [&amp;lt;8003450c&amp;gt;] (warn_slowpath_null+0x1c/0x24)&lt;BR /&gt;[&amp;lt;8003450c&amp;gt;] (warn_slowpath_null) from [&amp;lt;8044dfac&amp;gt;] (sdhci_send_command+0xcf0/0xea0)&lt;BR /&gt;[&amp;lt;8044dfac&amp;gt;] (sdhci_send_command) from [&amp;lt;8045043c&amp;gt;] (sdhci_timeout_timer+0x9c/0xe8)&lt;BR /&gt;[&amp;lt;8045043c&amp;gt;] (sdhci_timeout_timer) from [&amp;lt;8006ccd8&amp;gt;] (call_timer_fn+0x24/0x98)&lt;BR /&gt;[&amp;lt;8006ccd8&amp;gt;] (call_timer_fn) from [&amp;lt;8006d110&amp;gt;] (run_timer_softirq+0x214/0x2d0)&lt;BR /&gt;[&amp;lt;8006d110&amp;gt;] (run_timer_softirq) from [&amp;lt;80036dbc&amp;gt;] (__do_softirq+0xe8/0x23c)&lt;BR /&gt;[&amp;lt;80036dbc&amp;gt;] (__do_softirq) from [&amp;lt;800371b0&amp;gt;] (irq_exit+0xc0/0xfc)&lt;BR /&gt;[&amp;lt;800371b0&amp;gt;] (irq_exit) from [&amp;lt;8005f628&amp;gt;] (__handle_domain_irq+0x74/0xd8)&lt;BR /&gt;[&amp;lt;8005f628&amp;gt;] (__handle_domain_irq) from [&amp;lt;80009470&amp;gt;] (gic_handle_irq+0x24/0x54)&lt;BR /&gt;[&amp;lt;80009470&amp;gt;] (gic_handle_irq) from [&amp;lt;80012cc0&amp;gt;] (__irq_svc+0x40/0x74)&lt;BR /&gt;Exception stack(0x80913f20 to 0x80913f68)&lt;BR /&gt;3f20: 80913f68 fffffff7 63c07925 00000011 62fdc6b2 00000011 8091a6ec 00000000&lt;BR /&gt;3f40: 8094d598 00000001 63c07925 00000011 00000017 80913f68 80072f9c 80438390&lt;BR /&gt;3f60: 60000013 ffffffff&lt;BR /&gt;[&amp;lt;80012cc0&amp;gt;] (__irq_svc) from [&amp;lt;80438390&amp;gt;] (cpuidle_enter_state+0x6c/0x190)&lt;BR /&gt;[&amp;lt;80438390&amp;gt;] (cpuidle_enter_state) from [&amp;lt;80057ce4&amp;gt;] (cpu_startup_entry+0x180/0x294)&lt;BR /&gt;[&amp;lt;80057ce4&amp;gt;] (cpu_startup_entry) from [&amp;lt;808bcbe8&amp;gt;] (start_kernel+0x338/0x344)&lt;BR /&gt;---[ end trace 22d406fca1fddfa8 ]---&lt;BR /&gt;mmcblk1: error -110 sending status command, retrying&lt;BR /&gt;mmcblk1: error -110 sending status command, retrying&lt;BR /&gt;mmcblk1: error -110 sending status command, aborting&lt;BR /&gt;blk_update_request: I/O error, dev mmcblk1, sector 5091352&lt;BR /&gt;blk_update_request: I/O error, dev mmcblk1, sector 5091360&lt;BR /&gt;EXT4-fs warning (device mmcblk1p10): ext4_end_bio:332: I/O error -5 writing to inode 36 (offset 57344 size 4096 starting block 636421)&lt;BR /&gt;Buffer I/O error on device mmcblk1p10, logical block 39939&lt;BR /&gt;Buffer I/O error on device mmcblk1p10, logical block 39940&lt;BR /&gt;mmc1: Timeout waiting for hardware interrupt.&lt;BR /&gt;------------[ cut here ]------------&lt;BR /&gt;WARNING: CPU: 0 PID: 0 at drivers/mmc/host/sdhci.c:1008 sdhci_send_command+0xcf0/0xea0()&lt;BR /&gt;Modules linked in:&lt;BR /&gt;CPU: 0 PID: 0 Comm: swapper Tainted: G W 4.1.15 #2&lt;BR /&gt;Hardware name: Freescale i.MX6 Ultralite (Device Tree)&lt;BR /&gt;[&amp;lt;800144bc&amp;gt;] (unwind_backtrace) from [&amp;lt;800121ec&amp;gt;] (show_stack+0x10/0x14)&lt;BR /&gt;[&amp;lt;800121ec&amp;gt;] (show_stack) from [&amp;lt;80034444&amp;gt;] (warn_slowpath_common+0x80/0xac)&lt;BR /&gt;[&amp;lt;80034444&amp;gt;] (warn_slowpath_common) from [&amp;lt;8003450c&amp;gt;] (warn_slowpath_null+0x1c/0x24)&lt;BR /&gt;[&amp;lt;8003450c&amp;gt;] (warn_slowpath_null) from [&amp;lt;8044dfac&amp;gt;] (sdhci_send_command+0xcf0/0xea0)&lt;BR /&gt;[&amp;lt;8044dfac&amp;gt;] (sdhci_send_command) from [&amp;lt;8045043c&amp;gt;] (sdhci_timeout_timer+0x9c/0xe8)&lt;BR /&gt;[&amp;lt;8045043c&amp;gt;] (sdhci_timeout_timer) from [&amp;lt;8006ccd8&amp;gt;] (call_timer_fn+0x24/0x98)&lt;BR /&gt;[&amp;lt;8006ccd8&amp;gt;] (call_timer_fn) from [&amp;lt;8006d110&amp;gt;] (run_timer_softirq+0x214/0x2d0)&lt;BR /&gt;[&amp;lt;8006d110&amp;gt;] (run_timer_softirq) from [&amp;lt;80036dbc&amp;gt;] (__do_softirq+0xe8/0x23c)&lt;BR /&gt;[&amp;lt;80036dbc&amp;gt;] (__do_softirq) from [&amp;lt;800371b0&amp;gt;] (irq_exit+0xc0/0xfc)&lt;BR /&gt;[&amp;lt;800371b0&amp;gt;] (irq_exit) from [&amp;lt;8005f628&amp;gt;] (__handle_domain_irq+0x74/0xd8)&lt;BR /&gt;[&amp;lt;8005f628&amp;gt;] (__handle_domain_irq) from [&amp;lt;80009470&amp;gt;] (gic_handle_irq+0x24/0x54)&lt;BR /&gt;[&amp;lt;80009470&amp;gt;] (gic_handle_irq) from [&amp;lt;80012cc0&amp;gt;] (__irq_svc+0x40/0x74)&lt;BR /&gt;Exception stack(0x80913f20 to 0x80913f68)&lt;BR /&gt;3f20: 80913f68 fffffff7 c61a77d9 00000013 bf626d1e 00000013 8091a73c 00000000&lt;BR /&gt;3f40: 8094d598 00000002 c61a77d9 00000013 00000017 80913f68 80072f9c 80438390&lt;BR /&gt;3f60: 60000013 ffffffff&lt;BR /&gt;[&amp;lt;80012cc0&amp;gt;] (__irq_svc) from [&amp;lt;80438390&amp;gt;] (cpuidle_enter_state+0x6c/0x190)&lt;BR /&gt;[&amp;lt;80438390&amp;gt;] (cpuidle_enter_state) from [&amp;lt;80057ce4&amp;gt;] (cpu_startup_entry+0x180/0x294)&lt;BR /&gt;[&amp;lt;80057ce4&amp;gt;] (cpu_startup_entry) from [&amp;lt;808bcbe8&amp;gt;] (start_kernel+0x338/0x344)&lt;BR /&gt;---[ end trace 22d406fca1fddfa9 ]---&lt;BR /&gt;mmcblk1: error -110 sending status command, retrying&lt;BR /&gt;mmcblk1: error -110 sending status command, retrying&lt;BR /&gt;mmcblk1: error -110 sending status command, aborting&lt;BR /&gt;blk_update_request: I/O error, dev mmcblk1, sector 5820496&lt;BR /&gt;blk_update_request: I/O error, dev mmcblk1, sector 5820504&lt;BR /&gt;blk_update_request: I/O error, dev mmcblk1, sector 5820512&lt;BR /&gt;blk_update_request: I/O error, dev mmcblk1, sector 5820520&lt;BR /&gt;Aborting journal on device mmcblk1p10-8.&lt;BR /&gt;mmc1: Timeout waiting for hardware interrupt.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arthur.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2017 16:53:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-mmc-after-resume-from-mem-power-mode/m-p/761003#M118252</guid>
      <dc:creator>arthur_rythm</dc:creator>
      <dc:date>2017-12-04T16:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with mmc after resume from mem power mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-mmc-after-resume-from-mem-power-mode/m-p/761004#M118253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arthur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it working with Demo Images and using sect.2.3.1.3 Unit Test&lt;/P&gt;&lt;P&gt;attached Linux Manual.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0_iMX6ULL&amp;amp;appType=license&amp;amp;location=null" title="https://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0_iMX6ULL&amp;amp;appType=license&amp;amp;location=null"&gt;https://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0_iMX6ULL&amp;amp;appType=license&amp;amp;location=null&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am afraid "freeze" power mode is not supported in nxp linux bsps.&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>Mon, 04 Dec 2017 23:09:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-mmc-after-resume-from-mem-power-mode/m-p/761004#M118253</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-12-04T23:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with mmc after resume from mem power mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-mmc-after-resume-from-mem-power-mode/m-p/761005#M118254</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;I am currently working on a custom board.&lt;/P&gt;&lt;P&gt;I tried the following test with my custom board :&lt;/P&gt;&lt;P&gt;Use the official kernel from freescale without any change :&amp;nbsp;git://git.freescale.com/imx/linux-imx.git&lt;/P&gt;&lt;P&gt;git tag :&amp;nbsp;rel_imx_4.1.15_2.1.0_ga&lt;/P&gt;&lt;P&gt;The official defconfig for imx : imx_v7_defconfig&lt;/P&gt;&lt;P&gt;device tree from mx6ull evk :&amp;nbsp;imx6ull-14x14-evk.dtb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run the test with mem and standup. Exactly the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is the right kernel source tree to use when you are talking about the demo image ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 15:33:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-mmc-after-resume-from-mem-power-mode/m-p/761005#M118254</guid>
      <dc:creator>arthur_rythm</dc:creator>
      <dc:date>2017-12-12T15:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with mmc after resume from mem power mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-mmc-after-resume-from-mem-power-mode/m-p/761006#M118255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌ Is it possible to confirm me the kernel tree, kernel config and device tree used in that manual to run the test on my board in the same condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arthur.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 14:31:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-mmc-after-resume-from-mem-power-mode/m-p/761006#M118255</guid>
      <dc:creator>arthur_rythm</dc:creator>
      <dc:date>2018-01-10T14:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with mmc after resume from mem power mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-mmc-after-resume-from-mem-power-mode/m-p/761007#M118256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Artur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://git.freescale.com/git/cgit.cgi/imx/linux-imx.git/tree/?id=rel_imx_4.1.15_2.0.0_ga&amp;amp;h=imx_4.1.15_2.0.0_ga" title="http://git.freescale.com/git/cgit.cgi/imx/linux-imx.git/tree/?id=rel_imx_4.1.15_2.0.0_ga&amp;amp;h=imx_4.1.15_2.0.0_ga"&gt;linux-imx.git - i.MX Linux Kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;imx-test&lt;BR /&gt;&lt;A href="https://community.nxp.com/www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-test-5.7.tar.gz" target="test_blank"&gt;www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-test-5.7.tar.gz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 23:47:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-mmc-after-resume-from-mem-power-mode/m-p/761007#M118256</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-01-10T23:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with mmc after resume from mem power mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-mmc-after-resume-from-mem-power-mode/m-p/761008#M118257</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;Sorry for the delay I was out of office for few weeks&lt;/P&gt;&lt;P&gt;So I finally run the test with official kernel from freescale (no modification at all) + imx6ull evk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working perfectly !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now on my custom board its is working also with the same kernel, device tree, rootfs etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By just adding a change in kernel configuration I have the original error.&lt;/P&gt;&lt;P&gt;On my custom board I am setting the&amp;nbsp;&lt;STRONG&gt;CONFIG_MMC_BLOCK_MINORS&lt;/STRONG&gt; to 11 instead of 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you see a reason to have the crash with this change in my kernel defconfig?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arthur.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 10:54:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-mmc-after-resume-from-mem-power-mode/m-p/761008#M118257</guid>
      <dc:creator>arthur_rythm</dc:creator>
      <dc:date>2018-03-01T10:54:00Z</dc:date>
    </item>
  </channel>
</rss>

