u-boot-brain/drivers
Tom Rini 51d8102f8e serial: zynq: Move serial registration from serial_initialize()
Move the registration of zynq_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 zynq_serial_initialize() function, which is
implemented inside of the serial_zynq driver allows encapsulation
of zynq_serialN_device within the serial_zynq driver itself.

Also, remove the exports of zynq_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 serial_zynq driver and
the default console is picked by CONFIG_SERIAL<N> macro in config file.

Signed-off-by: Tom Rini <trini@ti.com>
2012-10-15 11:53:49 -07:00
..
bios_emulator Add abs() macro to return absolute value 2012-05-15 08:31:37 +02:00
block remove unnecessary code in ata_piix 2012-09-28 10:40:30 -07:00
bootcount Consolidate bootcount code into drivers/bootcount 2012-09-01 14:26:02 +02:00
dfu dfu:usb:fix: Read the "filesize" environment variable only when file read 2012-09-21 00:05:00 +02:00
dma MX28: DMA: Prolong the DMA timeout 2012-09-01 14:58:29 +02:00
fpga Remove execute permissions from source files 2012-03-04 21:56:15 +01:00
gpio GPIO: pca953x: fix error reporting 2012-10-08 11:12:07 -07:00
hwmon hwmon: do not init sensors on startup 2011-08-04 23:30:38 +02:00
i2c i2c: sh: Remove irq_wait function 2012-10-03 08:47:17 +02:00
input Merge branch 'master' of git://git.denx.de/u-boot-arm 2012-09-21 14:53:13 -07:00
misc powerpc/corenet_ds: Slave module for boot from PCIE 2012-08-23 10:24:15 -05:00
mmc ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK 2012-09-27 11:20:10 -07:00
mtd MPC85xx: remove support for TQM85xx boards 2012-10-05 11:07:42 -07:00
net da850/omap-l138: davinci_emac: Suppress auto negotiation if needed 2012-10-01 10:02:13 -07:00
pci Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx 2012-09-25 12:23:55 -07:00
pcmcia PXA: Remove PXA PCMCIA support 2012-03-26 23:09:23 +02:00
power i2c: Add TPS6586X driver 2012-05-15 08:31:37 +02:00
qe powerpc/mpc8xxx: Remove P1015 and P1016 from CPU list 2012-08-23 10:24:16 -05:00
rtc rtc: pcf8563: Make century compatible with Linux 2012-09-02 17:31:00 +02:00
serial serial: zynq: Move serial registration from serial_initialize() 2012-10-15 11:53:49 -07:00
spi Merge branch 'master' of git://git.denx.de/u-boot-arm 2012-09-21 14:53:13 -07:00
tpm Introduce generic TPM support in u-boot 2011-12-07 08:45:51 +01:00
twserial Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
usb net: asix: add AX88772B support 2012-09-26 12:36:31 -05:00
video video: cfb_console: add function to plot the logo area black 2012-10-01 10:02:13 -07:00
watchdog AT91: fix at91sam_wdt.c to reworked header files 2011-05-18 07:56:51 +02:00