<?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: How do I remove SPI chip select to clock delay in IMX6UL?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-do-I-remove-SPI-chip-select-to-clock-delay-in-IMX6UL/m-p/773138#M120040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor&amp;nbsp;&lt;/P&gt;&lt;P&gt;The patch could not implement the 3rd change, I don't know if I missed something, I use Yocto to build the system, and just added the .diff file to my kernel.bbappend file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the 2 first changes but that did not seem to do anything to the timing from SS to CLK signal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2018 11:59:07 GMT</pubDate>
    <dc:creator>anderslorentzen</dc:creator>
    <dc:date>2018-04-09T11:59:07Z</dc:date>
    <item>
      <title>How do I remove SPI chip select to clock delay in IMX6UL?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-do-I-remove-SPI-chip-select-to-clock-delay-in-IMX6UL/m-p/773136#M120038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I keep getting a delay of 20us - 50us, when the SS is set low, to the clock and data transfer begins on the SPI ports on the imx6ul. I run a&amp;nbsp;linux system on the chip with kernel version 4.9. There does not seem to be any correlation between the frequency and and the delay. Is there somewhere in the SPI driver, that I can change the parameter so this does not happen?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See pictures for clarification, the blue is the SS pin, the yellow is CLK and purple is MOSI.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17490iAA8CC9A13A0C46D8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/17580iC1E605DC6637514A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 13:10:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-do-I-remove-SPI-chip-select-to-clock-delay-in-IMX6UL/m-p/773136#M120038</guid>
      <dc:creator>anderslorentzen</dc:creator>
      <dc:date>2018-04-06T13:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove SPI chip select to clock delay in IMX6UL?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-do-I-remove-SPI-chip-select-to-clock-delay-in-IMX6UL/m-p/773137#M120039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anders&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try patch changing "gpio" spi chip selects to spi native chip selects&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/spi/spi-imx.c?id=881a0b993e9f065cbb3673c94c395fa1de24bdcc" title="https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/drivers/spi/spi-imx.c?id=881a0b993e9f065cbb3673c94c395fa1de24bdcc"&gt;kernel/git/next/linux-next.git - The linux-next integration testing tree&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>Fri, 06 Apr 2018 23:05:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-do-I-remove-SPI-chip-select-to-clock-delay-in-IMX6UL/m-p/773137#M120039</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-04-06T23:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove SPI chip select to clock delay in IMX6UL?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-do-I-remove-SPI-chip-select-to-clock-delay-in-IMX6UL/m-p/773138#M120040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor&amp;nbsp;&lt;/P&gt;&lt;P&gt;The patch could not implement the 3rd change, I don't know if I missed something, I use Yocto to build the system, and just added the .diff file to my kernel.bbappend file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the 2 first changes but that did not seem to do anything to the timing from SS to CLK signal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 11:59:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-do-I-remove-SPI-chip-select-to-clock-delay-in-IMX6UL/m-p/773138#M120040</guid>
      <dc:creator>anderslorentzen</dc:creator>
      <dc:date>2018-04-09T11:59:07Z</dc:date>
    </item>
  </channel>
</rss>

