u-boot-brain/arch/powerpc/cpu
Marek Vasut 918327c8f0 serial: mpc512x: Move serial registration from serial_initialize()
Move the registration of 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 mpc512x_serial_initialize() function, which is
implemented inside of the mpc512x serial driver allows encapsulation
of serialN_device within the mpc512x serial driver itself.

Also, remove the exports of serialN_device from include/serial.h
as they are no longer needed. This is simply because the implementation of
default_serial_console() is wrapped into the mpx512x serial driver and
the default console is picked by CONFIG_SERIAL<N> macro in config file.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Tom Rini <trini@ti.com>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: Stefan Roese <sr@denx.de>
2012-10-15 11:53:50 -07:00
..
74xx_7xx unify version_string 2011-07-28 17:22:53 +02:00
mpc5xx unify version_string 2011-07-28 17:22:53 +02:00
mpc5xxx serial: Properly spell out the structure member names of serial_driver 2012-10-15 11:53:48 -07:00
mpc8xx serial: mpc8xx: Move serial registration from serial_initialize() 2012-10-15 11:53:49 -07:00
mpc8xxx powerpc/mpc8xxx: Move HWCONFIG_BUFFER_SIZE into config.h 2012-08-23 12:16:56 -05:00
mpc83xx MPC83xx, MPC85xx: compile stub cache function 2012-07-21 23:37:48 +02:00
mpc85xx powerpc/85xx: clear out TLB on boot 2012-08-23 12:16:57 -05:00
mpc86xx arch/powerpc/cpu/mpc86xx/cpu.c: Fix GCC 4.6 build warning 2011-12-02 00:16:46 +01:00
mpc512x serial: mpc512x: Move serial registration from serial_initialize() 2012-10-15 11:53:50 -07:00
mpc824x Reduce build times 2011-11-03 20:44:58 +01:00
mpc8220 arch/powerpc/cpu/mpc8220/fec.c: Fix compile warning 2012-05-22 13:41:46 -05:00
mpc8260 net: cosmetic: Un-typedef Ethernet_t 2012-05-23 17:46:14 -05:00
ppc4xx usb: replace wait_ms() with mdelay() 2012-03-19 00:08:16 +01:00