| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-06-16 | ide: remove the legacy ide driver | Christoph Hellwig | 1 | -682/+0 |
| 2017-10-03 | ide: pci: free PCI BARs on initialization failure | Bartlomiej Zolnierkiewicz | 1 | -23/+40 |
| 2015-04-17 | ide: remove deprecated use of pci api | Quentin Lambert | 1 | -1/+1 |
| 2011-10-31 | ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed | Paul Gortmaker | 1 | -0/+1 |
| 2009-06-10 | ide: re-implement ide_pci_init_one() on top of ide_pci_init_two() | Bartlomiej Zolnierkiewicz | 1 | -54/+16 |
| 2009-05-17 | ide: remove hw_regs_t typedef | Bartlomiej Zolnierkiewicz | 1 | -8/+8 |
| 2009-05-17 | ide: pass number of ports to ide_host_{alloc,add}() (v2) | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
| 2009-05-17 | ide: remove chipset field from hw_regs_t | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
| 2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 1 | -1/+1 |
| 2009-03-27 | ide: allow host drivers to specify IRQ flags | Bartlomiej Zolnierkiewicz | 1 | -0/+4 |
| 2009-03-24 | ide: remove pciirq argument from ide_pci_setup_ports() | Bartlomiej Zolnierkiewicz | 1 | -8/+5 |
| 2009-03-24 | ide: fix ->init_chipset method to return 'int' value | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2009-03-24 | ide: use ide_pci_is_in_compatibility_mode() in ide_pci_init_{one,two}() | Bartlomiej Zolnierkiewicz | 1 | -10/+6 |
| 2009-03-24 | ide: use pci_get_legacy_ide_irq() in ide_pci_init_{one,two}() | Bartlomiej Zolnierkiewicz | 1 | -4/+4 |
| 2009-03-24 | ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}() | Bartlomiej Zolnierkiewicz | 1 | -0/+12 |
| 2009-01-06 | ide: move read_sff_dma_status() method to 'struct ide_dma_ops' | Sergei Shtylyov | 1 | -3/+4 |
| 2009-01-06 | ide: use ide_pci_is_in_compatibility_mode() helper in setup-pci.c | Bartlomiej Zolnierkiewicz | 1 | -2/+1 |
| 2009-01-06 | ide: remove ide_pci_enablebit_t typedef | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-10-10 | ide: add proper PCI PM support (v2) | Bartlomiej Zolnierkiewicz | 1 | -0/+33 |
| 2008-07-24 | ide: drop 'name' parameter from ->init_chipset method | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-07-24 | ide: include PCI device name in messages from IDE PCI host drivers | Bartlomiej Zolnierkiewicz | 1 | -43/+56 |
| 2008-07-24 | ide: add ide_pci_remove() helper | Bartlomiej Zolnierkiewicz | 1 | -6/+33 |
| 2008-07-24 | ide: add ->dev and ->host_priv fields to struct ide_host | Bartlomiej Zolnierkiewicz | 1 | -7/+45 |
| 2008-07-24 | ide: call ide_pci_setup_ports() before do_ide_setup_pci_device() | Bartlomiej Zolnierkiewicz | 1 | -7/+11 |
| 2008-07-24 | ide: move ide_setup_pci_controller() call to ide_setup_pci_device[s]() | Bartlomiej Zolnierkiewicz | 1 | -5/+9 |
| 2008-07-24 | ide: respect dev->irq in do_ide_setup_pci_device() also if 'tried_config' | Bartlomiej Zolnierkiewicz | 1 | -9/+3 |
| 2008-07-24 | ide: always call ->init_chipset method in do_ide_setup_pci_device() | Bartlomiej Zolnierkiewicz | 1 | -14/+10 |
| 2008-07-23 | ide: add ide_host_add() helper | Bartlomiej Zolnierkiewicz | 1 | -8/+2 |
| 2008-07-23 | ide: add struct ide_host (take 3) | Bartlomiej Zolnierkiewicz | 1 | -29/+19 |
| 2008-07-23 | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-07-23 | ide: factor out simplex handling from ide_pci_dma_base() | Bartlomiej Zolnierkiewicz | 1 | -12/+23 |
| 2008-07-23 | ide: remove ide_setup_dma() | Bartlomiej Zolnierkiewicz | 1 | -1/+3 |
| 2008-07-23 | ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3) | Bartlomiej Zolnierkiewicz | 1 | -15/+23 |
| 2008-07-23 | ide: move ide_pci_setup_ports() call out from do_ide_setup_pci_device() | Bartlomiej Zolnierkiewicz | 1 | -7/+13 |
| 2008-07-16 | ide: remove needless includes from setup-pci.c (take 2) | Bartlomiej Zolnierkiewicz | 1 | -4/+0 |
| 2008-07-16 | ide: print message on error in ide_find_port_slot() | Bartlomiej Zolnierkiewicz | 1 | -4/+1 |
| 2008-07-16 | ide: tighten checks on PCI BARs in ide_hwif_configure() | Bartlomiej Zolnierkiewicz | 1 | -7/+7 |
| 2008-07-16 | ide: set hwif->dev in ide_init_port_hw() (take 2) | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
| 2008-07-15 | ide: remove ->mmio flag from ide_hwif_t | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
| 2008-04-26 | ide: constify struct ide_dma_ops | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-04-26 | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-04-26 | ide: do complete DMA setup in ->init_dma method (take 2) | Bartlomiej Zolnierkiewicz | 1 | -17/+14 |
| 2008-04-26 | ide: cleanup ide_setup_dma() | Bartlomiej Zolnierkiewicz | 1 | -4/+13 |
| 2008-04-26 | ide: factor out setting PCI bus-mastering from ide_hwif_setup_dma() | Bartlomiej Zolnierkiewicz | 1 | -24/+37 |
| 2008-04-26 | ide: move ide_setup_dma() call out from ->init_dma method | Bartlomiej Zolnierkiewicz | 1 | -4/+3 |
| 2008-04-26 | ide: remove ->cds field from ide_hwif_t (take 2) | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
| 2008-04-26 | ide: manage resources for PCI devices in ide_pci_enable() (take 3) | Bartlomiej Zolnierkiewicz | 1 | -7/+15 |
| 2008-04-26 | IDE: Coding Style fixes to drivers/ide/setup-pci.c | Paolo Ciarrocchi | 1 | -17/+12 |
| 2008-04-26 | ide: merge ide_match_hwif() and ide_find_port() | Bartlomiej Zolnierkiewicz | 1 | -47/+1 |
| 2008-04-26 | ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-04-26 | ide: cleanup ide_match_hwif() | Bartlomiej Zolnierkiewicz | 1 | -32/+15 |
| 2008-04-26 | ide: make ide_pci_check_iomem() actually work | Sergei Shtylyov | 1 | -11/+12 |
| 2008-04-18 | ide: remove obsoleted "idex=noprobe" kernel parameter (take 2) | Bartlomiej Zolnierkiewicz | 1 | -7/+0 |
| 2008-04-18 | ide: remove needless hwif->irq check from ide_hwif_configure() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2008-04-18 | ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2) | Bartlomiej Zolnierkiewicz | 1 | -11/+0 |
| 2008-02-02 | ide: add struct ide_port_info instances to legacy host drivers | Bartlomiej Zolnierkiewicz | 1 | -73/+8 |
| 2008-02-02 | ide: separate PCI specific init from generic init in ide_pci_setup_ports() | Bartlomiej Zolnierkiewicz | 1 | -8/+21 |
| 2008-02-02 | ide: always set DMA masks in ide_pci_setup_ports() | Bartlomiej Zolnierkiewicz | 1 | -4/+9 |
| 2008-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 1 | -2/+4 |
| 2008-02-01 | PCI: Remove users of pci_enable_device_bars() | Benjamin Herrenschmidt | 1 | -2/+4 |
| 2008-02-01 | ide: update/add my Copyrights | Bartlomiej Zolnierkiewicz | 1 | -2/+3 |
| 2008-02-01 | ide: delete filenames/versions from comments | Bartlomiej Zolnierkiewicz | 1 | -3/+1 |
| 2008-02-01 | ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
| 2008-02-01 | ide: add IDE_HFLAG_CLEAR_SIMPLEX host flag | Bartlomiej Zolnierkiewicz | 1 | -45/+34 |
| 2008-02-01 | ide: ide_setup_dma() assumes 8 ports | Sergei Shtylyov | 1 | -1/+1 |
| 2008-01-26 | ide: move CONFIG_IDEPCI_PCIBUS_ORDER code to ide-scan-pci.c | Bartlomiej Zolnierkiewicz | 1 | -103/+0 |
| 2008-01-26 | ide: use ide_init_port_hw() in setup-pci.c | Bartlomiej Zolnierkiewicz | 1 | -16/+17 |
| 2008-01-26 | ide: always use ide_std_init_ports() in setup-pci.c | Bartlomiej Zolnierkiewicz | 1 | -5/+1 |
| 2008-01-26 | ide: make remaining built-in only IDE host drivers modular (take 2) | Bartlomiej Zolnierkiewicz | 1 | -4/+5 |
| 2008-01-26 | ide: merge ->fixup and ->quirkproc methods | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
| 2008-01-26 | ide: (hopefully) fix VDMA for CS5520 | Bartlomiej Zolnierkiewicz | 1 | -3/+7 |
| 2007-12-12 | ide: coding style fixes for drivers/ide/setup-pci.c | Bartlomiej Zolnierkiewicz | 1 | -12/+12 |
| 2007-12-12 | ide: fix ide_scan_pcibus() error message | Bartlomiej Zolnierkiewicz | 1 | -3/+4 |
| 2007-11-13 | ide: remove stale/incorrect comment from setup-pci.c | Bartlomiej Zolnierkiewicz | 1 | -5/+0 |
| 2007-10-20 | ide: enhance ide_setup_pci_noise() | Bartlomiej Zolnierkiewicz | 1 | -5/+3 |
| 2007-10-20 | ide: constify struct ide_port_info | Bartlomiej Zolnierkiewicz | 1 | -14/+14 |
| 2007-10-20 | ide: replace ide_pci_device_t by struct ide_port_info | Bartlomiej Zolnierkiewicz | 1 | -44/+38 |
| 2007-10-20 | ide: remove write-only hwif->hw | Bartlomiej Zolnierkiewicz | 1 | -5/+6 |
| 2007-10-20 | ide: add CONFIG_IDE_ARCH_OBSOLETE_INIT | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2007-10-20 | ide: add ide_device_add() | Bartlomiej Zolnierkiewicz | 1 | -54/+13 |
| 2007-10-20 | ide: add ->fixup method to ide_hwif_t | Bartlomiej Zolnierkiewicz | 1 | -2/+4 |
| 2007-10-20 | ide: add IDE_HFLAG_{IO_32BIT,UNMASK_IRQS} host flags | Bartlomiej Zolnierkiewicz | 1 | -0/+10 |
| 2007-10-20 | ide: add IDE_HFLAG_RQSIZE_256 host flag | Bartlomiej Zolnierkiewicz | 1 | -0/+3 |
| 2007-10-20 | ide: add IDE_HFLAG_FORCE_LEGACY_IRQS host flag | Bartlomiej Zolnierkiewicz | 1 | -1/+2 |
| 2007-10-20 | ide: add ->chipset field to ide_pci_device_t | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2007-10-20 | ide: fix disabled ports reporting for PCI controllers | Bartlomiej Zolnierkiewicz | 1 | -6/+4 |
| 2007-10-19 | ide: set drive->autotune in ide_pci_setup_ports() | Bartlomiej Zolnierkiewicz | 1 | -0/+3 |
| 2007-10-19 | ide: add IDE_HFLAG_LEGACY_IRQS host flag | Bartlomiej Zolnierkiewicz | 1 | -0/+3 |
| 2007-10-19 | ide: add IDE_HFLAG_SERIALIZE host flag | Bartlomiej Zolnierkiewicz | 1 | -0/+3 |
| 2007-10-19 | ide: use I/O ops directly part #2 (take 2) | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
| 2007-10-19 | ide: use pci_dev->revision | Bartlomiej Zolnierkiewicz | 1 | -4/+2 |
| 2007-10-19 | ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2) | Bartlomiej Zolnierkiewicz | 1 | -0/+6 |
| 2007-10-19 | ide: remove ->init_setup_dma from ide_pci_device_t (take 2) | Bartlomiej Zolnierkiewicz | 1 | -19/+16 |
| 2007-10-19 | ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags | Bartlomiej Zolnierkiewicz | 1 | -2/+3 |
| 2007-10-19 | ide: add IDE_HFLAG_BOOTABLE host flag | Bartlomiej Zolnierkiewicz | 1 | -1/+2 |
| 2007-10-16 | ide: remove hwif->autodma and drive->autodma | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
| 2007-10-16 | ide: remove CONFIG_BLK_DEV_IDEDMA_FORCED | Bartlomiej Zolnierkiewicz | 1 | -43/+3 |
| 2007-09-11 | ide: fix PCI refcounting | Sergei Shtylyov | 1 | -25/+16 |
| 2007-07-20 | ide: remove stale changelog from setup-pci.c | Bartlomiej Zolnierkiewicz | 1 | -6/+0 |
| 2007-07-20 | ide: add PIO masks | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
| 2007-07-20 | ide: remove ide_find_best_pio_mode() | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
| 2007-07-20 | ide: add ide_pci_device_t.host_flags (take 2) | Bartlomiej Zolnierkiewicz | 1 | -6/+3 |
| 2007-07-03 | ide: ide_scan_pcibus(): check __pci_register_driver return value | Andrew Morton | 1 | -3/+7 |
| 2007-05-10 | ide: legacy PCI bus order probing fixes | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
| 2007-05-10 | ide: add ide_proc_register_port() | Bartlomiej Zolnierkiewicz | 1 | -4/+21 |
| 2007-03-17 | ide: remove CONFIG_IDEDMA_{ICS,PCI}_AUTO config options | Bartlomiej Zolnierkiewicz | 1 | -5/+0 |
| 2007-02-07 | PCI: add the sysfs driver name to all modules | Greg Kroah-Hartman | 1 | -3/+4 |
| 2006-12-10 | [PATCH] ide: complete switch to pci_get | Alan Cox | 1 | -2/+2 |
| 2006-10-03 | [PATCH] drivers/ide/: cleanups | Adrian Bunk | 1 | -18/+0 |
| 2006-10-03 | [PATCH] Make number of IDE interfaces configurable | Matt Mackall | 1 | -1/+1 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
| 2006-06-20 | [SPARC]: Kill __irq_itoa(). | David S. Miller | 1 | -5/+0 |
| 2006-04-19 | [PATCH] remove the obsolete IDEPCI_FLAG_FORCE_PDC | Adrian Bunk | 1 | -13/+0 |
| 2005-11-18 | [PATCH] ide: make comment match reality | Ralf Baechle | 1 | -1/+1 |
| 2005-11-10 | [PATCH] PCI: automatically set device_driver.owner | Laurent riffard | 1 | -5/+7 |
| 2005-08-18 | [PATCH] ide: add support for Netcell Revolution to pci-ide generic driver | Matt Gillette | 1 | -0/+1 |
| 2005-07-01 | [PATCH] PCI: clean up dynamic pci id logic | Greg Kroah-Hartman | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+901 |