Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ide: remove /proc/ide/ali | Alexey Dobriyan | 2008-04-27 | 1 | -240/+0 |
* | ide: add struct ide_io_ports (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-27 | 8 | -45/+42 |
* | ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-27 | 2 | -4/+2 |
* | ide: sanitize ide_unregister() usage | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -5/+1 |
* | ide: remove IDE_HFLAG_NO_AUTOTUNE host flag | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -1/+0 |
* | cmd640: always auto-tune PIO | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -55/+12 |
* | ide: mark "idebus=" kernel parameter as obsoleted (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-27 | 2 | -4/+1 |
* | ide: add "vlb|pci_clock=" parameter | Bartlomiej Zolnierkiewicz | 2008-04-27 | 8 | -10/+17 |
* | ide: remove obsoleted "idex=" kernel parameters | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -4/+1 |
* | ide: constify struct ide_dma_ops | Bartlomiej Zolnierkiewicz | 2008-04-26 | 12 | -18/+108 |
* | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 14 | -246/+224 |
* | ide: add IDE_HFLAG_SERIALIZE_DMA host flag | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -3/+2 |
* | sl82c105: check bridge revision in sl82c105_init_one() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -18/+17 |
* | sgiioc4: use ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -17/+12 |
* | ide: do complete DMA setup in ->init_dma method (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 2 | -12/+42 |
* | ide: export ide_allocate_dma_engine() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -7/+2 |
* | ide: move ide_setup_dma() call out from ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 2 | -3/+0 |
* | alim15x3: skip DMA initialization completely on revs < 0x20 | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -2/+4 |
* | pdc202xx_old: remove init_dma_pdc202xx() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -16/+7 |
* | ide: remove ->cds field from ide_hwif_t (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 2 | -3/+3 |
* | ide: remove ->extra field from struct ide_port_info | Bartlomiej Zolnierkiewicz | 2008-04-26 | 3 | -10/+0 |
* | ide: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-26 | 6 | -20/+20 |
* | ide: cleanup setting hwif->mmio flag | Bartlomiej Zolnierkiewicz | 2008-04-26 | 3 | -4/+0 |
* | ide: manage resources for PCI devices in ide_pci_enable() (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 2 | -28/+9 |
* | cmd640: manage I/O resources in driver | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -3/+34 |
* | ide: add struct ide_port_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 33 | -318/+309 |
* | sis5513: fail early for unsupported chipsets | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -15/+15 |
* | it821x: fix kzalloc() failure handling | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -6/+18 |
* | IDE: Coding Style fixes to drivers/ide/pci/cy82c693.c | Paolo Ciarrocchi | 2008-04-26 | 1 | -37/+37 |
* | IDE: Coding Style fixes to drivers/ide/pci/it8213.c | Paolo Ciarrocchi | 2008-04-26 | 1 | -5/+4 |
* | IDE: Coding Style fixes to drivers/ide/pci/cmd640.c | Paolo Ciarrocchi | 2008-04-26 | 1 | -46/+48 |
* | IDE: Coding Style fixes to drivers/ide/pci/opti621.c | Paolo Ciarrocchi | 2008-04-26 | 1 | -25/+30 |
* | IDE: Coding Style fixes to drivers/ide/pci/generic.c | Paolo Ciarrocchi | 2008-04-26 | 1 | -2/+2 |
* | IDE: Coding Style fixes to drivers/ide/pci/jmicron.c | Paolo Ciarrocchi | 2008-04-26 | 1 | -2/+1 |
* | IDE: Coding Style fixes to drivers/ide/pci/sis5513.c | Paolo Ciarrocchi | 2008-04-26 | 1 | -100/+98 |
* | IDE: Coding Style fixes to drivers/ide/pci/slc90e66.c | Paolo Ciarrocchi | 2008-04-26 | 1 | -3/+3 |
* | IDE: Coding Style fixes to drivers/ide/pci/tc86c001.c | Paolo Ciarrocchi | 2008-04-26 | 1 | -14/+14 |
* | ide: remove IDE_HFLAG_CY82C693 host flag | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -1/+1 |
* | delkin_cb: fix resources handling | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -1/+3 |
* | ide: remove PIO "downgrade" quirk | Bartlomiej Zolnierkiewicz | 2008-04-26 | 2 | -2/+0 |
* | ide: use DIV_ROUND_UP | Julia Lawall | 2008-04-26 | 1 | -4/+4 |
* | ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE | Bartlomiej Zolnierkiewicz | 2008-04-26 | 29 | -55/+32 |
* | scc_pata: store 'hwif' pointer in struct scc_ports | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -3/+3 |
* | cmd640: use ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -10/+19 |
* | cmd640: remove cmd_drives[] | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -40/+27 |
* | scc_pata: use ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -6/+2 |
* | sgiioc4: use ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -10/+2 |
* | ide: cleanup ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -1/+1 |
* | ide: remove obsoleted "idex=noprobe" kernel parameter (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -2/+1 |
* | cmd640: init hwif->{io_ports,irq} explicitly | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -2/+15 |