<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/mtd, branch imx-android-r10.4</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>ENGR00142487 GPMI : use the platform's partition layout firstly</title>
<updated>2011-04-22T09:07:36+00:00</updated>
<author>
<name>Huang Shijie</name>
<email>b32955@freescale.com</email>
</author>
<published>2011-04-22T09:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ba1be779becfc9f06569dce4a40a06b82a32c911'/>
<id>ba1be779becfc9f06569dce4a40a06b82a32c911</id>
<content type='text'>
If the user has his own partition layout such as Android user.
We can use it in the first priority.

Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the user has his own partition layout such as Android user.
We can use it in the first priority.

Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00141299: NAND/MXC: Fix the build warning</title>
<updated>2011-03-29T07:25:55+00:00</updated>
<author>
<name>Jason Liu</name>
<email>r64343@freescale.com</email>
</author>
<published>2011-03-29T09:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=4807fda31bf5fd739ee667cf6167ed90e28a2b93'/>
<id>4807fda31bf5fd739ee667cf6167ed90e28a2b93</id>
<content type='text'>
Fix the the following build warning,
drivers/mtd/nand/mxc_nd2.h:498:7: warning: "CONFIG_ARCH_MXC_HAS_NFC_V2"

Signed-off-by: Jason Liu &lt;r64343@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the the following build warning,
drivers/mtd/nand/mxc_nd2.h:498:7: warning: "CONFIG_ARCH_MXC_HAS_NFC_V2"

Signed-off-by: Jason Liu &lt;r64343@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00140486-1 MX50 Add SPI NOR Flash on RD3</title>
<updated>2011-03-19T02:34:00+00:00</updated>
<author>
<name>Robby Cai</name>
<email>R63905@freescale.com</email>
</author>
<published>2011-03-11T03:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1e20166310bf3ca90003374787c599b9283719e6'/>
<id>1e20166310bf3ca90003374787c599b9283719e6</id>
<content type='text'>
support new chip M25P32 driver via FSL SPI interface

Signed-off-by: Robby Cai &lt;R63905@freescale.com&gt;
(cherry picked from commit fd4834656499f925b185aa70d6e3ba69d7a98d69)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
support new chip M25P32 driver via FSL SPI interface

Signed-off-by: Robby Cai &lt;R63905@freescale.com&gt;
(cherry picked from commit fd4834656499f925b185aa70d6e3ba69d7a98d69)
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00139672-3 Make use of the new mx5x_revision call</title>
<updated>2011-03-02T02:55:53+00:00</updated>
<author>
<name>Dinh Nguyen</name>
<email>Dinh.Nguyen@freescale.com</email>
</author>
<published>2011-02-23T20:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=697e2f8a7e83b2435b1d3b3d139417656bdd8a05'/>
<id>697e2f8a7e83b2435b1d3b3d139417656bdd8a05</id>
<content type='text'>
For better alignment with the upstream i.MX kernel, switch from
cpu_is_mx5x_rev() to mx5x_revision().

This is the drivers/ part of the patch.

Signed-off-by: Dinh Nguyen &lt;Dinh.Nguyen@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For better alignment with the upstream i.MX kernel, switch from
cpu_is_mx5x_rev() to mx5x_revision().

This is the drivers/ part of the patch.

Signed-off-by: Dinh Nguyen &lt;Dinh.Nguyen@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00137600-4 GPMI : remove the structure physical_geometry{} for common files</title>
<updated>2011-02-03T22:35:38+00:00</updated>
<author>
<name>Huang Shijie</name>
<email>b32955@freescale.com</email>
</author>
<published>2011-01-05T02:32:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=142bbbe14e415ae6fcf3c073b566ae1ecc1ce405'/>
<id>142bbbe14e415ae6fcf3c073b566ae1ecc1ce405</id>
<content type='text'>
Use the MTD/NAND structrues to replace the physical_geometry{}.
Frankly speaking, the mtd_info{} and nand_chip{} is the real physical
geometry of the NAND.

Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the MTD/NAND structrues to replace the physical_geometry{}.
Frankly speaking, the mtd_info{} and nand_chip{} is the real physical
geometry of the NAND.

Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00137600-3 GPMI : remove the structure physical_geometry{} for main file</title>
<updated>2011-02-03T22:35:36+00:00</updated>
<author>
<name>Huang Shijie</name>
<email>b32955@freescale.com</email>
</author>
<published>2011-01-05T02:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8a892d577347e33ed22d16f268b6fab699a83fff'/>
<id>8a892d577347e33ed22d16f268b6fab699a83fff</id>
<content type='text'>
Remove the physical_geometry{} for the main file :
	[1] remove the /sys file for physical_geometry{}
	[2] use the nand_chip{} to display the `numchips` infomation.
	[3] update the copyright.

Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the physical_geometry{} for the main file :
	[1] remove the /sys file for physical_geometry{}
	[2] use the nand_chip{} to display the `numchips` infomation.
	[3] update the copyright.

Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00137600-2 GPMI : remove the structure physical_geometry{} for imx23</title>
<updated>2011-02-03T22:35:34+00:00</updated>
<author>
<name>Huang Shijie</name>
<email>b32955@freescale.com</email>
</author>
<published>2011-01-05T02:23:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=3c9544c44b66ca43768a781f49aa28f594d28078'/>
<id>3c9544c44b66ca43768a781f49aa28f594d28078</id>
<content type='text'>
Remove the physical_geometry{} in imx23.
Also remove some empty lines.

Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the physical_geometry{} in imx23.
Also remove some empty lines.

Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00137600-1 GPMI : remove the structure physical_geometry{}</title>
<updated>2011-02-03T22:35:33+00:00</updated>
<author>
<name>Huang Shijie</name>
<email>b32955@freescale.com</email>
</author>
<published>2011-01-05T02:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=5b5b45fcea9e770003907082058dbbd653b25fd7'/>
<id>5b5b45fcea9e770003907082058dbbd653b25fd7</id>
<content type='text'>
The MTD/NAND structrues have all the infomation the physical_geometry{}
reserves. The physical_geometry{} makes the code too much layers, and
makes the code much harder to understand.

So remove it to make the code more readable.

Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The MTD/NAND structrues have all the infomation the physical_geometry{}
reserves. The physical_geometry{} makes the code too much layers, and
makes the code much harder to understand.

So remove it to make the code more readable.

Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00137558-4 GPMI : remove the imx23-specific hooks</title>
<updated>2011-02-03T22:35:31+00:00</updated>
<author>
<name>Huang Shijie</name>
<email>b32955@freescale.com</email>
</author>
<published>2011-01-04T07:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=9cd794c57af3cbe89b802e1a94a0c3f16530fefc'/>
<id>9cd794c57af3cbe89b802e1a94a0c3f16530fefc</id>
<content type='text'>
The check_transcription_stamp() and write_transcription_stamp() are
imx23-specific hooks.

Change them to local functions, and remove the hooks in structure
boot_rom_helper{}.

Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The check_transcription_stamp() and write_transcription_stamp() are
imx23-specific hooks.

Change them to local functions, and remove the hooks in structure
boot_rom_helper{}.

Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00137558-3 GPMI : add -&gt;rom_extra_init() for imx23</title>
<updated>2011-02-03T22:35:29+00:00</updated>
<author>
<name>Huang Shijie</name>
<email>b32955@freescale.com</email>
</author>
<published>2011-01-04T07:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=eb9b07a20801466786f5089dabe5986964076dec'/>
<id>eb9b07a20801466786f5089dabe5986964076dec</id>
<content type='text'>
Add the imx23-specific code for imx23.
The code is about how to find the bad block marker in imx23.

Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the imx23-specific code for imx23.
The code is about how to find the bad block marker in imx23.

Signed-off-by: Huang Shijie &lt;b32955@freescale.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
