summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-10-13ide: use 'drive->dn & 1' instead of drive->select.b.unitBartlomiej Zolnierkiewicz19-72/+66
2008-10-13cy82c693: remove no longer needed CY82C693_DEBUG_LOGS codeBartlomiej Zolnierkiewicz1-51/+0
2008-10-13cy82c693: remove dead CY82C693_SETDMA_CLOCK codeBartlomiej Zolnierkiewicz1-60/+0
2008-10-13ide: sanitize ide*_pm_* enumsBartlomiej Zolnierkiewicz2-42/+24
2008-10-13ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devicesBartlomiej Zolnierkiewicz2-15/+22
2008-10-13ide: remove superfluous ->waiting_for_dma checksBartlomiej Zolnierkiewicz5-17/+2
2008-10-13ide: remove superfluous ->dma field from ide_hwif_tBartlomiej Zolnierkiewicz2-4/+0
2008-10-13ide: remove superfluous ->media field from ide_driver_tBartlomiej Zolnierkiewicz5-5/+0
2008-10-13ide: DMA_PIO_RETRY -> IDE_DFLAG_DMA_PIO_RETRYBartlomiej Zolnierkiewicz1-3/+4
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz25-216/+297
2008-10-13ide-disk: add ide_do_setfeature() helperBartlomiej Zolnierkiewicz1-15/+19
2008-10-13ide-disk: set_addressing() fixesBartlomiej Zolnierkiewicz1-6/+5
2008-10-13ide: fix IDE ACPI for slave device-only configurationsBartlomiej Zolnierkiewicz1-11/+10
2008-10-13ide-floppy: add a debug_mask module parameterBorislav Petkov1-0/+6
2008-10-13ide-floppy: convert driver to the new debugging macroBorislav Petkov1-65/+75
2008-10-13ide: unify conversion macrosBorislav Petkov3-38/+23
2008-10-13ide: remove unnecessary MAX_HWIFS checks from ide-probe.cBartlomiej Zolnierkiewicz1-16/+9
2008-10-13ide: remove CONFIG_BLK_DEV_IDE config option (take 2)Bartlomiej Zolnierkiewicz2-40/+6
2008-10-13ide: make ide_transfer_pc() staticBartlomiej Zolnierkiewicz5-86/+45
2008-10-13ide: make ide_pc_intr() staticBartlomiej Zolnierkiewicz4-39/+15
2008-10-13ide: add ->pc_{update,io}_buffers methodsBartlomiej Zolnierkiewicz4-16/+18
2008-10-13ide: add ide_retry_pc() helperBartlomiej Zolnierkiewicz6-59/+39
2008-10-13ide: add request_sense_{pc,rq} to ide_drive_tBartlomiej Zolnierkiewicz3-10/+4
2008-10-13ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr()Bartlomiej Zolnierkiewicz4-33/+34
2008-10-13ide: add pointer to the current packet command to ide_drive_tBartlomiej Zolnierkiewicz5-67/+53
2008-10-13ide: drop dsc_handle argument from ide_pc_intr()Bartlomiej Zolnierkiewicz4-19/+21
2008-10-13sgiioc4: fix messagesSergei Shtylylov1-23/+16
2008-10-13sgiioc4: sgiioc4_read_status drive busy check fixSergei Shtylylov1-2/+3
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse2-2/+2
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-52/+50
2008-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds3-52/+61
2008-10-13Merge git://git.infradead.org/users/dwmw2/random-2.6Linus Torvalds4-15/+10
2008-10-13Merge phase #5 (misc) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds4-138/+306
2008-10-13tty: rename the remaining oddly named n_tty functionsAlan Cox1-13/+13
2008-10-13fs3270: Correct error returnsAlan Cox1-5/+4
2008-10-13fs3270: remove extra locksAlan Cox1-5/+1
2008-10-13tty: tty_io.c shadows sparse fixJason Wessel1-4/+4
2008-10-13serial: fix device name reporting when minor space is shared between driversDavid S. Miller2-9/+20
2008-10-13applicom: Fix an unchecked user ioctl range and an error returnAlan Cox1-4/+2
2008-10-13tty: Minor tidyups and document fixes for n_ttyAlan Cox1-11/+37
2008-10-13tty: Remove lots of NULL checksAlan Cox6-79/+1
2008-10-13tty: fix up gigaset a bitAlan Cox1-15/+12
2008-10-13tty: Fallout from tty-move-canon-specialsStephen Rothwell2-3/+3
2008-10-13tty: some ICANON magic is in the wrong placesAlan Cox4-44/+55
2008-10-13tty: simplify ktermios allocationAlan Cox2-42/+7
2008-10-13pty: simplify unix98 allocationAlan Cox1-11/+7
2008-10-13pty: Fix allocation failure double freeAlan Cox1-2/+0
2008-10-13pty: Coding style and polishAlan Cox1-42/+44
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu2-14/+18
2008-10-13Move tty lookup/reopen to callerSukadev Bhattiprolu1-15/+16