uboot-mt623x/lib_i386
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 Implement SC520 timers 2009-03-20 22:39:13 +01:00
bios.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00
bios.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
bios_pci.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00
bios_setup.c Update i386 code (sc520_cdp) 2008-09-09 11:48:53 +02:00
board.c stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
bootm.c rename include/zlib.h to include/u-boot/zlib.h 2009-04-04 15:37:54 +02:00
interrupts.c Add basic relocation to i386 port 2009-03-20 22:39:13 +01:00
pcat_interrupts.c Rewrite i386 interrupt handling 2009-03-20 22:39:13 +01:00
pcat_timer.c Implement SC520 timers 2009-03-20 22:39:13 +01:00
pci.c Big white-space cleanup. 2008-05-21 00:14:08 +02:00
pci_type1.c Big white-space cleanup. 2008-05-21 00:14:08 +02:00
realmode.c * Code cleanup: 2003-06-27 21:31:46 +00:00
realmode_switch.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00
timer.c Add basic relocation to i386 port 2009-03-20 22:39:13 +01:00
video.c stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
video_bios.c Update i386 code (sc520_cdp) 2008-09-09 11:48:53 +02:00
zimage.c [new uImage] Remove I386 uImage fake_header() routine 2008-02-07 01:12:55 +01:00