index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
atp870u.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-7
/
+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
1
-32
/
+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
1
-25
/
+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 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
2015-11-25
atp870u: Remove ugly gotos #5
Ondrej Zary
1
-72
/
+62
2015-11-25
atp870u: Remove ugly gotos #4
Ondrej Zary
1
-17
/
+15
2015-11-25
atp870u: Remove ugly gotos #3
Ondrej Zary
1
-12
/
+6
2015-11-25
atp870u: Remove ugly gotos #2
Ondrej Zary
1
-38
/
+30
2015-11-25
atp870u: Remove ugly gotos
Ondrej Zary
1
-54
/
+30
2015-11-25
atp870u: Untangle tmpcip #2
Ondrej Zary
1
-16
/
+9
2015-11-25
atp870u: Untangle tmpcip
Ondrej Zary
1
-41
/
+23
2015-11-25
atp870u: Untangle tmport #8
Ondrej Zary
1
-301
/
+177
2015-11-25
atp870u: Untangle tmport #7
Ondrej Zary
1
-11
/
+5
2015-11-25
atp870u: Untangle tmport #6
Ondrej Zary
1
-87
/
+49
2015-11-25
atp870u: Untangle tmport #5
Ondrej Zary
1
-297
/
+173
2015-11-25
atp870u: Untangle tmport #4
Ondrej Zary
1
-232
/
+138
2015-11-25
atp870u: Untangle tmport #3
Ondrej Zary
1
-69
/
+49
2015-11-25
atp870u: Untangle tmport #2
Ondrej Zary
1
-47
/
+32
2015-11-25
atp870u: Untangle tmport
Ondrej Zary
1
-115
/
+71
2015-11-25
atp870u: Remove tmport1
Ondrej Zary
1
-4
/
+3
[next]