summaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/floppy.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-13ide: remove superfluous ->waiting_for_dma checksBartlomiej Zolnierkiewicz5-17/+2
2008-10-13ide: remove superfluous ->dma field from ide_hwif_tBartlomiej Zolnierkiewicz3-6/+0
2008-10-13ide: remove superfluous ->media field from ide_driver_tBartlomiej Zolnierkiewicz6-6/+0
2008-10-13ide: DMA_PIO_RETRY -> IDE_DFLAG_DMA_PIO_RETRYBartlomiej Zolnierkiewicz2-10/+6
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz26-243/+370
2008-10-13ide-disk: add ide_do_setfeature() helperBartlomiej Zolnierkiewicz1-15/+19
2008-10-13ide-disk: set_addressing() fixesBartlomiej Zolnierkiewicz2-7/+6
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: add a driver-wide debugging macroBorislav Petkov1-0/+20
2008-10-13ide: add drive->debug_mask switchBorislav Petkov1-0/+3
2008-10-13ide: unify conversion macrosBorislav Petkov4-39/+30
2008-10-13xtensa: remove dead CONFIG_BLK_DEV_IDE codeAdrian Bunk1-5/+0
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 Zolnierkiewicz6-89/+49
2008-10-13ide: make ide_pc_intr() staticBartlomiej Zolnierkiewicz5-42/+16
2008-10-13ide: add ->pc_{update,io}_buffers methodsBartlomiej Zolnierkiewicz5-20/+23
2008-10-13ide: add ide_retry_pc() helperBartlomiej Zolnierkiewicz7-62/+41
2008-10-13ide: add request_sense_{pc,rq} to ide_drive_tBartlomiej Zolnierkiewicz4-76/+72
2008-10-13ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr()Bartlomiej Zolnierkiewicz5-35/+42
2008-10-13ide: add pointer to the current packet command to ide_drive_tBartlomiej Zolnierkiewicz6-70/+60
2008-10-13ide: drop dsc_handle argument from ide_pc_intr()Bartlomiej Zolnierkiewicz5-21/+23
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 Whitehouse38-43/+43
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 Cox5-45/+56
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-13Simplify devpts_pty_killSukadev Bhattiprolu1-17/+12
2008-10-13Simplify devpts_pty_new()Sukadev Bhattiprolu1-3/+8
2008-10-13Simplify devpts_get_tty()Sukadev Bhattiprolu1-12/+5
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu5-30/+47
2008-10-13Move tty lookup/reopen to callerSukadev Bhattiprolu1-15/+16
2008-10-13tty: extract the pty init time special casesAlan Cox3-142/+187
2008-10-13tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox3-35/+27
2008-10-13tty: More driver operationsAlan Cox3-10/+79