<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/serial/serial.c, branch v2011.09</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>serial: drop useless ctlr field</title>
<updated>2011-07-26T14:38:05+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-04-29T18:03:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1c9a5606d8ff0c664c9e83de38e93d5602312d79'/>
<id>1c9a5606d8ff0c664c9e83de38e93d5602312d79</id>
<content type='text'>
The multi serial support has a "ctlr" field which almost no one uses,
but everyone is forced to set to useless strings.  So punt it.

Funny enough, the only code that actually reads this field (the mpc8xx
driver) has a typo where it meant to look for the SCC driver.  Fix it
while converting the check to use the name field.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
CC: Heiko Schocher &lt;hs@denx.de&gt;
CC: Anatolij Gustschin &lt;agust@denx.de&gt;
CC: Tom Rix &lt;Tom.Rix@windriver.com&gt;
CC: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
CC: Craig Nauman &lt;cnauman@diagraph.com&gt;
CC: Marek Vasut &lt;marek.vasut@gmail.com&gt;
CC: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
CC: Mahavir Jain &lt;mjain@marvell.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The multi serial support has a "ctlr" field which almost no one uses,
but everyone is forced to set to useless strings.  So punt it.

Funny enough, the only code that actually reads this field (the mpc8xx
driver) has a typo where it meant to look for the SCC driver.  Fix it
while converting the check to use the name field.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
CC: Heiko Schocher &lt;hs@denx.de&gt;
CC: Anatolij Gustschin &lt;agust@denx.de&gt;
CC: Tom Rix &lt;Tom.Rix@windriver.com&gt;
CC: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
CC: Craig Nauman &lt;cnauman@diagraph.com&gt;
CC: Marek Vasut &lt;marek.vasut@gmail.com&gt;
CC: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
CC: Mahavir Jain &lt;mjain@marvell.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>serial: push default_serial_console to drivers</title>
<updated>2011-07-26T14:37:57+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-04-29T18:03:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6c768ca746c341dd6acbb8b39f48acb48e964d83'/>
<id>6c768ca746c341dd6acbb8b39f48acb48e964d83</id>
<content type='text'>
Rather than sticking arch/board/driver specific logic in the common
serial code, push it all out to the respective drivers.  The serial
drivers declare these funcs weak so that boards can still override
things with their own definition.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
CC: Heiko Schocher &lt;hs@denx.de&gt;
CC: Anatolij Gustschin &lt;agust@denx.de&gt;
CC: Tom Rix &lt;Tom.Rix@windriver.com&gt;
CC: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
CC: Craig Nauman &lt;cnauman@diagraph.com&gt;
CC: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
CC: Mahavir Jain &lt;mjain@marvell.com&gt;
Tested-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than sticking arch/board/driver specific logic in the common
serial code, push it all out to the respective drivers.  The serial
drivers declare these funcs weak so that boards can still override
things with their own definition.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
CC: Heiko Schocher &lt;hs@denx.de&gt;
CC: Anatolij Gustschin &lt;agust@denx.de&gt;
CC: Tom Rix &lt;Tom.Rix@windriver.com&gt;
CC: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
CC: Craig Nauman &lt;cnauman@diagraph.com&gt;
CC: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
CC: Mahavir Jain &lt;mjain@marvell.com&gt;
Tested-by: Minkyu Kang &lt;mk7.kang@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>serial: add pantheon soc support</title>
<updated>2011-02-21T07:30:55+00:00</updated>
<author>
<name>Lei Wen</name>
<email>[leiwen@marvell.com]</email>
</author>
<published>2011-02-09T12:36:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b5d807f64d25d7d2859cc8e9f9d0e7242778eb46'/>
<id>b5d807f64d25d7d2859cc8e9f9d0e7242778eb46</id>
<content type='text'>
Signed-off-by: Lei Wen &lt;leiwen@marvell.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Lei Wen &lt;leiwen@marvell.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Serial: Add UART support for Marvell ARMADA 100 SoCs.</title>
<updated>2010-12-16T22:02:57+00:00</updated>
<author>
<name>Prafulla Wadaskar</name>
<email>prafulla@marvell.com</email>
</author>
<published>2010-10-27T20:37:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a042ec33b7747b576d2a5247cba5ae7885b3db4e'/>
<id>a042ec33b7747b576d2a5247cba5ae7885b3db4e</id>
<content type='text'>
ARMADA 100 SoCs has NS16550 compatible UART peripheral
This patch enables the same for ARMADA100 platforms

Signed-off-by: Mahavir Jain &lt;mjain@marvell.com&gt;
Signed-off-by: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ARMADA 100 SoCs has NS16550 compatible UART peripheral
This patch enables the same for ARMADA100 platforms

Signed-off-by: Mahavir Jain &lt;mjain@marvell.com&gt;
Signed-off-by: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Orion5x support to 16550 device driver</title>
<updated>2010-06-17T14:07:01+00:00</updated>
<author>
<name>Albert Aribaud</name>
<email>[albert.aribaud@free.fr]</email>
</author>
<published>2010-06-17T14:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=83142c112d30ee3da23b62387909d33db064bdc4'/>
<id>83142c112d30ee3da23b62387909d33db064bdc4</id>
<content type='text'>
This patch provides access to the 16550-compatible
serial device of the Orion5x SoC.

Signed-off-by: Albert Aribaud &lt;albert.aribaud@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch provides access to the 16550-compatible
serial device of the Orion5x SoC.

Signed-off-by: Albert Aribaud &lt;albert.aribaud@free.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>serial: struct serial_device: add uninit() entry for drivers</title>
<updated>2010-04-24T19:34:07+00:00</updated>
<author>
<name>Anatolij Gustschin</name>
<email>agust@denx.de</email>
</author>
<published>2010-04-24T17:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fbb0030e3894119c089256f16626edd166c7629c'/>
<id>fbb0030e3894119c089256f16626edd166c7629c</id>
<content type='text'>
Subsequent patch extends mpc512x serial driver to support
multiple PSC ports. The driver will provide an uninit()
function to stop the serial controller and to disable the
controller's clock. Adding uninit() entry to struct serial_device
allows disabling the serial controller after usage of
a stdio serial device.

This patch adds uninit() entry to the struct serial_device
and fixes initialization of this structure in the code
accordingly.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Subsequent patch extends mpc512x serial driver to support
multiple PSC ports. The driver will provide an uninit()
function to stop the serial controller and to disable the
controller's clock. Adding uninit() entry to struct serial_device
allows disabling the serial controller after usage of
a stdio serial device.

This patch adds uninit() entry to the struct serial_device
and fixes initialization of this structure in the code
accordingly.

Signed-off-by: Anatolij Gustschin &lt;agust@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>arm: Kirkwood: Basic SOCs support</title>
<updated>2009-07-06T19:52:17+00:00</updated>
<author>
<name>Prafulla Wadaskar</name>
<email>prafulla@marvell.com</email>
</author>
<published>2009-06-20T09:01:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4efb77d41f9c5d93f0f92dda60e742023fa03c72'/>
<id>4efb77d41f9c5d93f0f92dda60e742023fa03c72</id>
<content type='text'>
Kirkwood family controllers are highly integrated SOCs
based on Feroceon-88FR131/Sheeva-88SV131/arm926ejs cpu core.

SOC versions supported:-
1) 88F6281-A0       define CONFIG_KW88F6281_A0
2) 88F6192-A0       define CONFIG_KW88F6192_A0

Other supported features:-
1) get_random_hex() fucntion
2) PCI Express port initialization
3) NS16550 driver support

Contributors:
Yotam Admon &lt;yotam@marvell.com&gt;
Michael Blostein &lt;michaelbl@marvell.com

Reviewed-by: Ronen Shitrit &lt;rshitrit@marvell.com&gt;
Acked-by: Stefan Rose &lt;sr@denx.de&gt;
Signed-off-by: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Kirkwood family controllers are highly integrated SOCs
based on Feroceon-88FR131/Sheeva-88SV131/arm926ejs cpu core.

SOC versions supported:-
1) 88F6281-A0       define CONFIG_KW88F6281_A0
2) 88F6192-A0       define CONFIG_KW88F6192_A0

Other supported features:-
1) get_random_hex() fucntion
2) PCI Express port initialization
3) NS16550 driver support

Contributors:
Yotam Admon &lt;yotam@marvell.com&gt;
Michael Blostein &lt;michaelbl@marvell.com

Reviewed-by: Ronen Shitrit &lt;rshitrit@marvell.com&gt;
Acked-by: Stefan Rose &lt;sr@denx.de&gt;
Signed-off-by: Prafulla Wadaskar &lt;prafulla@marvell.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)</title>
<updated>2009-02-21T21:49:53+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-02-12T01:26:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b4746d8bf9f4ed6dc8a76c5d52db669604aff84b'/>
<id>b4746d8bf9f4ed6dc8a76c5d52db669604aff84b</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rename CFG_ macros to CONFIG_SYS</title>
<updated>2008-10-18T19:54:03+00:00</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2008-10-16T13:01:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6d0f6bcf337c5261c08fabe12982178c2c489d76'/>
<id>6d0f6bcf337c5261c08fabe12982178c2c489d76</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers/misc: Move conditional compilation to Makefile</title>
<updated>2008-08-12T23:40:40+00:00</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2008-08-12T23:40:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=55d6d2d39fe3fe87802e399aa17539368b495d2e'/>
<id>55d6d2d39fe3fe87802e399aa17539368b495d2e</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
