index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: use ->data_phase to set ->handler in do_rw_taskfile()
Bartlomiej Zolnierkiewicz
2008-01-25
3
-9
/
+10
*
ide: convert do_rw_taskfile() to use ->data_phase
Bartlomiej Zolnierkiewicz
2008-01-25
1
-12
/
+13
*
ide: merge flagged_taskfile() into do_rw_taskfile()
Bartlomiej Zolnierkiewicz
2008-01-25
2
-23
/
+12
*
ide-disk: guarantee 400ns delay after writing command register
Bartlomiej Zolnierkiewicz
2008-01-25
1
-0
/
+1
*
ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNC
Bartlomiej Zolnierkiewicz
2008-01-25
1
-2
/
+1
*
sc1200: remove pointless hwif lookup loop
Bartlomiej Zolnierkiewicz
2008-01-25
1
-70
/
+38
*
ide: remove 'tf_in_flags' field from ide_task_t
Bartlomiej Zolnierkiewicz
2008-01-25
2
-17
/
+14
*
ide: remove 'command_type' field from ide_task_t
Bartlomiej Zolnierkiewicz
2008-01-25
3
-57
/
+55
*
ide: remove hwif->intrproc
Bartlomiej Zolnierkiewicz
2008-01-25
4
-16
/
+5
*
ide: remove SELECT_INTERRUPT()
Bartlomiej Zolnierkiewicz
2008-01-25
2
-9
/
+4
*
ide: remove QUIRK_LIST()
Bartlomiej Zolnierkiewicz
2008-01-25
2
-7
/
+4
*
ide: add ide_pktcmd_tf_load() helper
Bartlomiej Zolnierkiewicz
2008-01-25
5
-26
/
+24
*
ide-{floppy,tape,scsi}: fix register loading order when issuing packet command
Bartlomiej Zolnierkiewicz
2008-01-25
3
-3
/
+3
*
ide-cd: fix register loading order in cdrom_start_packet_command()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-3
/
+3
*
ide: remove atapi_ireason_t (take 3)
Bartlomiej Zolnierkiewicz
2008-01-25
3
-36
/
+33
*
ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t
Bartlomiej Zolnierkiewicz
2008-01-25
4
-59
/
+65
*
ide: remove atapi_feature_t
Bartlomiej Zolnierkiewicz
2008-01-25
2
-12
/
+9
*
ide: remove atapi_error_t (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
3
-15
/
+12
*
ide: remove ata_status_t and atapi_status_t
Bartlomiej Zolnierkiewicz
2008-01-25
4
-41
/
+37
*
ide-floppy: remove dead code
Bartlomiej Zolnierkiewicz
2008-01-25
1
-33
/
+0
*
ide: remove REQ_TYPE_ATA_TASK
Bartlomiej Zolnierkiewicz
2008-01-25
2
-26
/
+2
*
ide: switch ide_task_ioctl() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2008-01-25
1
-14
/
+15
*
ide: switch idedisk_prepare_flush() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2008-01-25
1
-7
/
+9
*
ide: extend timeout for REQ_TYPE_ATA_{CMD,TASK} requests
Bartlomiej Zolnierkiewicz
2008-01-25
1
-1
/
+1
*
ide: remove unnecessary writes to HOB taskfile registers
Bartlomiej Zolnierkiewicz
2008-01-25
4
-12
/
+23
*
ide: use IDE_TFLAG_LBA48 for REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
2008-01-25
1
-3
/
+5
*
ide: use ide_tf_load() in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
2008-01-25
3
-37
/
+35
*
ide: remove ide_cmd() helper
Bartlomiej Zolnierkiewicz
2008-01-25
1
-20
/
+6
*
ide: execute_drive_cmd() cleanup
Bartlomiej Zolnierkiewicz
2008-01-25
1
-22
/
+20
*
ide: fix registers loading order for IDE_NSECTOR_REG in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-11
/
+8
*
ide: fix registers loading order for WIN_SMART in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-2
/
+2
*
ide-tape: remove dead USE_IOTRACE code
Bartlomiej Zolnierkiewicz
2008-01-25
1
-22
/
+0
*
ide: remove stale ide.h "configuration options"
Bartlomiej Zolnierkiewicz
2008-01-25
3
-13
/
+4
*
ide: remove CONFIG_IDEPCI_SHARE_IRQ config option
Bartlomiej Zolnierkiewicz
2008-01-25
2
-14
/
+0
*
ide: remove IRQF_DISABLED from IRQ flags for IDE IRQ handler
Bartlomiej Zolnierkiewicz
2008-01-25
1
-11
/
+2
*
ide-pmac: fix pmac_ide_init_hwif_ports()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-7
/
+2
*
ide: use do_rw_taskfile() in flagged_taskfile()
Bartlomiej Zolnierkiewicz
2008-01-25
3
-118
/
+96
*
ide: add ide_no_data_taskfile() helper
Bartlomiej Zolnierkiewicz
2008-01-25
3
-31
/
+20
*
ide: add ide_tf_load() helper
Bartlomiej Zolnierkiewicz
2008-01-25
2
-44
/
+40
*
ide-disk: use struct ide_taskfile in __ide_do_rw_disk()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-43
/
+42
*
ide-disk: fix taskfile registers loading order in __ide_do_rw_disk()
Bartlomiej Zolnierkiewicz
2008-01-25
1
-1
/
+1
*
ide-disk: merge LBA28 and LBA48 Host Protected Area support code (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
1
-71
/
+32
*
ide: add struct ide_taskfile (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
6
-160
/
+143
*
ide: remove task_ioreg_t typedef (take 2)
Bartlomiej Zolnierkiewicz
2008-01-25
3
-14
/
+15
*
ide: remove ->dma_master field from ide_hwif_t (take 5)
Bartlomiej Zolnierkiewicz
2008-01-25
5
-28
/
+22
*
hpt366: merge set_dma_mode() methods
Sergei Shtylyov
2008-01-25
1
-71
/
+58
*
hpt366: kill set_dma_mode() method wrapper
Sergei Shtylyov
2008-01-25
1
-14
/
+7
*
hpt366: change timing register masks
Sergei Shtylyov
2008-01-25
1
-17
/
+13
*
ide-io: set REQ_FAILED when drive is dead
Aristeu Rozanski
2008-01-25
1
-0
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...
Linus Torvalds
2008-01-25
2
-2
/
+2
|
\
[next]