summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ide: no need to read Status and Error registers for "empty" taskfile requestsBartlomiej Zolnierkiewicz2009-03-271-3/+1
* ide: move request type specific code from ide_end_drive_cmd() to callers (v3)Bartlomiej Zolnierkiewicz2009-03-275-40/+41
* ide: factor out completion of taskfile from ide_end_drive_cmd()Bartlomiej Zolnierkiewicz2009-03-271-11/+16
* ide: complete power step in ide_complete_pm_request()Bartlomiej Zolnierkiewicz2009-03-272-8/+9
* ide: add "flagged" taskfile flags to struct ide_taskfile (v2)Bartlomiej Zolnierkiewicz2009-03-278-25/+25
* ide: add IDE_HFLAG_4DRIVES host flagBartlomiej Zolnierkiewicz2009-03-272-3/+4
* ide: add IDE_HFLAG_DTC2278 host flagBartlomiej Zolnierkiewicz2009-03-272-2/+3
* ide: remove now superfluous check from ide_host_register()Bartlomiej Zolnierkiewicz2009-03-271-12/+7
* ide: allow host drivers to specify IRQ flagsBartlomiej Zolnierkiewicz2009-03-2712-21/+20
* ide: fix error message in pre_task_out_intr()Bartlomiej Zolnierkiewicz2009-03-271-1/+3
* ide: fix memleak on failure in probe_for_drive()Bartlomiej Zolnierkiewicz2009-03-271-13/+9
* scc_pata: remove DECLARE_SCC_DEV() macro (v2)Bartlomiej Zolnierkiewicz2009-03-271-16/+11
* ide: include <asm/ide.h> only when neededBartlomiej Zolnierkiewicz2009-03-273-0/+11
* at91_ide: use readsw()/writesw() directlyBartlomiej Zolnierkiewicz2009-03-271-2/+2
* ide-cd: use ide_drive_t's rq in cdrom_queue_request_senseBorislav Petkov2009-03-272-3/+1
* IDE: palm_bk3710: use ioremap instead of arch-specific IO_ADDRESS()Kevin Hilman2009-03-271-4/+9
* ide: cleanup <asm-m68k/ide.h>Bartlomiej Zolnierkiewicz2009-03-272-4/+4
* ide: make m68k host drivers use IDE_HFLAG_MMIOBartlomiej Zolnierkiewicz2009-03-275-12/+7
* ide: remove IDE_ARCH_LOCK (v2)Bartlomiej Zolnierkiewicz2009-03-273-8/+31
* ide: remove IDE_ARCH_INTR (v2)Bartlomiej Zolnierkiewicz2009-03-271-2/+3
* ide: improve debugging schemeBorislav Petkov2009-03-275-89/+78
* ide: move ->rqsize init from init_irq() to ide_init_port()Bartlomiej Zolnierkiewicz2009-03-271-8/+7
* macide: use struct ide_port_infoBartlomiej Zolnierkiewicz2009-03-271-1/+5
* buddha: use struct ide_port_infoBartlomiej Zolnierkiewicz2009-03-271-1/+5
* ide-pnp: use struct ide_port_infoBartlomiej Zolnierkiewicz2009-03-271-1/+5
* ide-generic: use struct ide_port_infoBartlomiej Zolnierkiewicz2009-03-271-2/+6
* ide_arm: use struct ide_port_infoBartlomiej Zolnierkiewicz2009-03-271-1/+5
* icside: use struct ide_port_info also for PCB version 5 (v2)Bartlomiej Zolnierkiewicz2009-03-271-2/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2009-03-266-2/+1254
|\
| * m68k: section mismatch fixes: Atari SCSIMichael Schmitz2009-03-262-2/+2
| * m68k: mac - Add SWIM floppy supportLaurent Vivier2009-03-264-0/+1252
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-2613-50/+20
|\ \
| * | Rationalize fasync return valuesJonathan Corbet2009-03-1611-46/+12
| * | Use f_lock to protect f_flagsJonathan Corbet2009-03-162-4/+8
* | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-03-262-2/+6
|\ \ \
| * \ \ Merge branches 'irq/sparseirq' and 'linus' into irq/coreIngo Molnar2009-03-23102-16567/+12293
| |\ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-16406-2420/+13072
| |\ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-132-2/+6
| |\ \ \ \ \ \ \ \
| | | * | | | | | | sparseirq: fix build with unknown irq_desc structYinghai Lu2009-01-111-0/+4
| | | * | | | | | | sparseirq: make some func to be used with genirqYinghai Lu2009-01-112-2/+2
* | | | | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-03-261-3/+3
|\ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...Ingo Molnar2009-03-261-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | timers: add mod_timer_pending()Ingo Molnar2009-02-181-3/+3
* | | | | | | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-03-2650-2893/+3020
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [S390] use kzfree()Johannes Weiner2009-03-261-2/+1
| * | | | | | | | | | | | [S390] BUG to BUG_ON changesStoyan Gaydarov2009-03-263-8/+5
| * | | | | | | | | | | | [S390] Use csum_partial in checksum.hFrank Munzert2009-03-261-1/+3
| * | | | | | | | | | | | [S390] eliminate cpuinfo_S390 structureMartin Schwidefsky2009-03-261-1/+1
| * | | | | | | | | | | | [S390] list usage cleanup in s390Eric Sesterhenn2009-03-261-4/+2
| * | | | | | | | | | | | [S390] tape message cleanupCarsten Otte2009-03-268-371/+267