<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git, branch 2.6.22-mx27-200710250327</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>Bugzilla 605. Fix tearing when VPU rotates images.</title>
<updated>2007-10-25T03:27:32+00:00</updated>
<author>
<name>Quinn Jensen</name>
<email>quinn.jensen@freescale.com</email>
</author>
<published>2007-10-25T03:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=04d61c58040f259b08e5170d62e2fb49ae8fd19b'/>
<id>04d61c58040f259b08e5170d62e2fb49ae8fd19b</id>
<content type='text'>
Patch for Bugzilla 605. Fix tearing when VPU rotates images.
A diagonal line appears when the VPU rotates the picture,
at the encode stage.  The PRP driver updates the buffer
addresses while the PRP is processing data.
Applies to linux 2.6.22 kernel for MX27 platform.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-Bugzilla-605.-Fix-tearing-when-VPU-rotates.patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch for Bugzilla 605. Fix tearing when VPU rotates images.
A diagonal line appears when the VPU rotates the picture,
at the encode stage.  The PRP driver updates the buffer
addresses while the PRP is processing data.
Applies to linux 2.6.22 kernel for MX27 platform.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-Bugzilla-605.-Fix-tearing-when-VPU-rotates.patch
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugzilla 677. Allow FEC MAC address override.</title>
<updated>2007-10-25T03:27:26+00:00</updated>
<author>
<name>Quinn Jensen</name>
<email>quinn.jensen@freescale.com</email>
</author>
<published>2007-10-25T03:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=9e4175807497c24b82d5866076d8c7c80cdd5a94'/>
<id>9e4175807497c24b82d5866076d8c7c80cdd5a94</id>
<content type='text'>
Patch for Bugzilla 677. Allow FEC MAC address override.
FEC MAC addresses on some MX27 TO2 chips are not preprogrammed
and cannot be overridden by Redboot.  This patch gets around
this issue by allowing the FEC MAC address to be specified on
the kernel command line using the following option:
  fec_mac=xx:xx:xx:xx:xx:xx
where the "xx"s are replaced with the hex MAC address listed
on the sticker for your board.  Valid MAC addresses from the
chip or from Redboot will not be overridden using this option.
Applies to linux 2.6.22 kernel on MX27 platforms.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-Bugzilla-677.-Allow-FEC-MAC-address-overri.patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch for Bugzilla 677. Allow FEC MAC address override.
FEC MAC addresses on some MX27 TO2 chips are not preprogrammed
and cannot be overridden by Redboot.  This patch gets around
this issue by allowing the FEC MAC address to be specified on
the kernel command line using the following option:
  fec_mac=xx:xx:xx:xx:xx:xx
where the "xx"s are replaced with the hex MAC address listed
on the sticker for your board.  Valid MAC addresses from the
chip or from Redboot will not be overridden using this option.
Applies to linux 2.6.22 kernel on MX27 platforms.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-Bugzilla-677.-Allow-FEC-MAC-address-overri.patch
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugzilla 804 - Fix Suspend/Resume to mem</title>
<updated>2007-10-25T03:27:21+00:00</updated>
<author>
<name>Quinn Jensen</name>
<email>quinn.jensen@freescale.com</email>
</author>
<published>2007-10-25T03:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=aea2c59fab46904c36b9d7af1b777f9faeb290f3'/>
<id>aea2c59fab46904c36b9d7af1b777f9faeb290f3</id>
<content type='text'>
Patch for Bugzilla 804 - Fix Suspend/Resume to mem.
It was found that SPI gets suspended before MMC, which,
during it's own suspend, needs SPI to talk to the PMIC.
This patch schedules SPI for late suspend and early resume.
Applies to linux 2.6.22 kernel on MX platforms.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-Bugzilla-804-Fix-Suspend-Resume-to-mem.patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch for Bugzilla 804 - Fix Suspend/Resume to mem.
It was found that SPI gets suspended before MMC, which,
during it's own suspend, needs SPI to talk to the PMIC.
This patch schedules SPI for late suspend and early resume.
Applies to linux 2.6.22 kernel on MX platforms.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-Bugzilla-804-Fix-Suspend-Resume-to-mem.patch
</pre>
</div>
</content>
</entry>
<entry>
<title>CR ENGR00053563 Fix Sahara Issue For MX27</title>
<updated>2007-10-25T03:27:16+00:00</updated>
<author>
<name>Quinn Jensen</name>
<email>quinn.jensen@freescale.com</email>
</author>
<published>2007-10-25T03:27:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=594133ef22fae0d737bd1b57352cf3f48a192c63'/>
<id>594133ef22fae0d737bd1b57352cf3f48a192c63</id>
<content type='text'>
Patch for CR ENGR00053563 Fix Sahara Issue For MX27
Replace dma_map_single() with direct calls to L1,L2
cache functions.  Applies to linux 2.6.22 kernel on
MX27 platforms.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-CR-ENGR00053563-Fix-Sahara-Issue-For-MX27.patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch for CR ENGR00053563 Fix Sahara Issue For MX27
Replace dma_map_single() with direct calls to L1,L2
cache functions.  Applies to linux 2.6.22 kernel on
MX27 platforms.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-CR-ENGR00053563-Fix-Sahara-Issue-For-MX27.patch
</pre>
</div>
</content>
</entry>
<entry>
<title>CR ENGR00053192 MXC Sahara2: Use CONFIG_OUTER_CACHE</title>
<updated>2007-10-25T03:27:11+00:00</updated>
<author>
<name>Quinn Jensen</name>
<email>quinn.jensen@freescale.com</email>
</author>
<published>2007-10-25T03:27:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=30b79f6f01481dd8c5491ef3165521fc2ad68f8c'/>
<id>30b79f6f01481dd8c5491ef3165521fc2ad68f8c</id>
<content type='text'>
Patch for CR ENGR00053192 MXC Sahara2: Use CONFIG_OUTER_CACHE
Fix Sahara unit test failure by replacing CONFIG_CPU_CACHE_L2X0
with CONFIG_OUTER_CACHE.  Applies to linux 2.6.22 kernel on
MX27 platforms.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-CR-ENGR00053192-MXC-Sahara2-Use-CONFIG_OUT.patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch for CR ENGR00053192 MXC Sahara2: Use CONFIG_OUTER_CACHE
Fix Sahara unit test failure by replacing CONFIG_CPU_CACHE_L2X0
with CONFIG_OUTER_CACHE.  Applies to linux 2.6.22 kernel on
MX27 platforms.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-CR-ENGR00053192-MXC-Sahara2-Use-CONFIG_OUT.patch
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugzilla 803 - Fix Suspend to RAM</title>
<updated>2007-10-25T03:27:05+00:00</updated>
<author>
<name>Quinn Jensen</name>
<email>quinn.jensen@freescale.com</email>
</author>
<published>2007-10-25T03:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=c75985a7796a43a75f002f310f13b23730757b4f'/>
<id>c75985a7796a43a75f002f310f13b23730757b4f</id>
<content type='text'>
Patch for Bugzilla 803 - Fix Suspend to RAM on linux 2.6.22 kernel
for MX platforms.
pm_ops needs a .valid hook.  For these i.MX platforms, use
pm_valid_only_mem(), so that "echo mem &gt; /sys/power/state" will work.
However, resume isn't working (yet).

http://www.bitshrine.org/gpp/linux-2.6.22-mx-Bugzilla-803-Fix-Suspend-to-RAM.patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch for Bugzilla 803 - Fix Suspend to RAM on linux 2.6.22 kernel
for MX platforms.
pm_ops needs a .valid hook.  For these i.MX platforms, use
pm_valid_only_mem(), so that "echo mem &gt; /sys/power/state" will work.
However, resume isn't working (yet).

http://www.bitshrine.org/gpp/linux-2.6.22-mx-Bugzilla-803-Fix-Suspend-to-RAM.patch
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugzilla 802 - Fix MX3 DVFS/DPTC table initialization</title>
<updated>2007-10-25T03:27:00+00:00</updated>
<author>
<name>Quinn Jensen</name>
<email>quinn.jensen@freescale.com</email>
</author>
<published>2007-10-25T03:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=dab791258cfcb001b01f96053d53faa1a5a52ced'/>
<id>dab791258cfcb001b01f96053d53faa1a5a52ced</id>
<content type='text'>
Patch for Bugzilla 802 - Fix MX3 DVFS/DPTC table initialization
on linux 2.6.22 kernel for MX3 platforms.
dvfs_dptc_init_default() gives MX32 the wrong default tables. This patch
corrects the logic for MX32, while maintaining proper support for MX31
TO2.  A side effect of this patch is to fix another instance of the
obscure "register swizzle" bug, wherein a general register gets
corrupted and causes various kernel oops crashes.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-Bugzilla-802-Fix-MX3-DVFS-DPTC-table-initi.patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch for Bugzilla 802 - Fix MX3 DVFS/DPTC table initialization
on linux 2.6.22 kernel for MX3 platforms.
dvfs_dptc_init_default() gives MX32 the wrong default tables. This patch
corrects the logic for MX32, while maintaining proper support for MX31
TO2.  A side effect of this patch is to fix another instance of the
obscure "register swizzle" bug, wherein a general register gets
corrupted and causes various kernel oops crashes.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-Bugzilla-802-Fix-MX3-DVFS-DPTC-table-initi.patch
</pre>
</div>
</content>
</entry>
<entry>
<title>CR ENGR00053173 Fix SDMA Mask Value In Suspend Routine</title>
<updated>2007-10-25T03:26:54+00:00</updated>
<author>
<name>Quinn Jensen</name>
<email>quinn.jensen@freescale.com</email>
</author>
<published>2007-10-25T03:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=4de82860cc284cec3afdbfb103a54f96133b0a2a'/>
<id>4de82860cc284cec3afdbfb103a54f96133b0a2a</id>
<content type='text'>
Patch for CR ENGR00053173: Fix SDMA mask value in suspend routine.
Use the correct mask value to get the current SDMA State.
Applies to linux 2.6.22 kernel for MX3 platforms.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-CR-ENGR00053173-Fix-SDMA-Mask-Value-In-Sus.patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch for CR ENGR00053173: Fix SDMA mask value in suspend routine.
Use the correct mask value to get the current SDMA State.
Applies to linux 2.6.22 kernel for MX3 platforms.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-CR-ENGR00053173-Fix-SDMA-Mask-Value-In-Sus.patch
</pre>
</div>
</content>
</entry>
<entry>
<title>CR ENGR00053136 fix mx27 v4l2 rotation cacheflush</title>
<updated>2007-10-25T03:26:49+00:00</updated>
<author>
<name>Quinn Jensen</name>
<email>quinn.jensen@freescale.com</email>
</author>
<published>2007-10-25T03:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ad48d19287b55d81884f33b319707ced4906e9c7'/>
<id>ad48d19287b55d81884f33b319707ced4906e9c7</id>
<content type='text'>
Patch for CR ENGR00053136: Fix mx27 v4l2 rotation cacheflush.
This patch fixes cache invalidation by MX27 V4L2 driver when rotation is
used. The consistent_sync function was is restricted to kernel direct
mapped addresses.  Applies to linux 2.6.22 kernel on MX27 platform.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-CR-ENGR00053136-fix-mx27-v4l2-rotation-cac.patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch for CR ENGR00053136: Fix mx27 v4l2 rotation cacheflush.
This patch fixes cache invalidation by MX27 V4L2 driver when rotation is
used. The consistent_sync function was is restricted to kernel direct
mapped addresses.  Applies to linux 2.6.22 kernel on MX27 platform.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-CR-ENGR00053136-fix-mx27-v4l2-rotation-cac.patch
</pre>
</div>
</content>
</entry>
<entry>
<title>CR ENGR00052918 fec 2.6.22 workqueue changes</title>
<updated>2007-10-25T03:26:44+00:00</updated>
<author>
<name>Quinn Jensen</name>
<email>quinn.jensen@freescale.com</email>
</author>
<published>2007-10-25T03:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=23c0a9c5dd350701e0ef3f428d37da4130f382ce'/>
<id>23c0a9c5dd350701e0ef3f428d37da4130f382ce</id>
<content type='text'>
Patch for CR ENGR00052918: This patch updates the FEC ethernet with
workqueue changes for the linux 2.6.22 kernel.
Applies to MX27 platform.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-CR-ENGR00052918-fec-2.6.22-workqueue-chang.patch
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch for CR ENGR00052918: This patch updates the FEC ethernet with
workqueue changes for the linux 2.6.22 kernel.
Applies to MX27 platform.

http://www.bitshrine.org/gpp/linux-2.6.22-mx-CR-ENGR00052918-fec-2.6.22-workqueue-chang.patch
</pre>
</div>
</content>
</entry>
</feed>
