| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2008-07-23 | ide: add struct ide_host (take 3) | Bartlomiej Zolnierkiewicz | 1 | -10/+11 |
| 2008-07-23 | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 1 | -17/+35 |
| 2008-07-23 | ide: add 'config' field to hw_regs_t | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
| 2008-07-23 | ide: filter out "default" transfer mode values in set_xfer_rate() | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
| 2008-07-23 | ide: remove dead Virtual DMA support | Bartlomiej Zolnierkiewicz | 1 | -3/+0 |
| 2008-07-23 | ide: remove ->INB, ->OUTB and ->OUTBSYNC methods | Bartlomiej Zolnierkiewicz | 1 | -7/+0 |
| 2008-07-23 | ide: add ide_read_bcount_and_ireason() helper | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
| 2008-07-23 | ide: use ->tf_read in ide_read_error() | Bartlomiej Zolnierkiewicz | 1 | -7/+3 |
| 2008-07-23 | ide: add ->set_irq method | Bartlomiej Zolnierkiewicz | 1 | -8/+2 |
| 2008-07-23 | ide: add ->read_altstatus method | Bartlomiej Zolnierkiewicz | 1 | -7/+1 |
| 2008-07-23 | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 1 | -7/+1 |
| 2008-07-23 | ide: add ->exec_command method | Bartlomiej Zolnierkiewicz | 1 | -1/+2 |
| 2008-07-23 | ide: factor out simplex handling from ide_pci_dma_base() | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
| 2008-07-23 | ide: remove ide_setup_dma() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-07-23 | ide: remove ->dma_{status,command} fields from ide_hwif_t | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
| 2008-07-23 | ide: add ->read_sff_dma_status method | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
| 2008-07-23 | ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3) | Bartlomiej Zolnierkiewicz | 1 | -3/+4 |
| 2008-07-16 | IDE: Remove unused code | Elias Oltmanns | 1 | -7/+0 |
| 2008-07-16 | IDE: Fix HDIO_DRIVE_RESET handling | Elias Oltmanns | 1 | -0/+6 |
| 2008-07-16 | ide: ->port_init_devs -> ->init_dev | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
| 2008-07-16 | ide: set hwif->dev in ide_init_port_hw() (take 2) | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-07-16 | ide: make ide_hwifs[] static | Bartlomiej Zolnierkiewicz | 1 | -12/+0 |
| 2008-07-16 | ide: move PIO blacklist to ide-pio-blacklist.c | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
| 2008-07-16 | ide: remove no longer used ide_pio_timings[] | Bartlomiej Zolnierkiewicz | 1 | -8/+0 |
| 2008-07-16 | ide: move ide_pio_cycle_time() to ide-timings.c | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-07-16 | ide: convert ide-timing.h to ide-timings.c library (take 2) | Bartlomiej Zolnierkiewicz | 1 | -0/+5 |
| 2008-07-16 | ide: move some bits from ide-timing.h to <linux/ide.h> | Bartlomiej Zolnierkiewicz | 1 | -0/+28 |
| 2008-07-15 | ide: add ide_pc_intr() helper | Bartlomiej Zolnierkiewicz | 1 | -0/+6 |
| 2008-07-15 | ide: add ide_issue_pc() helper | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
| 2008-07-15 | ide: add PC_FLAG_DRQ_INTERRUPT pc flag | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
| 2008-07-15 | ide: add ide_transfer_pc() helper | Bartlomiej Zolnierkiewicz | 1 | -0/+3 |
| 2008-07-15 | ide: add PC_FLAG_ZIP_DRIVE pc flag | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
| 2008-07-15 | ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK | Bartlomiej Zolnierkiewicz | 1 | -5/+4 |
| 2008-07-15 | ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
| 2008-07-15 | ide-tape: make pc->idetape_callback void | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-07-15 | ide: remove action argument in ide_do_drive_cmd | FUJITA Tomonori | 1 | -11/+1 |
| 2008-07-15 | ide: remove drive->ctl | Bartlomiej Zolnierkiewicz | 1 | -2/+1 |
| 2008-07-15 | ide: use ->OUTBSYNC in ide_set_irq() | Bartlomiej Zolnierkiewicz | 1 | -1/+2 |
| 2008-07-15 | ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-07-15 | ide: remove ->mmio flag from ide_hwif_t | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
| 2008-07-15 | ide: move IRQ unmasking out from ->tf_load method | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
| 2008-07-15 | ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
| 2008-07-15 | ide: remove obsoleted "ide=" kernel parameters | Bartlomiej Zolnierkiewicz | 1 | -4/+0 |
| 2008-07-15 | ide: remove obsoleted "idebus=" kernel parameter | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
| 2008-07-15 | ide: remove ide_init_drive_cmd | FUJITA Tomonori | 1 | -2/+0 |
| 2008-07-08 | ide: add __ide_default_irq() inline helper | Bartlomiej Zolnierkiewicz | 1 | -0/+15 |
| 2008-06-10 | ide: remove the ide_etrax100 chipset type | Adrian Bunk | 1 | -1/+1 |
| 2008-05-15 | cs5520: disable VDMA | Bartlomiej Zolnierkiewicz | 1 | -4/+4 |
| 2008-05-15 | make ide-iops.c:SELECT_MASK() static | Adrian Bunk | 1 | -1/+0 |
| 2008-04-29 | ide: remove ->dma_prdtable field from ide_hwif_t | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
