u-boot-brain/board/freescale/mpc8610hpcd
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 MPC8610HPCD: Drop -O2 from the build flags 2008-05-03 20:49:10 +02:00
ddr.c fsl-ddr: use the 1T timing as default configuration 2009-01-23 17:03:14 -06:00
law.c mpc8610hpcd: Fix PCI mapping concepts 2009-01-13 15:27:46 -06:00
Makefile FSL DDR: Convert MPC8610HPCD to new DDR code. 2008-08-27 02:06:03 +02:00
mpc8610hpcd_diu.c stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
mpc8610hpcd.c fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs 2009-04-04 10:21:30 -05:00
u-boot.lds Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00