summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-01-26ide: remove ata_status_t and atapi_status_tBartlomiej Zolnierkiewicz4-41/+37
2008-01-26ide-floppy: remove dead codeBartlomiej Zolnierkiewicz1-33/+0
2008-01-26ide: remove REQ_TYPE_ATA_TASKBartlomiej Zolnierkiewicz2-26/+2
2008-01-26ide: switch ide_task_ioctl() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz1-14/+15
2008-01-26ide: switch idedisk_prepare_flush() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz1-7/+9
2008-01-26ide: extend timeout for REQ_TYPE_ATA_{CMD,TASK} requestsBartlomiej Zolnierkiewicz1-1/+1
2008-01-26ide: remove unnecessary writes to HOB taskfile registersBartlomiej Zolnierkiewicz4-12/+23
2008-01-26ide: use IDE_TFLAG_LBA48 for REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz1-3/+5
2008-01-26ide: use ide_tf_load() in execute_drive_cmd()Bartlomiej Zolnierkiewicz3-37/+35
2008-01-26ide: remove ide_cmd() helperBartlomiej Zolnierkiewicz1-20/+6
2008-01-26ide: execute_drive_cmd() cleanupBartlomiej Zolnierkiewicz1-22/+20
2008-01-26ide: fix registers loading order for IDE_NSECTOR_REG in execute_drive_cmd()Bartlomiej Zolnierkiewicz1-11/+8
2008-01-26ide: fix registers loading order for WIN_SMART in execute_drive_cmd()Bartlomiej Zolnierkiewicz1-2/+2
2008-01-26ide-tape: remove dead USE_IOTRACE codeBartlomiej Zolnierkiewicz1-22/+0
2008-01-26ide: remove stale ide.h "configuration options"Bartlomiej Zolnierkiewicz3-13/+4
2008-01-26ide: remove CONFIG_IDEPCI_SHARE_IRQ config optionBartlomiej Zolnierkiewicz2-14/+0
2008-01-26ide: remove IRQF_DISABLED from IRQ flags for IDE IRQ handlerBartlomiej Zolnierkiewicz1-11/+2
2008-01-26ide-pmac: fix pmac_ide_init_hwif_ports()Bartlomiej Zolnierkiewicz1-7/+2
2008-01-26ide: use do_rw_taskfile() in flagged_taskfile()Bartlomiej Zolnierkiewicz3-118/+96
2008-01-26ide: add ide_no_data_taskfile() helperBartlomiej Zolnierkiewicz3-31/+20
2008-01-26ide: add ide_tf_load() helperBartlomiej Zolnierkiewicz2-44/+40
2008-01-26ide-disk: use struct ide_taskfile in __ide_do_rw_disk()Bartlomiej Zolnierkiewicz1-43/+42
2008-01-26ide-disk: fix taskfile registers loading order in __ide_do_rw_disk()Bartlomiej Zolnierkiewicz1-1/+1
2008-01-26ide-disk: merge LBA28 and LBA48 Host Protected Area support code (take 2)Bartlomiej Zolnierkiewicz1-71/+32
2008-01-26ide: add struct ide_taskfile (take 2)Bartlomiej Zolnierkiewicz6-160/+143
2008-01-26ide: remove task_ioreg_t typedef (take 2)Bartlomiej Zolnierkiewicz3-14/+15
2008-01-26ide: remove ->dma_master field from ide_hwif_t (take 5)Bartlomiej Zolnierkiewicz5-28/+22
2008-01-26hpt366: merge set_dma_mode() methodsSergei Shtylyov1-71/+58
2008-01-26hpt366: kill set_dma_mode() method wrapperSergei Shtylyov1-14/+7
2008-01-26hpt366: change timing register masksSergei Shtylyov1-17/+13
2008-01-26ide-io: set REQ_FAILED when drive is deadAristeu Rozanski1-0/+1
2008-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds2-2/+2
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds13-136/+3191
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds92-2356/+4671
2008-01-25fix oops on rmmod capidrvKarsten Keil1-4/+5
2008-01-25[AVR32] Add support for AT32AP7001 and AT32AP7002Haavard Skinnemoen1-1/+1
2008-01-25Disable VGA text console for AVR32 architectureHans-Christian Egtvedt1-1/+1
2008-01-25Driver core: coding style fixesGreg Kroah-Hartman8-583/+545
2008-01-25spi: use class iteration apiDave Young1-11/+15
2008-01-25scsi: use class iteration apiDave Young1-11/+13
2008-01-25rtc: use class iteration apiDave Young1-10/+12
2008-01-25power supply : use class iteration apiDave Young2-83/+107
2008-01-25ieee1394: use class iteration apiDave Young1-138/+176
2008-01-25Driver Core: add class iteration apiDave Young1-0/+133
2008-01-25Driver core: Cleanup get_device_parent() in device_add() and device_move()Cornelia Huck1-15/+14
2008-01-25UIO: constify function pointer tablesJan Engelhardt1-2/+2
2008-01-25Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell1-1/+1
2008-01-25driver core: fix build with SYSFS=nRandy Dunlap2-1/+3
2008-01-25Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng3-10/+1
2008-01-25Driver core: change sysdev classes to use dynamic kobject namesKay Sievers10-9/+10