<?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 open spidev on imx28 platform?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251509#M23057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes now I got the spidev1.0,2.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but unable to pass the spidev test function , unable to transfer:invalid argument&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using 2.6.35.3 kernel linux&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any patch?/ solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Mar 2020 18:01:35 GMT</pubDate>
    <dc:creator>shashikanthirem</dc:creator>
    <dc:date>2020-03-21T18:01:35Z</dc:date>
    <item>
      <title>how open spidev on imx28 platform?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251502#M23050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I developing on imx28 platform. I'm using ltib version is &lt;STRONG&gt;L2.6.35_10.12.01&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;I did my effort to open &lt;STRONG&gt;spidev&lt;/STRONG&gt; I did study on this community. But in my case not opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I modify the name to &lt;SPAN style="color: #ff0000;"&gt;spidev&lt;/SPAN&gt; my code mx28evk.c in /arch/arm/mach-mx28 directory&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;static struct spi_board_info spi_board_info[] __initdata = {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;#if defined(CONFIG_MTD_M25P80) || defined(CONFIG_MTD_M25P80_MODULE)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; /* the modalias must be the same as spi device driver name */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&amp;nbsp; .modalias = "&lt;SPAN style="color: #ff0000;"&gt;spidev&lt;/SPAN&gt;", /* Name of spi_driver for this device */&lt;BR /&gt;&lt;/SPAN&gt;&amp;nbsp; .max_speed_hz = 20000000,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* max spi clock (SCK) speed in HZ */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; .bus_num = 1, /* Framework bus number */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; .chip_select = 0, /* Framework chip select. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; .platform_data = &amp;amp;mx28_spi_flash_data,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; },&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;#endif&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;};&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;configuration of spi is&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;./config/platform/imx/imx28evk_defconfig.dev:1053:CONFIG_SPI_SPIDEV=m&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;in terminal of my device&lt;BR /&gt;&lt;SPAN style="color: #3366ff; font-size: 8pt; font-family: 'courier new', courier;"&gt;root@freescale /module_test$ cat /sys/bus/spi/devices/spi1.0/modalias&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff; font-size: 8pt; font-family: 'courier new', courier;"&gt;spidev&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;my application try open "&lt;STRONG&gt;/dev/spidev1.0&lt;/STRONG&gt;" &lt;BR /&gt;error return is &lt;SPAN style="color: #3366ff;"&gt;can't open spidev device,(-1),(No such file or directory)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Who can tell me how open it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 08:39:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251502#M23050</guid>
      <dc:creator>yongkimin</dc:creator>
      <dc:date>2013-12-09T08:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: how open spidev on imx28 platform?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251503#M23051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved it I hope this help to others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;check the configuration (I recommend it should be &lt;SPAN style="color: #ff0000;"&gt;y&lt;/SPAN&gt; not &lt;SPAN style="color: #3366ff;"&gt;m&lt;/SPAN&gt;)&lt;BR /&gt;&lt;SPAN style="font-family: Consolas; font-size: 9pt; line-height: 1.5em;"&gt;SPI support – CONFIG_SPI=y&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="FR" style="font-size: 9pt; font-family: Consolas;"&gt;Freescale MXS SPI controller – CONFIG_SPI_MXS=y&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="FR" style="font-size: 9pt; font-family: Consolas;"&gt;User mode SPI device driver support – CONFIG_SPI_SPIDEV=y&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;check also the configuration in &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 돋움체;"&gt;/rpm/BUILD/linux/arch/arm/config/&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;change the &lt;STRONG&gt;spi_board_info&lt;/STRONG&gt; in mx28evk.c&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;static struct spi_board_info spi_devboard_info[] __initdata = {&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;#if defined(CONFIG_SPI_MXS) || defined(CONFIG_SPI_MXS_MODULE)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; /* the modalias must be the same as spi device driver name */&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; .modalias = "&lt;SPAN style="color: #ff0000;"&gt;spidev&lt;/SPAN&gt;", /* Name of spi_driver for this device */&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; .max_speed_hz = 20000000,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* max spi clock (SCK) speed in HZ */&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; .bus_num = 1, /* Framework bus number */&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; .chip_select = 0, /* Framework chip select. */&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; .mode = SPI_MODE_0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; },&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;#endif&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;static void spi_device_init(void)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;#if 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; spi_register_board_info(spi_board_info, ARRAY_SIZE(spi_board_info));&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;#else&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; spi_register_board_info(spi_devboard_info, ARRAY_SIZE(spi_devboard_info));&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; printk(KERN_INFO "register (spi_devboard_info) \n");&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;#endif&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;after update uImage rebuilt check if spidev_init log you add it.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after update of uImage I can see the /dev/spidev1.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="FR" style="font-size: 9pt; font-family: Consolas;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="FR" style="font-size: 9pt; font-family: Consolas;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN lang="FR" style="font-size: 9.0pt; font-family: Consolas;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 02:36:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251503#M23051</guid>
      <dc:creator>yongkimin</dc:creator>
      <dc:date>2013-12-12T02:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: how open spidev on imx28 platform?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251504#M23052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Min&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your helpful information about this desicussion.&lt;/P&gt;&lt;P&gt;Now I have the same problem with imx28.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have found the /dev/spidev1.0 by your work.&lt;/P&gt;&lt;P&gt;Now there is no spi device on the imx28, so I think test spidev by using mxc_spi_test.out could failed.&lt;/P&gt;&lt;P&gt;----------------------------------&lt;/P&gt;&lt;P&gt;root@freescale /unit_tests$ ./mxc_spi_test1.out -D 0 -s 1000000 -b 8 E6E0&lt;/P&gt;&lt;P&gt;Execute data transfer test: 0 4 E6E0&lt;/P&gt;&lt;P&gt;spi mode: 0&lt;/P&gt;&lt;P&gt;bits per word: 8&lt;/P&gt;&lt;P&gt;max speed: 1000000 Hz (1000 KHz)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Failed transferring data: 22&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 05:12:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251504#M23052</guid>
      <dc:creator>tongchunyang</dc:creator>
      <dc:date>2014-02-10T05:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: how open spidev on imx28 platform?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251505#M23053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Tong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know "mxc_spi_test1.out" pls understand me. I did test with &lt;STRONG&gt;spidev_test.c&lt;/STRONG&gt; in /document/spi directory.&lt;/P&gt;&lt;P&gt;You can understand that. My application use that and works is good. If your HW is have no problem then you get good result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 06:07:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251505#M23053</guid>
      <dc:creator>yongkimin</dc:creator>
      <dc:date>2014-02-10T06:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: how open spidev on imx28 platform?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251506#M23054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Min&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;I am confirming my problem now. Need to connect another device to test I think...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again:smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 06:12:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251506#M23054</guid>
      <dc:creator>tongchunyang</dc:creator>
      <dc:date>2014-02-10T06:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: how open spidev on imx28 platform?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251507#M23055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Min,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the same as you did, but without successful. &lt;/P&gt;&lt;P&gt;I have the same configuration in kernelconfig file, &lt;SPAN style="color: #3d3d3d; font-family: Consolas; font-size: 11.818181991577148px; line-height: 1.5em;"&gt;but in the file from &lt;SPAN style="color: #3d3d3d; font-family: 돋움체; font-size: 11.818181991577148px;"&gt;linux/arch/arm/config/&lt;/SPAN&gt; CONFIG_SPI_MXS=m. I don`t know if this is the issue or not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Consolas; font-size: 11.818181991577148px; line-height: 1.5em;"&gt;Have you installed some special patches for spidev for imx28.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Consolas; font-size: 11.818181991577148px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Consolas; font-size: 11.818181991577148px; line-height: 1.5em;"&gt;I am using TQMA28 module and I want to enable and to use the SSP2. The module has on it imx287.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Consolas; font-size: 11.818181991577148px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Consolas; font-size: 11.818181991577148px; line-height: 1.5em;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Consolas; font-size: 11.818181991577148px; line-height: 1.5em;"&gt; Monica &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 14:23:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251507#M23055</guid>
      <dc:creator>monicachiosa</dc:creator>
      <dc:date>2014-08-14T14:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: how open spidev on imx28 platform?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251508#M23056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello suppose if you have two SPI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSP1_SS0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;SSP2_SS1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;SPAN&gt;SSP2_SS3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;how you will create three spidev1.0 ,&amp;nbsp;spidev2.1, and&amp;nbsp;spidev2.3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Only one am able to create&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2020 08:47:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251508#M23056</guid>
      <dc:creator>shashikanthirem</dc:creator>
      <dc:date>2020-03-16T08:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: how open spidev on imx28 platform?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251509#M23057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes now I got the spidev1.0,2.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but unable to pass the spidev test function , unable to transfer:invalid argument&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using 2.6.35.3 kernel linux&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any patch?/ solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Mar 2020 18:01:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251509#M23057</guid>
      <dc:creator>shashikanthirem</dc:creator>
      <dc:date>2020-03-21T18:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: how open spidev on imx28 platform?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251510#M23058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I got the spidev1.0,2.0&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;but unable to pass the spidev test function , unable to transfer:invalid argument -22&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I am using 2.6.35.3 kernel linux&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Can you tell me where to debug&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Mar 2020 23:35:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-open-spidev-on-imx28-platform/m-p/251510#M23058</guid>
      <dc:creator>shashikanthirem</dc:creator>
      <dc:date>2020-03-22T23:35:10Z</dc:date>
    </item>
  </channel>
</rss>

