index
:
~funfunctor/linux
SP4
amd-trivial-cleanup
amdgpu-ratelimit-vmfaults
amdkfd-hacking
amdkfd-next
amdkfd-next-4.9
amdkfd-next-4.9-revised
bug100058
master
nativeaux-bug100745
nativeaux-bug100745_v2
thrustmaster-tx
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-24
aec62xx: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+13
2008-07-24
ide: add ide_pci_remove() helper
Bartlomiej Zolnierkiewicz
2
-6
/
+36
2008-07-24
via82cxxx: cleanup ->init_chipset method
Bartlomiej Zolnierkiewicz
1
-46
/
+35
2008-07-24
cmd64x: cleanup ->init_chipset method
Bartlomiej Zolnierkiewicz
1
-18
/
+0
2008-07-24
amd74xx: cleanup ->init_chipset method
Bartlomiej Zolnierkiewicz
1
-18
/
+18
2008-07-24
tc86c001: remove ->init_chipset method
Bartlomiej Zolnierkiewicz
1
-12
/
+26
2008-07-24
via82cxxx: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
1
-12
/
+21
2008-07-24
siimage: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
1
-56
/
+58
2008-07-24
sc1200: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
1
-20
/
+19
2008-07-24
it821x: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
1
-15
/
+13
2008-07-24
hpt366: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
1
-31
/
+41
2008-07-24
aec62xx: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
1
-16
/
+16
2008-07-24
ide: add ide_device_{get,put}() helpers
Bartlomiej Zolnierkiewicz
6
-12
/
+85
2008-07-24
ide: add ->dev and ->host_priv fields to struct ide_host
Bartlomiej Zolnierkiewicz
32
-39
/
+80
2008-07-24
ide: call ide_pci_setup_ports() before do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
1
-7
/
+11
2008-07-24
ide: move ide_setup_pci_controller() call to ide_setup_pci_device[s]()
Bartlomiej Zolnierkiewicz
1
-5
/
+9
2008-07-24
ide: respect dev->irq in do_ide_setup_pci_device() also if 'tried_config'
Bartlomiej Zolnierkiewicz
1
-9
/
+3
2008-07-24
ide: always call ->init_chipset method in do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
1
-14
/
+10
2008-07-23
ide: small whitespace fixes
Pavel Machek
2
-2
/
+2
2008-07-23
ide: ide-cd_ioctl.c fix sparse integer as NULL pointer warnings
Harvey Harrison
1
-4
/
+4
2008-07-23
ide: ide-cd.c fix sparse endianness warnings
Harvey Harrison
1
-11
/
+8
2008-07-23
ide-cd: convert to using the new atapi_flags
Borislav Petkov
3
-109
/
+64
2008-07-23
ide: remove unused PC_FLAG_DRQ_INTERRUPT
Borislav Petkov
1
-2
/
+1
2008-07-23
ide-tape: convert to using the new atapi_flags
Borislav Petkov
1
-45
/
+23
2008-07-23
ide-floppy: convert to using the new atapi_flags (take 2)
Borislav Petkov
2
-48
/
+30
2008-07-23
ide: use rq->cmd instead of pc->c in atapi common code
Borislav Petkov
1
-5
/
+13
2008-07-23
ide-tape: pass packet command in rq->cmd
Borislav Petkov
1
-8
/
+11
2008-07-23
ide-tape: make room for packet command ids in rq->cmd
Borislav Petkov
1
-11
/
+11
2008-07-23
ide-floppy: pass packet command in rq->cmd
Borislav Petkov
1
-0
/
+4
2008-07-23
ide-scsi: use drive->pc_callback instead of pc->callback
Borislav Petkov
1
-8
/
+2
2008-07-23
ide-tape: use drive->pc_callback instead of pc->callback
Borislav Petkov
2
-5
/
+6
2008-07-23
ide-floppy: use drive->pc_callback instead of pc->callback
Borislav Petkov
2
-4
/
+10
2008-07-23
drivers/ide/ide-tape.c: remove double kfree
Darren Jenkins
1
-1
/
+0
2008-07-23
ide: add ide_host_free() helper (take 2)
Bartlomiej Zolnierkiewicz
5
-20
/
+87
2008-07-23
ide: allocate ide_hwif_t instances dynamically
Bartlomiej Zolnierkiewicz
2
-9
/
+6
2008-07-23
ide: add ide_ports[]
Bartlomiej Zolnierkiewicz
1
-2
/
+9
2008-07-23
ide: move ide_remove_port_from_hwgroup() to ide-probe.c
Bartlomiej Zolnierkiewicz
2
-35
/
+35
2008-07-23
ide: fix IDE port slots reservation and freeing (take 2)
Bartlomiej Zolnierkiewicz
1
-37
/
+50
2008-07-23
ide: fix ide_host_register() return value
Bartlomiej Zolnierkiewicz
1
-20
/
+18
2008-07-23
ide: add ide_host_add() helper
Bartlomiej Zolnierkiewicz
22
-136
/
+70
2008-07-23
ide: add struct ide_host (take 3)
Bartlomiej Zolnierkiewicz
26
-339
/
+253
2008-07-23
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
21
-205
/
+319
2008-07-23
ide: add 'config' field to hw_regs_t
Bartlomiej Zolnierkiewicz
2
-3
/
+2
2008-07-23
ide-generic: probing fix
Bartlomiej Zolnierkiewicz
1
-7
/
+1
2008-07-23
gayle: reserve memory resources at once
Bartlomiej Zolnierkiewicz
1
-14
/
+11
2008-07-23
ide: filter out "default" transfer mode values in set_xfer_rate()
Bartlomiej Zolnierkiewicz
12
-34
/
+8
2008-07-23
ide: filter out invalid transfer mode values in set_xfer_rate()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-07-23
ide: remove dead Virtual DMA support
Bartlomiej Zolnierkiewicz
4
-36
/
+4
2008-07-23
ide: mark hpt34x host driver as BROKEN
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-07-23
ide: limit cy82c693 host driver to ALPHA
Bartlomiej Zolnierkiewicz
1
-0
/
+1
[prev]
[next]