index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
ufs
/
ufshcd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag '4.4-scsi-mkp' into misc
James Bottomley
2015-11-12
1
-65
/
+57
|
\
|
*
scsi: ufs-qcom: add QUniPro hardware support and power optimizations
Yaniv Gardi
2015-11-10
1
-1
/
+7
|
*
scsi: ufs-qcom: add debug prints for test bus
Yaniv Gardi
2015-11-10
1
-0
/
+2
|
*
scsi: ufs: make the UFS variant a platform device
Yaniv Gardi
2015-11-10
1
-0
/
+10
|
*
scsi: ufs: creates wrapper functions for vops
Yaniv Gardi
2015-11-09
1
-65
/
+39
*
|
scsi: use host wide tags by default
Christoph Hellwig
2015-11-10
1
-8
/
+0
|
/
*
scsi: ufs: add quirk to handle broken UFS HCI version
Yaniv Gardi
2015-06-02
1
-0
/
+5
*
scsi: ufs: introduce UFSHCD_QUIRK_DME_PEER_ACCESS_AUTO_MODE quirk
Yaniv Gardi
2015-06-02
1
-0
/
+31
*
scsi: ufs: introduce a broken PA_RXHSUNTERMCAP quirk
Yaniv Gardi
2015-06-02
1
-0
/
+11
*
scsi: ufs: provide a quirk to disable the LCC
Yaniv Gardi
2015-06-02
1
-0
/
+42
*
scsi: ufs: introduce the capability and quirk for interrupt aggregation
Yaniv Gardi
2015-06-02
1
-3
/
+16
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2015-04-17
1
-0
/
+35
|
\
|
*
ufs: add support to allow non standard behaviours (quirks)
Yaniv Gardi
2015-04-10
1
-0
/
+35
*
|
ufs: Rename of regulator_set_optimum_mode
Bjorn Andersson
2015-03-09
1
-20
/
+7
|
/
*
scsi: use per-cpu buffer for formatting sense
Hannes Reinecke
2015-01-09
1
-4
/
+2
*
Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus
James Bottomley
2014-12-08
1
-20
/
+5
|
\
|
*
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
2014-11-24
1
-9
/
+4
|
*
scsi: avoid ->change_queue_depth indirection for queue full tracking
Christoph Hellwig
2014-11-24
1
-12
/
+2
*
|
Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linus
James Bottomley
2014-12-08
1
-11
/
+7
|
\
|
|
*
ufs: remove spurious scsi_set_tag_type call
Christoph Hellwig
2014-11-12
1
-1
/
+0
|
*
scsi: don't force tagged_supported in drivers
Christoph Hellwig
2014-11-12
1
-5
/
+1
|
*
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
2014-11-12
1
-2
/
+2
|
*
scsi: always assign block layer tags if enabled
Christoph Hellwig
2014-11-12
1
-2
/
+3
|
*
scsi: remove scsi_show_result()
Hannes Reinecke
2014-11-12
1
-2
/
+2
|
*
scsi: use sdev as argument for sense code printing
Hannes Reinecke
2014-11-12
1
-2
/
+2
*
|
ufs: fix NULL dereference when no regulators are defined
Akinobu Mita
2014-11-26
1
-0
/
+6
*
|
ufs: ensure clk gating work is finished before module unloading
Akinobu Mita
2014-11-26
1
-0
/
+2
*
|
scsi: ufs: fix static checker warning in __ufshcd_setup_clocks
Dolev Raviv
2014-11-20
1
-1
/
+1
*
|
scsi: ufs: fix static checker errors in ufshcd_system_suspend
Dolev Raviv
2014-11-20
1
-1
/
+1
*
|
ufs: fix power info after link start-up
Yaniv Gardi
2014-11-20
1
-0
/
+18
*
|
ufs: fix reference counting of W-LUs
Akinobu Mita
2014-11-20
1
-38
/
+36
|
/
*
ufs: definitions for phy interface
Dolev Raviv
2014-10-01
1
-0
/
+2
*
ufs: tune bkops while power managment events
Subhash Jadavani
2014-10-01
1
-8
/
+18
*
ufs: Add support for clock scaling using devfreq framework
Sahitya Tummala
2014-10-01
1
-1
/
+177
*
ufs: Add support for clock gating
Sahitya Tummala
2014-10-01
1
-25
/
+298
*
ufs: refactor configuring power mode
Dolev Raviv
2014-10-01
1
-33
/
+133
*
ufs: add UFS power management support
Subhash Jadavani
2014-10-01
1
-93
/
+852
*
ufs: introduce well known logical unit in ufs
Subhash Jadavani
2014-10-01
1
-20
/
+64
*
ufs: manually add well known logical units
Subhash Jadavani
2014-10-01
1
-0
/
+103
*
ufs: Active Power Mode - configuring bActiveICCLevel
Yaniv Gardi
2014-10-01
1
-0
/
+126
*
ufs: improve init sequence
Sujit Reddy Thumma
2014-10-01
1
-28
/
+73
*
ufs: refactor query descriptor API support
Subhash Jadavani
2014-10-01
1
-37
/
+130
*
ufs: add voting support for host controller power
Raviv Shvili
2014-10-01
1
-2
/
+40
*
ufs: Add clock initialization support
Sujit Reddy Thumma
2014-10-01
1
-2
/
+87
*
ufs: Add regulator enable support
Sujit Reddy Thumma
2014-10-01
1
-3
/
+190
*
ufs: Allow vendor specific initialization
Sujit Reddy Thumma
2014-10-01
1
-32
/
+129
*
scsi: ufs: fix endianness sparse warnings
Sujit Reddy Thumma
2014-07-25
1
-3
/
+4
*
scsi: ufs: make undeclared functions static
Sujit Reddy Thumma
2014-07-25
1
-2
/
+3
*
ufs: fix DMA mask setting
Akinobu Mita
2014-07-25
1
-0
/
+22
*
ufs: adjust queue settings to PRDT limitations
Akinobu Mita
2014-07-25
1
-0
/
+15
[next]