u-boot/drivers
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
..
bios_emulator drivers/bios_emulator: Move conditional compilation to Makefile 2008-12-07 01:29:31 +01:00
block sata: namespace curr_device variable 2009-07-17 22:15:27 +02:00
dma 83xx: Add support for fsl_dma driver 2009-07-02 11:15:57 -05:00
fpga fpga: Fix Spartan III FPGA booting 2009-02-21 22:52:44 +01:00
gpio General help message cleanup 2009-06-12 20:47:16 +02:00
hwmon rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
i2c Blackfin: TWI/I2C: fix pure writes 2009-06-30 08:27:45 +02:00
input stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
misc General help message cleanup 2009-06-12 20:47:16 +02:00
mmc fsl_esdhc: Add device tree fixups 2009-07-16 22:24:06 +02:00
mtd mtd: cfi - if defined, use MAX_FLASH_BANKS_DETECT for static declarations 2009-07-16 15:27:45 +02:00
net stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
pci 83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x 2009-06-12 20:47:17 +02:00
pcmcia mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile 2009-02-18 00:51:21 +01:00
qe Coding style cleanup; update CHANGELOG 2009-07-07 22:35:02 +02:00
rtc Update CHANGELOG, coding style cleanup. 2009-04-05 00:27:57 +02:00
serial stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
spi Merge branch 'master' of git://git.denx.de/u-boot-arm 2009-07-07 22:22:05 +02:00
twserial drivers/twserial: Add protocol driver for "three wire serial" interface. 2009-03-30 09:38:36 +02:00
usb stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
video stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
watchdog at91sam9: add watchdog support 2009-04-04 20:42:19 +02:00