1. 16 7月, 2020 3 次提交
  2. 14 7月, 2020 6 次提交
  3. 13 7月, 2020 2 次提交
    • T
      omap3_beagle: Finish current outstanding DM migrations · 58ad372c
      Tom Rini 提交于
      At this point in time we can now remove our legacy code and switch to
      enabling DM for USB and Ethernet.
      
      Cc: Derald D. Woods <woods.technical@gmail.com>
      Cc: Adam Ford <aford173@gmail.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Tested-by: NDerald D. Woods <woods.technical@gmail.com>
      58ad372c
    • A
      ARM: da850-evm: Unify config options with Kconfig · 7bb33e46
      Adam Ford 提交于
      There are two options that are currently whitelisted, but they
      are redundant, because there are not necessary since Kconfig options
      exist to basically state the same thing.
      
      CONFIG_DIRECT_NOR_BOOT and CONFIG_USE_NOR are both set together and
      only used by the da850 when booting from NOR, however the only time
      CONFIG_MTD_NOR_FLASH is configured is when booting from NOR. Since
      NOR doesn't need SPL, the options for SPL can be moved to a check for
      building SPL instead of checking for NOR.
      
      This patch removes the checks for these two config options and unifies
      the checks around the Kconfig option of CONFIG_MTD_NOR_FLASH.
      
      Since this board is the only board that uses these two config options,
      they can be removed from the whitelist table.
      Signed-off-by: NAdam Ford <aford173@gmail.com>
      7bb33e46
  4. 10 7月, 2020 1 次提交
    • W
      drivers: rename drivers to match compatible string · e3e2470f
      Walter Lozano 提交于
      When using OF_PLATDATA, the bind process between devices and drivers
      is performed trying to match compatible string with driver names.
      However driver names are not strictly defined, and also there are different
      names used when declaring a driver with U_BOOT_DRIVER, the name of the
      symbol used in the linker list and the used in the struct driver_info.
      
      In order to make things a bit more clear, rename the drivers names. This
      will also help for further OF_PLATDATA improvements, such as checking
      for valid driver names.
      Signed-off-by: NWalter Lozano <walter.lozano@collabora.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      Add a fix for sandbox of-platdata to avoid using an invalid ANSI colour:
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      e3e2470f
  5. 09 7月, 2020 11 次提交
  6. 08 7月, 2020 4 次提交
  7. 07 7月, 2020 11 次提交
  8. 03 7月, 2020 2 次提交