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