Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8bff917c93e365a8a145f9b1be99c81257038151
/
drivers
/
ide
/
ide-dma.c
cf90bfe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6
by Linus Torvalds
· 15 years ago
6072f74
ide: Requeue request after DMA timeout
by Herbert Xu
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
346c17a
ide: relax DMA info validity checking
by Bartlomiej Zolnierkiewicz
· 15 years ago
d614aec
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 15 years ago
5df3bc2
ide: unexport ide_find_dma_mode()
by Bartlomiej Zolnierkiewicz
· 15 years ago
9780e2d
ide: convert to rq pos and nr_sectors accessors
by Tejun Heo
· 15 years ago
586cf26
ide-dma: don't reset request fields on dma_timeout_retry()
by Tejun Heo
· 16 years ago
2ecf0a5
ide-dma: don't reset request fields on dma_timeout_retry()
by Tejun Heo
· 16 years ago
74638c8
ide: add support for CFA specified transfer modes (take 3)
by Sergei Shtylyov
· 16 years ago
8d64fcd
ide: identify data word 53 bit 1 doesn't cover words 62 and 63 (take 3)
by Sergei Shtylyov
· 16 years ago
f094d4d8
ide: sanitize ide_build_sglist() and ide_destroy_dmatable()
by Bartlomiej Zolnierkiewicz
· 16 years ago
88b4132
ide: set/clear drive->waiting_for_dma flag in the core code
by Bartlomiej Zolnierkiewicz
· 16 years ago
11998b3
ide: move ide_map_sg() call out of ->dma_setup method (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
8a4a573
ide: add ->dma_check method
by Bartlomiej Zolnierkiewicz
· 16 years ago
5ae5412
ide: add ide_dma_prepare() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
4453011
ide: destroy DMA mappings after ending DMA (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
1cee52d
ide: inline ide_dma_timeout() into ide_dma_timeout_retry()
by Bartlomiej Zolnierkiewicz
· 16 years ago
35c9b4d
ide: add ->dma_clear method and remove ->dma_timeout one
by Bartlomiej Zolnierkiewicz
· 16 years ago
22117d6
ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
22981694
ide: pass command to ide_map_sg()
by Bartlomiej Zolnierkiewicz
· 16 years ago
130e886
ide: remove ide_end_request()
by Bartlomiej Zolnierkiewicz
· 16 years ago
2230d90d
ide: sanitize ide_finish_cmd()
by Bartlomiej Zolnierkiewicz
· 16 years ago
b6308ee
ide: move command related fields from ide_hwif_t to struct ide_cmd
by Bartlomiej Zolnierkiewicz
· 16 years ago
adb1af9
ide: pass command instead of request to ide_pio_datablock()
by Bartlomiej Zolnierkiewicz
· 16 years ago
e6830a8
ide: call ide_build_sglist() prior to ->dma_setup (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
65ca537
ide: move ide_dma_timeout_retry() to ide-dma.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
5d82720
ide: save the returned value of dma_map_sg
by FUJITA Tomonori
· 16 years ago
b65fac3
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
2dbe7e9
ide: move SFF DMA code to ide-dma-sff.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
db3f99e
ide: cleanup ide-dma.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
14c123f
ide: cleanup ide_build_dmatable()
by Bartlomiej Zolnierkiewicz
· 16 years ago
c19f7f2
ide: remove needless includes from ide-dma.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
2bbd57c
ide: switch to DMA-mapping API part #2
by Bartlomiej Zolnierkiewicz
· 16 years ago
ffa15a6
ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n
by Bartlomiej Zolnierkiewicz
· 16 years ago
de23ec9
ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n
by Bartlomiej Zolnierkiewicz
· 16 years ago
653bcf5
ide: __ide_dma_end() -> ide_dma_end()
by Bartlomiej Zolnierkiewicz
· 16 years ago
123995b
ide: use 'drive->dn & 1' instead of drive->select.b.unit
by Bartlomiej Zolnierkiewicz
· 16 years ago
c67c216
ide: remove superfluous ->waiting_for_dma checks
by Bartlomiej Zolnierkiewicz
· 16 years ago
e4634d4
ide: remove superfluous ->dma field from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
97100fc
ide: add device flags
by Bartlomiej Zolnierkiewicz
· 16 years ago
3a7d248
ide: use ATA_* defines instead of *_STAT and *_ERR ones
by Bartlomiej Zolnierkiewicz
· 16 years ago
48fb268
ide: remove drive->driveid
by Bartlomiej Zolnierkiewicz
· 16 years ago
4dde449
ide: make drive->id an union (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
22e05b4
ide-dma: fix ide_build_dmatable() for TRM290
by Sergei Shtylylov
· 16 years ago
367fdcb
ide: fix pre-EIDE SWDMA support on big-endian
by Bartlomiej Zolnierkiewicz
· 16 years ago
7fa897b
ide: trivial sparse annotations
by Harvey Harrison
· 16 years ago
374e042
ide: add struct ide_tp_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
ba4b2e6
ide: remove dead Virtual DMA support
by Bartlomiej Zolnierkiewicz
· 16 years ago
b73c7ee
ide: add ->read_status method
by Bartlomiej Zolnierkiewicz
· 16 years ago
81e8d5a
ide: remove ide_setup_dma()
by Bartlomiej Zolnierkiewicz
· 16 years ago
cab7f8e
ide: remove ->dma_{status,command} fields from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
ab86f91
ide: use I/O ops directly in ide-dma.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
b2f951a
ide: add ->read_sff_dma_status method
by Bartlomiej Zolnierkiewicz
· 16 years ago
1357214
ide: remove ->mmio flag from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
931ee0d
ide: remove obsoleted "ide=" kernel parameters
by Bartlomiej Zolnierkiewicz
· 16 years ago
55224bc
ide: remove ->dma_prdtable field from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
41051a1
ide: remove ->dma_vendor{1,3} fields from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
f37afda
ide: constify struct ide_dma_ops
by Bartlomiej Zolnierkiewicz
· 17 years ago
5e37bdc
ide: add struct ide_dma_ops (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
63158d5
ide: cleanup ide_setup_dma()
by Bartlomiej Zolnierkiewicz
· 17 years ago
b8e73fb
ide: export ide_allocate_dma_engine()
by Bartlomiej Zolnierkiewicz
· 17 years ago
8d9f9a7
ide: don't display "BIOS" settings in ide_setup_dma()
by Bartlomiej Zolnierkiewicz
· 17 years ago
5e59c23
ide: remove ->cds field from ide_hwif_t (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
0a79acd
ide: remove ide_dma_iobase()
by Bartlomiej Zolnierkiewicz
· 17 years ago
21a3387
ide: remove ->extra field from struct ide_port_info
by Bartlomiej Zolnierkiewicz
· 17 years ago
eb63963
ide: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
0d1bad2
ide: manage resources for PCI devices in ide_pci_enable() (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
ac95bee
ide: add struct ide_port_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
784506c
ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
951784b
ide: remove IDE_HFLAG_CY82C693 host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
ef4298d
ide: fix enabling DMA on it821x in "smart" mode
by Bartlomiej Zolnierkiewicz
· 17 years ago
204f47c
ide: remove stale comments from ide-dma.c (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
8e882ba
ide: introduce CONFIG_BLK_DEV_IDEDMA_SFF option
by Sergei Shtylyov
· 17 years ago
c47137a
ide: add ide_read_[alt]status() inline helpers
by Bartlomiej Zolnierkiewicz
· 17 years ago
578cfa0
ide: move check_dma_crc() to ide-dma.c
by Bartlomiej Zolnierkiewicz
· 17 years ago
59bca8c
ide: update/add my Copyrights
by Bartlomiej Zolnierkiewicz
· 17 years ago
58f189f
ide: delete filenames/versions from comments
by Bartlomiej Zolnierkiewicz
· 17 years ago
062f9f0
ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host drivers
by Bartlomiej Zolnierkiewicz
· 17 years ago
5c05ff6
ide: switch to DMA-mapping API
by Bartlomiej Zolnierkiewicz
· 17 years ago
3650165
ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
f6fb786
ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
fcc1175
ide: remove BUG_ON() from ide_build_sglist()
by Bartlomiej Zolnierkiewicz
· 17 years ago
ecf32796
ide: ide_setup_dma() assumes 8 ports
by Sergei Shtylyov
· 17 years ago
4e5a68a
trm290: cannot call ide_setup_dma()
by Sergei Shtylyov
· 17 years ago
a4b5a4d9
ide: unexport ide_dma_on
by Adrian Bunk
· 17 years ago
4d7a984
ide: task_end_request() fix
by Tejun Heo
· 17 years ago
15ce926
ide: merge ->dma_host_{on,off} methods into ->dma_host_set method
by Bartlomiej Zolnierkiewicz
· 17 years ago
f37aaf9
ide: move drive->using_dma check to callers of ->dma_host_on method
by Bartlomiej Zolnierkiewicz
· 17 years ago
4a546e0
ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
8704de8
cy82c693: add ->set_dma_mode method
by Bartlomiej Zolnierkiewicz
· 17 years ago
61a368c
ide: remove redundant DMA blacklist check from __ide_dma_on()
by Bartlomiej Zolnierkiewicz
· 17 years ago
7b90599
ide: cleanup ide_set_dma()
by Bartlomiej Zolnierkiewicz
· 17 years ago
1c029fd
ide: remove ->dma_master field from ide_hwif_t (take 5)
by Bartlomiej Zolnierkiewicz
· 17 years ago
3f3e6e2
ide: remove dead code from __ide_dma_test_irq()
by Bartlomiej Zolnierkiewicz
· 17 years ago
3ab7efe
ide: DMA reporting and validity checking fixes (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
b0bc65b
ide: add TORiSAN model: CD-ROM CDR_U200 fw: 1.09 to DMA blacklist
by Bartlomiej Zolnierkiewicz
· 17 years ago
bcbf6ee
ide: fix IDE_HFLAG_NO_ATAPI_DMA handling in config_drive_for_dma()
by Bartlomiej Zolnierkiewicz
· 17 years ago
d34887d
ide: fix ide_find_dma_mode() to print human-readable info
by Bartlomiej Zolnierkiewicz
· 17 years ago
a02bfd3
ide: PCI BMDMA initialization fixes (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
Next »