| Commit message (Expand) | Author | Age | Files | Lines |
* | ide: remove the legacy ide driver | Christoph Hellwig | 2021-06-16 | 1 | -682/+0 |
* | ide: pci: free PCI BARs on initialization failure | Bartlomiej Zolnierkiewicz | 2017-10-03 | 1 | -23/+40 |
* | ide: remove deprecated use of pci api | Quentin Lambert | 2015-04-17 | 1 | -1/+1 |
* | ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed | Paul Gortmaker | 2011-11-01 | 1 | -0/+1 |
* | ide: re-implement ide_pci_init_one() on top of ide_pci_init_two() | Bartlomiej Zolnierkiewicz | 2009-06-10 | 1 | -54/+16 |
* | ide: remove hw_regs_t typedef | Bartlomiej Zolnierkiewicz | 2009-05-17 | 1 | -8/+8 |
* | ide: pass number of ports to ide_host_{alloc,add}() (v2) | Bartlomiej Zolnierkiewicz | 2009-05-17 | 1 | -3/+3 |
* | ide: remove chipset field from hw_regs_t | Bartlomiej Zolnierkiewicz | 2009-05-17 | 1 | -1/+0 |
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 | 1 | -1/+1 |
* | ide: allow host drivers to specify IRQ flags | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -0/+4 |
* | ide: remove pciirq argument from ide_pci_setup_ports() | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -8/+5 |
* | ide: fix ->init_chipset method to return 'int' value | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -1/+1 |
* | ide: use ide_pci_is_in_compatibility_mode() in ide_pci_init_{one,two}() | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -10/+6 |
* | ide: use pci_get_legacy_ide_irq() in ide_pci_init_{one,two}() | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -4/+4 |
* | ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}() | Bartlomiej Zolnierkiewicz | 2009-03-24 | 1 | -0/+12 |
* | ide: move read_sff_dma_status() method to 'struct ide_dma_ops' | Sergei Shtylyov | 2009-01-06 | 1 | -3/+4 |
* | ide: use ide_pci_is_in_compatibility_mode() helper in setup-pci.c | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -2/+1 |
* | ide: remove ide_pci_enablebit_t typedef | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -1/+1 |
* | ide: add proper PCI PM support (v2) | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -0/+33 |
* | ide: drop 'name' parameter from ->init_chipset method | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -1/+1 |
* | ide: include PCI device name in messages from IDE PCI host drivers | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -43/+56 |
* | ide: add ide_pci_remove() helper | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -6/+33 |
* | ide: add ->dev and ->host_priv fields to struct ide_host | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -7/+45 |
* | ide: call ide_pci_setup_ports() before do_ide_setup_pci_device() | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -7/+11 |
* | ide: move ide_setup_pci_controller() call to ide_setup_pci_device[s]() | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -5/+9 |
* | ide: respect dev->irq in do_ide_setup_pci_device() also if 'tried_config' | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -9/+3 |
* | ide: always call ->init_chipset method in do_ide_setup_pci_device() | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -14/+10 |
* | ide: add ide_host_add() helper | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -8/+2 |
* | ide: add struct ide_host (take 3) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -29/+19 |
* | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -1/+1 |
* | ide: factor out simplex handling from ide_pci_dma_base() | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -12/+23 |
* | ide: remove ide_setup_dma() | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -1/+3 |
* | ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -15/+23 |
* | ide: move ide_pci_setup_ports() call out from do_ide_setup_pci_device() | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -7/+13 |
* | ide: remove needless includes from setup-pci.c (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -4/+0 |
* | ide: print message on error in ide_find_port_slot() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -4/+1 |
* | ide: tighten checks on PCI BARs in ide_hwif_configure() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -7/+7 |
* | ide: set hwif->dev in ide_init_port_hw() (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -2/+0 |
* | ide: remove ->mmio flag from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | ide: do complete DMA setup in ->init_dma method (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -17/+14 |
* | ide: cleanup ide_setup_dma() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -4/+13 |
* | ide: factor out setting PCI bus-mastering from ide_hwif_setup_dma() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -24/+37 |
* | ide: move ide_setup_dma() call out from ->init_dma method | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -4/+3 |
* | ide: remove ->cds field from ide_hwif_t (take 2) | 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 | -7/+15 |
* | IDE: Coding Style fixes to drivers/ide/setup-pci.c | Paolo Ciarrocchi | 2008-04-26 | 1 | -17/+12 |
* | ide: merge ide_match_hwif() and ide_find_port() | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -47/+1 |
* | ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -1/+1 |