uboot-mt623x/lib_blackfin
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
..
.gitignore Blackfin: unify u-boot linker scripts 2009-06-14 20:01:14 -04:00
Makefile Blackfin: add cache_dump commands 2009-07-10 02:36:26 -04:00
board.c stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
boot.c Blackfin: fixup misc warnings such as printf's and missing casts 2009-01-28 13:27:28 -05:00
cache.c Blackfin: safely flush data caches when in writeback mode 2009-03-23 15:14:53 -04:00
clocks.c Blackfin: cache core/system clock values 2009-02-02 12:24:42 -05:00
cmd_cache_dump.c Blackfin: add cache_dump commands 2009-07-10 02:36:26 -04:00
memcmp.S Blackfin: add proper ELF markings to some assembly functions 2008-03-15 22:14:57 -04:00
memcpy.S Blackfin: add proper ELF markings to some assembly functions 2008-03-15 22:14:57 -04:00
memmove.S Blackfin: add proper ELF markings to some assembly functions 2008-03-15 22:14:57 -04:00
memset.S Blackfin: add proper ELF markings to some assembly functions 2008-03-15 22:14:57 -04:00
muldi3.c [Blackfin][PATCH] Fix copyright and update license 2007-04-05 18:31:18 +08:00
post.c stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
string.c Blackfin: use 8/16/32 bit transfer widths in dma_memcpy() 2009-02-02 12:24:46 -05:00
tests.c Blackfin: only build post code when CONFIG_POST 2009-02-02 12:24:30 -05:00
u-boot.lds.S Blackfin: unify u-boot linker scripts 2009-06-14 20:01:14 -04:00