summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-11-26hisi_sas: Add bcast interrupt handlerJohn Garry
2015-11-26hisi_sas: Add abnormal irq handlerJohn Garry
2015-11-26hisi_sas: Add dev_found and dev_goneJohn Garry
2015-11-26hisi_sas: Add cq interrupt handlerJohn Garry
2015-11-26hisi_sas: Add ssp command functionJohn Garry
2015-11-26hisi_sas: Add path from phyup irq to SAS frameworkJohn Garry
2015-11-26hisi_sas: Add v1 hardware interrupt initJohn Garry
2015-11-26hisi_sas: Add v1 hardware initialisation codeJohn Garry
2015-11-26hisi_sas: Add v1 hardware register definitionsJohn Garry
2015-11-26hisi_sas: Add v1 hw module initJohn Garry
2015-11-26hisi_sas: Add timer and spinlock initJohn Garry
2015-11-26hisi_sas: Add phy and port initJohn Garry
2015-11-26hisi_sas: Add hisi sas device typeJohn Garry
2015-11-26hisi_sas: Add hisi_hba workqueueJohn Garry
2015-11-26hisi_sas: Set dev DMA maskJohn Garry
2015-11-26hisi_sas: Add phy SAS ADDR initializationJohn Garry
2015-11-26hisi_sas: Add cq structure initializationJohn Garry
2015-11-26hisi_sas: Add slot init codeJohn Garry
2015-11-26hisi_sas: Add hisi_sas_removeJohn Garry
2015-11-26hisi_sas: Allocate memories and create poolsJohn Garry
2015-11-26hisi_sas: Add HW DMA structuresJohn Garry
2015-11-26hisi_sas: Scan device treeJohn Garry
2015-11-26hisi_sas: Add scsi host registrationJohn Garry
2015-11-26hisi_sas: Add initial bare main driverJohn Garry
2015-11-26scsi: Centralise ssp frame information unitsJohn Garry
2015-11-26atp870u: Introduce atp870_init()Ondrej Zary
2015-11-26atp870u: Introduce atp885_init()Ondrej Zary
2015-11-26atp870u: Introduce atp880_init()Ondrej Zary
2015-11-26atp870u: Initialize tables earlierOndrej Zary
2015-11-26atp870u: Remove scam_on from struct atp_unitOndrej Zary
2015-11-26atp870u: Request IRQ later, remove weird lockingOndrej Zary
2015-11-26atp870u: Use pci_request_regionsOndrej Zary
2015-11-26atp870u: Introduce is880(), is885() and remove dev_idOndrej Zary
2015-11-26atp870u: Simplify _probe()Ondrej Zary
2015-11-26atp870u: Remove chip_ver from struct atp_unitOndrej Zary
2015-11-26atp870u: Improve unsupported chip detectionOndrej Zary
2015-11-26atp870u: Improve _probe()Ondrej Zary
2015-11-26atp870u: Remove unused irq from struct atp_unitOndrej Zary
2015-11-26atp870u: Remove useless and broken card countingOndrej Zary
2015-11-26atp870u: Use n_io_port in request_region and release_regionOndrej Zary
2015-11-26atp870u: Use module_pci_driverOndrej Zary
2015-11-26atp870u: Remove empty tscam_885()Ondrej Zary
2015-11-26atp870u: Reduce log spam on module load/unloadOndrej Zary
2015-11-26atp870u: Introduce atp_set_host_idOndrej Zary
2015-11-26atp870u: Fix incorrect writeb_io access to register 0x3aOndrej Zary
2015-11-26atp870u: Replace port 0x80 delay by udelayOndrej Zary
2015-11-26atp870u: Convert remaining in[bwl] and out[bwl] to wrappersOndrej Zary
2015-11-26atp870u: Rename is885() to atp_is()Ondrej Zary
2015-11-26atp870u: Remove is870()Ondrej Zary
2015-11-26atp870u: Move 870-specific code out of is870()Ondrej Zary