Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-10-11 | ide: remove SECTOR_WORDS define | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-10-11 | ide: include <linux/hdreg.h> only when needed | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2008-10-11 | ide: enhance ide_busy_sleep() | Bartlomiej Zolnierkiewicz | 1 | -10/+5 |
2008-10-11 | ide: re-code ide_fixstring() loop to be less evil | Linus Torvalds | 1 | -3/+5 |
2008-10-11 | ide: use ATA_* defines instead of *_STAT and *_ERR ones | Bartlomiej Zolnierkiewicz | 1 | -11/+11 |
2008-10-11 | ide: WIN_* -> ATA_CMD_* | Bartlomiej Zolnierkiewicz | 1 | -5/+5 |
2008-10-11 | ide: remove drive->driveid | Bartlomiej Zolnierkiewicz | 1 | -18/+2 |
2008-10-11 | ide: make drive->id an union (take 2) | Bartlomiej Zolnierkiewicz | 1 | -42/+38 |
2008-10-11 | ide: cleanup ide_fix_driveid() | Bartlomiej Zolnierkiewicz | 1 | -87/+20 |
2008-08-05 | ide: fix ide_fix_driveid() | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
2008-07-25 | ide: trivial sparse annotations | Harvey Harrison | 1 | -4/+2 |
2008-07-23 | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 1 | -54/+68 |
2008-07-23 | ide: remove dead Virtual DMA support | Bartlomiej Zolnierkiewicz | 1 | -2/+1 |
2008-07-23 | ide: remove ->INB, ->OUTB and ->OUTBSYNC methods | Bartlomiej Zolnierkiewicz | 1 | -28/+0 |
2008-07-23 | ide: add ide_read_bcount_and_ireason() helper | Bartlomiej Zolnierkiewicz | 1 | -0/+15 |
2008-07-23 | ide: use ->tf_read in ide_read_error() | Bartlomiej Zolnierkiewicz | 1 | -0/+15 |
2008-07-23 | ide: use ->tf_load in SELECT_DRIVE() | Bartlomiej Zolnierkiewicz | 1 | -1/+5 |
2008-07-23 | ide: use ->tf_load in ide_config_drive_speed() | Bartlomiej Zolnierkiewicz | 1 | -3/+10 |
2008-07-23 | ide: change order of register access in ide_config_drive_speed() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-07-23 | ide: add ->set_irq method | Bartlomiej Zolnierkiewicz | 1 | -10/+27 |
2008-07-23 | ide: add ->read_altstatus method | Bartlomiej Zolnierkiewicz | 1 | -2/+11 |
2008-07-23 | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 1 | -11/+22 |
2008-07-23 | ide: add ->exec_command method | Bartlomiej Zolnierkiewicz | 1 | -5/+14 |
2008-07-23 | ide: remove ->dma_{status,command} fields from ide_hwif_t | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2008-07-23 | ide: add ->read_sff_dma_status method | Bartlomiej Zolnierkiewicz | 1 | -0/+10 |
2008-07-16 | IDE: Report errors during drive reset back to user space | Elias Oltmanns | 1 | -7/+11 |
2008-07-16 | IDE: Fix HDIO_DRIVE_RESET handling | Elias Oltmanns | 1 | -5/+13 |
2008-07-15 | ide: remove drive->ctl | Bartlomiej Zolnierkiewicz | 1 | -5/+5 |
2008-07-15 | ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method | Bartlomiej Zolnierkiewicz | 1 | -9/+9 |
2008-07-15 | ide: move IRQ unmasking out from ->tf_load method | Bartlomiej Zolnierkiewicz | 1 | -4/+1 |
2008-07-15 | ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag | Bartlomiej Zolnierkiewicz | 1 | -3/+1 |
2008-07-15 | ide: remove commented out code from ide_config_drive_speed() | Bartlomiej Zolnierkiewicz | 1 | -3/+0 |
2008-07-15 | ide: disable drive interrupts in ide_driveid_update() | Mikhail Cherkashin | 1 | -1/+1 |
2008-05-15 | make ide-iops.c:SELECT_MASK() static | Adrian Bunk | 1 | -1/+1 |
2008-04-29 | ide: add TSSTcorp CDDVDW SH-S202H to ivb_list[] | Alexander Smal | 1 | -0/+2 |
2008-04-29 | ide: skip "VLB sync" if host uses MMIO | Bartlomiej Zolnierkiewicz | 1 | -10/+10 |
2008-04-29 | ide: remove ->INW and ->OUTW methods | Bartlomiej Zolnierkiewicz | 1 | -24/+0 |
2008-04-29 | ide: use IDE I/O helpers directly in ide_tf_{load,read}() | Bartlomiej Zolnierkiewicz | 1 | -27/+56 |
2008-04-29 | ide: add ->tf_load and ->tf_read methods | Bartlomiej Zolnierkiewicz | 1 | -2/+5 |
2008-04-29 | ide: move ide_tf_{load,read} to ide-iops.c | Bartlomiej Zolnierkiewicz | 1 | -0/+88 |
2008-04-29 | ide: add ide_execute_pkt_cmd() helper | Bartlomiej Zolnierkiewicz | 1 | -1/+11 |
2008-04-29 | ide: always use ->OUTBSYNC method for executing commands | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-04-29 | ide: remove ->INS{W,L} and ->OUTS{W,L} methods | Bartlomiej Zolnierkiewicz | 1 | -66/+48 |
2008-04-29 | ide: merge ->atapi_*put_bytes and ->ata_*put_data methods | Bartlomiej Zolnierkiewicz | 1 | -43/+25 |
2008-04-29 | falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 1 | -19/+7 |
2008-04-27 | ide: add struct ide_io_ports (take 3) | Bartlomiej Zolnierkiewicz | 1 | -38/+34 |
2008-04-27 | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 1 | -5/+5 |
2008-04-27 | ide: add struct ide_port_ops (take 2) | Bartlomiej Zolnierkiewicz | 1 | -10/+18 |
2008-04-18 | ide: remove IDE_*_REG macros | Bartlomiej Zolnierkiewicz | 1 | -36/+50 |
2008-04-02 | ide: use ->ata_input_data in ide_driveid_update() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |