Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ide: remove useless subdirs from drivers/ide/ | Bartlomiej Zolnierkiewicz | 2008-10-21 | 1 | -674/+0 |
* | sgiioc4: kill duplicate ioremap() | Sergei Shtylyov | 2008-10-17 | 1 | -12/+2 |
* | sgiioc4: kill useless address checks | Sergei Shtylyov | 2008-10-17 | 1 | -17/+9 |
* | sgiioc4: remove maskproc() method | Sergei Shtylyov | 2008-10-17 | 1 | -9/+0 |
* | ide: switch to DMA-mapping API part #2 | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -8/+7 |
* | sgiioc4: fix messages | Sergei Shtylylov | 2008-10-13 | 1 | -23/+16 |
* | sgiioc4: sgiioc4_read_status drive busy check fix | Sergei Shtylylov | 2008-10-13 | 1 | -2/+3 |
* | ide: include <linux/hdreg.h> only when needed | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -1/+0 |
* | sgiioc4: fixup message on resource allocation failure | Bartlomiej Zolnierkiewicz | 2008-08-18 | 1 | -2/+2 |
* | ide: add ide_host_free() helper (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -4/+10 |
* | ide: add struct ide_host (take 3) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -8/+5 |
* | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -2/+16 |
* | ide: remove ->INB, ->OUTB and ->OUTBSYNC methods | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -3/+0 |
* | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -9/+10 |
* | ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -4/+2 |
* | sgiioc4: call ide_find_port_slot() later | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -4/+9 |
* | ide: print message on error in ide_find_port_slot() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -5/+3 |
* | sgiioc4: use driver name for resource allocation | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -2/+2 |
* | ide: set hwif->dev in ide_init_port_hw() (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -2/+0 |
* | ide: remove drive->ctl | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -1/+1 |
* | sgiioc4: use ->extra_base instead of ->dma_status for dma_handle | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -3/+2 |
* | ide: add IDE_HFLAG_MMIO host flag (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -0/+1 |
* | ide: add struct ide_io_ports (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -13/+13 |
* | ide: remove IDE_HFLAG_NO_AUTOTUNE host flag | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -1/+0 |
* | ide: constify struct ide_dma_ops | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -1/+1 |
* | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -22/+16 |
* | sgiioc4: use ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -17/+12 |
* | ide: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-26 | 1 | -13/+13 |
* | ide: cleanup setting hwif->mmio flag | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -1/+0 |
* | ide: add struct ide_port_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -10/+9 |
* | sgiioc4: use ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -10/+2 |
* | ide: remove IDE_*_REG macros | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -10/+9 |
* | ide: remove dead/obsolete ->busproc method | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -1/+0 |
* | ide: remove needless includes from PCI host drivers | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -2/+0 |
* | ide: add struct ide_port_info instances to legacy host drivers | Bartlomiej Zolnierkiewicz | 2008-02-02 | 1 | -6/+12 |
* | ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -8/+8 |
* | ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2) | Bartlomiej Zolnierkiewicz | 2008-02-01 | 1 | -2/+1 |
* | ide: add ide_init_port_hw() helper | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -5/+4 |
* | sgiioc4: always init hwif->io_ports | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -9/+6 |
* | ide: merge ->dma_host_{on,off} methods into ->dma_host_set method | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -8/+4 |
* | ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -19/+0 |
* | sgiioc4: add ide_toggle_bounce() calls | Bartlomiej Zolnierkiewicz | 2008-01-26 | 1 | -0/+2 |
* | ide: remove hwif->intrproc | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -1/+0 |
* | ide: remove write-only hwif->hw | Bartlomiej Zolnierkiewicz | 2007-10-20 | 1 | -3/+5 |
* | ide: add ide_device_add() | Bartlomiej Zolnierkiewicz | 2007-10-20 | 1 | -4/+4 |
* | ide: use pci_dev->revision | Bartlomiej Zolnierkiewicz | 2007-10-19 | 1 | -5/+3 |
* | ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-19 | 1 | -1/+1 |
* | ide: add IDE_HFLAG_NO_ATAPI_DMA host flag | Bartlomiej Zolnierkiewicz | 2007-10-19 | 1 | -1/+0 |
* | ide: remove hwif->autodma and drive->autodma | Bartlomiej Zolnierkiewicz | 2007-10-16 | 1 | -6/+1 |
* | ide: remove ->ide_dma_check (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-16 | 1 | -15/+0 |