Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

serial_pxa.c

Blame
  • Forked from Reform / reform-boundary-uboot
    38840 commits behind the upstream repository.
    • Mike Frysinger's avatar
      1c9a5606
      serial: drop useless ctlr field · 1c9a5606
      Mike Frysinger authored
      
      The multi serial support has a "ctlr" field which almost no one uses,
      but everyone is forced to set to useless strings.  So punt it.
      
      Funny enough, the only code that actually reads this field (the mpc8xx
      driver) has a typo where it meant to look for the SCC driver.  Fix it
      while converting the check to use the name field.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      CC: Heiko Schocher <hs@denx.de>
      CC: Anatolij Gustschin <agust@denx.de>
      CC: Tom Rix <Tom.Rix@windriver.com>
      CC: Minkyu Kang <mk7.kang@samsung.com>
      CC: Craig Nauman <cnauman@diagraph.com>
      CC: Marek Vasut <marek.vasut@gmail.com>
      CC: Prafulla Wadaskar <prafulla@marvell.com>
      CC: Mahavir Jain <mjain@marvell.com>
      1c9a5606
      History
      serial: drop useless ctlr field
      Mike Frysinger authored
      
      The multi serial support has a "ctlr" field which almost no one uses,
      but everyone is forced to set to useless strings.  So punt it.
      
      Funny enough, the only code that actually reads this field (the mpc8xx
      driver) has a typo where it meant to look for the SCC driver.  Fix it
      while converting the check to use the name field.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      CC: Heiko Schocher <hs@denx.de>
      CC: Anatolij Gustschin <agust@denx.de>
      CC: Tom Rix <Tom.Rix@windriver.com>
      CC: Minkyu Kang <mk7.kang@samsung.com>
      CC: Craig Nauman <cnauman@diagraph.com>
      CC: Marek Vasut <marek.vasut@gmail.com>
      CC: Prafulla Wadaskar <prafulla@marvell.com>
      CC: Mahavir Jain <mjain@marvell.com>
    serial_pxa.c 7.79 KiB