aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-12ide: fix ->io_32bit race in set_io_32bit()Bartlomiej Zolnierkiewicz1-0/+6
2007-12-12ide: add /sys/bus/ide/devices/*/{model,firmware,serial} sysfs entriesBartlomiej Zolnierkiewicz1-0/+24
2007-10-20ide: remove write-only hwif->hwBartlomiej Zolnierkiewicz1-7/+8
2007-10-20ide: add hwif->ack_intr hookBartlomiej Zolnierkiewicz1-0/+1
2007-10-20icside: use ec->dma directlyBartlomiej Zolnierkiewicz1-1/+0
2007-10-20ide: fix ide_register_hw() to check hwif->io_ports[]Bartlomiej Zolnierkiewicz1-2/+2
2007-10-20ide: add ide_find_port() helperBartlomiej Zolnierkiewicz1-0/+24
2007-10-20ide: add ide_device_add()Bartlomiej Zolnierkiewicz1-3/+4
2007-10-20ide: add ->fixup method to ide_hwif_tBartlomiej Zolnierkiewicz1-14/+9
2007-10-19ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flagsBartlomiej Zolnierkiewicz1-1/+0
2007-10-19ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz1-3/+0
2007-10-16ide: add "hdx=nodma" kernel parameterBartlomiej Zolnierkiewicz1-2/+5
2007-10-16ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz1-1/+0
2007-10-16ide: remove "idex=dma" kernel parameterBartlomiej Zolnierkiewicz1-4/+2
2007-10-16ide: unexport noautodmaAdrian Bunk1-2/+0
2007-10-16ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz1-2/+1
2007-10-13ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz1-1/+1
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-12/+5
2007-10-11ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz1-2/+3
2007-10-11ide: hook ACPI _PSx method to IDE power on/offShaohua Li1-2/+12
2007-10-11hpt366: MWDMA filter for SATA cards (take 2)Sergei Shtylyov1-0/+1
2007-07-20ide: add support for SCSI ioctls to ide-floppyBartlomiej Zolnierkiewicz1-4/+0
2007-07-20ide: remove stale changelog/comments/TODO from ide.cBartlomiej Zolnierkiewicz1-78/+0
2007-07-20ide: add PIO masksBartlomiej Zolnierkiewicz1-0/+2
2007-07-20ide: remove ide_find_best_pio_mode()Bartlomiej Zolnierkiewicz1-0/+2
2007-07-17Revert drivers/ide/ide.c scsi_cmd_ioctl() usage changesLinus Torvalds1-5/+5
2007-07-16bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori1-1/+1
2007-07-16bsg: support for full generic block layer SG v3Jens Axboe1-5/+5
2007-07-09ide: add short cables supportBartlomiej Zolnierkiewicz1-2/+7
2007-07-09ide: use mutex instead of ide_setting_sem semaphore in IDE driverMatthias Kaehlcke1-6/+6
2007-07-09ide: use mutex instead of ide_cfg_sem semaphore in IDE driverMatthias Kaehlcke1-4/+4
2007-07-09ide: make void and rename ide_dma_timeout() methodSergei Shtylyov1-1/+1
2007-07-09ide: make void and rename ide_dma_lostirq() methodSergei Shtylyov1-1/+1
2007-06-16Resume from RAM on HPC nx6325 brokenRafael J. Wysocki1-3/+6
2007-06-08ide: HPA detect from resumeLee Trager1-1/+8
2007-05-16ide: always disable DMA before tuning itBartlomiej Zolnierkiewicz1-0/+1
2007-05-10ide: legacy PCI bus order probing fixesBartlomiej Zolnierkiewicz1-5/+5
2007-05-10ide: add ide_proc_register_port()Bartlomiej Zolnierkiewicz1-11/+3
2007-05-10ide: add "initializing" argument to ide_register_hw()Bartlomiej Zolnierkiewicz1-9/+7
2007-05-10ide: move IDE settings handling to ide-proc.cBartlomiej Zolnierkiewicz1-310/+3
2007-05-10ide: split off ioctl handling from IDE settings (v2)Bartlomiej Zolnierkiewicz1-72/+104
2007-05-10ide: make /proc/ide/ optionalBartlomiej Zolnierkiewicz1-9/+6
2007-05-10ide: rework the code for selecting the best DMA transfer mode (v3)Bartlomiej Zolnierkiewicz1-0/+1
2007-05-10ide: fix UDMA/MWDMA/SWDMA masks (v3)Bartlomiej Zolnierkiewicz1-3/+0
2007-04-10ide: add "optical" to sysfs "media" attributeDanny Kukawka1-0/+2
2007-03-26ide: fix locking for manual DMA enable/disable ("hdparm -d")Bartlomiej Zolnierkiewicz1-7/+30
2007-03-17ide: remove CONFIG_IDEDMA_{ICS,PCI}_AUTO config optionsBartlomiej Zolnierkiewicz1-4/+0
2007-03-03ide: make legacy IDE VLB modules check for the "probe" kernel params (v2)Bartlomiej Zolnierkiewicz1-5/+5
2007-03-03ide: remove some obsoleted kernel params (v2)Bartlomiej Zolnierkiewicz1-15/+8
2007-03-03ide: remove a ton of pointless #undef REALLY_SLOW_IOAlan Cox1-2/+0