aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-11[PATCH] ide-generic: jmicron fixAlan Cox1-4/+6
2006-10-06[PATCH] swarm: Actually initialize the IDE driverMaciej W. Rozycki1-0/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells3-3/+3
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones3-3/+0
2006-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-2/+2
2006-10-03fix file specification in commentsUwe Zeisberger2-2/+2
2006-10-03[MIPS] Remove IT8172-based platforms, ITE 8172G and Globespan IVR support.Yoichi Yuasa3-317/+0
2006-10-03[PATCH] ide-cs (CompactFlash) driver, rm irq warningDavid Brownell1-1/+1
2006-10-03[PATCH] IDE: more pci_find cleanupAlan Cox3-8/+15
2006-10-03[PATCH] Allow ide_generic_all to be used modular and built inPatrick Jefferson1-9/+2
2006-10-03[PATCH] ide: Fix crash on repeated resetAlan Cox2-0/+9
2006-10-03[PATCH] CONFIG_PM=n slim: drivers/ide/pci/sc1200.cAlexey Dobriyan1-0/+4
2006-10-03[PATCH] PCMCIA: Add few IDs into ide-csMarcin Juszkiewicz1-0/+5
2006-10-03[PATCH] ide: reprogram disk pio timings on resumeJason Lunz1-6/+19
2006-10-03[PATCH] ide: remove dma_base2 field from ide_hwif_tSergei Shtylyov3-25/+10
2006-10-03[PATCH] drivers/ide/: cleanupsAdrian Bunk2-20/+0
2006-10-03[PATCH] IDE core: driver layer error checkingRandy Dunlap3-9/+46
2006-10-03[PATCH] ide: backport piix fixes from libata into the legacy driverAlan Cox1-9/+22
2006-10-03[PATCH] ide: fix revision comparison in ide_in_drive_listKirill Smelkov1-1/+1
2006-10-03[PATCH] Enable cdrom dma access with pdc20265_oldTobias Oed1-11/+11
2006-10-03[PATCH] ide_dma_speed() fixesSergei Shtylyov1-52/+73
2006-10-03[PATCH] Make number of IDE interfaces configurableMatt Mackall2-2/+2
2006-10-03[PATCH] IDE error handling fixesHua Zhong1-3/+6
2006-10-03[PATCH] IDE: always release DMA engineSergei Shtylylov1-9/+7
2006-10-03[PATCH] IDE: claim extra DMA ports regardless of channelSergei Shtylylov2-15/+31
2006-10-03[PATCH] non-libata driver for Jmicron devicesAlan Cox3-0/+276
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra1-1/+1
2006-10-01[PATCH] sis5513: Switch to pci refcountingAlan Cox1-1/+2
2006-10-01[PATCH] serverworks: Switch to pci refcounted interfacesAlan Cox1-3/+5
2006-10-01[PATCH] piix: Use refcounted interface when searching for a 450NXAlan Cox1-1/+1
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-0/+4
2006-09-30[PATCH] Remove ->rq_status from struct requestJens Axboe3-5/+3
2006-09-30[PATCH] Remove ->waiting member from struct requestJens Axboe3-10/+9
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe10-75/+78
2006-09-29[PATCH] atiixp: ATI SB600 IDE support for various modesAnatoli Antonovitch1-0/+21
2006-09-26Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-8/+12
2006-09-26[PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_allocRalf Baechle1-2/+2
2006-09-25PM: PCI and IDE handle PM_EVENT_PRETHAWDavid Brownell1-2/+4
2006-09-25fix broken/dubious driver suspend() methodsDavid Brownell1-6/+8
2006-09-22[POWERPC] Fix ohare IDE irq workaround on old powermacsBenjamin Herrenschmidt1-1/+1
2006-09-14Merge branch 'linux-2.6'Paul Mackerras7-33/+61
2006-09-13[PATCH] alim15x3.c: M5229 (rev c8) support for DMA cd-writerMichael De Backer1-1/+1
2006-09-11[PATCH] Fix 2.6.18-rc6 IDE breakage, add missing ident needed for current VIA boardsAlan Cox3-14/+14
2006-09-08[PATCH] sis5513: add SiS south bridge ID 0x966 and 0x968David Wang1-0/+2
2006-09-08[PATCH] optical /proc/ide/*/mediaAlexey Dobriyan1-0/+2
2006-09-01[PATCH] sgiioc4: fixup use of mmio opsJohn Keller1-18/+42
2006-08-31Merge branch 'merge'Paul Mackerras2-1/+32
2006-08-30[PATCH] Missing PCI id update for VIA IDEAlan Cox1-1/+2
2006-08-09[PATCH] PATCH: 2.6.18 oops on boot fix for IDEAlan Cox1-0/+30
2006-08-01Merge branch 'merge'Paul Mackerras8-77/+35