summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide.c
Commit message (Expand)AuthorAgeFilesLines
* ide: use module_param_named rather than module_param_callRusty Russell2010-08-111-7/+13
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* ide: preserve Host Protected Area by default (v2)Bartlomiej Zolnierkiewicz2009-06-071-0/+10
* ide: move device settings code to ide-devsets.cBartlomiej Zolnierkiewicz2009-03-241-154/+0
* ide: sanitize ACPI initializationBartlomiej Zolnierkiewicz2009-03-241-0/+2
* ide: ide.c 'clear' fix, update "ide=nodma" documentationDavid Fries2009-02-251-3/+8
* ide: add port and host iteratorsBartlomiej Zolnierkiewicz2009-01-061-2/+3
* ide: dynamic allocation of device structuresBartlomiej Zolnierkiewicz2009-01-061-1/+1
* ide: remove ide_driver_t typedefBartlomiej Zolnierkiewicz2009-01-061-3/+3
* ide: move ide_init_port_data() and friends to ide-probe.cBartlomiej Zolnierkiewicz2009-01-061-146/+0
* ide: update ide_unregister() documentationBartlomiej Zolnierkiewicz2009-01-061-13/+5
* ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz2009-01-061-5/+2
* ide: use per-port IRQ handlersBartlomiej Zolnierkiewicz2009-01-061-16/+1
* ide: move sysfs support to ide-sysfs.cBartlomiej Zolnierkiewicz2009-01-021-70/+2
* ide: move Power Management support to ide-pm.cBartlomiej Zolnierkiewicz2008-12-291-74/+0
* ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)Bartlomiej Zolnierkiewicz2008-12-291-5/+3
* ide: __ide_port_unregister_devices() doesn't need an ide_lock heldBartlomiej Zolnierkiewicz2008-12-291-7/+0
* ide: Implement disk shock protection support (v4)Elias Oltmanns2008-10-131-0/+1
* ide: switch to DMA-mapping API part #2Bartlomiej Zolnierkiewicz2008-10-131-2/+1
* ide-disk: move all ioctl handling to ide-disk_ioctl.cBartlomiej Zolnierkiewicz2008-10-131-7/+4
* ide: convert 'pio_mode' device setting to use DS_SYNC flagBartlomiej Zolnierkiewicz2008-10-131-10/+42
* ide: remove [ata_]select_tBartlomiej Zolnierkiewicz2008-10-131-1/+1
* ide: use 'drive->dn & 1' instead of drive->select.b.unitBartlomiej Zolnierkiewicz2008-10-131-3/+3
* ide: sanitize ide*_pm_* enumsBartlomiej Zolnierkiewicz2008-10-131-2/+2
* ide: add device flagsBartlomiej Zolnierkiewicz2008-10-131-14/+21
* ide: fix IDE ACPI for slave device-only configurationsBartlomiej Zolnierkiewicz2008-10-131-11/+10
* ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns2008-10-101-66/+15
* ide: move ioctls handling to ide-ioctls.cBartlomiej Zolnierkiewicz2008-10-101-174/+0
* ide: cleanup generic_ide_ioctl()Bartlomiej Zolnierkiewicz2008-10-101-52/+45
* ide: add ide_setting_ioctl() helperBartlomiej Zolnierkiewicz2008-10-101-19/+34
* ide: remove ->bus_state field from ide_hwif_tBartlomiej Zolnierkiewicz2008-10-101-3/+1
* ide: ide_id_to_hd_driveid() -> ata_id_to_hd_driveid()Bartlomiej Zolnierkiewicz2008-10-101-21/+1
* ide: factor out HDIO_*_NICE ioctl handling to ide_*_nice_ioctl()Bartlomiej Zolnierkiewicz2008-10-101-14/+26
* ide: remove ->supports_dsc_overlap field from ide_driver_tBartlomiej Zolnierkiewicz2008-10-101-6/+5
* ide: remove read-only ->atapi_overlap field from ide_drive_tBartlomiej Zolnierkiewicz2008-10-101-1/+0
* ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz2008-10-101-7/+14
* ide: preparations for /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz2008-10-101-2/+2
* ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz2008-10-101-0/+1
* ide: remove unused _IDE_C and _IDE_DISK definesBartlomiej Zolnierkiewicz2008-10-101-2/+0
* ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz2008-10-101-4/+4
* ide: remove drive->driveidBartlomiej Zolnierkiewicz2008-10-101-8/+51
* ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz2008-10-101-4/+4
* ide: add ide_device_{get,put}() helpersBartlomiej Zolnierkiewicz2008-07-241-0/+47
* ide: small whitespace fixesPavel Machek2008-07-231-1/+1
* ide: allocate ide_hwif_t instances dynamicallyBartlomiej Zolnierkiewicz2008-07-231-5/+0
* ide: move ide_remove_port_from_hwgroup() to ide-probe.cBartlomiej Zolnierkiewicz2008-07-231-35/+0
* ide: add struct ide_host (take 3)Bartlomiej Zolnierkiewicz2008-07-231-2/+0
* ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz2008-07-231-1/+1
* ide: add 'config' field to hw_regs_tBartlomiej Zolnierkiewicz2008-07-231-0/+1
* ide: remove ->INB, ->OUTB and ->OUTBSYNC methodsBartlomiej Zolnierkiewicz2008-07-231-1/+0