index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide: complete power step in ide_complete_pm_request()
Bartlomiej Zolnierkiewicz
2009-03-27
2
-8
/
+9
*
ide: add "flagged" taskfile flags to struct ide_taskfile (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
8
-25
/
+25
*
ide: add IDE_HFLAG_4DRIVES host flag
Bartlomiej Zolnierkiewicz
2009-03-27
2
-3
/
+4
*
ide: add IDE_HFLAG_DTC2278 host flag
Bartlomiej Zolnierkiewicz
2009-03-27
2
-2
/
+3
*
ide: remove now superfluous check from ide_host_register()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-12
/
+7
*
ide: allow host drivers to specify IRQ flags
Bartlomiej Zolnierkiewicz
2009-03-27
12
-21
/
+20
*
ide: fix error message in pre_task_out_intr()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+3
*
ide: fix memleak on failure in probe_for_drive()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-13
/
+9
*
scc_pata: remove DECLARE_SCC_DEV() macro (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-16
/
+11
*
ide: include <asm/ide.h> only when needed
Bartlomiej Zolnierkiewicz
2009-03-27
3
-0
/
+11
*
at91_ide: use readsw()/writesw() directly
Bartlomiej Zolnierkiewicz
2009-03-27
1
-2
/
+2
*
ide-cd: use ide_drive_t's rq in cdrom_queue_request_sense
Borislav Petkov
2009-03-27
2
-3
/
+1
*
IDE: palm_bk3710: use ioremap instead of arch-specific IO_ADDRESS()
Kevin Hilman
2009-03-27
1
-4
/
+9
*
ide: cleanup <asm-m68k/ide.h>
Bartlomiej Zolnierkiewicz
2009-03-27
2
-4
/
+4
*
ide: make m68k host drivers use IDE_HFLAG_MMIO
Bartlomiej Zolnierkiewicz
2009-03-27
5
-12
/
+7
*
ide: remove IDE_ARCH_LOCK (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
3
-8
/
+31
*
ide: remove IDE_ARCH_INTR (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-2
/
+3
*
ide: improve debugging scheme
Borislav Petkov
2009-03-27
5
-89
/
+78
*
ide: move ->rqsize init from init_irq() to ide_init_port()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-8
/
+7
*
macide: use struct ide_port_info
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+5
*
buddha: use struct ide_port_info
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+5
*
ide-pnp: use struct ide_port_info
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+5
*
ide-generic: use struct ide_port_info
Bartlomiej Zolnierkiewicz
2009-03-27
1
-2
/
+6
*
ide_arm: use struct ide_port_info
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+5
*
icside: use struct ide_port_info also for PCB version 5 (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-2
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2009-03-26
1
-18
/
+18
|
\
|
*
platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...
Ming Lei
2009-03-24
1
-18
/
+18
*
|
ide: use try_to_identify() in ide_driveid_update()
Bartlomiej Zolnierkiewicz
2009-03-24
2
-62
/
+16
*
|
ide: clear drive IRQ after re-enabling local IRQs in ide_driveid_update()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-2
/
+2
*
|
ide: sanitize SELECT_MASK() usage in ide_driveid_update()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-1
/
+3
*
|
ide: classify device type in do_probe()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-13
/
+13
*
|
ide: remove broken EXABYTENEST support
Bartlomiej Zolnierkiewicz
2009-03-24
1
-37
/
+0
*
|
ide: shorten timeout value in ide_driveid_update()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-1
/
+1
*
|
ide: propagate AltStatus workarounds to ide_driveid_update()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-3
/
+18
*
|
ide: fix kmalloc() failure handling in ide_driveid_update()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-13
/
+20
*
|
ide: remove pciirq argument from ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
2009-03-24
2
-9
/
+7
*
|
ide: fix ->init_chipset method to return 'int' value
Bartlomiej Zolnierkiewicz
2009-03-24
17
-24
/
+24
*
|
ide: remove try_to_identify() wrapper
Bartlomiej Zolnierkiewicz
2009-03-24
1
-25
/
+9
*
|
ide: remove no longer needed IRQ auto-probing from try_to_identify() (v2)
Bartlomiej Zolnierkiewicz
2009-03-24
1
-43
/
+7
*
|
ide: remove no longer needed IRQ fallback code from hwif_init()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-26
/
+4
*
|
amd74xx: remove no longer needed ->init_hwif method
Bartlomiej Zolnierkiewicz
2009-03-24
1
-10
/
+0
*
|
ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS
Bartlomiej Zolnierkiewicz
2009-03-24
7
-34
/
+6
*
|
ide: use ide_pci_is_in_compatibility_mode() in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-10
/
+6
*
|
ide: use pci_get_legacy_ide_irq() in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-4
/
+4
*
|
ide: handle IDE_HFLAG[_FORCE]_LEGACY_IRQS in ide_pci_init_{one,two}()
Bartlomiej Zolnierkiewicz
2009-03-24
2
-4
/
+12
*
|
trm290: small ->init_hwif cleanup
Bartlomiej Zolnierkiewicz
2009-03-24
1
-3
/
+0
*
|
ns87415: small ->init_hwif cleanup
Bartlomiej Zolnierkiewicz
2009-03-24
1
-2
/
+0
*
|
ns87415: use pci_get_legacy_ide_irq()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-1
/
+1
*
|
amd74xx: use ide_pci_is_in_compatibility_mode()
Bartlomiej Zolnierkiewicz
2009-03-24
1
-1
/
+1
*
|
ide: move error handling code to ide-eh.c (v2)
Bartlomiej Zolnierkiewicz
2009-03-24
4
-426
/
+432
[next]