1. 18 Dec, 2020 2 commits
    • Sean Anderson's avatar
      spi: dw: Add SoC-specific compatible strings · 237e5880
      Sean Anderson authored
      
      
      This adds SoC-specific compatible strings to all users of the designware
      spi device. This will allow for the correct driver to be selected for each
      device. Where it is publicly documented, a compatible string for the
      specific device version has also been added. Devices without
      publicly-documented device versions include MSCC SoCs, and Arc Socs. All
      compatible strings except those for SoCFPGAs and some of the versioned
      strings have been taken from Linux.
      
      Since SSI_MAX_XFER_SIZE is determined at runtime, this is not strictly
      necessary. However, it is a good cleanup and brings things closer to Linux.
      Signed-off-by: default avatarSean Anderson <seanga2@gmail.com>
      Tested-by Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
      Reviewed-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      237e5880
    • Sean Anderson's avatar
      spi: dw: Rename "cs-gpio" to "cs-gpios" · 13fc44e2
      Sean Anderson authored
      
      
      This property is named differently than other SPI drivers with the same
      property, as well as the property as used in Linux.
      Signed-off-by: default avatarSean Anderson <seanga2@gmail.com>
      Tested-by Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
      Reviewed-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      13fc44e2
  2. 13 May, 2020 1 commit
  3. 07 Oct, 2019 1 commit
    • Eugeniy Paltsev's avatar
      NET: DW: fix regression for ARC boards · 2a723237
      Eugeniy Paltsev authored
      The commit
      642b80d2
      
       ("net: designware: drop compatible altr, socfpga-stmmac")
      breaks designware ethernet for all ARC boards. It removes
      "altr, socfpga-stmmac" compatible from "drivers/net/designware.c"
      without changing compatible in the boards which use it.
      
      Fix that by adding "snps,arc-dwmac-3.70a" compatible string to
      "drivers/net/designware.c" and using it in ARC boards device tree.
      Signed-off-by: default avatarEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
      2a723237
  4. 18 Apr, 2019 1 commit
  5. 12 Apr, 2019 1 commit
  6. 31 Jul, 2018 1 commit
  7. 07 May, 2018 1 commit
    • Tom Rini's avatar
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini authored
      
      
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      83d290c5
  8. 02 Apr, 2018 1 commit
  9. 29 Mar, 2017 1 commit
    • Vlad Zakharov's avatar
      arc: dts: separate single axs10x.dts file · 7c760f60
      Vlad Zakharov authored
      
      
      We want to use the same device tree blobs in both Linux and U-Boot for
      ARC boards.
      
      Earlier device tree sources in U-Boot were very simplified and hadn't been
      updated for quite a long period of time.
      
      So this commit is the first step on the road to unified device tree blobs.
      
      First of all we re-organize device tree sources for AXS10X boards.
      As AXS101 and AXS103 boards consist of AXS10X motherboard and AXC001 and
      AXC003 cpu tiles respectively we add corresponding device tree source
      files: axs10x_mb.dtsi for motherboard, axc001.dtsi and axc003.dtsi for
      cpu tiles and axs101.dts and axs103.dts to represent actual boards.
      
      Also we delete axs10x.dts as it is no longer used.
      
      One more important change - we add timer device to ARC skeleton device
      tree sources as both ARC700 and ARCHS cores contain such timer.
      We add core_clk nodes to abilis_tb100, nsim, axc001 and axc003 device tree
      sources as it is referenced via phandle from timer node in common
      skeleton.dtsi file.
      Signed-off-by: default avatarVlad Zakharov <vzakhar@synopsys.com>
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      7c760f60
  10. 24 Mar, 2017 1 commit
    • Vlad Zakharov's avatar
      arc: dts: separate single axs10x.dts file · 0c77092e
      Vlad Zakharov authored
      We want to use the same device tree blobs in both Linux and U-Boot for
      ARC boards.
      
      Earlier device tree sources in U-Boot were very simplified and hadn't been
      updated for quite a long period of time.
      
      So this commit is the first step on the road to unified device tree blobs.
      
      First of all we re-organize device tree sources for AXS10X boards.
      As AXS101 and AXS103 boards consist of AXS10X motherboard and AXC001 and
      AXC003 cpu tiles respectively we add corresponding device tree source
      files: axs10x_mb.dtsi for motherboard, axc001.dtsi and axc003.dtsi for
      cpu tiles and axs101.dts and axs103.dts to represent actual boards.
      
      Also we delete axs10x.dts as it is no longer used.
      
      One more important change - we add timer device to ARC skeleton device
      tree sources as both ARC700 and ARCHS cores contain such timer.
      We add core_clk nodes to abilis_tb100, nsim, axc001 and axc003 device tree
      sources as it is referenced via phandle from timer node in common
      skeleton.dtsi file.
      
      Si...
      0c77092e