<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/console.h, branch v2012.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/console.h?h=v2012.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/console.h?h=v2012.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2009-07-17T22:27:46Z</updated>
<entry>
<title>stdio/device: rework function naming convention</title>
<updated>2009-07-17T22:27:46Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2009-05-16T10:14:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=52cb4d4fb3487313f5a72ea740f527a4aefaa365'/>
<id>urn:sha1:52cb4d4fb3487313f5a72ea740f527a4aefaa365</id>
<content type='text'>
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 &lt;plagnioj@jcrosoft.com&gt;

Edited commit message.

Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>console.h: remove unused prototype 'console_realloc'</title>
<updated>2009-05-15T20:13:57Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2009-05-13T20:24:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3ad8a0517b724782ab36f2b554a94de4c00c1adb'/>
<id>urn:sha1:3ad8a0517b724782ab36f2b554a94de4c00c1adb</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2000-11-12T23:38:42Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2000-11-12T23:38:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fb48c4afc47cfbaae2173163e909d91561acc295'/>
<id>urn:sha1:fb48c4afc47cfbaae2173163e909d91561acc295</id>
<content type='text'>
</content>
</entry>
</feed>
