Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
3141eb6c50f1dafa99874e702d8b444034e2bb10
/
include
/
linux
/
ide.h
c5bfc37
ide: remove CONFIG_IDE_MAX_HWIFS
by Adrian Bunk
· 16 years ago
39b986a
ide: sanitize struct ide_port_ops documentation (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
a326b02
ide: drop 'name' parameter from ->init_chipset method
by Bartlomiej Zolnierkiewicz
· 16 years ago
2a8f745
ide: remove <asm/ide.h> for some archs
by Bartlomiej Zolnierkiewicz
· 16 years ago
d83b8b8
ide: define MAX_HWIFS in <linux/ide.h>
by Bartlomiej Zolnierkiewicz
· 16 years ago
ef0b042
ide: add ide_pci_remove() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
08da591
ide: add ide_device_{get,put}() helpers
by Bartlomiej Zolnierkiewicz
· 16 years ago
6cdf6eb
ide: add ->dev and ->host_priv fields to struct ide_host
by Bartlomiej Zolnierkiewicz
· 16 years ago
ac77ef8
ide: remove unused PC_FLAG_DRQ_INTERRUPT
by Borislav Petkov
· 16 years ago
ea68d27
ide-floppy: convert to using the new atapi_flags (take 2)
by Borislav Petkov
· 16 years ago
3b8ac53
ide: add per-device flags
by Borislav Petkov
· 16 years ago
8bcda3b
ide: remove pc->callback member from ide_atapi_pc
by Borislav Petkov
· 16 years ago
d7c26eb
ide: push pc callback pointer into the ide_drive_t structure
by Borislav Petkov
· 16 years ago
8a69580
ide: add ide_host_free() helper (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
6f904d0
ide: add ide_host_add() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
48c3c10
ide: add struct ide_host (take 3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
374e042
ide: add struct ide_tp_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
d6276b5
ide: add 'config' field to hw_regs_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
3b2a5c7
ide: filter out "default" transfer mode values in set_xfer_rate()
by Bartlomiej Zolnierkiewicz
· 16 years ago
ba4b2e6
ide: remove dead Virtual DMA support
by Bartlomiej Zolnierkiewicz
· 16 years ago
761052e
ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
by Bartlomiej Zolnierkiewicz
· 16 years ago
1823649
ide: add ide_read_bcount_and_ireason() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
92eb438
ide: use ->tf_read in ide_read_error()
by Bartlomiej Zolnierkiewicz
· 16 years ago
6e6afb3
ide: add ->set_irq method
by Bartlomiej Zolnierkiewicz
· 16 years ago
1f6d8a0
ide: add ->read_altstatus method
by Bartlomiej Zolnierkiewicz
· 16 years ago
b73c7ee
ide: add ->read_status method
by Bartlomiej Zolnierkiewicz
· 16 years ago
c6dfa86
ide: add ->exec_command method
by Bartlomiej Zolnierkiewicz
· 16 years ago
ebb00fb
ide: factor out simplex handling from ide_pci_dma_base()
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
b2f951a
ide: add ->read_sff_dma_status method
by Bartlomiej Zolnierkiewicz
· 16 years ago
c97c6ac
ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
3ef5eb4
IDE: Remove unused code
by Elias Oltmanns
· 16 years ago
79e36a9
IDE: Fix HDIO_DRIVE_RESET handling
by Elias Oltmanns
· 16 years ago
e6d95bd
ide: ->port_init_devs -> ->init_dev
by Bartlomiej Zolnierkiewicz
· 16 years ago
c56c564
ide: set hwif->dev in ide_init_port_hw() (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
63b51c6
ide: make ide_hwifs[] static
by Bartlomiej Zolnierkiewicz
· 16 years ago
9ad5409
ide: move PIO blacklist to ide-pio-blacklist.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
3e153cf
ide: remove no longer used ide_pio_timings[]
by Bartlomiej Zolnierkiewicz
· 16 years ago
c9d6c1a
ide: move ide_pio_cycle_time() to ide-timings.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
f06ab34
ide: convert ide-timing.h to ide-timings.c library (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
3be53f3
ide: move some bits from ide-timing.h to <linux/ide.h>
by Bartlomiej Zolnierkiewicz
· 16 years ago
646c0cb
ide: add ide_pc_intr() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
6bf1641
ide: add ide_issue_pc() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
28c7214
ide: add PC_FLAG_DRQ_INTERRUPT pc flag
by Bartlomiej Zolnierkiewicz
· 16 years ago
594c16d
ide: add ide_transfer_pc() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
5d41893
ide: add PC_FLAG_ZIP_DRIVE pc flag
by Bartlomiej Zolnierkiewicz
· 16 years ago
5e33109
ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK
by Bartlomiej Zolnierkiewicz
· 16 years ago
1b06e92
ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback
by Bartlomiej Zolnierkiewicz
· 16 years ago
92f5daf
ide-tape: make pc->idetape_callback void
by Bartlomiej Zolnierkiewicz
· 16 years ago
63f5abb
ide: remove action argument in ide_do_drive_cmd
by FUJITA Tomonori
· 16 years ago
ff07488
ide: remove drive->ctl
by Bartlomiej Zolnierkiewicz
· 16 years ago
0fd04dc
ide: use ->OUTBSYNC in ide_set_irq()
by Bartlomiej Zolnierkiewicz
· 16 years ago
f8c4bd0a
ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method
by Bartlomiej Zolnierkiewicz
· 16 years ago
1357214
ide: remove ->mmio flag from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
ed4af48
ide: move IRQ unmasking out from ->tf_load method
by Bartlomiej Zolnierkiewicz
· 16 years ago
9a410e7
ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag
by Bartlomiej Zolnierkiewicz
· 16 years ago
931ee0d
ide: remove obsoleted "ide=" kernel parameters
by Bartlomiej Zolnierkiewicz
· 16 years ago
30e5ee4
ide: remove obsoleted "idebus=" kernel parameter
by Bartlomiej Zolnierkiewicz
· 16 years ago
124cafc
ide: remove ide_init_drive_cmd
by FUJITA Tomonori
· 16 years ago
a861beb
ide: add __ide_default_irq() inline helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
b769164
ide: remove the ide_etrax100 chipset type
by Adrian Bunk
· 16 years ago
cafa027
cs5520: disable VDMA
by Bartlomiej Zolnierkiewicz
· 16 years ago
e0b4eb5
make ide-iops.c:SELECT_MASK() static
by Adrian Bunk
· 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
9f87abe
ide: add ide_pad_transfer() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
7c0daf2
ide: remove ->INW and ->OUTW methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
94cd5b6
ide: add ->tf_load and ->tf_read methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
089c5c7
ide: factor out debugging code from ide_tf_load()
by Bartlomiej Zolnierkiewicz
· 17 years ago
1fc1425
ide: add ide_execute_pkt_cmd() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
16bb69c
ide: remove ->INS{W,L} and ->OUTS{W,L} methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
c5dd43e
ide: add IDE_HFLAG_MMIO host flag (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
9567b34
ide: merge ->atapi_*put_bytes and ->ata_*put_data methods
by Bartlomiej Zolnierkiewicz
· 17 years ago
92d3ab2
falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
fd0949e
ide: remove now unused ide_pci_create_host_proc()
by Alexey Dobriyan
· 17 years ago
4c3032d
ide: add struct ide_io_ports (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
387750c
ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
1dbfeb4
ide: add "noacpi" / "acpigtf" / "acpionboot" parameters
by Bartlomiej Zolnierkiewicz
· 17 years ago
207daea
ide: remove obsoleted "hdx=autotune" kernel parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
e160124
ide: remove IDE_HFLAG_NO_AUTOTUNE host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
ebae41a
ide: add "vlb|pci_clock=" parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
cc12175
ide: remove obsoleted "hdx=noautotune" kernel parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
e460a59
ide: remove obsoleted "idex=reset" kernel parameter
by Bartlomiej Zolnierkiewicz
· 17 years ago
9fd91d9
ide: add "ignore_cable" parameter (take 2)
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
1fd1890
ide: add IDE_HFLAG_SERIALIZE_DMA host flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
b123f56
ide: do complete DMA setup in ->init_dma method (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
b8e73fb
ide: export ide_allocate_dma_engine()
by Bartlomiej Zolnierkiewicz
· 17 years ago
5e59c23
ide: remove ->cds field from ide_hwif_t (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
21a3387
ide: remove ->extra field from struct ide_port_info
by Bartlomiej Zolnierkiewicz
· 17 years ago
5add222
ide: remove ide_hwif_request_regions()
by Bartlomiej Zolnierkiewicz
· 17 years ago
0d1bad2
ide: manage resources for PCI devices in ide_pci_enable() (take 3)
by Bartlomiej Zolnierkiewicz
· 17 years ago
d083c03
ide: remove ide_hwif_release_regions()
by Bartlomiej Zolnierkiewicz
· 17 years ago
0bfeee7
ide: use ide_legacy_device_add() for qd65xx (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
3b36f66
ide: add ide_legacy_device_add() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
e53cd45
ide: remove ->noprobe field from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 17 years ago
ac95bee
ide: add struct ide_port_ops (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
05230e2
ide: remove hwif->straight8 flag
by Bartlomiej Zolnierkiewicz
· 17 years ago
Next »