Gitiles Standalone
repos
/
linux-4.4
/
c152cc1a90f9680cefa74d9ff9ce36038081ba72
/
include
/
linux
/
ide.h
c152cc1
ide: use ->end_request only for private device driver requests
by Bartlomiej Zolnierkiewicz
· 16 years ago
5e2040fd
ide: move ->failed_pc to ide_drive_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
c7016e9
ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag
by Bartlomiej Zolnierkiewicz
· 16 years ago
e3d9a73
ide: remove ->data_phase field from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
a09485d
ide: move request type specific code from ide_end_drive_cmd() to callers (v3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
3616b65
ide: complete power step in ide_complete_pm_request()
by Bartlomiej Zolnierkiewicz
· 16 years ago
19710d2
ide: add "flagged" taskfile flags to struct ide_taskfile (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
c094ea0
ide: add IDE_HFLAG_4DRIVES host flag
by Bartlomiej Zolnierkiewicz
· 16 years ago
2787cb8
ide: add IDE_HFLAG_DTC2278 host flag
by Bartlomiej Zolnierkiewicz
· 16 years ago
255115fb
ide: allow host drivers to specify IRQ flags
by Bartlomiej Zolnierkiewicz
· 16 years ago
69197ad
ide: fix memleak on failure in probe_for_drive()
by Bartlomiej Zolnierkiewicz
· 16 years ago
15a453a
ide: include <asm/ide.h> only when needed
by Bartlomiej Zolnierkiewicz
· 16 years ago
e354c1d
ide: remove IDE_ARCH_LOCK (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
d15a613
ide: remove IDE_ARCH_INTR (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
088b1b8
ide: improve debugging scheme
by Borislav Petkov
· 17 years ago
2ebe1d9
ide: use try_to_identify() in ide_driveid_update()
by Bartlomiej Zolnierkiewicz
· 16 years ago
d45b70a
mn10300: remove <asm/ide.h>
by Bartlomiej Zolnierkiewicz
· 16 years ago
662641d
frv: remove <asm/ide.h>
by Bartlomiej Zolnierkiewicz
· 16 years ago
86ccf37
ide: remove pciirq argument from ide_pci_setup_ports()
by Bartlomiej Zolnierkiewicz
· 16 years ago
2ed0ef5
ide: fix ->init_chipset method to return 'int' value
by Bartlomiej Zolnierkiewicz
· 16 years ago
8b07ed2
ide: remove no longer needed IRQ fallback code from hwif_init()
by Bartlomiej Zolnierkiewicz
· 16 years ago
2467922
ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS
by Bartlomiej Zolnierkiewicz
· 16 years ago
327fa1c
ide: move error handling code to ide-eh.c (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
7eeaaaa
ide: move xfer mode tuning code to ide-xfer-mode.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
11938c9
ide: move device settings code to ide-devsets.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
c4e66c3
ide: move ide_do_park_unpark() to ide-park.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
1866082
ide: remove ide_do_drive_cmd()
by Bartlomiej Zolnierkiewicz
· 16 years ago
65ca537
ide: move ide_dma_timeout_retry() to ide-dma.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
b6a45a0
ide: move drive_is_ready() to ide-io.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
8b803bd
ide: sanitize ACPI initialization
by Bartlomiej Zolnierkiewicz
· 16 years ago
7ed5b15
ide: add ide_for_each_present_dev() iterator
by Bartlomiej Zolnierkiewicz
· 16 years ago
7a254df
ide: move ide_pktcmd_tf_load() to ide-atapi.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
5d82720
ide: save the returned value of dma_map_sg
by FUJITA Tomonori
· 16 years ago
849d713
ide: allow to wrap interrupt handler
by Stanislaw Gruszka
· 16 years ago
8fed436
ide: fix refcounting in device drivers
by Bartlomiej Zolnierkiewicz
· 16 years ago
e720b9e
IDE: fix sparse signed-ness errors with host->host_busy
by Ben Dooks
· 17 years ago
592b531
ide: move read_sff_dma_status() method to 'struct ide_dma_ops'
by Sergei Shtylyov
· 17 years ago
94c9644
ide: remove unused ide_hwif_t.sg_mapped field
by Bartlomiej Zolnierkiewicz
· 17 years ago
906ef98
ide: struct ide_atapi_pc - remove unused fields and update documentation
by Bartlomiej Zolnierkiewicz
· 17 years ago
d6251d4
ide-cd: convert to ide-atapi facilities
by Borislav Petkov
· 17 years ago
2bd24a1
ide: add port and host iterators
by Bartlomiej Zolnierkiewicz
· 17 years ago
5e7f3a4
ide: dynamic allocation of device structures
by Bartlomiej Zolnierkiewicz
· 17 years ago
627e05d
ide: remove ->error method from struct ide_driver
by Bartlomiej Zolnierkiewicz
· 17 years ago
7f3c868
ide: remove ide_driver_t typedef
by Bartlomiej Zolnierkiewicz
· 17 years ago
9892ec5
ide: remove 'byte' typedef
by Bartlomiej Zolnierkiewicz
· 17 years ago
c0ae502
ide: remove ide_pci_enablebit_t typedef
by Bartlomiej Zolnierkiewicz
· 17 years ago
54cc142
ide: remove local_irq_set() macro
by Bartlomiej Zolnierkiewicz
· 17 years ago
898ec22
ide: remove HWIF() macro
by Bartlomiej Zolnierkiewicz
· 17 years ago
b40d1b8
ide: move ide_init_port_data() and friends to ide-probe.c
by Bartlomiej Zolnierkiewicz
· 17 years ago
b65fac3
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
5b31f85
ide: use lock bitops for ports serialization (v2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
efe0397
ide: remove hwgroup->hwif and {drive,hwif}->next
by Bartlomiej Zolnierkiewicz
· 17 years ago
ae86afa
ide: use per-port IRQ handlers
by Bartlomiej Zolnierkiewicz
· 17 years ago
bd53cbc
ide: add ->cur_port to struct ide_host and use it for serialized hosts
by Bartlomiej Zolnierkiewicz
· 17 years ago
28ad91d
ide-atapi: remove timeout arg to ide_issue_pc
by Borislav Petkov
· 17 years ago
5317464
ide: remove the last ide-scsi remnants
by Borislav Petkov
· 17 years ago
5d655a0
ide-atapi: remove ide-scsi remnants from ide_pc_intr()
by Borislav Petkov
· 17 years ago
4cad085
ide-cd: move cdrom_timer_expiry to ide-atapi.c
by Borislav Petkov
· 17 years ago
392de1d
ide-atapi: accomodate transfer length calculation for ide-cd
by Borislav Petkov
· 17 years ago
bf64741
ide: make IDE_AFLAG_.. numbering continuous again
by Borislav Petkov
· 17 years ago
201bffa
ide: use per-device request queue locks (v2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
631de37
ide: add ide_[un]lock_hwgroup() helpers
by Bartlomiej Zolnierkiewicz
· 17 years ago
295f000
ide: don't execute the next queued command from the hard-IRQ context (v2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
ebdab07
ide: move sysfs support to ide-sysfs.c
by Bartlomiej Zolnierkiewicz
· 17 years ago
e2984c6
ide: move Power Management support to ide-pm.c
by Bartlomiej Zolnierkiewicz
· 17 years ago
702c026
ide: rework handling of serialized ports (v2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
b7876a6
cy82c693: remove superfluous ide_cy82c693 chipset type
by Bartlomiej Zolnierkiewicz
· 17 years ago
1f66019
trm290: add IDE_HFLAG_TRM290 host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
6b49249
ide: add ->max_sectors field to struct ide_port_info
by Bartlomiej Zolnierkiewicz
· 17 years ago
7f1ac8c
rz1000: apply chipset quirks early (v2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
f58c1ab
ide: always set nIEN on idle devices
by Bartlomiej Zolnierkiewicz
· 17 years ago
6b5cde3
cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646
by Bartlomiej Zolnierkiewicz
· 17 years ago
27c01c2
ide-cd: remove obsolete seek optimization
by Bartlomiej Zolnierkiewicz
· 17 years ago
2a2ca6a
ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
6636487
amd74xx: workaround unreliable AltStatus register for nVidia controllers
by Bartlomiej Zolnierkiewicz
· 17 years ago
badf808
[PATCH] switch ide_disk_ops ->ioctl() to sane prototype
by Al Viro
· 17 years ago
1bddd9e
[PATCH] lose the unused file argument in generic_ide_ioctl()
by Al Viro
· 17 years ago
806f80a
ide: add generic ATA/ATAPI disk driver
by Bartlomiej Zolnierkiewicz
· 17 years ago
79cb380
ide: allow device drivers to specify per-device type /proc settings
by Bartlomiej Zolnierkiewicz
· 17 years ago
42619d3
ide: remove IDE_AFLAG_NO_DOORLOCKING
by Bartlomiej Zolnierkiewicz
· 17 years ago
e012862
ide: IDE_AFLAG_FORMAT_IN_PROGRESS -> IDE_DFLAG_FORMAT_IN_PROGRESS
by Bartlomiej Zolnierkiewicz
· 17 years ago
da16787
ide: IDE_AFLAG_WP -> IDE_DFLAG_WP
by Bartlomiej Zolnierkiewicz
· 17 years ago
fe11edf
ide: IDE_AFLAG_MEDIA_CHANGED -> IDE_DFLAG_MEDIA_CHANGED
by Bartlomiej Zolnierkiewicz
· 17 years ago
4abdc6e
ide: Implement disk shock protection support (v4)
by Elias Oltmanns
· 17 years ago
0a9b6f8
ide: add ide_drive_t.dma flag
by Borislav Petkov
· 17 years ago
2dbe7e9
ide: move SFF DMA code to ide-dma-sff.c
by Bartlomiej Zolnierkiewicz
· 17 years ago
2bbd57c
ide: switch to DMA-mapping API part #2
by Bartlomiej Zolnierkiewicz
· 17 years ago
ffa15a6
ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n
by Bartlomiej Zolnierkiewicz
· 17 years ago
de23ec9
ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n
by Bartlomiej Zolnierkiewicz
· 17 years ago
653bcf5
ide: __ide_dma_end() -> ide_dma_end()
by Bartlomiej Zolnierkiewicz
· 17 years ago
f879048
ide-disk: move all ioctl handling to ide-disk_ioctl.c
by Bartlomiej Zolnierkiewicz
· 17 years ago
a36223b
ide: remove ide_host_alloc_all()
by Bartlomiej Zolnierkiewicz
· 17 years ago
bfa7d8e
ide: ->ide_dma_clear_irq() -> ->clear_irq()
by Bartlomiej Zolnierkiewicz
· 17 years ago
d6ff9f6
ide: merge all TASKFILE_NO_DATA data phase handlers into taskfile_no_intr()
by Bartlomiej Zolnierkiewicz
· 17 years ago
6982daf
ide: convert 'pio_mode' device setting to use DS_SYNC flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
7f612f2
ide: remove [ata_]select_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
0d346ba
ide: sanitize ide*_pm_* enums
by Bartlomiej Zolnierkiewicz
· 17 years ago
d1d7671
ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devices
by Bartlomiej Zolnierkiewicz
· 17 years ago
e4634d4
ide: remove superfluous ->dma field from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
0ae4b31
ide: remove superfluous ->media field from ide_driver_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
Next »