Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ide: remove useless subdirs from drivers/ide/ | Bartlomiej Zolnierkiewicz | 2008-10-21 | 1 | -966/+0 |
* | scc_pata: kill unused variables | Sergei Shtylyov | 2008-10-17 | 1 | -4/+0 |
* | ide: switch to DMA-mapping API part #2 | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -7/+7 |
* | ide: use unique names for struct pci_driver instances | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -3/+3 |
* | ide: remove [ata_]select_t | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -1/+1 |
* | ide: use 'drive->dn & 1' instead of drive->select.b.unit | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -1/+1 |
* | ide: remove superfluous ->waiting_for_dma checks | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -3/+0 |
* | ide: remove superfluous ->dma field from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -2/+0 |
* | ide: include <linux/hdreg.h> only when needed | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -1/+0 |
* | ide: use ATA_* defines instead of *_STAT and *_ERR ones | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -2/+2 |
* | 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 |