Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swarm: call ide_find_port_slot() later | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -7/+11 |
* | icside: always try to probe first interface | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -8/+10 |
* | rapide: fix rapide_probe() return value | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -13/+15 |
* | ide: remove needless includes from setup-pci.c (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -4/+0 |
* | ide: remove needless includes from ide-taskfile.c (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -10/+0 |
* | ide: remove needless includes from ide.c | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -13/+0 |
* | ide: remove superfluous BUG_ON() from set_geometry_intr() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -1/+0 |
* | ide: allow any command requesting DMA data phase for HDIO_DRIVE_TASKFILE | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -21/+1 |
* | ide-pnp: print driver banner message early | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -1/+2 |
* | ide-h8300: print driver banner message early | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -1/+2 |
* | ide: print message on error in ide_find_port_slot() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 6 | -22/+16 |
* | ide_platform: use struct ide_port_info | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -2/+7 |
* | ide-h8300: use struct ide_port_info | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -2/+5 |
* | rapide: use struct ide_port_info | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -2/+5 |
* | cmd640: add ->init_dev method | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -42/+30 |
* | ide: ->port_init_devs -> ->init_dev | Bartlomiej Zolnierkiewicz | 2008-07-16 | 5 | -23/+21 |
* | cmd640: fix warm-plug support for the secondary interface | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -30/+21 |
* | powerpc/ide: remove mpc8xx-ide driver | Arnd Bergmann | 2008-07-16 | 3 | -885/+0 |
* | swarm: use struct ide_port_info | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -2/+5 |
* | ide: tighten checks on PCI BARs in ide_hwif_configure() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -7/+7 |
* | sgiioc4: use driver name for resource allocation | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -2/+2 |
* | icside: use ide_init_port_hw() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -34/+38 |
* | icside: don't use hwif->hwif_data | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -13/+12 |
* | ide-cs: use struct ide_port_info | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -2/+6 |
* | ide_4drives: use struct ide_port_info | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -9/+18 |
* | au1xxx-ide: don't use hwif->hwif_data | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -8/+3 |
* | ide: set hwif->dev in ide_init_port_hw() (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-16 | 7 | -13/+5 |
* | ide: make ide_hwifs[] static | Bartlomiej Zolnierkiewicz | 2008-07-16 | 3 | -14/+2 |
* | ide: fix hwif-s initialization | Bartlomiej Zolnierkiewicz | 2008-07-16 | 12 | -28/+7 |
* | ide: move PIO blacklist to ide-pio-blacklist.c | Bartlomiej Zolnierkiewicz | 2008-07-16 | 4 | -97/+98 |
* | ide: remove no longer used ide_pio_timings[] | Bartlomiej Zolnierkiewicz | 2008-07-16 | 2 | -25/+0 |
* | ide: move ide_pio_cycle_time() to ide-timings.c | Bartlomiej Zolnierkiewicz | 2008-07-16 | 3 | -24/+23 |
* | ide-pmac: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -7/+6 |
* | ide-mpc8xx: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -20/+13 |
* | sl82c105: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 2 | -1/+3 |
* | cy82c693: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 2 | -5/+5 |
* | cmd64x: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 2 | -3/+4 |
* | cmd640: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 2 | -2/+7 |
* | alim15x3: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 2 | -4/+3 |
* | qd65xx: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 2 | -1/+3 |
* | ht6560b: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 2 | -4/+4 |
* | ali14xx: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 2008-07-16 | 2 | -1/+3 |
* | ide: convert ide-timing.h to ide-timings.c library (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-16 | 10 | -32/+32 |
* | ide: checkpatch.pl fixes for ide-timing.h | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -45/+48 |
* | ide: remove XFER_* masks from ide-timing.h | Bartlomiej Zolnierkiewicz | 2008-07-16 | 2 | -20/+8 |
* | ide: move some bits from ide-timing.h to <linux/ide.h> | Bartlomiej Zolnierkiewicz | 2008-07-16 | 2 | -23/+28 |
* | ide: use u8 for xfer modes in ide-timing.h | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -5/+6 |
* | ide: remove unused XFER_UDMA_SLOW | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -6/+1 |
* | ide: remove needless includes from ide-lib.c | Bartlomiej Zolnierkiewicz | 2008-07-16 | 1 | -15/+0 |
* | BAST: Remove old IDE driver | Ben Dooks | 2008-07-16 | 3 | -98/+0 |