aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-16ide: remove the legacy ide driverChristoph Hellwig1-415/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-2/+2
2016-01-18ide: silence some underflow warningsDan Carpenter1-8/+8
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2014-12-12IDE: Deletion of an unnecessary check before the function call "module_put"Markus Elfring1-2/+1
2013-10-16ide: convert bus code to use dev_groupsGreg Kroah-Hartman1-1/+1
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 imp...Tejun 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
2008-07-23ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)Bartlomiej Zolnierkiewicz1-1/+0
2008-07-16IDE: Report errors during drive reset back to user spaceElias Oltmanns1-4/+6
2008-07-16IDE: Fix HDIO_DRIVE_RESET handlingElias Oltmanns1-26/+15
2008-07-16ide: remove needless includes from ide.cBartlomiej Zolnierkiewicz1-13/+0
2008-07-16ide: set hwif->dev in ide_init_port_hw() (take 2)Bartlomiej Zolnierkiewicz1-1/+2
2008-07-16ide: make ide_hwifs[] staticBartlomiej Zolnierkiewicz1-2/+0
2008-07-16ide: fix hwif-s initializationBartlomiej Zolnierkiewicz1-15/+0
2008-07-15ide: remove drive->ctlBartlomiej Zolnierkiewicz1-1/+0
2008-07-15ide: remove obsoleted "ide=" kernel parametersBartlomiej Zolnierkiewicz1-86/+5
2008-07-15ide: cleanup init_ide_data()Bartlomiej Zolnierkiewicz1-24/+0
2008-07-15ide: remove obsoleted "hdx=" kernel parametersBartlomiej Zolnierkiewicz1-138/+1
2008-07-15ide: remove obsoleted "idebus=" kernel parameterBartlomiej Zolnierkiewicz1-70/+1
2008-07-15ide: convert ide_do_drive_cmd path to use blk_execute_rqFUJITA Tomonori1-17/+22
2008-07-15ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() usersBartlomiej Zolnierkiewicz1-0/+1
2008-07-05ide: ide_unregister() locking bugfixBartlomiej Zolnierkiewicz1-2/+2
2008-07-05ide: ide_unregister() warm-plug bugfixBartlomiej Zolnierkiewicz1-6/+6
2008-07-05ide: fix hwif->gendev refcountingBartlomiej Zolnierkiewicz1-8/+0
2008-04-29ide: use blk_rq_init() to initialize the requestFUJITA Tomonori1-2/+2
2008-04-27ide: add struct ide_io_ports (take 3)Bartlomiej Zolnierkiewicz1-1/+1
2008-04-27ide: make ide_unregister() take 'ide_hwif_t *' as an argument (take 2)Bartlomiej Zolnierkiewicz1-7/+4
2008-04-27ide: sanitize ide_unregister() usageBartlomiej Zolnierkiewicz1-5/+0
2008-04-27ide: add "noacpi" / "acpigtf" / "acpionboot" parametersBartlomiej Zolnierkiewicz1-11/+5
2008-04-27gayle: add "doubler" parameterBartlomiej Zolnierkiewicz1-1/+1
2008-04-27ide: add "cdrom=" and "chs=" parametersBartlomiej Zolnierkiewicz1-5/+66
2008-04-27ide: add "nodma|noflush|noprobe|nowerr=" parametersBartlomiej Zolnierkiewicz1-4/+75
2008-04-27ide: remove obsoleted "hdx=autotune" kernel parameterBartlomiej Zolnierkiewicz1-4/+1
2008-04-27ide: mark "idebus=" kernel parameter as obsoleted (take 2)Bartlomiej Zolnierkiewicz1-1/+1
2008-04-27ide: add "vlb|pci_clock=" parameterBartlomiej Zolnierkiewicz1-0/+12
2008-04-27ide: remove obsoleted "hdx=noautotune" kernel parameterBartlomiej Zolnierkiewicz1-5/+2
2008-04-27ide: remove obsoleted "idex=" kernel parametersBartlomiej Zolnierkiewicz1-114/+1
2008-04-27ide: remove obsoleted "idex=reset" kernel parameterBartlomiej Zolnierkiewicz1-4/+2
2008-04-27ide: remove obsoleted "idex=serialize" kernel parameterBartlomiej Zolnierkiewicz1-7/+2
2008-04-27ide: add "ignore_cable" parameter (take 2)Bartlomiej Zolnierkiewicz1-0/+32
2008-04-26ide: add struct ide_dma_ops (take 3)Bartlomiej Zolnierkiewicz1-1/+1
2008-04-26ide: remove ide_hwif_request_regions()Bartlomiej Zolnierkiewicz1-50/+0
2008-04-26ide: manage resources for PCI devices in ide_pci_enable() (take 3)Bartlomiej Zolnierkiewicz1-1/+1
2008-04-26ide: remove ide_hwif_release_regions()Bartlomiej Zolnierkiewicz1-25/+0
2008-04-26ide: remove ->noprobe field from ide_hwif_tBartlomiej Zolnierkiewicz1-4/+0
2008-04-26ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz1-1/+2
2008-04-26ide: sanitize handling of IDE_HFLAG_NO_SET_MODE host flagBartlomiej Zolnierkiewicz1-1/+3
2008-04-26ide: remove hwif->straight8 flagBartlomiej Zolnierkiewicz1-25/+11
2008-04-26ide: unexport ide_hwifs[]Bartlomiej Zolnierkiewicz1-5/+0
2008-04-26ide: merge ide_match_hwif() and ide_find_port()Bartlomiej Zolnierkiewicz1-15/+0
2008-04-26ide: cleanup ide_find_port()Bartlomiej Zolnierkiewicz1-12/+3
2008-04-18ide: move default IDE ports setup to ide_generic host driverBartlomiej Zolnierkiewicz1-17/+0
2008-04-18ide: remove obsoleted "idex=noprobe" kernel parameter (take 2)Bartlomiej Zolnierkiewicz1-4/+2
2008-04-18ide: add ide-4drives host driver (take 3)Bartlomiej Zolnierkiewicz1-12/+3
2008-04-18ide: remove ppc ifdef from init_ide_data()Bartlomiej Zolnierkiewicz1-2/+0
2008-04-18ide: remove ide_default_io_ctl() macroBartlomiej Zolnierkiewicz1-1/+1
2008-04-18ide: remove CONFIG_IDE_ARCH_OBSOLETE_INITBartlomiej Zolnierkiewicz1-2/+2
2008-04-18ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2)Bartlomiej Zolnierkiewicz1-0/+4
2008-04-18ppc: remove ppc_ide_mdBartlomiej Zolnierkiewicz1-4/+0
2008-04-18ppc/pplus: remove ppc_ide_md.ide_init_hwif hookBartlomiej Zolnierkiewicz1-1/+1
2008-04-18ide: remove ide_init_hwif_ports()Bartlomiej Zolnierkiewicz1-2/+9
2008-04-18ide: remove init_hwif_default()Bartlomiej Zolnierkiewicz1-16/+9
2008-04-18ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3)Bartlomiej Zolnierkiewicz1-195/+4
2008-04-18ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2)Bartlomiej Zolnierkiewicz1-29/+12
2008-04-18ide: remove CONFIG_BLK_DEV_HD_IDE config option (take 2)Bartlomiej Zolnierkiewicz1-4/+0
2008-04-18ide: add warm-plug support for IDE devices (take 2)Bartlomiej Zolnierkiewicz1-0/+24
2008-04-18ide: remove dead/obsolete ->busproc methodBartlomiej Zolnierkiewicz1-3/+0
2008-04-18ide: rework PowerMac media-bay support (take 2)Bartlomiej Zolnierkiewicz1-6/+16
2008-04-18ide: factor out devices init from ide_init_port_data()Bartlomiej Zolnierkiewicz1-6/+17
2008-04-18ide: factor out code unregistering devices from ide_unregister()Bartlomiej Zolnierkiewicz1-11/+19
2008-04-18ide: use ide_find_port() instead of ide_deprecated_find_port()Bartlomiej Zolnierkiewicz1-26/+1
2008-04-18ide: fix ide_find_port()Bartlomiej Zolnierkiewicz1-1/+1
2008-04-18IDE: remove ide=reverse IDE coreGreg Kroah-Hartman1-12/+0
2008-03-22ide: mark "hdx=remap" and "hdx=remap63" kernel parameters as obsoletedBartlomiej Zolnierkiewicz1-2/+2
2008-03-22ide: mark "hdx=[driver_name]" and "hdx=scsi" kernel parameters as obsoletedBartlomiej Zolnierkiewicz1-2/+2
2008-03-22ide: mark special "ide0=" kernel parameters as obsoletedBartlomiej Zolnierkiewicz1-6/+6
2008-03-07ide: update references to Documentation/ide/ide.txt (v2)Randy Dunlap1-1/+1
2008-03-07ide: fix buggy code in ide_register_hw()Peter Teoh1-1/+1
2008-02-26ide: fix sparse warning about shadowing 'flags' symbolBartlomiej Zolnierkiewicz1-8/+5
2008-02-26ide: skip probing port if "hdx=noprobe" was used for both devices on itBartlomiej Zolnierkiewicz1-1/+1
2008-02-26ide: remove redundant comment from ide_unregister()Bartlomiej Zolnierkiewicz1-5/+0
2008-02-21ide: mark "ide=reverse" option as obsoleteBartlomiej Zolnierkiewicz1-1/+1
2008-02-11ide: remove stale version numberBartlomiej Zolnierkiewicz1-3/+1
2008-02-06ide: remove ide_setup_ports()Bartlomiej Zolnierkiewicz1-54/+0
2008-02-02ide: remove ->nice0 and ->nice2 fields from ide_drive_tBartlomiej Zolnierkiewicz1-4/+1
2008-02-02ide: add ide_deprecated_find_port() helperBartlomiej Zolnierkiewicz1-12/+29
2008-02-02ide: add 'init_default' and 'restore' arguments to ide_unregister()Bartlomiej Zolnierkiewicz1-7/+12
2008-02-02ide: remove redundant init_hwif_default() call from ide_register_hw()Bartlomiej Zolnierkiewicz1-3/+1
2008-02-02ide: remove redundant hwif->present check from ide_register_hw()Bartlomiej Zolnierkiewicz1-2/+0
2008-02-02ide: add struct ide_port_info instances to legacy host driversBartlomiej Zolnierkiewicz1-1/+1
2008-02-02dtc2278: fix ->io_32bit handlingBartlomiej Zolnierkiewicz1-4/+0
2008-02-01ide: use ide_remove_port_from_hwgroup in init_irq()Bartlomiej Zolnierkiewicz1-1/+1
2008-02-01ide: factor out code removing port from hwgroup from ide_unregister()Bartlomiej Zolnierkiewicz1-29/+36
2008-02-01ide: I/O resources are released too early in ide_unregister()Bartlomiej Zolnierkiewicz1-7/+7
2008-02-01ide: cleanup ide_system_bus_speed()Bartlomiej Zolnierkiewicz1-17/+11
2008-02-01ide: update/add my CopyrightsBartlomiej Zolnierkiewicz1-1/+2
2008-02-01ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz1-3/+0
2008-02-01ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz1-1/+2
2008-01-26ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILEBartlomiej Zolnierkiewicz1-1/+1
2008-01-26ide: initialize rq->cmd_type in ide_init_drive_cmd() callersBartlomiej Zolnierkiewicz1-0/+3
2008-01-26ide: remove broken disk byte-swapping supportBartlomiej Zolnierkiewicz1-5/+1
2008-01-26ide: make remaining built-in only IDE host drivers modular (take 2)Bartlomiej Zolnierkiewicz1-129/+2
2008-01-26ide: fix host drivers depending on ide_generic to probe for interfaces (take 2)Bartlomiej Zolnierkiewicz1-0/+4
2008-01-26ide: move ide_arm_init() call from init_ide_data() to ide_init()Bartlomiej Zolnierkiewicz1-3/+3
2008-01-26ide: drop 'initializing' argument from ide_register_hw()Bartlomiej Zolnierkiewicz1-22/+11
2008-01-26ide: add ide_init_port_hw() helperBartlomiej Zolnierkiewicz1-6/+13
2008-01-26ide: don't try to unregister interfaces if 'initializing' in ide_register_hw()Bartlomiej Zolnierkiewicz1-2/+10
2008-01-26ide: merge ->fixup and ->quirkproc methodsBartlomiej Zolnierkiewicz1-5/+3
2008-01-26ide: merge ->dma_host_{on,off} methods into ->dma_host_set methodBartlomiej Zolnierkiewicz1-3/+2
2008-01-26ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_tBartlomiej Zolnierkiewicz1-3/+1
2008-01-25ide: cleanup ide_set_dma()Bartlomiej Zolnierkiewicz1-1/+0
2008-01-25ide: remove redundant ->ide_dma_on call from set_using_dma()Bartlomiej Zolnierkiewicz1-1/+1
2008-01-25ide: remove hwif->intrprocBartlomiej Zolnierkiewicz1-1/+0
2008-01-25ide: remove ->dma_master field from ide_hwif_t (take 5)Bartlomiej Zolnierkiewicz1-2/+0
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