<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/mtd, branch v2018.09-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/mtd?h=v2018.09-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/mtd?h=v2018.09-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2018-07-24T23:47:52Z</updated>
<entry>
<title>mtd: nand: denali: correct buffer alignment for DMA transfer</title>
<updated>2018-07-24T23:47:52Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2018-07-19T01:13:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4a610fada193057c97c1b23016ef119f98459b22'/>
<id>urn:sha1:4a610fada193057c97c1b23016ef119f98459b22</id>
<content type='text'>
The NAND framework makes sure to pass in the buffer with at least
chip-&gt;buf_align alignment.  Currently, the Denali NAND driver only
requests 16 byte alignment.  This causes unaligned cache operations
for the DMA transfer.

[Error Example]

=&gt; nand read 81000010 0 1000

NAND read: device 0 offset 0x0, size 0x1000
CACHE: Misaligned operation at range [81000010, 81001010]
CACHE: Misaligned operation at range [81000010, 81001010]
CACHE: Misaligned operation at range [81000010, 81001010]
CACHE: Misaligned operation at range [81000010, 81001010]
 4096 bytes read: OK

Reported-by: Marek Vasut &lt;marex@denx.de&gt;
Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-imx</title>
<updated>2018-07-23T17:37:42Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2018-07-23T14:51:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f0306a145b3234ae4bd3b46f2567b6f1ad7b8f4f'/>
<id>urn:sha1:f0306a145b3234ae4bd3b46f2567b6f1ad7b8f4f</id>
<content type='text'>
trini: Update colibri-imx6ull to use Kconfig for mtdparts related
options.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>mtd: nand: mxs_nand: add device tree support for i.MX 6</title>
<updated>2018-07-23T08:12:00Z</updated>
<author>
<name>Stefan Agner</name>
<email>stefan.agner@toradex.com</email>
</author>
<published>2018-05-30T17:01:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c7f367bc8d6b1b5da79aa430c4449c9f505b9577'/>
<id>urn:sha1:c7f367bc8d6b1b5da79aa430c4449c9f505b9577</id>
<content type='text'>
Support i.MX 6 NAND GPMI driver data from device tree.

Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_MTD_PARTITIONS et al to Kconfig</title>
<updated>2018-07-22T23:20:17Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2018-07-08T03:18:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9c5b00973bceb7c0192bd6b03672d69b092700b4'/>
<id>urn:sha1:9c5b00973bceb7c0192bd6b03672d69b092700b4</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_MTD_PARTITIONS
   CONFIG_MTD_DEVICE

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_NAND_DAVINCI to Kconfig</title>
<updated>2018-07-22T02:26:56Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2018-07-08T11:43:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=eba7f1ff6c9836931f0ce2812182190862e38b5f'/>
<id>urn:sha1:eba7f1ff6c9836931f0ce2812182190862e38b5f</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_NAND_DAVINCI

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_NAND_ATMEL to Kconfig</title>
<updated>2018-07-22T02:26:28Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2018-07-08T13:11:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e7db856bf96213ba3f6b716be9fa264e184f74e2'/>
<id>urn:sha1:e7db856bf96213ba3f6b716be9fa264e184f74e2</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_NAND_ATMEL

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert CONFIG_NAND_LPC32XX_SLC to Kconfig</title>
<updated>2018-07-22T02:26:25Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2018-07-08T11:18:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d294335e5d51aa83b6dd57db85c3251e9a92349e'/>
<id>urn:sha1:d294335e5d51aa83b6dd57db85c3251e9a92349e</id>
<content type='text'>
This converts the following to Kconfig:
   CONFIG_NAND_LPC32XX_SLC

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>sf: add paired dev info for winbond w25q16jv</title>
<updated>2018-07-16T08:47:13Z</updated>
<author>
<name>Ludwig Zenz</name>
<email>lzenz@dh-electronics.de</email>
</author>
<published>2018-07-05T07:27:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=51b2411946e5f247f26fde41a7227a002270d376'/>
<id>urn:sha1:51b2411946e5f247f26fde41a7227a002270d376</id>
<content type='text'>
This commit adds paired dev info for winbond w25q16jv
(tested w25q16jvssiq with a i.mx6 board)

Signed-off-by: Ludwig Zenz &lt;lzenz@dh-electronics.de&gt;
Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;
</content>
</entry>
<entry>
<title>sf: add Macronix mx25l1633e entry</title>
<updated>2018-07-16T08:44:42Z</updated>
<author>
<name>Ludwig Zenz</name>
<email>lzenz@dh-electronics.de</email>
</author>
<published>2018-07-05T07:27:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=70cff76c38a7051992e399f35e1571f24efbfded'/>
<id>urn:sha1:70cff76c38a7051992e399f35e1571f24efbfded</id>
<content type='text'>
Add support for the Macronix mx25l1633e nor flash. (Tested on a imx6 board)

Signed-off-by: Ludwig Zenz &lt;lzenz@dh-electronics.de&gt;
Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;
</content>
</entry>
<entry>
<title>sf: add Gigadevice gd25q16c entry</title>
<updated>2018-07-16T08:44:42Z</updated>
<author>
<name>Ludwig Zenz</name>
<email>lzenz@dh-electronics.de</email>
</author>
<published>2018-07-05T07:27:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b1360e2fc9b45650e1744138702dc6938962d608'/>
<id>urn:sha1:b1360e2fc9b45650e1744138702dc6938962d608</id>
<content type='text'>
Add support for the Gigadevice gd25q16c nor flash. (Tested on a imx6 board)

Signed-off-by: Ludwig Zenz &lt;lzenz@dh-electronics.de&gt;
Reviewed-by: Jagan Teki &lt;jagan@openedev.com&gt;
</content>
</entry>
</feed>
