Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ide: fix accidental LOCKDEP breakage caused by local_irq_set() removal | Bartlomiej Zolnierkiewicz | 2009-01-14 | 1 | -1/+1 |
* | ide: move read_sff_dma_status() method to 'struct ide_dma_ops' | Sergei Shtylyov | 2009-01-06 | 1 | -10/+0 |
* | ide: add port and host iterators | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -6/+5 |
* | ide: dynamic allocation of device structures | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -2/+2 |
* | ide: unexport ide_wait_not_busy() | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -3/+0 |
* | ide: remove local_irq_set() macro | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -1/+2 |
* | ide: remove HWIF() macro | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -2/+2 |
* | ide: merge ide_hwgroup_t with ide_hwif_t (v2) | Bartlomiej Zolnierkiewicz | 2009-01-06 | 1 | -37/+32 |
* | ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2) | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -25/+23 |
* | ide: remove dead code from drive_is_ready() | Bartlomiej Zolnierkiewicz | 2008-12-02 | 1 | -5/+0 |
* | ide: add SAMSUNG SP0822N with firmware WA100-10 to ivb_list[] | Bartlomiej Zolnierkiewicz | 2008-12-02 | 1 | -0/+1 |
* | amd74xx: workaround unreliable AltStatus register for nVidia controllers | Bartlomiej Zolnierkiewicz | 2008-12-02 | 1 | -1/+2 |
* | ide: Switch to a common address | Alan Cox | 2008-11-02 | 1 | -1/+1 |
* | ide: mask interrupt in ide_config_drive_speed() | Sergei Shtylyov | 2008-10-17 | 1 | -1/+1 |
* | ide: Implement disk shock protection support (v4) | Elias Oltmanns | 2008-10-13 | 1 | -1/+28 |
* | ide: factor out reset error reporting from reset_pollfunc() | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -19/+21 |
* | ide: remove [ata_]select_t | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -1/+1 |
* | ide: add device flags | Bartlomiej Zolnierkiewicz | 2008-10-13 | 1 | -10/+14 |
* | ide: ide_dev_is_sata() -> ata_id_is_sata() | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -1/+1 |
* | ide: remove SECTOR_WORDS define | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -1/+1 |
* | ide: include <linux/hdreg.h> only when needed | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -1/+0 |
* | ide: enhance ide_busy_sleep() | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -10/+5 |
* | ide: re-code ide_fixstring() loop to be less evil | Linus Torvalds | 2008-10-10 | 1 | -3/+5 |
* | ide: use ATA_* defines instead of *_STAT and *_ERR ones | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -11/+11 |
* | ide: WIN_* -> ATA_CMD_* | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -5/+5 |
* | ide: remove drive->driveid | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -18/+2 |
* | ide: make drive->id an union (take 2) | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -42/+38 |
* | ide: cleanup ide_fix_driveid() | Bartlomiej Zolnierkiewicz | 2008-10-10 | 1 | -87/+20 |
* | ide: fix ide_fix_driveid() | Bartlomiej Zolnierkiewicz | 2008-08-05 | 1 | -3/+3 |
* | ide: trivial sparse annotations | Harvey Harrison | 2008-07-24 | 1 | -4/+2 |
* | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -54/+68 |
* | ide: remove dead Virtual DMA support | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -2/+1 |
* | ide: remove ->INB, ->OUTB and ->OUTBSYNC methods | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -28/+0 |
* | ide: add ide_read_bcount_and_ireason() helper | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -0/+15 |
* | ide: use ->tf_read in ide_read_error() | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -0/+15 |
* | ide: use ->tf_load in SELECT_DRIVE() | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -1/+5 |
* | ide: use ->tf_load in ide_config_drive_speed() | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -3/+10 |
* | ide: change order of register access in ide_config_drive_speed() | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -1/+1 |
* | ide: add ->set_irq method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -10/+27 |
* | ide: add ->read_altstatus method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -2/+11 |
* | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -11/+22 |
* | ide: add ->exec_command method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -5/+14 |
* | ide: remove ->dma_{status,command} fields from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -2/+2 |
* | ide: add ->read_sff_dma_status method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -0/+10 |
* | IDE: Report errors during drive reset back to user space | Elias Oltmanns | 2008-07-16 | 1 | -7/+11 |
* | IDE: Fix HDIO_DRIVE_RESET handling | Elias Oltmanns | 2008-07-16 | 1 | -5/+13 |
* | ide: remove drive->ctl | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -5/+5 |
* | ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -9/+9 |
* | ide: move IRQ unmasking out from ->tf_load method | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -4/+1 |
* | ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -3/+1 |