<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/serial, branch v2016.01-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/serial?h=v2016.01-rc1</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/serial?h=v2016.01-rc1'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-11-13T08:23:33Z</updated>
<entry>
<title>sparc: leon3: Add debug_uart support to LEON3 serial driver.</title>
<updated>2015-11-13T08:23:33Z</updated>
<author>
<name>Francois Retief</name>
<email>fgretief@spaceteq.co.za</email>
</author>
<published>2015-10-29T10:55:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e43ce3fca755d79635899b658a97f3c4a7dbf220'/>
<id>urn:sha1:e43ce3fca755d79635899b658a97f3c4a7dbf220</id>
<content type='text'>
Signed-off-by: Francois Retief &lt;fgretief@spaceteq.co.za&gt;
</content>
</entry>
<entry>
<title>altera_uart: Adjust the declaration of debug_uart_init()</title>
<updated>2015-11-06T04:56:46Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2015-11-03T06:19:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e03c17d053025c56d04282be0baf5b2969b6f4a0'/>
<id>urn:sha1:e03c17d053025c56d04282be0baf5b2969b6f4a0</id>
<content type='text'>
Follow commit 97b059730218 ("debug_uart: Adjust the declaration of
debug_uart_init()")

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;
Reviewed-by: Chin Liang See &lt;clsee@altera.com&gt;
</content>
</entry>
<entry>
<title>altera_jtag_uart: Adjust the declaration of debug_uart_init()</title>
<updated>2015-11-06T04:56:46Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2015-11-03T06:18:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=933529ce15a49a25c00dffd4c1988ce9206a9226'/>
<id>urn:sha1:933529ce15a49a25c00dffd4c1988ce9206a9226</id>
<content type='text'>
Follow commit 97b059730218 ("debug_uart: Adjust the declaration of
debug_uart_init()")

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;
Reviewed-by: Chin Liang See &lt;clsee@altera.com&gt;
</content>
</entry>
<entry>
<title>serial: altera_uart: minor clean up</title>
<updated>2015-11-06T01:14:11Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2015-10-31T12:53:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=892414829c7df6b70bc83652bc568c2761b0d1b4'/>
<id>urn:sha1:892414829c7df6b70bc83652bc568c2761b0d1b4</id>
<content type='text'>
- Moved macro definitions to top
- Re-arrange header includes ascending order
- Remove unused header linux/compiler.h
- Remove the penultimate comma in of_match ids

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Reviewed-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
<entry>
<title>serial: altera_uart: use BIT macro</title>
<updated>2015-11-06T01:14:11Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2015-10-29T13:18:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d0b1483065ed2d825553988c3ae5931bab1aa2f6'/>
<id>urn:sha1:d0b1483065ed2d825553988c3ae5931bab1aa2f6</id>
<content type='text'>
Replace numerical bit shift with BIT macro
in altera_uart

:%s/(1 &lt;&lt; nr)/BIT(nr)/g
where nr = 0, 1, 2 .... 31

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Reviewed-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
<entry>
<title>serial: altera_jtag_uart: minor clean up</title>
<updated>2015-11-06T01:14:11Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2015-10-31T12:52:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=315acd08b3c9cc9905e1ef4630387f18b37e68b4'/>
<id>urn:sha1:315acd08b3c9cc9905e1ef4630387f18b37e68b4</id>
<content type='text'>
- Moved macro definitions to top
- Give spaces around the '&gt;&gt;' in ALTERA_JTAG_WSPACE()
- Re-arrange header includes ascending order
- Remove unused header linux/compiler.h
- Remove the penultimate comma in of_match ids

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Reviewed-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
<entry>
<title>serial: altera_jtag_uart: use BIT macro</title>
<updated>2015-11-06T01:14:11Z</updated>
<author>
<name>Thomas Chou</name>
<email>thomas@wytron.com.tw</email>
</author>
<published>2015-10-29T13:09:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=886161a4454721a24f63a59361d4f22f15123b5a'/>
<id>urn:sha1:886161a4454721a24f63a59361d4f22f15123b5a</id>
<content type='text'>
Replace numerical bit shift with BIT macro
in altera_jtag_uart

:%s/(1 &lt;&lt; nr)/BIT(nr)/g
where nr = 0, 1, 2 .... 31

Signed-off-by: Thomas Chou &lt;thomas@wytron.com.tw&gt;
Reviewed-by: Jagan Teki &lt;jteki@openedev.com&gt;
</content>
</entry>
<entry>
<title>arm: zynq: Move serial driver to driver model</title>
<updated>2015-11-04T13:49:53Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2015-10-18T01:41:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=42800ffa7997082e2466c772bc2395dff0c95e3a'/>
<id>urn:sha1:42800ffa7997082e2466c772bc2395dff0c95e3a</id>
<content type='text'>
Update this driver to use driver model and change all users.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>arm: zynq: serial: Drop non-device-tree serial driver portions</title>
<updated>2015-11-04T13:49:53Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2015-10-18T01:41:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=325c8d569ea9358ee3952984ec55961efab6d602'/>
<id>urn:sha1:325c8d569ea9358ee3952984ec55961efab6d602</id>
<content type='text'>
Since we use device tree in SPL also, we can drop this code.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>arm: zynq: Support the debug UART</title>
<updated>2015-11-04T13:49:52Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2015-10-18T01:41:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c54c0a4c1c745a009565ceb2a5c564d4d9418476'/>
<id>urn:sha1:c54c0a4c1c745a009565ceb2a5c564d4d9418476</id>
<content type='text'>
Add support for the debug UART to assist with early debugging. Enable it
for Zybo as an example.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
</feed>
