aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide
AgeCommit message (Expand)Author
2009-06-24ide cs5520: Initialize second port's interrupt number.David S. Miller
2009-06-24ide: improve handling of Power Management requestsBartlomiej Zolnierkiewicz
2009-06-24ide: add QUANTUM FIREBALLct20 30 with firmware APL.090 to ivb_list[]Bartlomiej Zolnierkiewicz
2009-06-24ide: relax DMA info validity checkingBartlomiej Zolnierkiewicz
2009-06-24ide-cd: Improve "weird block size" error messageFrans Pop
2009-06-24ide-cd: Don't warn on bogus block size unless it actually matters.David S. Miller
2009-06-24ide: fix handling of unexpected IRQs vs request_irq()Bartlomiej Zolnierkiewicz
2009-06-21ide cmd64x: Remove serialize setting.David S. Miller
2009-06-20Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds
2009-06-20ide-cd: prevent null pointer deref via cdrom_newpc_intrRainer Weikusat
2009-06-15ide: remove driver_data direct access of struct deviceGreg Kroah-Hartman
2009-06-15ide: BUG() on unknown requestsBartlomiej Zolnierkiewicz
2009-06-15ide: filter out invalid DMA xfer mode changes in HDIO_DRIVE_CMD ioctl handlerBartlomiej Zolnierkiewicz
2009-06-15ide: do not access ide_drive_t 'drive_data' field directlyJoao Ramos
2009-06-15sl82c105: implement test_irq() methodSergei Shtylyov
2009-06-15siimage: implement test_irq() methodSergei Shtylyov
2009-06-15pdc202xx_old: implement test_irq() method (take 2)Sergei Shtylyov
2009-06-15cmd64x: implement test_irq() methodSergei Shtylyov
2009-06-15cmd640: implement test_irq() methodSergei Shtylyov
2009-06-15ide: move ack_intr() method into 'struct ide_port_ops' (take 2)Sergei Shtylyov
2009-06-15ide: move IRQ clearing from ack_intr() method to clear_irq() method (take 2)Sergei Shtylyov
2009-06-15siimage: use ide_dma_test_irq() (take 2)Sergei Shtylyov
2009-06-15cmd64x: implement clear_irq() method (take 2)Sergei Shtylyov
2009-06-15ide: call clear_irq() method in ide_timer_expiry()Sergei Shtylyov
2009-06-15sgiioc4: coding style cleanupSergei Shtylyov
2009-06-15ide: don't enable IORDY at a probe timeBartlomiej Zolnierkiewicz
2009-06-15ide: IORDY handling fixesBartlomiej Zolnierkiewicz
2009-06-15ide-tape: fix build issueBorislav Petkov
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-06-13Merge branch 'bp-remove-pc-buf' into for-nextBartlomiej Zolnierkiewicz
2009-06-12Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek
2009-06-12trivial: fix typo milisecond/millisecond for documentation and source comments.Martin Olsson
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds
2009-06-10ide: re-implement ide_pci_init_one() on top of ide_pci_init_two()Bartlomiej Zolnierkiewicz
2009-06-10ide: unexport ide_find_dma_mode()Bartlomiej Zolnierkiewicz
2009-06-10ide: fix PowerMac bootup oopsHugh Dickins
2009-06-08ide: skip probe if there are no devices on the port (v2)Bartlomiej Zolnierkiewicz
2009-06-08sl82c105: add printk() logging facilitySergei Shtylyov
2009-06-08ide-tape: fix proc warningBorislav Petkov
2009-06-07ide: add IDE_DFLAG_NIEN_QUIRK device flagBartlomiej Zolnierkiewicz
2009-06-07ide: respect quirk_drives[] list on all controllersBartlomiej Zolnierkiewicz
2009-06-07hpt366: enable all quirks for devices on quirk_drives[] listBartlomiej Zolnierkiewicz
2009-06-07hpt366: sync quirk_drives[] list with pdc202xx_{new,old}.cBartlomiej Zolnierkiewicz
2009-06-07ide: remove superfluous SELECT_MASK() call from do_rw_taskfile()Bartlomiej Zolnierkiewicz
2009-06-07ide: remove superfluous SELECT_MASK() call from ide_driveid_update()Bartlomiej Zolnierkiewicz
2009-06-07icside: remove superfluous ->maskproc methodBartlomiej Zolnierkiewicz
2009-06-07ide-tape: fix IDE_AFLAG_* atomic accessesBorislav Petkov
2009-06-07ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomicallyBorislav Petkov