| Commit message (Expand) | Author | Files | Lines |
2008-02-02 | ide: call init_gendisk() after ide_acpi_init() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-02-02 | ide: move blk_register_region() call out from init_gendisk() | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2008-02-02 | ide: skip not present devices in init_gendisk() | Bartlomiej Zolnierkiewicz | 1 | -0/+4 |
2008-02-02 | ide: remove incorrect init_gendisk() comment | Bartlomiej Zolnierkiewicz | 1 | -6/+0 |
2008-02-02 | ide: add ->port_init_devs method to ide_hwif_t | Bartlomiej Zolnierkiewicz | 5 | -26/+59 |
2008-02-02 | ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flags | Bartlomiej Zolnierkiewicz | 5 | -17/+16 |
2008-02-02 | ide: factor out code initializing devices from ide_init_port() | Bartlomiej Zolnierkiewicz | 1 | -15/+17 |
2008-02-02 | ide: fix ide_unregister() usage in host drivers | Bartlomiej Zolnierkiewicz | 8 | -10/+10 |
2008-02-02 | ide: add ide_deprecated_find_port() helper | Bartlomiej Zolnierkiewicz | 5 | -20/+100 |
2008-02-02 | ide: add 'init_default' and 'restore' arguments to ide_unregister() | Bartlomiej Zolnierkiewicz | 10 | -18/+25 |
2008-02-02 | ide: remove redundant init_hwif_default() call from ide_register_hw() | Bartlomiej Zolnierkiewicz | 1 | -3/+1 |
2008-02-02 | ide: remove redundant hwif->present check from ide_register_hw() | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2008-02-02 | pdc202xx_old: remove surplus initialiser | Alan Cox | 1 | -1/+1 |
2008-02-02 | ide-floppy: bump driver version number | Borislav Petkov | 1 | -4/+1 |
2008-02-02 | ide-floppy: fix most of the remaining checkpatch.pl issues | Borislav Petkov | 1 | -195/+160 |
2008-02-02 | ide-floppy: remove atomic test_*bit macros | Borislav Petkov | 1 | -56/+69 |
2008-02-02 | ide-floppy: remove unused flag PC_ABORT | Borislav Petkov | 1 | -13/+6 |
2008-02-02 | ide-floppy: remove IDEFLOPPY_DEBUG_INFO | Borislav Petkov | 1 | -50/+13 |
2008-02-02 | ide-floppy: remove unused IDEFLOPPY_USE_READ12 | Borislav Petkov | 1 | -11/+7 |
2008-02-02 | ide-floppy: merge idefloppy_{input,output}_buffers | Borislav Petkov | 1 | -46/+19 |
2008-02-02 | ide-floppy: use an xfer_func_t and io_buf_t typedefs in order to unify rw | Borislav Petkov | 3 | -19/+19 |
2008-02-02 | ide-floppy: remove IDEFLOPPY_DEBUG_BUGS macro | Borislav Petkov | 1 | -6/+1 |
2008-02-02 | ide-floppy: mv idefloppy_{should_,}report_error | Borislav Petkov | 1 | -24/+14 |
2008-02-02 | ide-floppy: report DMA handling in idefloppy_pc_intr() properly | Borislav Petkov | 1 | -1/+5 |
2008-02-02 | ide-floppy: factor out ioctl handlers from idefloppy_ioctl() | Borislav Petkov | 1 | -75/+78 |
2008-02-02 | ide-floppy: remove struct idefloppy_capacity_descriptor | Borislav Petkov | 1 | -100/+76 |
2008-02-02 | ide-floppy: remove struct idefloppy_flexible_disk_page | Borislav Petkov | 1 | -54/+36 |
2008-02-02 | ide-floppy: remove struct idefloppy_mode_parameter_header | Borislav Petkov | 1 | -23/+3 |
2008-02-02 | ide-floppy: remove struct idefloppy_request_sense_result | Borislav Petkov | 1 | -58/+24 |
2008-02-02 | ide-floppy: remove struct idefloppy_inquiry_result | Borislav Petkov | 1 | -41/+0 |
2008-02-02 | ide-floppy: remove struct idefloppy_capabilities_page | Borislav Petkov | 1 | -49/+6 |
2008-02-02 | ide-floppy: cleanup and unify debugging macro calls | Borislav Petkov | 1 | -37/+31 |
2008-02-02 | ide-floppy: include the proper headers | Borislav Petkov | 1 | -3/+3 |
2008-02-02 | ide-floppy: disambiguate function names | Borislav Petkov | 1 | -3/+3 |
2008-02-02 | ide-floppy: remove unnecessary ->handler != NULL check | Borislav Petkov | 1 | -4/+3 |
2008-02-02 | ide-floppy: replace ntoh{s,l} and hton{s,l} calls with the generic byteorder | Borislav Petkov | 1 | -14/+14 |
2008-02-02 | ide-floppy: convert to generic packet commands | Borislav Petkov | 1 | -32/+12 |
2008-02-02 | ide: remove needless includes from PCI host drivers | Bartlomiej Zolnierkiewicz | 32 | -134/+4 |
2008-02-02 | ide: add ->cable_detect method to ide_hwif_t | Bartlomiej Zolnierkiewicz | 22 | -150/+137 |
2008-02-02 | ide: add struct ide_port_info instances to legacy host drivers | Bartlomiej Zolnierkiewicz | 29 | -270/+258 |
2008-02-02 | ide: separate PCI specific init from generic init in ide_pci_setup_ports() | Bartlomiej Zolnierkiewicz | 1 | -8/+21 |
2008-02-02 | ide: always set DMA masks in ide_pci_setup_ports() | Bartlomiej Zolnierkiewicz | 1 | -4/+9 |
2008-02-02 | macide: remove drive->capacity64 quirk | Bartlomiej Zolnierkiewicz | 1 | -10/+0 |
2008-02-02 | atiixp/cs5535/scc_pata: fix "idex=ata66" parameter handling | Bartlomiej Zolnierkiewicz | 3 | -15/+26 |
2008-02-02 | au1xxx-ide: fix ->io_32bit handling | Bartlomiej Zolnierkiewicz | 1 | -2/+1 |
2008-02-02 | dtc2278: fix ->io_32bit handling | Bartlomiej Zolnierkiewicz | 2 | -10/+6 |
2008-02-02 | debug: softlockup looping fix | Peter Zijlstra | 1 | -10/+20 |
2008-02-02 | apm_power: check I.intval for zero value, we use it as the divisor | Anton Vorontsov | 1 | -0/+3 |
2008-02-02 | MAINTAINERS: remove kernel-discuss@handhelds.org list | Anton Vorontsov | 1 | -1/+0 |
2008-02-02 | pda_power: implement polling | Anton Vorontsov | 2 | -1/+46 |