<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/include/linux/fsl_devices.h, branch imx-android-r13.2</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>ENGR00174734-3 usb: change function name for discharge data line</title>
<updated>2012-02-22T06:51:19+00:00</updated>
<author>
<name>Peter Chen</name>
<email>peter.chen@freescale.com</email>
</author>
<published>2012-02-22T03:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=1e54cdcdb6940a58d5e09174410fe0fe28041fa3'/>
<id>1e54cdcdb6940a58d5e09174410fe0fe28041fa3</id>
<content type='text'>
In order to reflect the function well, it needs to discharge
both dp and dm, so change the function name.

Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to reflect the function well, it needs to discharge
both dp and dm, so change the function name.

Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00174128-3 Revert "Remove the discharge for VBUS and DP -3"</title>
<updated>2012-02-10T05:54:39+00:00</updated>
<author>
<name>Peter Chen</name>
<email>peter.chen@freescale.com</email>
</author>
<published>2012-02-10T02:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=3dbc85ad1da25dfdbd33af34219dda2014477636'/>
<id>3dbc85ad1da25dfdbd33af34219dda2014477636</id>
<content type='text'>
This reverts commit cc9616316bf044382ec422da5a6d4ed007235a3d.

Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit cc9616316bf044382ec422da5a6d4ed007235a3d.

Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00174037-3 Add HSIC suspend/resume feature</title>
<updated>2012-02-09T02:01:10+00:00</updated>
<author>
<name>Tony LIU</name>
<email>junjie.liu@freescale.com</email>
</author>
<published>2012-02-08T07:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=b8c84449ba4f4cd9a997c5d2358e1c3716b85dc7'/>
<id>b8c84449ba4f4cd9a997c5d2358e1c3716b85dc7</id>
<content type='text'>
head file

Signed-off-by: Tony LIU &lt;junjie.liu@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
head file

Signed-off-by: Tony LIU &lt;junjie.liu@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00171564-1 MX6Q ARM2: Enable TVin based on AUTO Board</title>
<updated>2012-01-19T04:41:22+00:00</updated>
<author>
<name>Even Xu</name>
<email>Feng.Xu@freescale.com</email>
</author>
<published>2012-01-09T08:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=2c9e7309bf01bf4b82b5044ecc37824c7c6e5fe2'/>
<id>2c9e7309bf01bf4b82b5044ecc37824c7c6e5fe2</id>
<content type='text'>
Add TVin struct to Head file.

Signed-off-by: Even Xu &lt;b21019@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add TVin struct to Head file.

Signed-off-by: Even Xu &lt;b21019@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00170444: [v3]imx6sabreauto adv7180 TVin port</title>
<updated>2012-01-19T04:41:21+00:00</updated>
<author>
<name>b37753</name>
<email>B37753@freescale.com</email>
</author>
<published>2012-01-06T21:50:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=5d7f7473514222c03de999215eb0d28c3012fcca'/>
<id>5d7f7473514222c03de999215eb0d28c3012fcca</id>
<content type='text'>
Kconfig and Makefile was modified in order to
enable adv7180 driver for mx6q architecture.
adv7180.c mutex was changed to semaphore as is described in
"https://lwn.net/Articles/304725/ ".
sensor data structure is added in fsl_devices.h.
mxc_v4l2_capture.c condition in mxc_v4l2_sparam
was removed because is going to be always true
capture mode only have 1 possible value as is described in
"https://lwn.net/Articles/235023/".
ipu_capture.c clock divisor setup was added at init the csi.

Signed-off-by: B37753 &lt;B37753@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kconfig and Makefile was modified in order to
enable adv7180 driver for mx6q architecture.
adv7180.c mutex was changed to semaphore as is described in
"https://lwn.net/Articles/304725/ ".
sensor data structure is added in fsl_devices.h.
mxc_v4l2_capture.c condition in mxc_v4l2_sparam
was removed because is going to be always true
capture mode only have 1 possible value as is described in
"https://lwn.net/Articles/235023/".
ipu_capture.c clock divisor setup was added at init the csi.

Signed-off-by: B37753 &lt;B37753@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00139278-2: Add MLB driver platform data structure for mx6q</title>
<updated>2012-01-09T13:12:52+00:00</updated>
<author>
<name>Terry Lv</name>
<email>r65388@freescale.com</email>
</author>
<published>2011-12-26T06:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0b4b085f2e3ab7078356bf715ca714e48468aa9e'/>
<id>0b4b085f2e3ab7078356bf715ca714e48468aa9e</id>
<content type='text'>
Add MLB driver platform data structure.

Signed-off-by: Terry Lv &lt;r65388@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add MLB driver platform data structure.

Signed-off-by: Terry Lv &lt;r65388@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00170627 imx-cs42888: overwrite codec_name if passed as platform data</title>
<updated>2012-01-09T13:12:02+00:00</updated>
<author>
<name>Adrian Alonso</name>
<email>aalonso@freescale.com</email>
</author>
<published>2011-12-19T22:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=fcb988e66aa3311eb434e501b366abaf93d5dbb1'/>
<id>fcb988e66aa3311eb434e501b366abaf93d5dbb1</id>
<content type='text'>
* Overwrite codec_name if passed as platform data
* Add codec_name in mxc_audio_platform_data
* Codec name follows the naming convention
  &lt;codec&gt;.&lt;i2c-channel&gt;-&lt;codec i2c address&gt; i.e. cs42888.0-0048
* For IMX6Q-ARD this name convention doesn't follow previous settings for
  imx6q platforms codec is on different i2c channel and can't be resolved
  by CONFIG macros on imx_3stack_dai data structure; So we overwrite in
  probe function by getting the correct value from plat_data-&gt;codec_name.

Signed-off-by: Adrian Alonso &lt;aalonso@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Overwrite codec_name if passed as platform data
* Add codec_name in mxc_audio_platform_data
* Codec name follows the naming convention
  &lt;codec&gt;.&lt;i2c-channel&gt;-&lt;codec i2c address&gt; i.e. cs42888.0-0048
* For IMX6Q-ARD this name convention doesn't follow previous settings for
  imx6q platforms codec is on different i2c channel and can't be resolved
  by CONFIG macros on imx_3stack_dai data structure; So we overwrite in
  probe function by getting the correct value from plat_data-&gt;codec_name.

Signed-off-by: Adrian Alonso &lt;aalonso@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00170626 imx-cs42888: avoid codded gpio reset definition</title>
<updated>2012-01-09T13:12:00+00:00</updated>
<author>
<name>Adrian Alonso</name>
<email>aalonso@freescale.com</email>
</author>
<published>2011-12-19T22:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=e7d420f8d354b8dbd1546e957646660d2f990e46'/>
<id>e7d420f8d354b8dbd1546e957646660d2f990e46</id>
<content type='text'>
* Remove hard codded gpio reset definition
* Add in mxc_audio_platform_data reset gpio reference to be able
  to pass gpio reset assignment in board definition file instead
  of a macro for each different board.
* Add plat_data null check, return EINV if no set.

Signed-off-by: Adrian Alonso &lt;aalonso@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove hard codded gpio reset definition
* Add in mxc_audio_platform_data reset gpio reference to be able
  to pass gpio reset assignment in board definition file instead
  of a macro for each different board.
* Add plat_data null check, return EINV if no set.

Signed-off-by: Adrian Alonso &lt;aalonso@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix build error</title>
<updated>2012-01-09T13:09:59+00:00</updated>
<author>
<name>Jason Liu</name>
<email>jason.hui@linaro.org</email>
</author>
<published>2011-12-14T10:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=dea21e28f09d1d6ee068f9bb35d53883e8f1c181'/>
<id>dea21e28f09d1d6ee068f9bb35d53883e8f1c181</id>
<content type='text'>
Signed-off-by: Jason Liu &lt;jason.hui@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jason Liu &lt;jason.hui@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00169661:Remove the discharge for VBUS and DP</title>
<updated>2012-01-09T13:09:32+00:00</updated>
<author>
<name>Tony LIU</name>
<email>junjie.liu@freescale.com</email>
</author>
<published>2011-12-07T09:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=cc9616316bf044382ec422da5a6d4ed007235a3d'/>
<id>cc9616316bf044382ec422da5a6d4ed007235a3d</id>
<content type='text'>
header file

- remove the definition of discharge dp
Signed-off-by: Tony LIU &lt;junjie.liu@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
header file

- remove the definition of discharge dp
Signed-off-by: Tony LIU &lt;junjie.liu@freescale.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
