Albert Aribaud
83142c112d
Add Orion5x support to 16550 device driver
...
This patch provides access to the 16550-compatible
serial device of the Orion5x SoC.
Signed-off-by: Albert Aribaud <albert.aribaud@free.fr >
2010-06-17 19:37:01 +05:30
Anatolij Gustschin
fbb0030e38
serial: struct serial_device: add uninit() entry for drivers
...
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 <agust@denx.de >
2010-04-24 21:34:07 +02:00
Prafulla Wadaskar
4efb77d41f
arm: Kirkwood: Basic SOCs support
...
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 <yotam@marvell.com >
Michael Blostein <michaelbl@marvell.com
Reviewed-by: Ronen Shitrit <rshitrit@marvell.com >
Acked-by: Stefan Rose <sr@denx.de >
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com >
2009-07-06 21:52:17 +02:00
Mike Frysinger
b4746d8bf9
drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
...
Signed-off-by: Mike Frysinger <vapier@gentoo.org >
2009-02-21 22:49:53 +01:00
Jean-Christophe PLAGNIOL-VILLARD
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
2008-10-18 21:54:03 +02:00
Jean-Christophe PLAGNIOL-VILLARD
55d6d2d39f
drivers/misc: Move conditional compilation to Makefile
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
2008-08-13 01:40:40 +02:00
Hugo Villeneuve
bcab74baa6
Round the serial port clock divisor value returned by calc_divisor()
...
Round the serial port clock divisor value returned by
calc_divisor()
Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com >
Acked-by: Gerald Van Baren <vanbaren@cideas.com >
2008-07-15 21:53:29 +02:00
Hugo Villeneuve
ef130d3093
Fix integer overflow warning in calc_divisor()
...
which happened when rounding the serial port clock divisor
Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com >
2008-07-13 15:13:31 +02:00
Hugo Villeneuve
89134ea1f6
Round the serial port clock divisor value returned by calc_divisor()
...
Round the serial port clock divisor value returned by
calc_divisor().
Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com >
Signed-off-by: John Roberts <john.roberts@pwav.com >
2008-07-10 00:48:31 +02:00
Jean-Christophe PLAGNIOL-VILLARD
1378df792a
drivers/serial : move serial drivers to drivers/serial
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
2007-11-25 23:24:16 +01:00