summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-26devicetree: bindings: scsi: HiSi SASJohn Garry1-0/+69
2015-11-26scsi: Centralise ssp frame information unitsJohn Garry2-43/+80
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
2015-11-26atp870u: Reduce log spam on module load/unloadOndrej Zary1-6/+1
2015-11-26atp870u: Introduce atp_set_host_idOndrej Zary1-39/+18
2015-11-26atp870u: Fix incorrect writeb_io access to register 0x3aOndrej Zary1-4/+4
2015-11-26atp870u: Replace port 0x80 delay by udelayOndrej Zary1-9/+9
2015-11-26atp870u: Convert remaining in[bwl] and out[bwl] to wrappersOndrej Zary1-104/+118
2015-11-26atp870u: Rename is885() to atp_is()Ondrej Zary1-6/+6
2015-11-26atp870u: Remove is870()Ondrej Zary1-426/+1
2015-11-26atp870u: Move 870-specific code out of is870()Ondrej Zary1-3/+2
2015-11-26atp870u: Add remaining 870 support to is885()Ondrej Zary1-14/+31
2015-11-26atp870u: Add wide_chip parameter to is870() and is885()Ondrej Zary1-21/+25
2015-11-26atp870u: Remove is880()Ondrej Zary1-571/+1
2015-11-26atp870u: Move chip-specific lines out of is880() and is885()Ondrej Zary1-14/+10
2015-11-26atp870u: Add channel parameter to is870() and is880()Ondrej Zary1-342/+342