summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-17Merge commit 'tests/master'Stephen Rothwell
Conflicts: lib/Kconfig.debug
2008-06-17Merge commit 'ia64/test'Stephen Rothwell
2008-06-17Merge commit 'scsi/master'Stephen Rothwell
2008-06-17Merge commit 'dlm/next'Stephen Rothwell
2008-06-17Merge commit 'kvm/master'Stephen Rothwell
2008-06-17Merge commit 'ubi/master'Stephen Rothwell
2008-06-17Merge commit 'hwmon/testing'Stephen Rothwell
2008-06-17Merge commit 'ieee1394/for-next'Stephen Rothwell
2008-06-17Merge commit 'nfsd/nfsd-next'Stephen Rothwell
Conflicts: net/sunrpc/auth_gss/auth_gss.c net/sunrpc/svc.c
2008-06-17Merge commit 'acpi/test'Stephen Rothwell
Conflicts: drivers/acpi/processor_throttling.c drivers/acpi/sleep/main.c
2008-06-17Merge commit 'infiniband/for-next'Stephen Rothwell
2008-06-17Merge commit 'xfs/master'Stephen Rothwell
2008-06-17Merge commit 'nfs/linux-next'Stephen Rothwell
2008-06-17Merge commit 'libata/NEXT'Stephen Rothwell
2008-06-17Merge branch 'quilt/ide'Stephen Rothwell
2008-06-17Merge commit 'kbuild/master'Stephen Rothwell
2008-06-17Merge commit 'jfs/next'Stephen Rothwell
2008-06-17Merge commit 'sh/master'Stephen Rothwell
2008-06-17Merge commit 's390/features'Stephen Rothwell
Conflicts: drivers/s390/block/dasd.c drivers/s390/block/dasd_eckd.c drivers/s390/block/dasd_fba.c drivers/s390/char/tape_core.c drivers/s390/cio/device_fsm.c drivers/s390/net/claw.c drivers/s390/net/ctcm_main.c drivers/s390/net/lcs.c
2008-06-17Merge commit 'v4l-dvb/stable'Stephen Rothwell
2008-06-17Merge commit 'avr32/avr32-arch'Stephen Rothwell
2008-06-17Merge branch 'quilt/kernel-doc'Stephen Rothwell
2008-06-17Merge branch 'quilt/i2c'Stephen Rothwell
Conflicts: drivers/i2c/i2c-core.c
2008-06-17Merge commit 'hid/mm'Stephen Rothwell
2008-06-17Merge commit 'pci/linux-next'Stephen Rothwell
Conflicts: include/linux/device.h
2008-06-17Merge commit 'timers/auto-timers-next'Stephen Rothwell
2008-06-17Merge commit 'stackprotector/auto-stackprotector-next'Stephen Rothwell
2008-06-17Merge commit 'sched/auto-sched-next'Stephen Rothwell
Conflicts: kernel/Makefile
2008-06-17Merge commit 'safe-poison-pointers/auto-safe-poison-pointers-next'Stephen Rothwell
2008-06-17Merge commit 'genirq/auto-genirq-next'Stephen Rothwell
2008-06-17Merge commit 'ftrace/auto-ftrace-next'Stephen Rothwell
2008-06-17Merge commit 'cpus4096/auto-cpus4096-next'Stephen Rothwell
2008-06-17Merge commit 'tip-core/auto-core-next'Stephen Rothwell
2008-06-17Merge branch 'quilt/usb'Stephen Rothwell
2008-06-17Merge branch 'quilt/driver-core'Stephen Rothwell
Conflicts: drivers/scsi/hosts.c
2008-06-17Merge commit 'input-current/for-linus'Stephen Rothwell
2008-06-17Merge branch 'quilt/usb.current'Stephen Rothwell
2008-06-17Merge branch 'quilt/driver-core.current'Stephen Rothwell
2008-06-17Merge commit 'net-current/master'Stephen Rothwell
2008-06-17Merge commit 'scsi-rc-fixes/master'Stephen Rothwell
2008-06-17ide-floppy: zero out the whole struct ide_atapi_pc on initBorislav Petkov
This is a precaution just to make sure a new pc is clean when allocated. There should be no functional change introduced by this patch. [bart: ported it over IDE changes] Signed-off-by: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-06-17ide-floppy: fold idefloppy_create_test_unit_ready_cmd into idefloppy_openBorislav Petkov
There's no need for this function since it is used only once. [bart: ported it over IDE changes] Signed-off-by: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-06-17ide-cd: move request prep chunk from cdrom_do_newpc_cont to rq issue pathBorislav Petkov
As a nice side effect, this minimizes the IRQ handler execution time. There should be no functionality change resulting from this patch. [bart: remove extra newlines from ide_cd_do_request()] Signed-off-by: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-06-17ide-cd: move request prep from cdrom_start_rw_cont to rq issue pathBorislav Petkov
... by factoring out the rq preparation code into a separate function called in the request routine. As a nice side effect, this minimizes the IRQ handler execution time. There should be no functionality change resulting from this patch. [bart: s/HWGROUP()/drive->hwif->hwgroup/ and remove extra newline] Signed-off-by: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-06-17ide-cd: move request prep from cdrom_start_seek_continuation to rq issue pathBorislav Petkov
... by factoring out the rq preparation code into a separate function called in the request routine. As a nice side effect, this minimizes the IRQ handler execution time. There should be no functionality change resulting from this patch. [bart: s/HWGROUP()/drive->hwif->hwgroup/ and remove extra newlines] Signed-off-by: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-06-17ide-cd: fold cdrom_start_seek into ide_cd_do_requestBorislav Petkov
Do what the compiler does anyway: inline a function that is used only once. This saves us the overhead of a function call and the function is small enough to be embedded in the callsite anyways. Signed-off-by: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-06-17ide-cd: simplify request issuing pathBorislav Petkov
Call cdrom_start_packet_command() only from the ->do_request() routine. As a nice side effect, this improves code readability a bit. There should be no functionality change resulting from this patch. Signed-off-by: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-06-17ide-cd: mv ide_do_rw_cdrom ide_cd_do_requestBorislav Petkov
There should be no functionality change resulting from this patch. Signed-off-by: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-06-17ide-cd: cdrom_start_seek: remove unused argument blockBorislav Petkov
There should be no functionality change resulting from this patch. Signed-off-by: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-06-17ide-cd: ide_do_rw_cdrom: add the catch-all bad request case to the if-else blockBorislav Petkov
There should be no functionality change resulting from this patch. Signed-off-by: Borislav Petkov <petkovbb@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>