Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-07-25 | ide/pci/generic: add ->remove method and module_exit() | Bartlomiej Zolnierkiewicz | 1 | -0/+7 |
2008-07-25 | cy82c693: add ->remove method and module_exit() | Bartlomiej Zolnierkiewicz | 1 | -1/+18 |
2008-07-25 | cs5535: add ->remove method and module_exit() | Bartlomiej Zolnierkiewicz | 1 | -0/+7 |
2008-07-25 | cs5530: add ->remove method and module_exit() | Bartlomiej Zolnierkiewicz | 1 | -0/+7 |
2008-07-25 | cmd64x: add ->remove method and module_exit() | Bartlomiej Zolnierkiewicz | 1 | -0/+7 |
2008-07-25 | atiixp: add ->remove method and module_exit() | Bartlomiej Zolnierkiewicz | 1 | -0/+7 |
2008-07-25 | amd74xx: add ->remove method and module_exit() | Bartlomiej Zolnierkiewicz | 1 | -0/+7 |
2008-07-25 | alim15x3: add ->remove method and module_exit() | Bartlomiej Zolnierkiewicz | 1 | -0/+7 |
2008-07-25 | aec62xx: add ->remove method and module_exit() | Bartlomiej Zolnierkiewicz | 1 | -0/+13 |
2008-07-25 | via82cxxx: cleanup ->init_chipset method | Bartlomiej Zolnierkiewicz | 1 | -46/+35 |
2008-07-25 | cmd64x: cleanup ->init_chipset method | Bartlomiej Zolnierkiewicz | 1 | -18/+0 |
2008-07-25 | amd74xx: cleanup ->init_chipset method | Bartlomiej Zolnierkiewicz | 1 | -18/+18 |
2008-07-25 | tc86c001: remove ->init_chipset method | Bartlomiej Zolnierkiewicz | 1 | -12/+26 |
2008-07-25 | via82cxxx: convert to use ->host_priv | Bartlomiej Zolnierkiewicz | 1 | -12/+21 |
2008-07-25 | siimage: convert to use ->host_priv | Bartlomiej Zolnierkiewicz | 1 | -56/+58 |
2008-07-25 | sc1200: convert to use ->host_priv | Bartlomiej Zolnierkiewicz | 1 | -20/+19 |
2008-07-25 | it821x: convert to use ->host_priv | Bartlomiej Zolnierkiewicz | 1 | -15/+13 |
2008-07-25 | hpt366: convert to use ->host_priv | Bartlomiej Zolnierkiewicz | 1 | -31/+41 |
2008-07-25 | aec62xx: convert to use ->host_priv | Bartlomiej Zolnierkiewicz | 1 | -16/+16 |
2008-07-25 | ide: add ->dev and ->host_priv fields to struct ide_host | Bartlomiej Zolnierkiewicz | 30 | -32/+32 |
2008-07-23 | ide: add ide_host_free() helper (take 2) | Bartlomiej Zolnierkiewicz | 1 | -4/+10 |
2008-07-23 | ide: add ide_host_add() helper | Bartlomiej Zolnierkiewicz | 4 | -23/+9 |
2008-07-23 | ide: add struct ide_host (take 3) | Bartlomiej Zolnierkiewicz | 5 | -58/+36 |
2008-07-23 | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 3 | -37/+60 |
2008-07-23 | ide: filter out "default" transfer mode values in set_xfer_rate() | Bartlomiej Zolnierkiewicz | 10 | -19/+4 |
2008-07-23 | ide: remove dead Virtual DMA support | Bartlomiej Zolnierkiewicz | 1 | -30/+0 |
2008-07-23 | ide: remove ->INB, ->OUTB and ->OUTBSYNC methods | Bartlomiej Zolnierkiewicz | 4 | -49/+14 |
2008-07-23 | ide: use ->tf_read in ide_read_error() | Bartlomiej Zolnierkiewicz | 2 | -0/+4 |
2008-07-23 | ide: add ->set_irq method | Bartlomiej Zolnierkiewicz | 1 | -0/+19 |
2008-07-23 | ide: add ->read_altstatus method | Bartlomiej Zolnierkiewicz | 1 | -0/+6 |
2008-07-23 | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 3 | -10/+23 |
2008-07-23 | ide: add ->exec_command method | Bartlomiej Zolnierkiewicz | 1 | -0/+9 |
2008-07-23 | ide: factor out simplex handling from ide_pci_dma_base() | Bartlomiej Zolnierkiewicz | 2 | -6/+18 |
2008-07-23 | ide: remove ide_setup_dma() | Bartlomiej Zolnierkiewicz | 2 | -2/+6 |
2008-07-23 | ide: remove ->dma_{status,command} fields from ide_hwif_t | Bartlomiej Zolnierkiewicz | 9 | -50/+51 |
2008-07-23 | ide: add ->read_sff_dma_status method | Bartlomiej Zolnierkiewicz | 2 | -3/+17 |
2008-07-23 | ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3) | Bartlomiej Zolnierkiewicz | 5 | -17/+15 |
2008-07-16 | IDE: Report errors during drive reset back to user space | Elias Oltmanns | 1 | -2/+1 |
2008-07-16 | sgiioc4: call ide_find_port_slot() later | Bartlomiej Zolnierkiewicz | 1 | -4/+9 |
2008-07-16 | ide: print message on error in ide_find_port_slot() | Bartlomiej Zolnierkiewicz | 2 | -10/+5 |
2008-07-16 | cmd640: add ->init_dev method | Bartlomiej Zolnierkiewicz | 1 | -42/+30 |
2008-07-16 | cmd640: fix warm-plug support for the secondary interface | Bartlomiej Zolnierkiewicz | 1 | -30/+21 |
2008-07-16 | sgiioc4: use driver name for resource allocation | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2008-07-16 | ide: set hwif->dev in ide_init_port_hw() (take 2) | Bartlomiej Zolnierkiewicz | 2 | -3/+0 |
2008-07-16 | ide: fix hwif-s initialization | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2008-07-16 | sl82c105: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 1 | -1/+2 |
2008-07-16 | cy82c693: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 1 | -5/+4 |
2008-07-16 | cmd64x: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
2008-07-16 | cmd640: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 1 | -2/+6 |
2008-07-16 | alim15x3: convert to use ide_timing_find_mode() | Bartlomiej Zolnierkiewicz | 1 | -4/+2 |