u-boot-brain/board/netphone
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
..
config.mk Fix JFFS2 support for legacy NAND driver. 2006-04-08 19:08:06 +02:00
flash.c Redundant Environment: protect full sector size 2009-06-04 00:16:16 +02:00
Makefile Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
netphone.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
phone_console.c stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
u-boot.lds Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
u-boot.lds.debug rename environment.c in env_embedded.c to reflect is functionality 2008-09-10 22:48:01 +02:00