<?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: Using imx8mm-gpt driver combined question in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-imx8mm-gpt-driver-combined-question/m-p/1211187#M167703</link>
    <description>&lt;P&gt;Hello edcloudcycle,&lt;/P&gt;
&lt;P&gt;The driver is on yocto drivers/clocksource/timer-imx-gpt.c&lt;/P&gt;
&lt;P&gt;The timer module utilizes four hardware timers, to implement clock source and clock event objects.&lt;BR /&gt;This is done with the clocksource_mxc structure of struct clocksource type and clockevent_mxc structure of struct clockevent_device type. Both structures provide routines required for reading current timer values and scheduling the next timer event.&lt;/P&gt;
&lt;P&gt;The driver works well if you want to change it you can do it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jan 2021 15:14:46 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2021-01-13T15:14:46Z</dc:date>
    <item>
      <title>Using imx8mm-gpt driver combined question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-imx8mm-gpt-driver-combined-question/m-p/1210524#M167638</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/34846"&gt;@Bio_TICFSL&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/35440"&gt;@stevelongerbeam&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Could we get a better response on how to use IMX8MM GPT under Linux? Seems like we are all stuck on the same step. Driver looks present and like it should work, is there a guide somewhere for how to locate the userspace interface to the driver code?&lt;/P&gt;&lt;P&gt;Looks like this is a reasonably popular topic, questions from&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/80518"&gt;@magicarrow98&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/181542"&gt;@andyli&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/144502"&gt;@nirgeller&lt;/a&gt;&amp;nbsp;all on the same subject.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/GPT-input-Capture-in-I-MX8M-Mini/m-p/1044403" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/GPT-input-Capture-in-I-MX8M-Mini/m-p/1044403&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/GPT-on-i-MX-8M-Mini/m-p/1206969" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/GPT-on-i-MX-8M-Mini/m-p/1206969&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/imx8mm-evk-gpt-driver/m-p/1203437" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/imx8mm-evk-gpt-driver/m-p/1203437&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Kernel patch seems to be discussed here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://lore.kernel.org/linux-arm-kernel/20191027212121.GA3049@bogus/T/#m8d1f56a36543eaf2f9b8d41c99e3d57817cde024" target="_blank"&gt;https://lore.kernel.org/linux-arm-kernel/20191027212121.GA3049@bogus/T/#m8d1f56a36543eaf2f9b8d41c99e3d57817cde024&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 16:19:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-imx8mm-gpt-driver-combined-question/m-p/1210524#M167638</guid>
      <dc:creator>edcloudcycle</dc:creator>
      <dc:date>2021-01-12T16:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using imx8mm-gpt driver combined question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-imx8mm-gpt-driver-combined-question/m-p/1211187#M167703</link>
      <description>&lt;P&gt;Hello edcloudcycle,&lt;/P&gt;
&lt;P&gt;The driver is on yocto drivers/clocksource/timer-imx-gpt.c&lt;/P&gt;
&lt;P&gt;The timer module utilizes four hardware timers, to implement clock source and clock event objects.&lt;BR /&gt;This is done with the clocksource_mxc structure of struct clocksource type and clockevent_mxc structure of struct clockevent_device type. Both structures provide routines required for reading current timer values and scheduling the next timer event.&lt;/P&gt;
&lt;P&gt;The driver works well if you want to change it you can do it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 15:14:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-imx8mm-gpt-driver-combined-question/m-p/1211187#M167703</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2021-01-13T15:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using imx8mm-gpt driver combined question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-imx8mm-gpt-driver-combined-question/m-p/1211204#M167704</link>
      <description>&lt;P&gt;Thanks, that sounds like just what I want but how do I locate the user space interface for it?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 15:49:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-imx8mm-gpt-driver-combined-question/m-p/1211204#M167704</guid>
      <dc:creator>edcloudcycle</dc:creator>
      <dc:date>2021-01-13T15:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using imx8mm-gpt driver combined question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-imx8mm-gpt-driver-combined-question/m-p/1211688#M167753</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks, that sounds like just what I want but how do I locate the user space interface for it?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 10:00:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-imx8mm-gpt-driver-combined-question/m-p/1211688#M167753</guid>
      <dc:creator>edcloudcycle</dc:creator>
      <dc:date>2021-01-14T10:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using imx8mm-gpt driver combined question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-imx8mm-gpt-driver-combined-question/m-p/1211837#M167774</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37066"&gt;@igorpadykov&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/34846"&gt;@Bio_TICFSL&lt;/a&gt;, is it possible to get an answer to this?&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Ed&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 15:55:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-imx8mm-gpt-driver-combined-question/m-p/1211837#M167774</guid>
      <dc:creator>edcloudcycle</dc:creator>
      <dc:date>2021-01-14T15:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using imx8mm-gpt driver combined question</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-imx8mm-gpt-driver-combined-question/m-p/1213455#M167951</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer to the case I opened with regard to GPT on kernel 5.4.47.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/GPT-on-i-MX-8M-Mini/td-p/1206969" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/GPT-on-i-MX-8M-Mini/td-p/1206969&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I'm able to get the driver compiled and invoked, but getting the clocks fails in the init function.&lt;/P&gt;&lt;P&gt;Can you please provide support for kernel 5.4.47?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nir.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 15:43:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-imx8mm-gpt-driver-combined-question/m-p/1213455#M167951</guid>
      <dc:creator>nirgeller</dc:creator>
      <dc:date>2021-01-18T15:43:30Z</dc:date>
    </item>
  </channel>
</rss>

