Skip to content
Snippets Groups Projects
  1. Jul 02, 2021
  2. Jun 30, 2021
    • Tom Rini's avatar
      Revert "TEST: USB_HOST not USB" · b7ad721c
      Tom Rini authored
      
      This reverts commit 4e1903a6.
      
      This local commit was not intended to be pushed out.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      b7ad721c
    • Tom Rini's avatar
      TEST: USB_HOST not USB · 4e1903a6
      Tom Rini authored
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      4e1903a6
    • Marek Vasut's avatar
      spi: Update speed/mode on change · e2e95e5e
      Marek Vasut authored and Tom Rini's avatar Tom Rini committed
      
      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: default avatarMarek Vasut <marex@denx.de>
      Cc: Jagan Teki <jagan@amarulasolutions.com>
      Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
      e2e95e5e
  3. Jun 29, 2021
  4. Jun 28, 2021
  5. Jun 25, 2021
  6. Jun 24, 2021
  7. Jun 23, 2021
Loading