uboot-mt623x/drivers/video
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 video: add an i.MX31 framebuffer driver 2009-02-24 10:22:59 +01:00
ati_ids.h drivers/video : move video drivers to drivers/video 2007-11-25 18:35:11 +01:00
ati_radeon_fb.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ati_radeon_fb.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
atmel_lcdfb.c Atmel LCD driver GUARDTIME fix 2009-06-30 16:22:35 +02:00
cfb_console.c stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
ct69000.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
mb862xx.c video: mb862xx: replace printf with puts 2009-07-17 15:23:40 +02:00
mx3fb.c video: add an i.MX31 framebuffer driver 2009-02-24 10:22:59 +01:00
s6e63d6.c A driver for the S6E63D6 SPI display controller from Samsung 2009-02-24 10:00:28 +01:00
sed156x.c video: Clean drivers/video/Makefile 2008-08-18 23:36:17 +02:00
sed13806.c video: Clean drivers/video/Makefile 2008-08-18 23:36:17 +02:00
sm501.c video: Clean drivers/video/Makefile 2008-08-18 23:36:17 +02:00
smiLynxEM.c Fix whitespace damage: double space changed to a tab 2009-02-11 23:03:41 +01:00
videomodes.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
videomodes.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00