Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0ce166b7b46122bf91a4766e20c85a6485448765
/
include
/
linux
/
ide.h
2bf427b
ide: fix resume for CONFIG_BLK_DEV_IDEACPI=y
by Bartlomiej Zolnierkiewicz
· 15 years ago
5e95524
ide: always kill the whole request on error
by Bartlomiej Zolnierkiewicz
· 15 years ago
346c17a
ide: relax DMA info validity checking
by Bartlomiej Zolnierkiewicz
· 15 years ago
5bfb151f
ide: do not access ide_drive_t 'drive_data' field directly
by Joao Ramos
· 15 years ago
f4d3ffa
ide: move ack_intr() method into 'struct ide_port_ops' (take 2)
by Sergei Shtylyov
· 15 years ago
5880b5d
ide: don't enable IORDY at a probe time
by Bartlomiej Zolnierkiewicz
· 15 years ago
c9ef59f
ide: IORDY handling fixes
by Bartlomiej Zolnierkiewicz
· 15 years ago
8dcce40
Merge branch 'bp-remove-pc-buf' into for-next
by Bartlomiej Zolnierkiewicz
· 15 years ago
734affd
ide: add IDE_DFLAG_NIEN_QUIRK device flag
by Bartlomiej Zolnierkiewicz
· 15 years ago
8bc1e5a
ide: respect quirk_drives[] list on all controllers
by Bartlomiej Zolnierkiewicz
· 15 years ago
6250d3a
Merge branch 'for-linus' into for-next
by Bartlomiej Zolnierkiewicz
· 15 years ago
075affc
ide: preserve Host Protected Area by default (v2)
by Bartlomiej Zolnierkiewicz
· 15 years ago
e957b60
ide-gd: implement block device ->set_capacity method (v2)
by Bartlomiej Zolnierkiewicz
· 15 years ago
4c9773e
Merge branch 'for-linus' into for-next
by Bartlomiej Zolnierkiewicz
· 15 years ago
28ee9bc
ide: report timeouts in ide_busy_sleep()
by Bartlomiej Zolnierkiewicz
· 15 years ago
9f36d31
ide: remove hw_regs_t typedef
by Bartlomiej Zolnierkiewicz
· 15 years ago
dca3983
ide: pass number of ports to ide_host_{alloc,add}() (v2)
by Bartlomiej Zolnierkiewicz
· 15 years ago
29e52cf
ide: remove chipset field from hw_regs_t
by Bartlomiej Zolnierkiewicz
· 15 years ago
ca1b96e
ide: replace special_t typedef by IDE_SFLAG_* flags
by Bartlomiej Zolnierkiewicz
· 15 years ago
103f703
ide: unify interrupt reason checking
by Borislav Petkov
· 16 years ago
19f52a7
ide-atapi: remove pc->buf
by Borislav Petkov
· 16 years ago
b13345f
ide-atapi: add a buffer-arg to ide_queue_pc_tail
by Borislav Petkov
· 16 years ago
5a0e43b
ide-atapi: add a len-parameter to ide_queue_pc_tail
by Borislav Petkov
· 16 years ago
077e6db
ide-atapi: switch to rq->resid_len
by Borislav Petkov
· 16 years ago
29d1a43
ide-atapi: kill unused fields and callbacks
by Tejun Heo
· 16 years ago
02e7cf8
ide-cd,atapi: use bio for internal commands
by Tejun Heo
· 16 years ago
0687532
ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer
by Borislav Petkov
· 16 years ago
e69d800
ide: add helpers for preparing sense requests
by Borislav Petkov
· 16 years ago
214ae19
ide kill unused ide_cmd->special
by Tejun Heo
· 16 years ago
6d70038
ide-atapi: kill unused fields and callbacks
by Tejun Heo
· 16 years ago
5c4be57
ide-cd,atapi: use bio for internal commands
by Tejun Heo
· 16 years ago
6b544fc
ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer
by Borislav Petkov
· 16 years ago
a1df516
ide: add helpers for preparing sense requests
by Borislav Petkov
· 16 years ago
46a802e
ide kill unused ide_cmd->special
by Tejun Heo
· 16 years ago
3153c26
ide: refactor tf_read() method
by Sergei Shtylyov
· 16 years ago
c9ff9e7
ide: refactor tf_load() method
by Sergei Shtylyov
· 16 years ago
745483f
ide: simplify 'struct ide_taskfile'
by Sergei Shtylyov
· 16 years ago
60f8501
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
by Sergei Shtylyov
· 16 years ago
fdd88f0
ide: inline SELECT_DRIVE()
by Sergei Shtylyov
· 16 years ago
abb596b
ide: turn selectproc() method into dev_select() method (take 5)
by Sergei Shtylyov
· 16 years ago
6762511
ide: rename IDE_TFLAG_IN_[HOB_]FEATURE
by Sergei Shtylyov
· 16 years ago
ecf3a31
ide: turn set_irq() method into write_devctl() method
by Sergei Shtylyov
· 16 years ago
349d12a
ide-floppy: use ide_pio_bytes()
by Bartlomiej Zolnierkiewicz
· 16 years ago
41fa9f8
ide: decrease size of ->pc_buf field in struct ide_atapi_pc
by Bartlomiej Zolnierkiewicz
· 16 years ago
f094d4d8
ide: sanitize ide_build_sglist() and ide_destroy_dmatable()
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
35c9b4d
ide: add ->dma_clear method and remove ->dma_timeout one
by Bartlomiej Zolnierkiewicz
· 16 years ago
06a449e
ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requests
by Bartlomiej Zolnierkiewicz
· 16 years ago
a08915b
ide-cd: use scatterlists for PIO transfers (fs requests)
by Bartlomiej Zolnierkiewicz
· 16 years ago
bf717c0
ide: keep track of number of bytes instead of sectors in struct ide_cmd
by Bartlomiej Zolnierkiewicz
· 16 years ago
35b5d0b
ide: remove ide_execute_pkt_cmd() (v2)
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
60c0cd0
ide: set hwif->expiry prior to calling [__]ide_set_handler()
by Bartlomiej Zolnierkiewicz
· 16 years ago
b788ee9
ide: use do_rw_taskfile() for ATA_CMD_PACKET commands
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
f974b19
ide: pass number of bytes to complete to ide_complete_rq()
by Bartlomiej Zolnierkiewicz
· 16 years ago
a9587fd
ide: remove BUG() from ide_complete_rq()
by Bartlomiej Zolnierkiewicz
· 16 years ago
6902a53
ide: pass error value to ide_complete_rq()
by Bartlomiej Zolnierkiewicz
· 16 years ago
1caf236
ide: add ide_end_rq() (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
0dfb991
ide: use ata_tf_protocols enums
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
22aa4b3
ide: remove ide_task_t typedef
by Bartlomiej Zolnierkiewicz
· 16 years ago
e6830a8
ide: call ide_build_sglist() prior to ->dma_setup (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
03a2faa
ide: return request status from ->pc_callback method
by Bartlomiej Zolnierkiewicz
· 16 years ago
3ee3830
ide: remove ->end_request method
by Bartlomiej Zolnierkiewicz
· 16 years ago
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
· 16 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
Next »