u-boot/drivers/serial
Jean-Christophe PLAGNIOL-VILLARD 52cb4d4fb3 stdio/device: rework function naming convention
So far the console API uses the following naming convention:

	======Extract======
	typedef struct device_t;

	int	device_register (device_t * dev);
	int	devices_init (void);
	int	device_deregister(char *devname);
	struct list_head* device_get_list(void);
	device_t* device_get_by_name(char* name);
	device_t* device_clone(device_t *dev);
	=======

which is too generic and confusing.

Instead of using device_XX and device_t we change this
into stdio_XX and stdio_dev

This will also allow to add later a generic device mechanism in order
to have support for multiple devices and driver instances.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

Edited commit message.

Signed-off-by: Wolfgang Denk <wd@denx.de>
2009-07-18 00:27:46 +02:00
..
Makefile serial_mx31: allow it to work with mx27 too and rename to serial_mxc 2009-06-21 16:18:13 +02:00
arm_dcc.c stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
at91rm9200_usart.c at91rm9200: move serial shutdown code to serial drivers 2009-04-04 20:42:20 +02:00
atmel_usart.c at91sam9: add watchdog support 2009-04-04 20:42:19 +02:00
atmel_usart.h
mcfuart.c
ns9750_serial.c
ns16550.c ZOOM2 Add serial support. 2009-06-12 20:39:53 +02:00
s3c64xx.c Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
s3c4510b_uart.c
s3c4510b_uart.h
serial.c arm: Kirkwood: Basic SOCs support 2009-07-06 21:52:17 +02:00
serial_clps7111.c
serial_imx.c
serial_ixp.c
serial_ks8695.c
serial_lh7a40x.c lh7a40x: move serial driver to drivers/serial 2009-06-12 20:39:53 +02:00
serial_lpc2292.c Update CHANGELOG, coding style cleanup. 2009-04-05 00:27:57 +02:00
serial_max3100.c
serial_mxc.c serial_mx31: allow it to work with mx27 too and rename to serial_mxc 2009-06-21 16:18:13 +02:00
serial_netarm.c
serial_pl01x.c
serial_pl01x.h
serial_pxa.c pxa: move serial driver to drivers/serial 2009-06-12 20:39:52 +02:00
serial_s3c24x0.c Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
serial_s3c44b0.c
serial_sa1100.c
serial_sh.c
serial_xuartlite.c
usbtty.c stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
usbtty.h Support for PXA27X UDC. 2009-04-06 20:40:47 +02:00