Re: [PATCH 5/7] serial: samsung: Get console register defaults from device tree

2011-02-16 Thread Grant Likely
On Sat, Feb 12, 2011 at 06:17:03PM +0530, Thomas Abraham wrote: > The uart ports are used as console and due to console_init, the uart ports > are initialized prior to the uart driver's probe function is called. > During this intialization stage, the driver obtains the default port > register value

[PATCH 5/7] serial: samsung: Get console register defaults from device tree

2011-02-12 Thread Thomas Abraham
The uart ports are used as console and due to console_init, the uart ports are initialized prior to the uart driver's probe function is called. During this intialization stage, the driver obtains the default port register values from the platform data. This patch adds support for obtaining the def