index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
Age
Commit message (
Expand
)
Author
Lines
2008-02-02
ide: move ide_acpi_init() call to ide_device_add_all()
Bartlomiej Zolnierkiewicz
-1
/
+2
2008-02-02
ide: factor out devices setup from init_irq()
Bartlomiej Zolnierkiewicz
-16
/
+28
2008-02-02
ide: factor out adding drive to hwgroup from init_irq()
Bartlomiej Zolnierkiewicz
-11
/
+18
2008-02-02
ide: move hwif->rqsize init from ide_init_queue() to init_irq()
Bartlomiej Zolnierkiewicz
-7
/
+8
2008-02-02
ide: merge init_gendisk() into hwif_register_devices()
Bartlomiej Zolnierkiewicz
-28
/
+16
2008-02-02
ide: call init_gendisk() after ide_acpi_init()
Bartlomiej Zolnierkiewicz
-1
/
+1
2008-02-02
ide: move blk_register_region() call out from init_gendisk()
Bartlomiej Zolnierkiewicz
-2
/
+2
2008-02-02
ide: skip not present devices in init_gendisk()
Bartlomiej Zolnierkiewicz
-0
/
+4
2008-02-02
ide: remove incorrect init_gendisk() comment
Bartlomiej Zolnierkiewicz
-6
/
+0
2008-02-02
ide: add ->port_init_devs method to ide_hwif_t
Bartlomiej Zolnierkiewicz
-26
/
+57
2008-02-02
ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flags
Bartlomiej Zolnierkiewicz
-12
/
+8
2008-02-02
ide: factor out code initializing devices from ide_init_port()
Bartlomiej Zolnierkiewicz
-15
/
+17
2008-02-02
ide: fix ide_unregister() usage in host drivers
Bartlomiej Zolnierkiewicz
-10
/
+10
2008-02-02
ide: add ide_deprecated_find_port() helper
Bartlomiej Zolnierkiewicz
-20
/
+99
2008-02-02
ide: add 'init_default' and 'restore' arguments to ide_unregister()
Bartlomiej Zolnierkiewicz
-16
/
+23
2008-02-02
ide: remove redundant init_hwif_default() call from ide_register_hw()
Bartlomiej Zolnierkiewicz
-3
/
+1
2008-02-02
ide: remove redundant hwif->present check from ide_register_hw()
Bartlomiej Zolnierkiewicz
-2
/
+0
2008-02-02
pdc202xx_old: remove surplus initialiser
Alan Cox
-1
/
+1
2008-02-02
ide-floppy: bump driver version number
Borislav Petkov
-4
/
+1
2008-02-02
ide-floppy: fix most of the remaining checkpatch.pl issues
Borislav Petkov
-195
/
+160
2008-02-02
ide-floppy: remove atomic test_*bit macros
Borislav Petkov
-56
/
+69
2008-02-02
ide-floppy: remove unused flag PC_ABORT
Borislav Petkov
-13
/
+6
2008-02-02
ide-floppy: remove IDEFLOPPY_DEBUG_INFO
Borislav Petkov
-50
/
+13
2008-02-02
ide-floppy: remove unused IDEFLOPPY_USE_READ12
Borislav Petkov
-11
/
+7
2008-02-02
ide-floppy: merge idefloppy_{input,output}_buffers
Borislav Petkov
-46
/
+19
2008-02-02
ide-floppy: use an xfer_func_t and io_buf_t typedefs in order to unify rw
Borislav Petkov
-19
/
+16
2008-02-02
ide-floppy: remove IDEFLOPPY_DEBUG_BUGS macro
Borislav Petkov
-6
/
+1
2008-02-02
ide-floppy: mv idefloppy_{should_,}report_error
Borislav Petkov
-24
/
+14
2008-02-02
ide-floppy: report DMA handling in idefloppy_pc_intr() properly
Borislav Petkov
-1
/
+5
2008-02-02
ide-floppy: factor out ioctl handlers from idefloppy_ioctl()
Borislav Petkov
-75
/
+78
2008-02-02
ide-floppy: remove struct idefloppy_capacity_descriptor
Borislav Petkov
-100
/
+76
2008-02-02
ide-floppy: remove struct idefloppy_flexible_disk_page
Borislav Petkov
-54
/
+36
2008-02-02
ide-floppy: remove struct idefloppy_mode_parameter_header
Borislav Petkov
-23
/
+3
2008-02-02
ide-floppy: remove struct idefloppy_request_sense_result
Borislav Petkov
-58
/
+24
2008-02-02
ide-floppy: remove struct idefloppy_inquiry_result
Borislav Petkov
-41
/
+0
2008-02-02
ide-floppy: remove struct idefloppy_capabilities_page
Borislav Petkov
-49
/
+6
2008-02-02
ide-floppy: cleanup and unify debugging macro calls
Borislav Petkov
-37
/
+31
2008-02-02
ide-floppy: include the proper headers
Borislav Petkov
-3
/
+3
2008-02-02
ide-floppy: disambiguate function names
Borislav Petkov
-3
/
+3
2008-02-02
ide-floppy: remove unnecessary ->handler != NULL check
Borislav Petkov
-4
/
+3
2008-02-02
ide-floppy: replace ntoh{s,l} and hton{s,l} calls with the generic byteorder
Borislav Petkov
-14
/
+14
2008-02-02
ide-floppy: convert to generic packet commands
Borislav Petkov
-32
/
+12
2008-02-02
ide: remove needless includes from PCI host drivers
Bartlomiej Zolnierkiewicz
-134
/
+4
2008-02-02
ide: add ->cable_detect method to ide_hwif_t
Bartlomiej Zolnierkiewicz
-150
/
+135
2008-02-02
ide: add struct ide_port_info instances to legacy host drivers
Bartlomiej Zolnierkiewicz
-268
/
+247
2008-02-02
ide: separate PCI specific init from generic init in ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
-8
/
+21
2008-02-02
ide: always set DMA masks in ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
-4
/
+9
2008-02-02
macide: remove drive->capacity64 quirk
Bartlomiej Zolnierkiewicz
-10
/
+0
2008-02-02
atiixp/cs5535/scc_pata: fix "idex=ata66" parameter handling
Bartlomiej Zolnierkiewicz
-15
/
+26
2008-02-02
au1xxx-ide: fix ->io_32bit handling
Bartlomiej Zolnierkiewicz
-2
/
+1
[prev]
[next]