| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/ide/pci/: use __devexit_p() | Adrian Bunk | 2008-08-18 | 1 | -1/+1 |
* | ide: ->cable_detect method cannot be marked __devinit | Bartlomiej Zolnierkiewicz | 2008-08-05 | 1 | -1/+1 |
* | ide: add ide_host_add() helper | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -6/+4 |
* | ide: add struct ide_host (take 3) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -13/+11 |
* | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -13/+16 |
* | ide: remove ->INB, ->OUTB and ->OUTBSYNC methods | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -12/+0 |
* | ide: use ->tf_read in ide_read_error() | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -0/+2 |
* | ide: add ->set_irq method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -0/+19 |
* | ide: add ->read_altstatus method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -0/+6 |
* | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -0/+6 |
* | ide: add ->exec_command method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -0/+9 |
* | ide: remove ->dma_{status,command} fields from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -20/+18 |
* | ide: add ->read_sff_dma_status method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -0/+7 |
* | ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -3/+2 |
* | ide: print message on error in ide_find_port_slot() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -5/+2 |
* | ide: set hwif->dev in ide_init_port_hw() (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -1/+0 |
* | ide: remove drive->ctl | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -2/+2 |
* | ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -4/+1 |
* | ide: remove ->mmio flag from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -1/+0 |
* | ide: move IRQ unmasking out from ->tf_load method | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -2/+0 |
* | ide: remove ->dma_prdtable field from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -2/+1 |
* | scc_pata: add ->dma_host_set and ->dma_start methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -4/+50 |
* | ide: remove ->INW and ->OUTW methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -16/+3 |
* | scc_pata: add ->tf_{load,read} methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -0/+87 |
* | ide: remove ->INS{W,L} and ->OUTS{W,L} methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -4/+0 |
* | scc_pata: add ->{in,out}put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -0/+35 |
* | ide: add struct ide_io_ports (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -4/+4 |
* | ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -2/+1 |
* | ide: constify struct ide_dma_ops | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -1/+6 |
* | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -6/+9 |
* | ide: remove ->cds field from ide_hwif_t (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -1/+0 |
* | ide: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-26 | 1 | -1/+1 |
* | ide: manage resources for PCI devices in ide_pci_enable() (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -22/+9 |
* | ide: add struct ide_port_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -5/+8 |
* | ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+1 |
* | scc_pata: store 'hwif' pointer in struct scc_ports | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -3/+3 |
* | scc_pata: use ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -6/+2 |
* | ide: remove IDE_*_REG macros | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -2/+4 |
* | scc_pata.c: do setup itself instead of ide_setup_pci_device() | Akira Iguchi | 2008-04-18 | 1 | -15/+47 |
* | ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -1/+1 |
* | ide: fix ide_unregister() usage in host drivers | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -1/+1 |
* | ide: add 'init_default' and 'restore' arguments to ide_unregister() | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -1/+1 |
* | ide: add ->cable_detect method to ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -2/+1 |
* | atiixp/cs5535/scc_pata: fix "idex=ata66" parameter handling | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -2/+7 |
* | ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -7/+6 |
* | ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -13/+1 |
* | ide: constify struct ide_port_info | Bartlomiej Zolnierkiewicz | 2007-10-20 | 1 | -2/+2 |
* | ide: replace ide_pci_device_t by struct ide_port_info | Bartlomiej Zolnierkiewicz | 2007-10-20 | 1 | -6/+5 |
* | ide: set drive->autotune in ide_pci_setup_ports() | Bartlomiej Zolnierkiewicz | 2007-10-19 | 1 | -3/+0 |
* | scc_pata: remove ->init_setup | Bartlomiej Zolnierkiewicz | 2007-10-19 | 1 | -2/+2 |