aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-28ide: add TSSTcorp CDDVDW SH-S202H to ivb_list[]Alexander Smal1-0/+2
2008-04-28piix: add Asus Eee 701 controller to short cable listBartlomiej Zolnierkiewicz1-0/+1
2008-04-28remove the broken ETRAX_IDE driverAdrian Bunk4-1189/+1
2008-04-28ide: remove ->dma_prdtable field from ide_hwif_tBartlomiej Zolnierkiewicz2-6/+4
2008-04-28ide: remove ->dma_vendor{1,3} fields from ide_hwif_tBartlomiej Zolnierkiewicz2-8/+4
2008-04-28scc_pata: add ->dma_host_set and ->dma_start methodsBartlomiej Zolnierkiewicz1-4/+50
2008-04-28ide: skip "VLB sync" if host uses MMIOBartlomiej Zolnierkiewicz1-10/+10
2008-04-28ide: add ide_pad_transfer() helperBartlomiej Zolnierkiewicz3-7/+19
2008-04-28ide: remove ->INW and ->OUTW methodsBartlomiej Zolnierkiewicz4-45/+3
2008-04-28ide: use IDE I/O helpers directly in ide_tf_{load,read}()Bartlomiej Zolnierkiewicz1-27/+56
2008-04-28ns87415: add ->tf_read methodBartlomiej Zolnierkiewicz1-0/+44
2008-04-28scc_pata: add ->tf_{load,read} methodsBartlomiej Zolnierkiewicz1-0/+87
2008-04-28ide-h8300: add ->tf_{load,read} methodsBartlomiej Zolnierkiewicz1-0/+88
2008-04-28ide-cris: add ->tf_{load,read} methodsBartlomiej Zolnierkiewicz1-0/+87
2008-04-28ide: add ->tf_load and ->tf_read methodsBartlomiej Zolnierkiewicz4-6/+9
2008-04-28ide: move ide_tf_{load,read} to ide-iops.cBartlomiej Zolnierkiewicz3-88/+88
2008-04-28ide: factor out debugging code from ide_tf_load()Bartlomiej Zolnierkiewicz2-12/+18
2008-04-28ide: add ide_execute_pkt_cmd() helperBartlomiej Zolnierkiewicz4-15/+14
2008-04-28ide-{floppy,tape,scsi}: 400ns delay is required after executing the commandBartlomiej Zolnierkiewicz2-0/+2
2008-04-28ide: always use ->OUTBSYNC method for executing commandsBartlomiej Zolnierkiewicz5-7/+10
2008-04-28siimage: remove proc_reports_siimage()Bartlomiej Zolnierkiewicz1-25/+8
2008-04-28siimage: add sil_* I/O opsBartlomiej Zolnierkiewicz1-159/+140
2008-04-28siimage: do clocking register posting earlier in setup_mmio_siimage()Bartlomiej Zolnierkiewicz1-3/+3
2008-04-28ide: remove ->INS{W,L} and ->OUTS{W,L} methodsBartlomiej Zolnierkiewicz4-77/+48
2008-04-28ide: add IDE_HFLAG_MMIO host flag (take 2)Bartlomiej Zolnierkiewicz8-2/+10
2008-04-28ide-h8300: add ->{in,out}put_data methods (take 2)Bartlomiej Zolnierkiewicz1-0/+15
2008-04-28au1xxx-ide: add ->{in,out}put_data methods (take 2)Bartlomiej Zolnierkiewicz1-0/+14
2008-04-28scc_pata: add ->{in,out}put_data methods (take 2)Bartlomiej Zolnierkiewicz1-0/+35