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
..
2008-08-13 01:40:38 +02:00
2004-03-12 00:14:09 +00:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-07-18 00:27:46 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-07-18 00:27:46 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-07-17 22:14:41 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-07-07 17:58:05 -05:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-07-07 17:58:05 -05:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-07-17 22:15:27 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-14 20:01:04 -04:00
2009-06-12 20:47:16 +02:00
2009-07-18 00:27:46 +02:00
2009-07-09 09:57:54 +02:00
2009-07-09 13:04:25 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-06-12 20:47:16 +02:00
2009-07-18 00:27:46 +02:00
2009-03-30 13:33:50 -05:00
2008-08-06 14:05:38 +02:00
2003-06-27 21:31:46 +00:00
2008-08-13 01:40:38 +02:00
2008-10-18 21:54:03 +02:00
2008-09-10 22:48:06 +02:00
2008-10-18 21:54:03 +02:00
2008-10-18 21:54:03 +02:00
2009-02-18 00:47:43 +01:00
2009-04-03 23:47:06 +02:00
2009-07-07 17:58:07 -05:00
2008-09-10 22:48:01 +02:00
2008-10-18 21:54:03 +02:00
2009-07-07 17:58:11 -05:00
2008-12-16 00:47:10 +01:00
2007-08-06 00:45:40 +02:00
2009-06-12 20:47:17 +02:00
2008-10-18 21:54:03 +02:00
2009-06-12 20:47:16 +02:00
2009-07-16 22:23:53 +02:00
2009-04-04 23:33:12 +02:00
2009-07-18 00:27:46 +02:00
2009-06-12 20:45:48 +02:00
2009-02-11 23:05:57 +01:00
2009-07-18 00:27:46 +02:00
2009-03-28 20:16:16 +01:00
2009-05-15 22:04:04 +02:00
2009-07-18 00:27:46 +02:00
2006-11-06 17:06:36 +01:00
2008-10-18 21:54:03 +02:00
2009-06-12 20:45:47 +02:00
2002-08-17 09:36:01 +00:00
2009-07-18 00:27:46 +02:00
2009-07-18 00:27:46 +02:00
2009-06-12 20:45:48 +02:00
2008-10-18 21:54:03 +02:00
2009-07-18 00:27:46 +02:00
2009-05-15 22:11:59 +02:00
2009-01-28 19:57:31 +01:00
2006-08-31 16:46:53 +02:00