Skip to content
Snippets Groups Projects
  1. Oct 15, 2012
    • Lucas Stach's avatar
      tegra20: add USB ULPI init code · 6d365ea0
      Lucas Stach authored
      
      This adds the required code to set up a ULPI USB port. It is
      mostly a port of the Linux ULPI setup code with some tweaks
      added for more correctness, discovered along the way of
      debugging this.
      
      To use this both CONFIG_USB_ULPI and CONFIG_USB_ULPI_VIEWPORT
      have to be set in the board configuration file.
      
      Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
      Acked-by: default avatarIgor Grinberg <grinberg@compulab.co.il>
      6d365ea0
    • Lucas Stach's avatar
      usb: ulpi: add indicator configuration function · 141288b3
      Lucas Stach authored
      
      Allows for easy configuration of the VBUS indicator related ULPI
      config bits.
      
      Also move the external indicator setup from ulpi_set_vbus() to
      the new function.
      
      Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
      Acked-by: default avatarIgor Grinberg <grinberg@compulab.co.il>
      141288b3
    • Lucas Stach's avatar
      usb: ehci: don't print debug output · 7a46b2c7
      Lucas Stach authored
      
      This is clearly some sort of debug output and should not
      be printed during normal operation.
      
      Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
      7a46b2c7
    • Lucas Stach's avatar
      tegra20: port to new ehci interface · a896211f
      Lucas Stach authored
      
      EHCI interface now supports more than one controller. Wire up our usb functions
      to use this new interface.
      
      Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
      a896211f
    • Lucas Stach's avatar
      usb: add support for multiple usb controllers · 93c2582f
      Lucas Stach authored
      
      Allows to initialize more than one USB controller at once.
      
      v2: print message when controller stop fails
      
      Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
      Reviewed-by: default avatarMarek Vasut <marex@denx.de>
      93c2582f
    • Lucas Stach's avatar
      usb: ehci: rework to take advantage of new lowlevel interface · 676ae068
      Lucas Stach authored
      
      Kill off ehci-core.h
      It was used to specify some static controller data. To support more than
      one controller being active at any time we have to carry the controller
      data ourselfes. Change the ehci interface accordingly.
      
      NOTE: OMAP implemented the ehci stuff a bit backwards and should be fixed
      to do the same thing as other platforms. But the change for now is at least
      compile clean.
      
      Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
      Reviewed-by: default avatarMarek Vasut <marex@denx.de>
      676ae068
    • Lucas Stach's avatar
      usb: lowlevel interface change to support multiple controllers · c7e3b2b5
      Lucas Stach authored
      
      Carry an index in the lowlevel usb functions to make specify the
      respective usb controller.
      
      Also pass through an controller struct from lowlevel_init to the
      creation of the root usb device of this controller.
      
      Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
      Reviewed-by: default avatarMarek Vasut <marex@denx.de>
      c7e3b2b5
    • Igor Grinberg's avatar
      pmc405de and zeus: remove the env_ptr externs · 5527efe5
      Igor Grinberg authored
      
      The env_ptr is already declared in environment.h, so there is no need to
      redeclare in board files (especially after including the environment.h)
      Remove those declarations.
      
      Signed-off-by: default avatarIgor Grinberg <grinberg@compulab.co.il>
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Acked-by: default avatarMatthias Fuchs <matthias.fuchs@esd.eu>
      5527efe5
    • Stefan Roese's avatar
      ppc4xx: Remove AP1000 board support · a821d08d
      Stefan Roese authored
      
      As the board seems to be unmaintained for some time, lets remove
      the support in mainline completely.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: James MacAulay <james.macaulay@amirix.com>
      Acked-by: default avatarMarek Vasut <marex@denx.de>
      a821d08d
    • Stefan Roese's avatar
      ppc4xx: Remove ML2 board support · dee9c534
      Stefan Roese authored
      
      As the board seems to be unmaintained for some time, lets remove
      the support in mainline completely.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Peter De Schrijver <p2@mind.be>
      Acked-by: default avatarMarek Vasut <marex@denx.de>
      dee9c534
    • Stefan Roese's avatar
      ppc4xx: Remove IOP480 support · 99bcad18
      Stefan Roese authored
      
      Since the IOP480 (PPC401/3 variant from PLX) is only used on 2
      boards that are not actively maintained, lets remove support
      for it completely. This way the ppc4xx code will get a bit cleaner.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Acked-by: default avatarMatthias Fuchs <matthias.fuchs@esd.eu>
      Acked-by: default avatarMarek Vasut <marex@denx.de>
      99bcad18
    • Marek Vasut's avatar
      serial: Enhance the manual relocation · f2760c4a
      Marek Vasut authored
      
      Enhance the manual relocation of drivers operations structure by
      checking if the entries are NULL and increment them only if they
      are not. This allows for setting any entry to NULL and it will
      survive the manual relocation.
      
      Signed-off-by: default avatarMarek 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>
      f2760c4a
    • Marek Vasut's avatar
      serial: Compile drivers/serial/serial.c by default · c1f5805a
      Marek Vasut authored
      
      Compile drivers/serial/serial.c by default both into SPL and into
      non-SPL builds, since CONFIG_SERIAL_MULTI is now the default state.
      Also having common/serial.c in by default now, it's pointless to keep
      -DCONFIG_SERIAL_MULTI in CPPFLAGS any longer, so remove it as well.
      
      Signed-off-by: default avatarMarek 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>
      c1f5805a
    • Marek Vasut's avatar
      serial: Remove CONFIG_SERIAL_MULTI from remaining sources · 036036d7
      Marek Vasut authored
      
      Remove the parts depending either on disabled CONFIG_SERIAL_MULTI
      or ifdefs around CONFIG_SERIAL_MULTI parts since CONFIG_SERIAL_MULTI
      is now enabled by default.
      
      Signed-off-by: default avatarMarek 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>
      036036d7
    • Marek Vasut's avatar
      serial: Remove CONFIG_SERIAL_MULTI from serial drivers · a3827250
      Marek Vasut authored
      
      Remove the support for not-CONFIG_SERIAL_MULTI part from serial
      port drivers and some board files. Since CONFIG_SERIAL_MULTI is
      now enabled by default, that part is a dead code. Remove it.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Anatolij Gustschin <agust@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      a3827250
    • Marek Vasut's avatar
      serial: Remove CONFIG_SERIAL_MULTI from config files · bffe31c1
      Marek Vasut authored
      
      Remove any notion of CONFIG_SERIAL_MULTI from board config files.
      Since CONFIG_SERIAL_MULTI is now enabled by default, it is useless
      to specify this config option in the board config files. Therefore
      remove it.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Anatolij Gustschin <agust@denx.de>
      Cc: Stefan Roese <sr@denx.de>
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      bffe31c1
    • Marek Vasut's avatar
      serial: Unconditionally enable CONFIG_SERIAL_MULTI · 82dda962
      Marek Vasut authored
      
      Enable CONFIG_SERIAL_MULTI for all builds of U-Boot. That includes
      both SPL builds and non-SPL builds, everything. To avoid poluting
      this patch with removal of ifdef-endif constructions containing
      CONFIG_SERIAL_MULTI, the CONFIG_SERIAL_MULTI is temporarily added
      into CPPFLAGS in config.mk . This will be again removed in following
      patch.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      82dda962
    • Marek Vasut's avatar
      serial: Move common/serial.c to drivers/serial/ · 7742aa65
      Marek Vasut authored
      
      Move the common/serial.c into driver/serial/, since this file
      provides serial multiplexing functions and it is imperative to
      be linked with libserial.o instead of libcommon.o.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      7742aa65
    • Marek Vasut's avatar
      serial: ns16550: Rename serial.c to serial_ns16550.c · 19b8fa0b
      Marek Vasut authored
      
      This serial driver had wrong name of the source file for some time
      now. The name of the driver was serial.c instead of any more logical
      and fitting name. Thus, rename the driver source file to serial_ns16550.c
      and be done with it.
      
      Signed-off-by: default avatarMarek 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>
      Cc: Mike Frysinger <vapier@gentoo.org>
      Cc: Michal Simek <monstr@monstr.eu>
      19b8fa0b
    • Marek Vasut's avatar
      serial: ns16550: Call usbtty_poll only in non-SPL build · f2041388
      Marek Vasut authored
      
      Having both USBTTY and CONFIG_SERIAL_MULTI enabled in SPL, the
      usbtty.c file is protected in Makefile to not be compiled into
      the SPL. Yet, the ns16550 serial driver does not contain such
      protection. Add it to avoid missing symbol error.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      f2041388
    • Marek Vasut's avatar
      serial: Use puts() and hang() instead of panic() in SPL · f1f1e9cb
      Marek Vasut authored
      
      If case the get_current() call fails before relocation, the U-Boot
      must try to print an error message, fail and either reset or halt.
      Such error is critical enough to halt the system, as it means the
      system is in very bad state.
      
      This is now also used in SPL, since CONFIG_SERIAL_MULTI is enabled
      unconditionally. To avoid compiling whole vsprintf.c into SPL, use
      puts() to print error message and hang() to stop the system in case
      of SPL build.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      f1f1e9cb
    • Marek Vasut's avatar
      serial: mxs: spl: Remove empty serial_* functions from SPL code · 320de135
      Marek Vasut authored
      
      Remove the empty bodies from serial_* functions from MXS SPL code.
      These empty implementations are now in common/serial.c instead so
      declaring them also in the SPL code would cause a colision once
      serial multi is enabled unconditionally.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Stefano Babic <sbabic@denx.de>
      320de135
    • Marek Vasut's avatar
      serial: sh: Implement CONFIG_SERIAL_MULTI into sh serial driver · 8bdd7efa
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into sh serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the sh driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Phil Edworthy <PHIL.EDWORTHY@renesas.com>
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      Signed-off-by: default avatarTom Rini <trini@ti.com>
      8bdd7efa
    • Marek Vasut's avatar
      serial: arm: Implement CONFIG_SERIAL_MULTI into sa1100 serial driver · a30a4220
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into sa1100 serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the sa1100 driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      a30a4220
    • Marek Vasut's avatar
      serial: arm: Implement CONFIG_SERIAL_MULTI into s3c44b0 serial driver · eb507669
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into s3c44b0 serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the s3c44b0 driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      eb507669
    • Marek Vasut's avatar
      serial: arm: Implement CONFIG_SERIAL_MULTI into pl01x serial driver · 39f61477
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into pl01x serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the pl01x driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Mathieu J. Poirier <mathieu.poirier@linaro.org>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: John Rigby <john.rigby@linaro.org>
      Cc: Rabin Vincent <rabin.vincent@stericsson.com>
      39f61477
    • Marek Vasut's avatar
      serial: arm: Implement CONFIG_SERIAL_MULTI into netarm serial driver · 0dd9b849
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into netarm serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the netarm driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Stefano Babic <sbabic@denx.de>
      0dd9b849
    • Marek Vasut's avatar
      serial: arm: Implement CONFIG_SERIAL_MULTI into mxc serial driver · a943472c
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into mxc serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the mxc driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Stefano Babic <sbabic@denx.de>
      a943472c
    • Marek Vasut's avatar
      serial: Implement CONFIG_SERIAL_MULTI into max3100 serial driver · 7cd851a5
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into max3100 serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the max3100 driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      7cd851a5
    • Marek Vasut's avatar
      serial: arm: Implement CONFIG_SERIAL_MULTI into lpc2292 serial driver · 21310b57
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into lpc2292 serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the lpc2292 driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      21310b57
    • Marek Vasut's avatar
      serial: arm: Implement CONFIG_SERIAL_MULTI into lh7a40x serial driver · 1f673b4f
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into lh7a40x serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the lh7a40x driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      1f673b4f
    • Marek Vasut's avatar
      serial: arm: Implement CONFIG_SERIAL_MULTI into ks8695 serial driver · a7ffb2fc
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into ks8695 serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the ks8695 driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      a7ffb2fc
    • Marek Vasut's avatar
      serial: arm: Implement CONFIG_SERIAL_MULTI into ixp serial driver · b6cd0fef
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into ixp serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the ixp driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Michael Schwingen <michael@schwingen.org>
      b6cd0fef
    • Marek Vasut's avatar
      serial: arm: Implement CONFIG_SERIAL_MULTI into imx serial driver · 7882e7c1
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into imx serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the imx driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Stefano Babic <sbabic@denx.de>
      7882e7c1
    • Marek Vasut's avatar
      serial: arm: Implement CONFIG_SERIAL_MULTI into clps7111 serial driver · 8b029db8
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into clps7111 serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the clps7111 driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      8b029db8
    • Marek Vasut's avatar
      serial: sandbox: Implement CONFIG_SERIAL_MULTI into sandbox serial driver · cef46b77
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into sandbox serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the sandbox driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Mike Frysinger <vapier@gentoo.org>
      cef46b77
    • Marek Vasut's avatar
      serial: arm: Implement CONFIG_SERIAL_MULTI into s3c64xx serial driver · cc61c31d
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into s3c64xx serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the s3c64xx driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: John Rigby <john.rigby@linaro.org>
      Cc: Minkyu Kang <mk7.kang@samsung.com>
      cc61c31d
    • Marek Vasut's avatar
      serial: arm: Implement CONFIG_SERIAL_MULTI into s3c4510b serial driver · 4bee0b36
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into s3c4510b serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the s3c4510b driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      4bee0b36
    • Marek Vasut's avatar
      serial: oc: Implement CONFIG_SERIAL_MULTI into OpenCores serial driver · 69ea8070
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into OpenCores serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the OpenCores driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Scott McNutt <smcnutt@psyent.com>
      69ea8070
    • Marek Vasut's avatar
      serial: Implement CONFIG_SERIAL_MULTI into ns9750 serial driver · 28ea4c34
      Marek Vasut authored
      
      Implement support for CONFIG_SERIAL_MULTI into ns9750 serial driver.
      This driver was so far only usable directly, but this patch also adds
      support for the multi method. This allows using more than one serial
      driver alongside the ns9750 driver. Also, add a weak implementation
      of default_serial_console() returning this driver.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Marek Vasut <marek.vasut@gmail.com>
      Cc: Tom Rini <trini@ti.com>
      28ea4c34
Loading