aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide
AgeCommit message (Expand)AuthorFilesLines
2006-09-11[PATCH] Fix 2.6.18-rc6 IDE breakage, add missing ident needed for current VIA...Gravatar Alan Cox 3-14/+14
2006-09-08[PATCH] sis5513: add SiS south bridge ID 0x966 and 0x968Gravatar David Wang 1-0/+2
2006-09-08[PATCH] optical /proc/ide/*/mediaGravatar Alexey Dobriyan 1-0/+2
2006-09-01[PATCH] sgiioc4: fixup use of mmio opsGravatar John Keller 1-18/+42
2006-08-30[PATCH] Missing PCI id update for VIA IDEGravatar Alan Cox 1-1/+2
2006-08-09[PATCH] PATCH: 2.6.18 oops on boot fix for IDEGravatar Alan Cox 1-0/+30
2006-07-31Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Gravatar Linus Torvalds 1-14/+0
2006-07-31[PATCH] sgiioc4: Always share IRQGravatar Brent Casavant 1-0/+1
2006-07-31[PATCH] IDE: Touch NMI watchdog during resume from STRGravatar Michal Schmidt 1-0/+2
2006-07-28[PATCH] it821x: fix ide dma setup bugGravatar Jens Axboe 1-3/+8
2006-07-28[PATCH] ide: if the id fields looks screwy, disable DMAGravatar Jens Axboe 1-1/+1
2006-07-28[PATCH] ide: option to disable cache flushes for buggy drivesGravatar Jens Axboe 2-2/+5
2006-07-26[POWERPC] fix up front-LED KconfigGravatar Johannes Berg 1-14/+0
2006-07-12Revert "[PATCH] pcmcia: Make ide_cs work with the memory space of CF-Cards if...Gravatar Linus Torvalds 1-71/+10
2006-07-12[PATCH] ide: fix Jmicron supportGravatar Alan Cox 1-0/+8
2006-07-03[PATCH] lockdep: annotate on-stack completionsGravatar Ingo Molnar 1-1/+1
2006-07-03[PATCH] lockdep: annotate enable_in_hardirq()Gravatar Ingo Molnar 3-5/+5
2006-07-02[PATCH] irq-flags: ide: Use the new IRQF_ constantsGravatar Thomas Gleixner 2-7/+7
2006-07-01[PATCH] Fix problem with ATAPI DMA on IT8212 in LinuxGravatar Alan Cox 1-0/+2
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 52-52/+0
2006-06-30[PATCH] pcmcia: Make ide_cs work with the memory space of CF-Cards if IO spac...Gravatar Thomas Kleffel 1-10/+71
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 52-52/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Gravatar Linus Torvalds 6-37/+1
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcGravatar Linus Torvalds 2-126/+8
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Gravatar Linus Torvalds 4-6/+7
2006-06-28[PATCH] Set err_stops_fifo for newer Promise as wellGravatar Alan Cox 1-0/+2
2006-06-28[PATCH] ide: clean up pdc202xx_old so its more readable (done so I could work...Gravatar Alan Cox 1-110/+5
2006-06-28[PATCH] ide: housekeeping on IDE driversGravatar Alan Cox 5-71/+28
2006-06-28[PATCH] ide: fix error handling for drives which clear the FIFO on errorGravatar Alan Cox 1-1/+1
2006-06-28[PATCH] SC1200 debug printkGravatar Alan Cox 1-3/+1
2006-06-28[PATCH] ide: clean up siimageGravatar Alan Cox 1-50/+12
2006-06-28[PATCH] Old IDE, fix SATA detection for cablingGravatar Alan Cox 1-0/+4
2006-06-28[POWERPC] Convert powermac ide blink to new led infrastructureGravatar Johannes Berg 2-126/+8
2006-06-27[PATCH] 64bit resource: fix up printks for resources in ide driversGravatar Greg Kroah-Hartman 5-7/+9
2006-06-26[PATCH] ata: add some NVIDIA chipset IDsGravatar Randy Dunlap 1-2/+5
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialGravatar Linus Torvalds 2-2/+2
2006-06-26[PATCH] devfs: Remove devfs support from the ide subsystem.Gravatar Greg Kroah-Hartman 6-37/+1
2006-06-26[PATCH] Remove code that has long been commented out from pdc20265_oldGravatar Tobias Oed 1-6/+0
2006-06-26[PATCH] pdc202xx_old depends on CONFIG_BLK_DEV_IDEDMAGravatar Tobias Oed 1-4/+0
2006-06-26[PATCH] fix IDE deadlock in error reporting codeGravatar Ingo Molnar 1-2/+2
2006-06-26[PATCH] ide: pdc202xx_old: remove the obsolete busprocGravatar Sergei Shtylyov 1-28/+1
2006-06-26[PATCH] ide: actually honor drive's minimum PIO/DMA cycle timesGravatar Sergei Shtylyov 1-1/+7
2006-06-26[PATCH] ide-io: increase timeout value to allow for slave wakeupGravatar Al Boldi 1-1/+1
2006-06-26[PATCH] Fix IDE locking errorGravatar Alan Cox 1-2/+10
2006-06-26[PATCH] ide: pdc202xx_old.c: remove unneeded tuneproc() callGravatar Tobias Oed 1-1/+0
2006-06-26spelling fixesGravatar Andreas Mohr 2-2/+2
2006-06-25[PATCH] ide-floppy: fix debug-only syntax errorGravatar Randy Dunlap 1-1/+1
2006-06-25[PATCH] IDE CD end-of media error fixGravatar Alan Cox 2-28/+149
2006-06-25[PATCH] idetape gcc 4.1 warning fixGravatar Daniel Walker 1-16/+33
2006-06-23Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+5