<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Linux Framebuffer fbtft with SPI DMA for Intel Edison</title>
	<atom:link href="https://hobby.farit.ru/linux-framebuffer-fbtft-with-dma-for-intel-edison/feed/" rel="self" type="application/rss+xml" />
	<link>https://hobby.farit.ru/linux-framebuffer-fbtft-with-dma-for-intel-edison/</link>
	<description></description>
	<lastBuildDate>Fri, 27 Feb 2026 07:11:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>By: Andy Shevchenko</title>
		<link>https://hobby.farit.ru/linux-framebuffer-fbtft-with-dma-for-intel-edison/#comment-57</link>
		<dc:creator><![CDATA[Andy Shevchenko]]></dc:creator>
		<pubDate>Wed, 13 May 2020 21:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://hobby.farit.ru/?p=140#comment-57</guid>
		<description><![CDATA[There were patches against MRAA for new kernel. But I recommend to use standard kernel interfaces directly. See more details on edison-fw project on GitHub.]]></description>
		<content:encoded><![CDATA[<p>There were patches against MRAA for new kernel. But I recommend to use standard kernel interfaces directly. See more details on edison-fw project on GitHub.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Shevchenko</title>
		<link>https://hobby.farit.ru/linux-framebuffer-fbtft-with-dma-for-intel-edison/#comment-56</link>
		<dc:creator><![CDATA[Andy Shevchenko]]></dc:creator>
		<pubDate>Wed, 13 May 2020 21:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://hobby.farit.ru/?p=140#comment-56</guid>
		<description><![CDATA[I have to elaborate, that coming one is for test, fbtft supported in full, I just have no hardware to confirm.]]></description>
		<content:encoded><![CDATA[<p>I have to elaborate, that coming one is for test, fbtft supported in full, I just have no hardware to confirm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Shevchenko</title>
		<link>https://hobby.farit.ru/linux-framebuffer-fbtft-with-dma-for-intel-edison/#comment-55</link>
		<dc:creator><![CDATA[Andy Shevchenko]]></dc:creator>
		<pubDate>Wed, 13 May 2020 21:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://hobby.farit.ru/?p=140#comment-55</guid>
		<description><![CDATA[It&#039;s done via ACPI GpioIo() resource in recent kernels. I recommend to look at edison-fw project on GitHub.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s done via ACPI GpioIo() resource in recent kernels. I recommend to look at edison-fw project on GitHub.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Shevchenko</title>
		<link>https://hobby.farit.ru/linux-framebuffer-fbtft-with-dma-for-intel-edison/#comment-54</link>
		<dc:creator><![CDATA[Andy Shevchenko]]></dc:creator>
		<pubDate>Wed, 13 May 2020 21:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://hobby.farit.ru/?p=140#comment-54</guid>
		<description><![CDATA[Eventually in v5.7 we will have fbtft driver which can be used from ACPI without any recompilation required! I managed to test three (ili9341, ssd1306, hx8347d) displays myself and one more is coming (ssd1331).]]></description>
		<content:encoded><![CDATA[<p>Eventually in v5.7 we will have fbtft driver which can be used from ACPI without any recompilation required! I managed to test three (ili9341, ssd1306, hx8347d) displays myself and one more is coming (ssd1331).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farit</title>
		<link>https://hobby.farit.ru/linux-framebuffer-fbtft-with-dma-for-intel-edison/#comment-17</link>
		<dc:creator><![CDATA[Farit]]></dc:creator>
		<pubDate>Mon, 22 May 2017 15:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://hobby.farit.ru/?p=140#comment-17</guid>
		<description><![CDATA[This is an older kernel.
The MRAA library may require some features that are not available in it.

You can also try this Linux 4 kernel &lt;a href=&quot;https://github.com/andy-shev/linux&quot; rel=&quot;nofollow&quot;&gt;https://github.com/andy-shev/linux&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>This is an older kernel.<br />
The MRAA library may require some features that are not available in it.</p>
<p>You can also try this Linux 4 kernel <a href="https://github.com/andy-shev/linux" rel="nofollow">https://github.com/andy-shev/linux</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Gan</title>
		<link>https://hobby.farit.ru/linux-framebuffer-fbtft-with-dma-for-intel-edison/#comment-16</link>
		<dc:creator><![CDATA[Gary Gan]]></dc:creator>
		<pubDate>Mon, 22 May 2017 10:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://hobby.farit.ru/?p=140#comment-16</guid>
		<description><![CDATA[Thanks for the patch farit! I managed to compile the kernel and get the DMA feature running. One question though, using this kernel version seemed to break the support of using mraa set GPIO? I no longer able to initialize any GPIO context.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the patch farit! I managed to compile the kernel and get the DMA feature running. One question though, using this kernel version seemed to break the support of using mraa set GPIO? I no longer able to initialize any GPIO context.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Shevchenko</title>
		<link>https://hobby.farit.ru/linux-framebuffer-fbtft-with-dma-for-intel-edison/#comment-13</link>
		<dc:creator><![CDATA[Andy Shevchenko]]></dc:creator>
		<pubDate>Mon, 02 Jan 2017 21:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://hobby.farit.ru/?p=140#comment-13</guid>
		<description><![CDATA[Today I sent contents of my branch to upstream mailing lists. Regarding to GPIO (actually it&#039;s a property of so called FLIS, i.e. pin control, IP) you need to setup pin control configuration tables in your code. The pin control driver is in upstream starting from v4.8.]]></description>
		<content:encoded><![CDATA[<p>Today I sent contents of my branch to upstream mailing lists. Regarding to GPIO (actually it&#8217;s a property of so called FLIS, i.e. pin control, IP) you need to setup pin control configuration tables in your code. The pin control driver is in upstream starting from v4.8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farit</title>
		<link>https://hobby.farit.ru/linux-framebuffer-fbtft-with-dma-for-intel-edison/#comment-12</link>
		<dc:creator><![CDATA[Farit]]></dc:creator>
		<pubDate>Tue, 20 Dec 2016 01:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://hobby.farit.ru/?p=140#comment-12</guid>
		<description><![CDATA[Yes, that would be nice.

Could you also add the GPIO pullup code in the kernel? I have one here: http://hobby.farit.ru/connecting-buttons-intel-edison/
There is a function to change the GPIO mode, but not a pullup function.
]]></description>
		<content:encoded><![CDATA[<p>Yes, that would be nice.</p>
<p>Could you also add the GPIO pullup code in the kernel? I have one here: <a href="http://hobby.farit.ru/connecting-buttons-intel-edison/" rel="nofollow">http://hobby.farit.ru/connecting-buttons-intel-edison/</a><br />
There is a function to change the GPIO mode, but not a pullup function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Shevchenko</title>
		<link>https://hobby.farit.ru/linux-framebuffer-fbtft-with-dma-for-intel-edison/#comment-11</link>
		<dc:creator><![CDATA[Andy Shevchenko]]></dc:creator>
		<pubDate>Tue, 20 Dec 2016 00:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://hobby.farit.ru/?p=140#comment-11</guid>
		<description><![CDATA[I&#039;m fixing this particular issue right now. I&#039;m about to push some stuff to my **eds** branch on GitHub to support iDMA 32-bit and enable it for SPI. Would you be interested in that? (My stuff is targeting upstream kernel, so, sooner or later we will have this code in upstream).]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m fixing this particular issue right now. I&#8217;m about to push some stuff to my **eds** branch on GitHub to support iDMA 32-bit and enable it for SPI. Would you be interested in that? (My stuff is targeting upstream kernel, so, sooner or later we will have this code in upstream).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
