summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-27ide: remove ->data_phase field from ide_hwif_tBartlomiej Zolnierkiewicz5-21/+10
2009-03-27ide: no need to read Status and Error registers for "empty" taskfile requestsBartlomiej Zolnierkiewicz1-3/+1
2009-03-27ide: move request type specific code from ide_end_drive_cmd() to callers (v3)Bartlomiej Zolnierkiewicz6-41/+43
2009-03-27ide: factor out completion of taskfile from ide_end_drive_cmd()Bartlomiej Zolnierkiewicz1-11/+16
2009-03-27ide: complete power step in ide_complete_pm_request()Bartlomiej Zolnierkiewicz3-9/+10
2009-03-27ide: add "flagged" taskfile flags to struct ide_taskfile (v2)Bartlomiej Zolnierkiewicz9-56/+60
2009-03-27ide: add IDE_HFLAG_4DRIVES host flagBartlomiej Zolnierkiewicz3-3/+6
2009-03-27ide: add IDE_HFLAG_DTC2278 host flagBartlomiej Zolnierkiewicz3-2/+5
2009-03-27ide: remove now superfluous check from ide_host_register()Bartlomiej Zolnierkiewicz1-12/+7
2009-03-27ide: allow host drivers to specify IRQ flagsBartlomiej Zolnierkiewicz13-21/+26
2009-03-27ide: fix error message in pre_task_out_intr()Bartlomiej Zolnierkiewicz1-1/+3
2009-03-27ide: fix memleak on failure in probe_for_drive()Bartlomiej Zolnierkiewicz2-15/+9
2009-03-27scc_pata: remove DECLARE_SCC_DEV() macro (v2)Bartlomiej Zolnierkiewicz1-16/+11
2009-03-27ide: include <asm/ide.h> only when neededBartlomiej Zolnierkiewicz4-7/+11
2009-03-27at91_ide: use readsw()/writesw() directlyBartlomiej Zolnierkiewicz1-2/+2
2009-03-27ide-cd: use ide_drive_t's rq in cdrom_queue_request_senseBorislav Petkov2-3/+1
2009-03-27IDE: palm_bk3710: use ioremap instead of arch-specific IO_ADDRESS()Kevin Hilman1-4/+9
2009-03-27ide: cleanup <asm-m68k/ide.h>Bartlomiej Zolnierkiewicz3-38/+4
2009-03-27ide: make m68k host drivers use IDE_HFLAG_MMIOBartlomiej Zolnierkiewicz5-12/+7
2009-03-27ide: remove IDE_ARCH_LOCK (v2)Bartlomiej Zolnierkiewicz5-50/+42
2009-03-27ide: remove IDE_ARCH_INTR (v2)Bartlomiej Zolnierkiewicz3-10/+3
2009-03-27ide: improve debugging schemeBorislav Petkov6-93/+83
2009-03-27ide: move ->rqsize init from init_irq() to ide_init_port()Bartlomiej Zolnierkiewicz1-8/+7
2009-03-27macide: use struct ide_port_infoBartlomiej Zolnierkiewicz1-1/+5
2009-03-27buddha: use struct ide_port_infoBartlomiej Zolnierkiewicz1-1/+5
2009-03-27ide-pnp: use struct ide_port_infoBartlomiej Zolnierkiewicz1-1/+5
2009-03-27ide-generic: use struct ide_port_infoBartlomiej Zolnierkiewicz1-2/+6
2009-03-27ide_arm: use struct ide_port_infoBartlomiej Zolnierkiewicz1-1/+5
2009-03-27icside: use struct ide_port_info also for PCB version 5 (v2)Bartlomiej Zolnierkiewicz1-2/+6
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds3-50/+96
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds14-60/+1483
2009-03-27Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds33-113/+90
2009-03-27Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds120-894/+990
2009-03-27Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds37-170/+252
2009-03-27Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-261/+437
2009-03-27Merge branch 'sched-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-642/+1262
2009-03-27Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds99-2917/+4059
2009-03-27Merge branch 'for-2.6.30' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds18-186/+205
2009-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-2/+2
2009-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1185-89508/+129760
2009-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds42-536/+793
2009-03-27Merge branch 'kvm-updates/2.6.30' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds71-1402/+4640
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds55-636/+1190
2009-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds15-111/+397
2009-03-27dontdiff: Fix asm excludeAlan Cox1-1/+0
2009-03-27ext3: Avoid starting a transaction in writepage when not necessaryJan Kara1-5/+13
2009-03-27Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1630-47071/+77672
2009-03-26m68k: irq_node.handler() should return irqreturn_tGeert Uytterhoeven1-1/+2
2009-03-26m68k: section mismatch fixes: Atari SCSIMichael Schmitz2-2/+2
2009-03-26m68k: section mismatch fixes: DMAsound for AtariMichael Schmitz1-2/+2