aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-20BAST: Remove old IDE driverBen Dooks3-98/+0
2008-06-20pcmcia ide kingston compactflash's have a new manufacturer idChristophe Niclaes1-0/+1
2008-06-20pcmcia: add another pata/ide IDKristoffer Ericson1-0/+1
2008-06-20pcmcia: add an pata/ide IDMatt Reimer1-0/+1
2008-06-20ide: increase timeout in wait_drive_not_busy()Bartlomiej Zolnierkiewicz1-3/+3
2008-06-20palm_bk3710: fix resource managementSergei Shtylyov1-9/+13
2008-06-15ide-generic: don't probe all legacy ISA IDE ports by defaultBartlomiej Zolnierkiewicz1-1/+8
2008-06-15ide-cs: fix releasing I/O resourcesBartlomiej Zolnierkiewicz1-2/+6
2008-06-15ide-cs: fix probing and add warm-plug supportBartlomiej Zolnierkiewicz1-19/+14
2008-06-15ide-pmac: remove bogus comment about pmac_ide_setup_device()Bartlomiej Zolnierkiewicz1-4/+1
2008-06-15ide-pmac: add ->cable_detect methodBartlomiej Zolnierkiewicz1-24/+31
2008-06-15opti621: add PIO 4 supportBartlomiej Zolnierkiewicz1-32/+14
2008-06-15opti621: use pre-calculated PIO timingsBartlomiej Zolnierkiewicz1-77/+15
2008-06-15opti621: program devices timings separately in ->set_pio_modeBartlomiej Zolnierkiewicz1-65/+15
2008-06-15opti621: use PCI clock value provided by controllerBartlomiej Zolnierkiewicz1-20/+22
2008-06-15opti621: remove DMA supportBartlomiej Zolnierkiewicz1-6/+2
2008-06-15opti621: disable read prefetchBartlomiej Zolnierkiewicz1-13/+2
2008-06-10fix BLK_DEV_HD_ONLY on ARM dependenciesAdrian Bunk1-0/+1
2008-06-10ide: export ide_doublerAdrian Bunk1-0/+4
2008-06-10palm_bk3710: add warm-plug supportBartlomiej Zolnierkiewicz1-3/+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-06-10ide: fix host drivers missing hwif->chipset initializationBartlomiej Zolnierkiewicz11-0/+20
2008-06-10ide-generic: add missing hwif->chipset setupBartlomiej Zolnierkiewicz1-0/+1
2008-06-10sis5513: add missing pci_enable_device() callBartlomiej Zolnierkiewicz1-0/+5
2008-06-10ide: remove the ide_etrax100 chipset typeAdrian Bunk2-4/+2
2008-05-20ide: fix race in device_createGreg Kroah-Hartman1-3/+2
2008-05-18m68k: macide doesnt check for MacGeert Uytterhoeven1-0/+3
2008-05-14cs5520: disable VDMABartlomiej Zolnierkiewicz1-1/+1
2008-05-14ide/Kconfig: couple of fixesBartlomiej Zolnierkiewicz1-28/+11
2008-05-14alim15x3: remove WDC_ALI15X3 config optionBartlomiej Zolnierkiewicz2-19/+0
2008-05-14alim15x3: add "wdc_udma" module parameterBartlomiej Zolnierkiewicz1-2/+13
2008-05-14alim15x3: remove stale warning about ATI RS100 northbridgeBartlomiej Zolnierkiewicz1-8/+0
2008-05-14alim15x3: trivial cleanup for ali_set_pio_mode()Bartlomiej Zolnierkiewicz1-15/+0
2008-05-14make ide-iops.c:SELECT_MASK() staticAdrian Bunk1-1/+1
2008-05-14SWARM IDE: Fix up following changes to ide_hwif_tMaciej W. Rozycki1-7/+9
2008-05-05m68k: Fix falconide `data_adr' typoGeert Uytterhoeven1-1/+1
2008-05-04ide: IDE_HFLAG_SERIALIZE_DMA bugfixBartlomiej Zolnierkiewicz1-6/+6
2008-05-01ide: fix early setup of hwif->host_flagsBartlomiej Zolnierkiewicz1-1/+2
2008-04-29alim15x3: disable init_hwif_ali15x3 for PowerPCAnton Vorontsov1-5/+5
2008-04-29ide: fix crash at boot with siimage driverBenjamin Herrenschmidt1-1/+8
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds6-10/+8
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev1-5/+2
2008-04-29block: replace sizeof(rq->cmd) with BLK_MAX_CDBFUJITA Tomonori2-3/+3
2008-04-29ide: use blk_rq_init() to initialize the requestFUJITA Tomonori4-7/+5
2008-04-28siimage: coding style cleanup (take 2)Sergei Shtylyov1-119/+113
2008-04-28ide-cd: clean up cdrom_analyze_sense_data()Roel Kluin1-5/+2
2008-04-28ide-cd: fix test unsigned var < 0Roel Kluin1-2/+0