1. 30 6月, 2021 2 次提交
    • T
      TEST: USB_HOST not USB · 4e1903a6
      Tom Rini 提交于
      Signed-off-by: NTom Rini <trini@konsulko.com>
      4e1903a6
    • M
      spi: Update speed/mode on change · e2e95e5e
      Marek Vasut 提交于
      The spi_get_bus_and_cs() may be called on the same bus and chipselect
      with different frequency or mode. This is valid usecase, but the code
      fails to notify the controller of such a configuration change. Call
      spi_set_speed_mode() in case bus frequency or bus mode changed to let
      the controller update the configuration.
      
      The problem can easily be triggered using the sspi command:
      => sspi 0:0@1000
      => sspi 0:0@2000
      Without this patch, both transfers happen at 1000 Hz. With this patch,
      the later transfer happens correctly at 2000 Hz.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Jagan Teki <jagan@amarulasolutions.com>
      Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
      e2e95e5e
  2. 29 6月, 2021 9 次提交
  3. 28 6月, 2021 1 次提交
  4. 26 6月, 2021 1 次提交
  5. 25 6月, 2021 5 次提交
  6. 23 6月, 2021 22 次提交