summaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/delkin_cb.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-21ide: remove useless subdirs from drivers/ide/Bartlomiej Zolnierkiewicz1-192/+0
2008-10-17delkin_cb: add PM supportBartlomiej Zolnierkiewicz1-7/+56
2008-10-13ide: use unique names for struct pci_driver instancesBartlomiej Zolnierkiewicz1-3/+3
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz1-1/+0
2008-07-23ide: add ide_host_add() helperBartlomiej Zolnierkiewicz1-5/+3
2008-07-23ide: add struct ide_host (take 3)Bartlomiej Zolnierkiewicz1-12/+7
2008-07-23ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)Bartlomiej Zolnierkiewicz1-4/+2
2008-07-16ide: fix hwif-s initializationBartlomiej Zolnierkiewicz1-1/+0
2008-06-10delkin_cb: add missing __init/__exit tagsBartlomiej Zolnierkiewicz1-4/+2
2008-06-10delkin_cb: add warm-plug supportBartlomiej Zolnierkiewicz1-4/+0
2008-06-10delkin_cb: use struct ide_port_infoBartlomiej Zolnierkiewicz1-8/+7
2008-06-10delkin_cb: set proper hwif->gendev.parent valueBartlomiej Zolnierkiewicz1-1/+2
2008-04-27ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)Bartlomiej Zolnierkiewicz1-2/+1
2008-04-27ide: sanitize ide_unregister() usageBartlomiej Zolnierkiewicz1-5/+1
2008-04-26ide: cleanup setting hwif->mmio flagBartlomiej Zolnierkiewicz1-1/+0
2008-04-26ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz1-1/+5
2008-04-26delkin_cb: fix resources handlingBartlomiej Zolnierkiewicz1-1/+3
2008-04-26ide: cleanup ide_find_port()Bartlomiej Zolnierkiewicz1-1/+1
2008-04-18ide: remove ->hold field from ide_hwif_t (take 2)Bartlomiej Zolnierkiewicz1-1/+1
2008-04-18ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)Bartlomiej Zolnierkiewicz1-2/+2
2008-04-18ide: use ide_find_port() instead of ide_deprecated_find_port()Bartlomiej Zolnierkiewicz1-1/+1
2008-02-02ide: fix ide_unregister() usage in host driversBartlomiej Zolnierkiewicz1-2/+2
2008-02-02ide: add ide_deprecated_find_port() helperBartlomiej Zolnierkiewicz1-6/+27
2008-02-02ide: add 'init_default' and 'restore' arguments to ide_unregister()Bartlomiej Zolnierkiewicz1-1/+2
2008-02-02ide: remove needless includes from PCI host driversBartlomiej Zolnierkiewicz1-3/+2
2008-02-01ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz1-2/+0
2008-02-01ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz1-1/+1
2008-01-26ide: drop 'initializing' argument from ide_register_hw()Bartlomiej Zolnierkiewicz1-1/+1
2007-10-20ide: add ->fixup method to ide_hwif_tBartlomiej Zolnierkiewicz1-1/+1
2007-05-10ide: add "initializing" argument to ide_register_hw()Bartlomiej Zolnierkiewicz1-1/+1
2007-04-20ide/pci/delkin_cb.c: add new PCI IDMark Lord1-0/+1
2007-03-03ide/pci/delkin_cb.c: pci_module_init to pci_register_driverRichard Knutsson1-1/+1
2007-02-07IDE Driver for Delkin/Lexar/etc.. cardbus CF adapterMark Lord1-0/+140