summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-11-26aacraid: aac_release_resources() can be staticFengguang Wu1-1/+1
2015-11-26scsi: use sector_div instead of do_divArnd Bergmann1-2/+2
2015-11-26hisi_sas: Remove dependency on of_irq_countJohn Garry3-40/+5
2015-11-26hisi_sas: Add fatal irq handlerJohn Garry1-0/+119
2015-11-26hisi_sas: Add control phy handlerJohn Garry3-0/+55
2015-11-26hisi_sas: Add tmf methodsJohn Garry1-0/+309
2015-11-26hisi_sas: Add scan finished and startJohn Garry2-0/+26
2015-11-26hisi_sas: Add smp protocol supportJohn Garry3-0/+100
2015-11-26hisi_sas: Add bcast interrupt handlerJohn Garry1-0/+31
2015-11-26hisi_sas: Add abnormal irq handlerJohn Garry3-0/+190
2015-11-26hisi_sas: Add dev_found and dev_goneJohn Garry3-0/+142
2015-11-26hisi_sas: Add cq interrupt handlerJohn Garry3-0/+389
2015-11-26hisi_sas: Add ssp command functionJohn Garry3-0/+458
2015-11-26hisi_sas: Add path from phyup irq to SAS frameworkJohn Garry3-0/+66
2015-11-26hisi_sas: Add v1 hardware interrupt initJohn Garry2-0/+166
2015-11-26hisi_sas: Add v1 hardware initialisation codeJohn Garry3-0/+342
2015-11-26hisi_sas: Add v1 hardware register definitionsJohn Garry1-0/+389
2015-11-26hisi_sas: Add v1 hw module initJohn Garry3-0/+57
2015-11-26hisi_sas: Add timer and spinlock initJohn Garry2-0/+5
2015-11-26hisi_sas: Add phy and port initJohn Garry2-0/+46
2015-11-26hisi_sas: Add hisi sas device typeJohn Garry2-0/+18
2015-11-26hisi_sas: Add hisi_hba workqueueJohn Garry2-0/+9
2015-11-26hisi_sas: Set dev DMA maskJohn Garry1-0/+8
2015-11-26hisi_sas: Add phy SAS ADDR initializationJohn Garry2-0/+13
2015-11-26hisi_sas: Add cq structure initializationJohn Garry2-0/+13
2015-11-26hisi_sas: Add slot init codeJohn Garry2-0/+27
2015-11-26hisi_sas: Add hisi_sas_removeJohn Garry1-1/+70
2015-11-26hisi_sas: Allocate memories and create poolsJohn Garry2-0/+124
2015-11-26hisi_sas: Add HW DMA structuresJohn Garry1-0/+131
2015-11-26hisi_sas: Scan device treeJohn Garry2-1/+54
2015-11-26hisi_sas: Add scsi host registrationJohn Garry2-0/+150
2015-11-26hisi_sas: Add initial bare main driverJohn Garry6-0/+78
2015-11-26scsi: Centralise ssp frame information unitsJohn Garry1-43/+6
2015-11-26atp870u: Introduce atp870_init()Ondrej Zary1-50/+54
2015-11-26atp870u: Introduce atp885_init()Ondrej Zary1-118/+113
2015-11-26atp870u: Introduce atp880_init()Ondrej Zary1-86/+88
2015-11-26atp870u: Initialize tables earlierOndrej Zary1-16/+6
2015-11-26atp870u: Remove scam_on from struct atp_unitOndrej Zary2-8/+7
2015-11-26atp870u: Request IRQ later, remove weird lockingOndrej Zary1-35/+12
2015-11-26atp870u: Use pci_request_regionsOndrej Zary1-11/+10
2015-11-26atp870u: Introduce is880(), is885() and remove dev_idOndrej Zary2-33/+38
2015-11-26atp870u: Simplify _probe()Ondrej Zary1-37/+28
2015-11-26atp870u: Remove chip_ver from struct atp_unitOndrej Zary2-26/+14
2015-11-26atp870u: Improve unsupported chip detectionOndrej Zary1-12/+8
2015-11-26atp870u: Improve _probe()Ondrej Zary1-123/+113
2015-11-26atp870u: Remove unused irq from struct atp_unitOndrej Zary1-1/+0
2015-11-26atp870u: Remove useless and broken card countingOndrej Zary1-6/+4
2015-11-26atp870u: Use n_io_port in request_region and release_regionOndrej Zary1-17/+3
2015-11-26atp870u: Use module_pci_driverOndrej Zary1-19/+1
2015-11-26atp870u: Remove empty tscam_885()Ondrej Zary1-14/+1