1. 09 11月, 2016 6 次提交
  2. 30 9月, 2016 3 次提交
  3. 28 9月, 2016 1 次提交
  4. 22 9月, 2016 1 次提交
    • K
      scsi: ufs: Get a TM service response from the correct offset · 8794ee0c
      Kiwoong Kim 提交于
      When any UFS host controller receives a TM(Task Management) response
      from a UFS device, UFS driver has been recognize like receiving a
      message of "Task Management Function Complete"(00h) in all cases, so
      far.  That means there is no pending task for a tag of the TM request
      sent before in the UFS device.  That's because the byte offset 6 in TM
      response which has been used to get a TM service response so far
      represents just whether or not a TM transmission passes.
      
      Regarding UFS spec, the correct byte offset to get TM service response
      is 15, not 6.
      
      I tested that UFS driver responds properly for the TM response from a
      UFS device with an reference board with exynos8890, as follow: No
      pending task -> Task Management Function Complete (00h) Pending task ->
      Task Management Function Succeeded (08h)
      
      [mkp: applied by hand]
      Signed-off-by: NKiwoong Kim <kwmad.kim@samsung.com>
      Signed-off-by: NHeonGwang Chu <hg.chu@samsung.com>
      Tested-by: N: Kiwoong Kim <kwmad.kim@samsung.com>
      Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
      8794ee0c
  5. 09 9月, 2016 1 次提交
  6. 04 9月, 2016 1 次提交
  7. 16 7月, 2016 2 次提交
  8. 13 7月, 2016 9 次提交
  9. 19 3月, 2016 1 次提交
    • A
      scsi: ufs: select CONFIG_NLS · c80fa12e
      Arnd Bergmann 提交于
      A recent change to ufshcd introduced a call to utf16s_to_utf8s, a
      function that is provided by the NLS module, so we get a link error when
      that is not present:
      
      drivers/scsi/built-in.o: In function `ufshcd_read_string_desc':
      :(.text+0x124d0): undefined reference to `utf16s_to_utf8s'
      
      This adds a Kconfig 'select' statement to avoid the build error.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: b573d484 ("scsi: ufs: add support to read device and string descriptors")
      Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
      c80fa12e
  10. 15 3月, 2016 15 次提交