uboot-mt623x/cpu/mpc512x
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 MPC512x: factor out common code 2009-07-14 00:02:41 +02:00
asm-offsets.h MPC512x: remove include/mpc512x.h 2009-06-12 20:47:16 +02:00
config.mk mpc512x: Move common files to share them by several boards 2009-06-12 20:47:16 +02:00
cpu.c MPC512x: remove include/mpc512x.h 2009-06-12 20:47:16 +02:00
cpu_init.c MPC512x: remove include/mpc512x.h 2009-06-12 20:47:16 +02:00
diu.c stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
fixed_sdram.c MPC512x: factor out common code 2009-07-14 00:02:41 +02:00
i2c.c mpc512x: Fix problem with I2C access before relocation 2009-06-12 20:47:18 +02:00
ide.c MPC512x: use I/O accessors instead of pointer accesses 2009-06-12 20:47:16 +02:00
iim.c General help message cleanup 2009-06-12 20:47:16 +02:00
interrupts.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
iopin.c MPC512x: use I/O accessors instead of pointer accesses 2009-06-12 20:47:16 +02:00
pci.c MPC512x: use I/O accessors instead of pointer accesses 2009-06-12 20:47:16 +02:00
serial.c mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code 2009-06-12 20:47:17 +02:00
speed.c MPC512x: remove include/mpc512x.h 2009-06-12 20:47:16 +02:00
start.S MPC512x: remove include/mpc512x.h 2009-06-12 20:47:16 +02:00
traps.c MPC512x: Change traps.c to not reference non-addressable memory 2008-06-03 19:47:14 +02:00
u-boot.lds mpc512x: Move common files to share them by several boards 2009-06-12 20:47:16 +02:00