Age | Commit message (Expand) | Author | Files | Lines |
2016-07-13 | hisi_sas: update driver version to 1.5 | John Garry | 1 | -1/+1 |
2016-07-13 | hisi_sas: fix the inconsistent lock issue reported by CONFIG_PROVE_LOCKING | John Garry | 1 | -5/+0 |
2016-07-13 | hisi_sas: add v2 hw ACPI support | John Garry | 1 | -25/+43 |
2016-05-09 | libata/libsas: Define ATA_CMD_NCQ_NON_DATA | Hannes Reinecke | 1 | -0/+1 |
2016-05-09 | libsas: enable FPDMA SEND/RECEIVE | Hannes Reinecke | 1 | -0/+2 |
2016-04-15 | hisi_sas: add alloc_dev_quirk_v2_hw() | John Garry | 1 | -0/+30 |
2016-04-15 | hisi_sas: add slot_index_alloc_quirk_v2_hw() | John Garry | 1 | -0/+28 |
2016-04-15 | hisi_sas: add device and slot alloc hw methods | John Garry | 2 | -2/+12 |
2016-04-15 | hisi_sas: update driver version to 1.4 | John Garry | 1 | -1/+1 |
2016-04-15 | hisi_sas: for v2 hw only set ITCT qw2 for SAS device | John Garry | 1 | -5/+6 |
2016-04-15 | hisi_sas: add v2 hw support for >4 SATA phys | John Garry | 1 | -7/+10 |
2016-04-15 | hisi_sas: fix v2 hw multiple SATA disk issue | John Garry | 1 | -3/+1 |
2016-04-15 | hisi_sas: use device linkrate in MCR for v2 hw | John Garry | 1 | -1/+1 |
2016-04-15 | scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS | Ming Lin | 1 | -1/+1 |
2016-03-01 | hisi_sas: update driver version to 1.3 | John Garry | 1 | -1/+1 |
2016-03-01 | hisi_sas: add hisi_sas_slave_configure() | John Garry | 1 | -1/+14 |
2016-03-01 | hisi_sas: use slot abort in v2 hw | John Garry | 1 | -3/+12 |
2016-03-01 | hisi_sas: use slot abort in v1 hw | John Garry | 1 | -0/+13 |
2016-03-01 | hisi_sas: add hisi_sas_slot_abort() | John Garry | 2 | -0/+44 |
2016-03-01 | hisi_sas: change tmf func complete check | John Garry | 1 | -1/+1 |
2016-02-24 | hisi_sas: update driver version to 1.2 | John Garry | 1 | -1/+1 |
2016-02-24 | hisi_sas: add v1 hw ACPI support | John Garry | 1 | -24/+43 |
2016-02-24 | hisi_sas: use Unified Device Properties API | John Garry | 2 | -20/+23 |
2016-02-24 | hisi_sas: update driver version to 1.1 | John Garry | 1 | -1/+1 |
2016-02-24 | hisi_sas: add v2 tmf functions | John Garry | 1 | -0/+23 |
2016-02-24 | hisi_sas: add v2 slot error handler | John Garry | 1 | -0/+421 |
2016-02-24 | hisi_sas: add v2 path to send ATA command | John Garry | 3 | -0/+174 |
2016-02-24 | hisi_sas: add v2 code for itct setup and free | John Garry | 1 | -0/+92 |
2016-02-24 | hisi_sas: add v2 code to send smp command | John Garry | 1 | -0/+71 |
2016-02-24 | hisi_sas: add v2 path to send ssp frame | John Garry | 1 | -0/+185 |
2016-02-24 | hisi_sas: add v2 cq interrupt handler | John Garry | 1 | -0/+190 |
2016-02-24 | hisi_sas: add v2 SATA interrupt handler | John Garry | 1 | -0/+100 |
2016-02-24 | hisi_sas: add v2 channel interrupt handler | John Garry | 1 | -0/+79 |
2016-02-24 | hisi_sas: add v2 phy down handler | John Garry | 1 | -0/+49 |
2016-02-24 | hisi_sas: add v2 int init and phy up handler | John Garry | 1 | -0/+171 |
2016-02-24 | hisi_sas: add v2 phy init code | John Garry | 1 | -0/+49 |
2016-02-24 | hisi_sas: add init_id_frame_v2_hw() | John Garry | 1 | -0/+40 |
2016-02-24 | hisi_sas: add v2 hw init | John Garry | 1 | -0/+288 |
2016-02-24 | hisi_sas: add v2 register definitions | John Garry | 1 | -0/+237 |
2016-02-24 | hisi_sas: add bare v2 hw driver | John Garry | 2 | -1/+49 |
2016-02-24 | hisi_sas: rename some fields in hisi_sas_itct | John Garry | 1 | -12/+1 |
2016-02-24 | hisi_sas: add hisi_sas_err_record_v1 | John Garry | 2 | -13/+16 |
2016-02-24 | hisi_sas: reduce max itct entries | John Garry | 1 | -1/+1 |
2016-02-24 | hisi_sas: set max commands as configurable | John Garry | 3 | -13/+16 |
2016-02-24 | hisi_sas: relocate DEV_IS_EXPANDER | John Garry | 2 | -4/+4 |
2016-02-05 | Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixes | James Bottomley | 2 | -7/+4 |
2016-01-27 | hisi_sas: fix v1 hw check for slot error | John Garry | 1 | -6/+3 |
2016-01-27 | hisi_sas: add dependency for HAS_IOMEM | John Garry | 1 | -1/+1 |
2016-01-27 | Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixes | James Bottomley | 1 | -0/+2 |
2016-01-21 | hisi_sas: Restrict SCSI_HISI_SAS to arm64 | Geert Uytterhoeven | 1 | -0/+1 |