Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b4be2048ce62d05d93608f82d5e986612ed4fdf7
/
include
/
linux
/
ide.h
92f1f8f
ide: Remove ide_spin_wait_hwgroup() and use special requests instead
by Elias Oltmanns
· 16 years ago
d6e2955
ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines to <linux/ide.h>
by Bartlomiej Zolnierkiewicz
· 16 years ago
de699ad
ide: add ide_do_test_unit_ready() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
0c8a6c7
ide: add ide_do_start_stop() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
0578042
ide: add ide_set_media_lock() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
49cac39
ide-floppy: ->{srfp,wp} -> IDE_AFLAG_{SRFP,WP}
by Bartlomiej Zolnierkiewicz
· 16 years ago
2ac07d9
ide: add ide_queue_pc_tail() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
7645c15
ide: add ide_queue_pc_head() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
7bf7420
ide: add ide_init_pc() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
acaa0f5
ide: add ide_io_buffers() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
51509ee
ide: add ide_check_atapi_device() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
05236ea
ide: move ioctls handling to ide-ioctls.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
aa768773
ide: add ide_setting_ioctl() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
9232c14
ide: remove ->bus_state field from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
feb22b7
ide: add proper PCI PM support (v2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
ff2779b
ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled()
by Bartlomiej Zolnierkiewicz
· 16 years ago
4b58f17
ide: ide_id_has_flush_cache() -> ata_id_flush_enabled()
by Bartlomiej Zolnierkiewicz
· 16 years ago
1a4e4d4
ide: check only for CACHE FLUSH command support in ide_id_has_flush_cache()
by Bartlomiej Zolnierkiewicz
· 16 years ago
367d7e7
ide: ide_dev_is_sata() -> ata_id_is_sata()
by Bartlomiej Zolnierkiewicz
· 16 years ago
5d5870f
ide: ide_dev_has_iordy() -> ata_id_has_iordy()
by Bartlomiej Zolnierkiewicz
· 16 years ago
02d599a
ide: remove ->supports_dsc_overlap field from ide_driver_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
ebc6be5
ide: remove read-only ->atapi_overlap field from ide_drive_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
151a670
ide: remove SECTOR_WORDS define
by Bartlomiej Zolnierkiewicz
· 16 years ago
8185d5a
ide: /proc/ide/hd*/settings rework
by Bartlomiej Zolnierkiewicz
· 16 years ago
263138a
ide: preparations for /proc/ide/hd*/settings rework
by Bartlomiej Zolnierkiewicz
· 16 years ago
3ceca72
ide: include <linux/hdreg.h> only when needed
by Bartlomiej Zolnierkiewicz
· 16 years ago
7e59ea2
ide: check drive->present in ide_get_paired_drive()
by Bartlomiej Zolnierkiewicz
· 16 years ago
a2cdee5
ide: remove IDE_CHIPSET_* macros
by Bartlomiej Zolnierkiewicz
· 16 years ago
b163f46
ide: enhance ide_busy_sleep()
by Bartlomiej Zolnierkiewicz
· 16 years ago
3c619ff
ide: remove no longer needed ide_drive_t fields
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
f20f258
ide-cd: temporary tray close fix
by Borislav Petkov
· 16 years ago
96f8021
ide: fix hwif_to_node()
by Bartlomiej Zolnierkiewicz
· 16 years ago
71fc9fc
IDE: compile fix for sff_dma_ops
by Kevin Hilman
· 16 years ago
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
· 17 years ago
cafa027
cs5520: disable VDMA
by Bartlomiej Zolnierkiewicz
· 17 years ago
e0b4eb5
make ide-iops.c:SELECT_MASK() static
by Adrian Bunk
· 17 years ago
Next »