Age | Commit message (Expand) | Author | Files | Lines |
2017-07-01 | scsi: ufs: flush eh_work when eh_work scheduled. | Zang Leigang | 1 | -1/+2 |
2017-06-13 | scsi: ufshcd-pci: Add Intel CNL support | Adrian Hunter | 1 | -0/+38 |
2017-06-13 | scsi: ufshcd-pci: Fix PM config | Adrian Hunter | 1 | -13/+9 |
2017-06-13 | scsi: ufs: Tidy clocks list head usage | Szymon Mielczarek | 4 | -11/+7 |
2017-05-19 | scsi: ufs: Clean up some rpm/spm level SysFS nodes upon remove | MichaĆ Potomski | 1 | -0/+7 |
2017-05-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -77/+31 |
2017-04-27 | scsi: ufs: make ufshcd_get_lists_status() register operation obvious | Tomohiro Kusumi | 2 | -10/+5 |
2017-04-27 | scsi: ufs: use MASK_EE_STATUS | Tomohiro Kusumi | 1 | -2/+2 |
2017-03-30 | Revert "scsi: ufs: add queries retry mechanism" | Szymon Mielczarek | 1 | -45/+9 |
2017-03-30 | scsi: ufs: just use sizeof() for snprintf() | Tomohiro Kusumi | 1 | -1/+1 |
2017-03-30 | scsi: ufs: remove deprecated enum for hw interrupt | Tomohiro Kusumi | 1 | -7/+0 |
2017-03-30 | scsi: ufs: add missing macros for register bits from UFSHCI spec | Tomohiro Kusumi | 1 | -0/+2 |
2017-03-30 | scsi: ufs: non functional macro fix | Tomohiro Kusumi | 1 | -4/+4 |
2017-03-30 | scsi: ufs: use existing macro CONTROLLER_ENABLE to test register bit | Tomohiro Kusumi | 1 | -1/+2 |
2017-03-30 | scsi: ufs: make ufshcd_is_{device_present, hba_active}() return bool | Tomohiro Kusumi | 1 | -6/+6 |
2017-03-28 | scsi: ufs: fix wrong/ambiguous fall through comments | Tomohiro Kusumi | 1 | -2/+1 |
2017-03-28 | scsi: ufs: remove the duplicated checking for supporting clkscaling | Jaehoon Chung | 1 | -2/+0 |
2017-03-16 | scsi: ufshcd-platform: remove the useless cast in ERR_PTR/IS_ERR | Tomas Winkler | 1 | -2/+2 |
2017-03-15 | scsi: ufs: don't check unsigned type for a negative value | Tomas Winkler | 1 | -1/+1 |
2017-03-02 | scsi: ufs: Factor out ufshcd_read_desc_param | Potomski, MichalX | 3 | -72/+196 |
2017-02-24 | scsi: remove scsi_execute_req_flags | Christoph Hellwig | 1 | -5/+5 |
2017-02-23 | scsi: ufs-qcom: remove redundant condition check | Subhash Jadavani | 1 | -12/+0 |
2017-02-08 | scsi: ufs: dump hw regs on link failures | Venkat Gopalakrishnan | 1 | -1/+11 |
2017-02-08 | scsi: ufs-qcom: dump additional testbus registers | Venkat Gopalakrishnan | 2 | -6/+43 |
2017-02-08 | scsi: ufs: kick start clock scaling only after device detection | subhashj@codeaurora.org | 1 | -22/+23 |
2017-02-08 | scsi: ufs: don't suspend clock scaling during clock gating | subhashj@codeaurora.org | 2 | -45/+171 |
2017-02-08 | scsi: ufs: add host state prints in failure cases | Gilad Broner | 1 | -0/+25 |
2017-02-08 | scsi: ufs: add load based scaling of UFS gear | subhashj@codeaurora.org | 2 | -175/+428 |
2017-02-08 | scsi: ufs: reduce printout for aborted requests | Gilad Broner | 2 | -14/+35 |
2017-02-08 | scsi: ufs: skip request abort task when previous aborts failed | Gilad Broner | 2 | -0/+23 |
2017-01-12 | scsi: ufs: fix arguments order some trace calls | Subhash Jadavani | 1 | -5/+5 |
2017-01-11 | scsi: ufs: refactor device descriptor reading | Tomas Winkler | 3 | -43/+37 |
2017-01-11 | scsi: ufs: ufshcd_get_max_icc_level fix endianity handling | Tomas Winkler | 1 | -1/+1 |
2017-01-11 | scsi: ufs: unexport descritpor reading functions | Tomas Winkler | 2 | -12/+4 |
2017-01-11 | scsi: ufs: ufshcd_query_descriptor_retry should be static | Tomas Winkler | 1 | -4/+5 |
2017-01-06 | scsi: ufs-qcom: Fix module autoload | Javier Martinez Canillas | 1 | -0/+1 |
2017-01-06 | scsi: ufs: Improve fatal error logs | Dolev Raviv | 2 | -42/+208 |
2017-01-06 | scsi: ufs: add trace event for ufs commands | Lee Susman | 1 | -1/+41 |
2017-01-06 | scsi: ufs: add time profiling support | subhashj@codeaurora.org | 1 | -0/+24 |
2017-01-06 | scsi: ufs: fix setting init power mode | subhashj@codeaurora.org | 1 | -3/+4 |
2017-01-06 | scsi: ufs: add capability to keep auto bkops always enabled | subhashj@codeaurora.org | 2 | -11/+35 |
2017-01-06 | scsi: ufs: set default UFS power management level | subhashj@codeaurora.org | 1 | -0/+28 |
2017-01-06 | scsi: ufs: provide sysfs attribute to select the PM level | subhashj@codeaurora.org | 2 | -0/+146 |
2017-01-06 | scsi: ufs: Add sysfs node to dynamically control clock scaling | Sahitya Tummala | 2 | -17/+82 |
2017-01-06 | scsi: ufs: Add sysfs node to dynamically control clock gating | Sahitya Tummala | 2 | -1/+51 |
2017-01-06 | scsi: ufs: fix multiple ufs spec violation | Dolev Raviv | 1 | -1/+12 |
2017-01-06 | scsi: ufs: add tracing support | subhashj@codeaurora.org | 1 | -12/+73 |
2017-01-06 | scsi: ufs: dump debug info during failures | Dolev Raviv | 2 | -0/+132 |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 1 | -2/+2 |
2016-12-22 | Merge branch 'misc' into for-linus | James Bottomley | 6 | -29/+120 |