summaryrefslogtreecommitdiffstats
path: root/drivers/ide
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | rz1000: apply chipset quirks early (v2)Bartlomiej Zolnierkiewicz2008-12-292-12/+25
| * | | | ide: always set nIEN on idle devicesBartlomiej Zolnierkiewicz2008-12-292-4/+2
| * | | | ide: fix ->quirk_list checking in ide_do_request()Bartlomiej Zolnierkiewicz2008-12-291-1/+1
| * | | | gayle: set IDE_HFLAG_SERIALIZE explictlyBartlomiej Zolnierkiewicz2008-12-291-1/+5
| * | | | cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646Bartlomiej Zolnierkiewicz2008-12-293-4/+3
| * | | | ali14xx: doesn't use shared IRQsBartlomiej Zolnierkiewicz2008-12-291-2/+1
| * | | | ide-cd: remove obsolete seek optimizationBartlomiej Zolnierkiewicz2008-12-292-85/+6
| * | | | ide: cleanup ide_do_request()Bartlomiej Zolnierkiewicz2008-12-291-5/+0
| * | | | ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz2008-12-296-70/+72
| * | | | ide: use queue lock instead of ide_lock when possibleBartlomiej Zolnierkiewicz2008-12-292-15/+18
| * | | | ide: ide_lock + __blk_end_request() -> blk_end_request()Bartlomiej Zolnierkiewicz2008-12-292-21/+7
| * | | | ide: push ide_lock to __ide_end_request()Bartlomiej Zolnierkiewicz2008-12-291-19/+9
| * | | | ide: ide_hwgroup_t.rq doesn't need an ide_lock heldBartlomiej Zolnierkiewicz2008-12-293-31/+28
| * | | | ide: __ide_port_unregister_devices() doesn't need an ide_lock heldBartlomiej Zolnierkiewicz2008-12-291-7/+0
| * | | | ide: IDE settings don't need an ide_lock heldBartlomiej Zolnierkiewicz2008-12-292-24/+4
| * | | | ide: unify ide_intr()'s exit pointsBartlomiej Zolnierkiewicz2008-12-291-13/+14
| * | | | ide: fix IDE ACPI regression breaking suspendBartlomiej Zolnierkiewicz2008-12-291-2/+2
| * | | | tx493[89]ide: Fix length for __ide_flush_dcache_rangeAtsushi Nemoto2008-12-292-4/+4
| * | | | tx4939ide: Do not use zero count PRD entryAtsushi Nemoto2008-12-291-0/+6
* | | | | m68k: machw.h cleanupFinn Thain2008-12-281-1/+0
|/ / / /
* | | | drivers/ide/{cs5530.c,sc1200.c}: Move a dereference below a NULL testJulia Lawall2008-12-222-2/+4
| |_|/ |/| |
* | | [IA64] Clear up section mismatch for ioc4_ide_attach_one.Robin Holt2008-12-091-3/+3
* | | ide: build-fix for CONFIG_BLK_DEV_IDEDMA_PMAC=nBartlomiej Zolnierkiewicz2008-12-082-38/+6
* | | Revert "ide: respect current DMA setting during resume"Bartlomiej Zolnierkiewicz2008-12-081-2/+4
* | | alim15x3: fix sparse warningHannes Eder2008-12-021-1/+1
* | | ide: remove dead code from drive_is_ready()Bartlomiej Zolnierkiewicz2008-12-021-5/+0
* | | ide: fix build for DEBUG_PMBartlomiej Zolnierkiewicz2008-12-021-9/+10
* | | ide: respect current DMA setting during resumeBartlomiej Zolnierkiewicz2008-12-021-4/+2
* | | ide: add SAMSUNG SP0822N with firmware WA100-10 to ivb_list[]Bartlomiej Zolnierkiewicz2008-12-021-0/+1
* | | amd74xx: workaround unreliable AltStatus register for nVidia controllersBartlomiej Zolnierkiewicz2008-12-023-3/+14
* | | ide: fix the ide_release_lock imbalanceMichael Schmitz2008-12-021-3/+2
| |/ |/|
* | icside section warningsAl Viro2008-11-301-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2008-11-151-0/+1
|\
| * pcmcia: add another pata/ide IDMarc Pignat2008-11-091-0/+1
* | ide-gd: re-get capacity on revalidateBorislav Petkov2008-11-021-1/+6
* | tx4938ide: Avoid underflow on calculation of a wait cycleAtsushi Nemoto2008-11-021-2/+3
* | tx4938ide: Do not call devm_ioremap for whole 128KBAtsushi Nemoto2008-11-021-11/+16
* | tx4938ide: Check minimum cycle time and SHWT range (v2)Atsushi Nemoto2008-11-021-1/+8
* | ide: Switch to a common addressAlan Cox2008-11-0211-11/+11
* | ide-cd: fix DMA alignment regressionBorislav Petkov2008-11-021-1/+2
|/
* arm ide breakageAl Viro2008-10-262-4/+4
* ide: drivers/ide/generic.c -> drivers/ide/ide-pci-generic.cBartlomiej Zolnierkiewicz2008-10-232-1/+0
* ide-disk: set non-rotational queue flag for SSD and CF devicesBartlomiej Zolnierkiewicz2008-10-231-2/+6
* ide-cd: add TEAC CD-224E to the NO_AUTOCLOSE listMárton Németh2008-10-231-0/+1
* ide: Add tx4938ide driver (v2)Atsushi Nemoto2008-10-233-0/+316
* ide: Add tx4939ide driver (v6)Atsushi Nemoto2008-10-233-0/+761
* ide: two more pci_ioremap_bar() conversionsArjan van de Ven2008-10-232-7/+5
* pci: use pci_ioremap_bar() in drivers/ideArjan van de Ven2008-10-231-1/+1
* sgiioc4: use ide_host_add() (take 2)Sergei Shtylyov2008-10-231-15/+3
* sgiioc4: fix error cleanup path (take 2)Sergei Shtylyov2008-10-231-1/+3
OpenPOWER on IntegriCloud