<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git, branch jb4.1.2_1.0.0-beta</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>ENGR00236141 csi:Add stride alignment setting from userspace</title>
<updated>2012-12-07T05:51:27+00:00</updated>
<author>
<name>guoyin.chen</name>
<email>guoyin.chen@freescale.com</email>
</author>
<published>2012-12-07T02:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=4708dc1999ed4857799100434e4f46f68f4e7c13'/>
<id>4708dc1999ed4857799100434e4f46f68f4e7c13</id>
<content type='text'>
In android, IPU fills the I420 buffer. And GPU shows the buffer to display.
mx6's GPU has 32 Y-stride alignment for I420. The stride alignment will
be passed through by bytesperline. This update is only for
csi-&gt;smfc-&gt;mem channel.

Signed-off-by: guoyin.chen &lt;guoyin.chen@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In android, IPU fills the I420 buffer. And GPU shows the buffer to display.
mx6's GPU has 32 Y-stride alignment for I420. The stride alignment will
be passed through by bytesperline. This update is only for
csi-&gt;smfc-&gt;mem channel.

Signed-off-by: guoyin.chen &lt;guoyin.chen@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00235630 MX6 USB :fix USB does not work when plug in device during suspend</title>
<updated>2012-12-06T02:45:35+00:00</updated>
<author>
<name>make shi</name>
<email>b15407@freescale.com</email>
</author>
<published>2012-12-05T06:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=bf36c76449a1e6ab0cc51438d7204727dc43de28'/>
<id>bf36c76449a1e6ab0cc51438d7204727dc43de28</id>
<content type='text'>
USB does not work when plug in a usb device during system suspend. Under this
case, USB driver will be in low power mode, but WIE bit not be set if usb wake
up is not enabled.So there are only ID change interrupt no USB wakeup interrupt
after system resume.In current bsp, after system resume ID change status not be
clear,and ID change interrupt will continue happen, which cause the system busy.
No checking WIR bit if ID change interrupt happen when USB in low power mode to
fix this issue.

Signed-off-by: make shi &lt;b15407@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
USB does not work when plug in a usb device during system suspend. Under this
case, USB driver will be in low power mode, but WIE bit not be set if usb wake
up is not enabled.So there are only ID change interrupt no USB wakeup interrupt
after system resume.In current bsp, after system resume ID change status not be
clear,and ID change interrupt will continue happen, which cause the system busy.
No checking WIR bit if ID change interrupt happen when USB in low power mode to
fix this issue.

Signed-off-by: make shi &lt;b15407@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00234722 USB: fix Kernel dump issue after USB driver loadable</title>
<updated>2012-12-06T02:45:23+00:00</updated>
<author>
<name>make shi</name>
<email>b15407@freescale.com</email>
</author>
<published>2012-11-29T08:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=863ad6d5b0dec332fc834f56d06ff5e734f0d894'/>
<id>863ad6d5b0dec332fc834f56d06ff5e734f0d894</id>
<content type='text'>
- It is better to disable otgsc and wake up interrupt to avoid an
  abnormal interrupt happen during USB driver being removed.
- If the USB host is already at low power mode, only need turn on
  the clock, no need turn off the clock.
- Need discharge dp and dm during USB driver being removed ,in order
  to avoid a wakeup interrupt happen. And if the USB otg is in host
  mode, we should clear discharge dp and dm in fsl_otg_set_host()
  during system boot up.

Signed-off-by: make shi &lt;b15407@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- It is better to disable otgsc and wake up interrupt to avoid an
  abnormal interrupt happen during USB driver being removed.
- If the USB host is already at low power mode, only need turn on
  the clock, no need turn off the clock.
- Need discharge dp and dm during USB driver being removed ,in order
  to avoid a wakeup interrupt happen. And if the USB otg is in host
  mode, we should clear discharge dp and dm in fsl_otg_set_host()
  during system boot up.

Signed-off-by: make shi &lt;b15407@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00235631 mx5x: fix build error for mx53 android</title>
<updated>2012-12-04T03:28:35+00:00</updated>
<author>
<name>Xinyu Chen</name>
<email>xinyu.chen@freescale.com</email>
</author>
<published>2012-12-04T03:18:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=618b1228fb1370327a96c9519285d04a241400fa'/>
<id>618b1228fb1370327a96c9519285d04a241400fa</id>
<content type='text'>
One issue is bring in by merge.
The other is bring in by BSP's cpufreq commit.

Signed-off-by: Xinyu Chen &lt;xinyu.chen@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One issue is bring in by merge.
The other is bring in by BSP's cpufreq commit.

Signed-off-by: Xinyu Chen &lt;xinyu.chen@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00235214 - iMX5x Kernel Change for Jelly Bean</title>
<updated>2012-12-03T20:00:27+00:00</updated>
<author>
<name>Oliver Brown</name>
<email>oliver.brown@freescale.com</email>
</author>
<published>2012-11-28T21:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=4cb0843b274c1a3759b6c9cc0b8444d72121f909'/>
<id>4cb0843b274c1a3759b6c9cc0b8444d72121f909</id>
<content type='text'>
Update config file and copyright comments.

Signed-off-by: Oliver Brown &lt;oliver.brown@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update config file and copyright comments.

Signed-off-by: Oliver Brown &lt;oliver.brown@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'fsl-linux-sdk/imx_3.0.35_1.1.0' into imx_3.0.35_android</title>
<updated>2012-11-30T03:59:33+00:00</updated>
<author>
<name>Xinyu Chen</name>
<email>xinyu.chen@freescale.com</email>
</author>
<published>2012-11-30T03:59:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=08c473f52af7434b09214fedcfce222fb9821033'/>
<id>08c473f52af7434b09214fedcfce222fb9821033</id>
<content type='text'>
Conflicts:
	arch/arm/mach-mx6/board-mx6q_sabrelite.c
	arch/arm/mach-mx6/board-mx6q_sabresd.c
	arch/arm/plat-mxc/cpufreq.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	arch/arm/mach-mx6/board-mx6q_sabrelite.c
	arch/arm/mach-mx6/board-mx6q_sabresd.c
	arch/arm/plat-mxc/cpufreq.c
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00235268: change caam_ipg_clk's CG to CG6</title>
<updated>2012-11-29T09:51:01+00:00</updated>
<author>
<name>Terry Lv</name>
<email>r65388@freescale.com</email>
</author>
<published>2012-11-29T08:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=57ade285e32285186879f96c346dd5b45a7f0dd6'/>
<id>57ade285e32285186879f96c346dd5b45a7f0dd6</id>
<content type='text'>
Another patch changed caam_ipg_clk's CG to CG4 and this commit will
revert this change.

Signed-off-by: Terry Lv &lt;r65388@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Another patch changed caam_ipg_clk's CG to CG4 and this commit will
revert this change.

Signed-off-by: Terry Lv &lt;r65388@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00235081 Quad DL: Fix chip select for SPI-NOR and flags</title>
<updated>2012-11-29T09:45:08+00:00</updated>
<author>
<name>Alejandro Sierra</name>
<email>b18039@freescale.com</email>
</author>
<published>2012-11-28T00:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=6467ecbd0ce9072b137a935c7268fe1c3ea44457'/>
<id>6467ecbd0ce9072b137a935c7268fe1c3ea44457</id>
<content type='text'>
Fix chip select for SPI-NOR and
remove flags for no writeable partition for weim nor and
SPI-NOR

Signed-off-by: Alejandro Sierra &lt;b18039@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix chip select for SPI-NOR and
remove flags for no writeable partition for weim nor and
SPI-NOR

Signed-off-by: Alejandro Sierra &lt;b18039@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00234466 UART: Fix disablement of CTS signal</title>
<updated>2012-11-29T09:45:07+00:00</updated>
<author>
<name>Alejandro Sierra</name>
<email>b18039@freescale.com</email>
</author>
<published>2012-11-21T16:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=bab03c3dfe84051f6ba683a9701921994fac98bb'/>
<id>bab03c3dfe84051f6ba683a9701921994fac98bb</id>
<content type='text'>
On Uart driver, CTS signal were never disabled
on the imx_set_mctrl function since the register was
written inside of the conditional.
        if (mctrl &amp; TIOCM_RTS) {
                temp |= UCR2_CTS;
                writel(temp, sport-&gt;port.membase + UCR2);
        }

Signed-off-by: Alejandro Sierra &lt;b18039@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Uart driver, CTS signal were never disabled
on the imx_set_mctrl function since the register was
written inside of the conditional.
        if (mctrl &amp; TIOCM_RTS) {
                temp |= UCR2_CTS;
                writel(temp, sport-&gt;port.membase + UCR2);
        }

Signed-off-by: Alejandro Sierra &lt;b18039@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00234111 wm8962: switch automatically between speaker and hp</title>
<updated>2012-11-29T03:42:34+00:00</updated>
<author>
<name>Gary Zhang</name>
<email>b13634@freescale.com</email>
</author>
<published>2012-11-28T06:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=00db9e70fe297551e3119b3b3a27b30ccbadbfe4'/>
<id>00db9e70fe297551e3119b3b3a27b30ccbadbfe4</id>
<content type='text'>
when detect hp inserted, disable speaker; when hp is plugout,
enable speaker.

Signed-off-by: Gary Zhang &lt;b13634@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when detect hp inserted, disable speaker; when hp is plugout,
enable speaker.

Signed-off-by: Gary Zhang &lt;b13634@freescale.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
