1. 13 6月, 2020 15 次提交
  2. 05 6月, 2020 3 次提交
  3. 04 6月, 2020 10 次提交
  4. 03 6月, 2020 6 次提交
  5. 02 6月, 2020 4 次提交
  6. 01 6月, 2020 2 次提交
    • J
      mtd: sf: Drop plat from sf_probe · c862b91d
      Jagan Teki 提交于
      dm_spi_slave_platdata used in sf_probe for printing
      plat->cs value and there is no relevant usage apart
      from this.
      
      We have enough debug messages available in SPI and SF
      areas so drop this plat get and associated bug statement.
      
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Vignesh R <vigneshr@ti.com>
      Signed-off-by: NJagan Teki <jagan@amarulasolutions.com>
      c862b91d
    • J
      mtd: spi: Call sst_write in _write ops · 46e4cdff
      Jagan Teki 提交于
      Currently spi-nor code is assigning _write ops for SST
      and other flashes separately. 
      
      Just call the sst_write from generic write ops and return
      if SST flash found, this way it avoids the confusion of
      multiple write ops assignment during the scan and makes
      it more feasible for code readability.
      
      No functionality changes.
      
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Vignesh R <vigneshr@ti.com>
      Signed-off-by: NJagan Teki <jagan@amarulasolutions.com>
      46e4cdff