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
/
ide
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: call ide_pci_setup_ports() before do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
2008-07-24
1
-7
/
+11
*
ide: move ide_setup_pci_controller() call to ide_setup_pci_device[s]()
Bartlomiej Zolnierkiewicz
2008-07-24
1
-5
/
+9
*
ide: respect dev->irq in do_ide_setup_pci_device() also if 'tried_config'
Bartlomiej Zolnierkiewicz
2008-07-24
1
-9
/
+3
*
ide: always call ->init_chipset method in do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
2008-07-24
1
-14
/
+10
*
ide: small whitespace fixes
Pavel Machek
2008-07-23
2
-2
/
+2
*
ide: ide-cd_ioctl.c fix sparse integer as NULL pointer warnings
Harvey Harrison
2008-07-23
1
-4
/
+4
*
ide: ide-cd.c fix sparse endianness warnings
Harvey Harrison
2008-07-23
1
-11
/
+8
*
ide-cd: convert to using the new atapi_flags
Borislav Petkov
2008-07-23
3
-109
/
+64
*
ide: remove unused PC_FLAG_DRQ_INTERRUPT
Borislav Petkov
2008-07-23
1
-2
/
+1
*
ide-tape: convert to using the new atapi_flags
Borislav Petkov
2008-07-23
1
-45
/
+23
*
ide-floppy: convert to using the new atapi_flags (take 2)
Borislav Petkov
2008-07-23
2
-48
/
+30
*
ide: use rq->cmd instead of pc->c in atapi common code
Borislav Petkov
2008-07-23
1
-5
/
+13
*
ide-tape: pass packet command in rq->cmd
Borislav Petkov
2008-07-23
1
-8
/
+11
*
ide-tape: make room for packet command ids in rq->cmd
Borislav Petkov
2008-07-23
1
-11
/
+11
*
ide-floppy: pass packet command in rq->cmd
Borislav Petkov
2008-07-23
1
-0
/
+4
*
ide-scsi: use drive->pc_callback instead of pc->callback
Borislav Petkov
2008-07-23
1
-8
/
+2
*
ide-tape: use drive->pc_callback instead of pc->callback
Borislav Petkov
2008-07-23
2
-5
/
+6
*
ide-floppy: use drive->pc_callback instead of pc->callback
Borislav Petkov
2008-07-23
2
-4
/
+10
*
drivers/ide/ide-tape.c: remove double kfree
Darren Jenkins
2008-07-23
1
-1
/
+0
*
ide: add ide_host_free() helper (take 2)
Bartlomiej Zolnierkiewicz
2008-07-23
5
-20
/
+87
*
ide: allocate ide_hwif_t instances dynamically
Bartlomiej Zolnierkiewicz
2008-07-23
2
-9
/
+6
*
ide: add ide_ports[]
Bartlomiej Zolnierkiewicz
2008-07-23
1
-2
/
+9
*
ide: move ide_remove_port_from_hwgroup() to ide-probe.c
Bartlomiej Zolnierkiewicz
2008-07-23
2
-35
/
+35
*
ide: fix IDE port slots reservation and freeing (take 2)
Bartlomiej Zolnierkiewicz
2008-07-23
1
-37
/
+50
*
ide: fix ide_host_register() return value
Bartlomiej Zolnierkiewicz
2008-07-23
1
-20
/
+18
*
ide: add ide_host_add() helper
Bartlomiej Zolnierkiewicz
2008-07-23
22
-136
/
+70
*
ide: add struct ide_host (take 3)
Bartlomiej Zolnierkiewicz
2008-07-23
26
-339
/
+253
*
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
2008-07-23
21
-205
/
+319
*
ide: add 'config' field to hw_regs_t
Bartlomiej Zolnierkiewicz
2008-07-23
2
-3
/
+2
*
ide-generic: probing fix
Bartlomiej Zolnierkiewicz
2008-07-23
1
-7
/
+1
*
gayle: reserve memory resources at once
Bartlomiej Zolnierkiewicz
2008-07-23
1
-14
/
+11
*
ide: filter out "default" transfer mode values in set_xfer_rate()
Bartlomiej Zolnierkiewicz
2008-07-23
12
-34
/
+8
*
ide: filter out invalid transfer mode values in set_xfer_rate()
Bartlomiej Zolnierkiewicz
2008-07-23
1
-1
/
+1
*
ide: remove dead Virtual DMA support
Bartlomiej Zolnierkiewicz
2008-07-23
4
-36
/
+4
*
ide: mark hpt34x host driver as BROKEN
Bartlomiej Zolnierkiewicz
2008-07-23
1
-0
/
+1
*
ide: limit cy82c693 host driver to ALPHA
Bartlomiej Zolnierkiewicz
2008-07-23
1
-0
/
+1
*
ide: remove ->INB, ->OUTB and ->OUTBSYNC methods
Bartlomiej Zolnierkiewicz
2008-07-23
13
-108
/
+15
*
ide: add ide_read_bcount_and_ireason() helper
Bartlomiej Zolnierkiewicz
2008-07-23
3
-12
/
+21
*
ide: add ide_read_ireason() helper
Bartlomiej Zolnierkiewicz
2008-07-23
1
-3
/
+14
*
ide: add ide_read_device() helper
Bartlomiej Zolnierkiewicz
2008-07-23
1
-3
/
+14
*
ide: use ->tf_read in ide_read_error()
Bartlomiej Zolnierkiewicz
2008-07-23
4
-0
/
+21
*
ide: use ->tf_load in SELECT_DRIVE()
Bartlomiej Zolnierkiewicz
2008-07-23
1
-1
/
+5
*
ide: use ->tf_load in actual_try_to_identify()
Bartlomiej Zolnierkiewicz
2008-07-23
1
-3
/
+9
*
ide: use ->tf_load in ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
2008-07-23
1
-3
/
+10
*
ide: change order of register access in ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
2008-07-23
1
-1
/
+1
*
ide: add ->set_irq method
Bartlomiej Zolnierkiewicz
2008-07-23
6
-22
/
+76
*
ide: add ->read_altstatus method
Bartlomiej Zolnierkiewicz
2008-07-23
3
-4
/
+19
*
ide: add ->read_status method
Bartlomiej Zolnierkiewicz
2008-07-23
13
-61
/
+101
*
ide: add ->exec_command method
Bartlomiej Zolnierkiewicz
2008-07-23
6
-11
/
+37
*
ide: factor out simplex handling from ide_pci_dma_base()
Bartlomiej Zolnierkiewicz
2008-07-23
4
-18
/
+42
[next]