index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-29
ide: move Power Management support to ide-pm.c
Bartlomiej Zolnierkiewicz
1
-159
/
+0
2008-12-29
ide: remove redundant code from ide_end_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2008-12-29
ide: always set nIEN on idle devices
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-12-29
ide: fix ->quirk_list checking in ide_do_request()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-12-29
ide: cleanup ide_do_request()
Bartlomiej Zolnierkiewicz
1
-5
/
+0
2008-12-29
ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)
Bartlomiej Zolnierkiewicz
1
-17
/
+16
2008-12-29
ide: use queue lock instead of ide_lock when possible
Bartlomiej Zolnierkiewicz
1
-9
/
+10
2008-12-29
ide: ide_lock + __blk_end_request() -> blk_end_request()
Bartlomiej Zolnierkiewicz
1
-12
/
+4
2008-12-29
ide: push ide_lock to __ide_end_request()
Bartlomiej Zolnierkiewicz
1
-19
/
+9
2008-12-29
ide: ide_hwgroup_t.rq doesn't need an ide_lock held
Bartlomiej Zolnierkiewicz
1
-21
/
+19
2008-12-29
ide: unify ide_intr()'s exit points
Bartlomiej Zolnierkiewicz
1
-13
/
+14
2008-12-08
Revert "ide: respect current DMA setting during resume"
Bartlomiej Zolnierkiewicz
1
-2
/
+4
2008-12-02
ide: fix build for DEBUG_PM
Bartlomiej Zolnierkiewicz
1
-9
/
+10
2008-12-02
ide: respect current DMA setting during resume
Bartlomiej Zolnierkiewicz
1
-4
/
+2
2008-12-02
ide: fix the ide_release_lock imbalance
Michael Schmitz
1
-3
/
+2
2008-10-17
block: remove __generic_unplug_device() from exports
Jens Axboe
1
-2
/
+2
2008-10-13
ide: Implement disk shock protection support (v4)
Elias Oltmanns
1
-2
/
+27
2008-10-13
ide: Two fixes regarding memory allocation
Elias Oltmanns
1
-4
/
+1
2008-10-13
ide: ->ide_dma_clear_irq() -> ->clear_irq()
Bartlomiej Zolnierkiewicz
1
-11
/
+4
2008-10-13
ide: convert 'pio_mode' device setting to use DS_SYNC flag
Bartlomiej Zolnierkiewicz
1
-63
/
+5
2008-10-13
ide: remove [ata_]select_t
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-13
ide: sanitize ide*_pm_* enums
Bartlomiej Zolnierkiewicz
1
-40
/
+22
2008-10-13
ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devices
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-10-13
ide: DMA_PIO_RETRY -> IDE_DFLAG_DMA_PIO_RETRY
Bartlomiej Zolnierkiewicz
1
-3
/
+4
2008-10-13
ide: add device flags
Bartlomiej Zolnierkiewicz
1
-21
/
+34
2008-10-11
ide: Remove ide_spin_wait_hwgroup() and use special requests instead
Elias Oltmanns
1
-0
/
+40
2008-10-11
ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-11
ide: ide_id_has_flush_cache() -> ata_id_flush_enabled()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-10-11
ide: include <linux/hdreg.h> only when needed
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-10-11
ide: remove no longer needed ide_drive_t fields
Bartlomiej Zolnierkiewicz
1
-15
/
+3
2008-10-11
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
1
-12
/
+13
2008-10-11
ide: WIN_* -> ATA_CMD_*
Bartlomiej Zolnierkiewicz
1
-13
/
+14
2008-10-11
ide: remove superfluous check from ide_disk_special()
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2008-07-23
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
1
-16
/
+16
2008-07-23
ide: add ->set_irq method
Bartlomiej Zolnierkiewicz
1
-6
/
+8
2008-07-23
ide: add ->read_status method
Bartlomiej Zolnierkiewicz
1
-9
/
+10
2008-07-23
ide: add ->exec_command method
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-07-16
IDE: Remove unused code
Elias Oltmanns
1
-49
/
+0
2008-07-16
IDE: Fix HDIO_DRIVE_RESET handling
Elias Oltmanns
1
-1
/
+22
2008-07-15
ide: remove action argument in ide_do_drive_cmd
FUJITA Tomonori
1
-31
/
+9
2008-07-15
ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-15
ide: move IRQ unmasking out from ->tf_load method
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2008-07-15
ide: remove try_to_flush_leftover_data()
Bartlomiej Zolnierkiewicz
1
-27
/
+5
2008-07-15
ide: remove ide_init_drive_cmd
FUJITA Tomonori
1
-17
/
+0
2008-07-15
ide: remove ide_wait/head_wait path in ide_do_drive_cmd
FUJITA Tomonori
1
-24
/
+3
2008-07-15
ide: use __generic_unplug_device() in ide_do_drive_cmd() (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+5
2008-07-15
ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users
Bartlomiej Zolnierkiewicz
1
-4
/
+3
2008-04-29
ide: use blk_rq_init() to initialize the request
FUJITA Tomonori
1
-2
/
+1
2008-04-29
ide: add ide_pad_transfer() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+15
2008-04-29
ide: add ->tf_load and ->tf_read methods
Bartlomiej Zolnierkiewicz
1
-2
/
+2
[next]