index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-iops.c
Age
Commit message (
Expand
)
Author
2009-01-06
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
Bartlomiej Zolnierkiewicz
2008-12-29
ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)
Bartlomiej Zolnierkiewicz
2008-12-02
ide: remove dead code from drive_is_ready()
Bartlomiej Zolnierkiewicz
2008-12-02
ide: add SAMSUNG SP0822N with firmware WA100-10 to ivb_list[]
Bartlomiej Zolnierkiewicz
2008-12-02
amd74xx: workaround unreliable AltStatus register for nVidia controllers
Bartlomiej Zolnierkiewicz
2008-11-02
ide: Switch to a common address
Alan Cox
2008-10-17
ide: mask interrupt in ide_config_drive_speed()
Sergei Shtylyov
2008-10-13
ide: Implement disk shock protection support (v4)
Elias Oltmanns
2008-10-13
ide: factor out reset error reporting from reset_pollfunc()
Bartlomiej Zolnierkiewicz
2008-10-13
ide: remove [ata_]select_t
Bartlomiej Zolnierkiewicz
2008-10-13
ide: add device flags
Bartlomiej Zolnierkiewicz
2008-10-10
ide: ide_dev_is_sata() -> ata_id_is_sata()
Bartlomiej Zolnierkiewicz
2008-10-10
ide: remove SECTOR_WORDS define
Bartlomiej Zolnierkiewicz
2008-10-10
ide: include <linux/hdreg.h> only when needed
Bartlomiej Zolnierkiewicz
2008-10-10
ide: enhance ide_busy_sleep()
Bartlomiej Zolnierkiewicz
2008-10-10
ide: re-code ide_fixstring() loop to be less evil
Linus Torvalds
2008-10-10
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
2008-10-10
ide: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
2008-10-10
ide: remove drive->driveid
Bartlomiej Zolnierkiewicz
2008-10-10
ide: make drive->id an union (take 2)
Bartlomiej Zolnierkiewicz
2008-10-10
ide: cleanup ide_fix_driveid()
Bartlomiej Zolnierkiewicz
2008-08-05
ide: fix ide_fix_driveid()
Bartlomiej Zolnierkiewicz
2008-07-24
ide: trivial sparse annotations
Harvey Harrison
2008-07-23
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
2008-07-23
ide: remove dead Virtual DMA support
Bartlomiej Zolnierkiewicz
2008-07-23
ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
Bartlomiej Zolnierkiewicz
2008-07-23
ide: add ide_read_bcount_and_ireason() helper
Bartlomiej Zolnierkiewicz
2008-07-23
ide: use ->tf_read in ide_read_error()
Bartlomiej Zolnierkiewicz
2008-07-23
ide: use ->tf_load in SELECT_DRIVE()
Bartlomiej Zolnierkiewicz
2008-07-23
ide: use ->tf_load in ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
2008-07-23
ide: change order of register access in ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
2008-07-23
ide: add ->set_irq method
Bartlomiej Zolnierkiewicz
2008-07-23
ide: add ->read_altstatus method
Bartlomiej Zolnierkiewicz
2008-07-23
ide: add ->read_status method
Bartlomiej Zolnierkiewicz
2008-07-23
ide: add ->exec_command method
Bartlomiej Zolnierkiewicz
2008-07-23
ide: remove ->dma_{status,command} fields from ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-07-23
ide: add ->read_sff_dma_status method
Bartlomiej Zolnierkiewicz
2008-07-16
IDE: Report errors during drive reset back to user space
Elias Oltmanns
2008-07-16
IDE: Fix HDIO_DRIVE_RESET handling
Elias Oltmanns
2008-07-15
ide: remove drive->ctl
Bartlomiej Zolnierkiewicz
2008-07-15
ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method
Bartlomiej Zolnierkiewicz
2008-07-15
ide: move IRQ unmasking out from ->tf_load method
Bartlomiej Zolnierkiewicz
2008-07-15
ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag
Bartlomiej Zolnierkiewicz
2008-07-15
ide: remove commented out code from ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
2008-07-15
ide: disable drive interrupts in ide_driveid_update()
Mikhail Cherkashin
2008-05-14
make ide-iops.c:SELECT_MASK() static
Adrian Bunk
2008-04-28
ide: add TSSTcorp CDDVDW SH-S202H to ivb_list[]
Alexander Smal
2008-04-28
ide: skip "VLB sync" if host uses MMIO
Bartlomiej Zolnierkiewicz
2008-04-28
ide: remove ->INW and ->OUTW methods
Bartlomiej Zolnierkiewicz
2008-04-28
ide: use IDE I/O helpers directly in ide_tf_{load,read}()
Bartlomiej Zolnierkiewicz
[prev]
[next]