Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ide: add ide_read_device() helper | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -3/+14 |
* | ide: use ->tf_load in actual_try_to_identify() | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -3/+9 |
* | ide: add ->set_irq method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -5/+4 |
* | ide: add ->read_altstatus method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -2/+2 |
* | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -11/+11 |
* | ide: add ->exec_command method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -3/+3 |
* | ide: factor out simplex handling from ide_pci_dma_base() | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -0/+1 |
* | ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -11/+18 |
* | ide: print message on error in ide_find_port_slot() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -0/+3 |
* | ide: ->port_init_devs -> ->init_dev | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -3/+3 |
* | ide: make ide_hwifs[] static | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -0/+2 |
* | ide: fix hwif-s initialization | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -3/+7 |
* | ide: remove drive->ctl | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -1/+1 |
* | ide: use ->OUTBSYNC in init_irq() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -1/+1 |
* | ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -3/+3 |
* | ide: fix do_probe() to use SELECT_DRIVE() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -1/+1 |
* | ide: add __ide_default_irq() inline helper | Bartlomiej Zolnierkiewicz | 2008-07-08 | 1 | -6/+2 |
* | ide: fix hwif->gendev refcounting | Bartlomiej Zolnierkiewicz | 2008-07-05 | 1 | -2/+0 |
* | ide: fix host drivers missing hwif->chipset initialization | Bartlomiej Zolnierkiewicz | 2008-06-10 | 1 | -0/+1 |
* | ide: remove the ide_etrax100 chipset type | Adrian Bunk | 2008-06-10 | 1 | -3/+2 |
* | ide: fix race in device_create | Greg Kroah-Hartman | 2008-05-20 | 1 | -3/+2 |
* | ide: IDE_HFLAG_SERIALIZE_DMA bugfix | Bartlomiej Zolnierkiewicz | 2008-05-04 | 1 | -6/+6 |
* | ide: fix early setup of hwif->host_flags | Bartlomiej Zolnierkiewicz | 2008-05-01 | 1 | -1/+2 |
* | ide: always use ->OUTBSYNC method for executing commands | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -3/+3 |
* | ide: merge ->atapi_*put_bytes and ->ata_*put_data methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -1/+1 |
* | falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -1/+1 |
* | ide: add struct ide_io_ports (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -20/+21 |
* | ide: remove obsoleted "hdx=autotune" kernel parameter | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -3/+1 |
* | ide: remove IDE_HFLAG_NO_AUTOTUNE host flag | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -2/+1 |
* | ide: remove obsoleted "hdx=noautotune" kernel parameter | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -8/+2 |
* | ide: remove obsoleted "idex=reset" kernel parameter | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -7/+2 |
* | ide: add "ignore_cable" parameter (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -1/+9 |
* | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+3 |
* | ide: add IDE_HFLAG_SERIALIZE_DMA host flag | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+5 |
* | ide: do complete DMA setup in ->init_dma method (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -6/+15 |
* | ide: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-26 | 1 | -1/+1 |
* | ide: cleanup setting hwif->mmio flag | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -1/+0 |
* | ide: manage resources for PCI devices in ide_pci_enable() (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -6/+0 |
* | ide: manage I/O resources in ide_legacy_init_one() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -0/+14 |
* | ide: add ide_legacy_init_one() helper | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -23/+33 |
* | ide-4drives: manage I/O resources in driver | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+1 |
* | ide: register ports with non-present devices (for warm-plug) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -20/+17 |
* | ide: use ide_legacy_device_add() for qd65xx (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -5/+14 |
* | ide: add ide_legacy_device_add() helper | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -0/+32 |
* | ide: remove ->noprobe field from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+1 |
* | ide: add struct ide_port_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -6/+14 |
* | ide: use ide_find_port() in legacy VLB host drivers (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -1/+3 |
* | ide: merge ide_match_hwif() and ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -0/+46 |
* | ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -0/+4 |
* | ide: remove IDE_*_REG macros | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -8/+11 |