index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-25
hisi_sas: Add timer and spinlock init
John Garry
2
-0
/
+5
2015-11-25
hisi_sas: Add phy and port init
John Garry
2
-0
/
+46
2015-11-25
hisi_sas: Add hisi sas device type
John Garry
2
-0
/
+18
2015-11-25
hisi_sas: Add hisi_hba workqueue
John Garry
2
-0
/
+9
2015-11-25
hisi_sas: Set dev DMA mask
John Garry
1
-0
/
+8
2015-11-25
hisi_sas: Add phy SAS ADDR initialization
John Garry
2
-0
/
+13
2015-11-25
hisi_sas: Add cq structure initialization
John Garry
2
-0
/
+13
2015-11-25
hisi_sas: Add slot init code
John Garry
2
-0
/
+27
2015-11-25
hisi_sas: Add hisi_sas_remove
John Garry
1
-1
/
+70
2015-11-25
hisi_sas: Allocate memories and create pools
John Garry
2
-0
/
+124
2015-11-25
hisi_sas: Add HW DMA structures
John Garry
1
-0
/
+131
2015-11-25
hisi_sas: Scan device tree
John Garry
2
-1
/
+54
2015-11-25
hisi_sas: Add scsi host registration
John Garry
2
-0
/
+150
2015-11-25
hisi_sas: Add initial bare main driver
John Garry
6
-0
/
+78
2015-11-25
scsi: Centralise ssp frame information units
John Garry
1
-43
/
+6
2015-11-25
atp870u: Introduce atp870_init()
Ondrej Zary
1
-50
/
+54
2015-11-25
atp870u: Introduce atp885_init()
Ondrej Zary
1
-118
/
+113
2015-11-25
atp870u: Introduce atp880_init()
Ondrej Zary
1
-86
/
+88
2015-11-25
atp870u: Initialize tables earlier
Ondrej Zary
1
-16
/
+6
2015-11-25
atp870u: Remove scam_on from struct atp_unit
Ondrej Zary
2
-8
/
+7
2015-11-25
atp870u: Request IRQ later, remove weird locking
Ondrej Zary
1
-35
/
+12
2015-11-25
atp870u: Use pci_request_regions
Ondrej Zary
1
-11
/
+10
2015-11-25
atp870u: Introduce is880(), is885() and remove dev_id
Ondrej Zary
2
-33
/
+38
2015-11-25
atp870u: Simplify _probe()
Ondrej Zary
1
-37
/
+28
2015-11-25
atp870u: Remove chip_ver from struct atp_unit
Ondrej Zary
2
-26
/
+14
2015-11-25
atp870u: Improve unsupported chip detection
Ondrej Zary
1
-12
/
+8
2015-11-25
atp870u: Improve _probe()
Ondrej Zary
1
-123
/
+113
2015-11-25
atp870u: Remove unused irq from struct atp_unit
Ondrej Zary
1
-1
/
+0
2015-11-25
atp870u: Remove useless and broken card counting
Ondrej Zary
1
-6
/
+4
2015-11-25
atp870u: Use n_io_port in request_region and release_region
Ondrej Zary
1
-17
/
+3
2015-11-25
atp870u: Use module_pci_driver
Ondrej Zary
1
-19
/
+1
2015-11-25
atp870u: Remove empty tscam_885()
Ondrej Zary
1
-14
/
+1
2015-11-25
atp870u: Reduce log spam on module load/unload
Ondrej Zary
1
-6
/
+1
2015-11-25
atp870u: Introduce atp_set_host_id
Ondrej Zary
1
-39
/
+18
2015-11-25
atp870u: Fix incorrect writeb_io access to register 0x3a
Ondrej Zary
1
-4
/
+4
2015-11-25
atp870u: Replace port 0x80 delay by udelay
Ondrej Zary
1
-9
/
+9
2015-11-25
atp870u: Convert remaining in[bwl] and out[bwl] to wrappers
Ondrej Zary
1
-104
/
+118
2015-11-25
atp870u: Rename is885() to atp_is()
Ondrej Zary
1
-6
/
+6
2015-11-25
atp870u: Remove is870()
Ondrej Zary
1
-426
/
+1
2015-11-25
atp870u: Move 870-specific code out of is870()
Ondrej Zary
1
-3
/
+2
2015-11-25
atp870u: Add remaining 870 support to is885()
Ondrej Zary
1
-14
/
+31
2015-11-25
atp870u: Add wide_chip parameter to is870() and is885()
Ondrej Zary
1
-21
/
+25
2015-11-25
atp870u: Remove is880()
Ondrej Zary
1
-571
/
+1
2015-11-25
atp870u: Move chip-specific lines out of is880() and is885()
Ondrej Zary
1
-14
/
+10
2015-11-25
atp870u: Add channel parameter to is870() and is880()
Ondrej Zary
1
-342
/
+342
2015-11-25
atp870u: Unify code format in is870(), is880() and is885()
Ondrej Zary
1
-69
/
+101
2015-11-25
atp870u: Convert is885() to use wrappers
Ondrej Zary
1
-179
/
+179
2015-11-25
atp870u: Convert is880() to use wrappers
Ondrej Zary
1
-176
/
+176
2015-11-25
atp870u: Convert is870() to use wrappers
Ondrej Zary
1
-138
/
+138
2015-11-25
atp870u: Introduce HW access wrappers
Ondrej Zary
1
-220
/
+252
[prev]
[next]