Re: [U-Boot] [PATCH 12/71] serial: s5p: Move serial registration from serial_initialize()

2012-09-17 Thread Minkyu Kang
Dear Marek, On 17 September 2012 08:20, Marek Vasut ma...@denx.de wrote: Move the registration of s5p_serialN_device ports from default serial_initialize() into driver specific function called from serial_initialize(). This slims down the serial_initialize() call to a bare tracker of all

[U-Boot] [PATCH 12/71] serial: s5p: Move serial registration from serial_initialize()

2012-09-16 Thread Marek Vasut
Move the registration of s5p_serialN_device ports from default serial_initialize() into driver specific function called from serial_initialize(). This slims down the serial_initialize() call to a bare tracker of all possible serial port registration routines in U-Boot. The newly implemented