login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
August
»
23
Re: [PATCH 07/22] ide: add ide_queue_pc_head() helper
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Sergei Shtylyov
Subject:
Re: [PATCH 07/22] ide: add ide_queue_pc_head() helper
Date: Saturday, August 23, 2008 - 2:57 pm
Bartlomiej Zolnierkiewicz wrote:
quoted text
> * Move REQ_IDETAPE_* enums to <linux/ide.h>. > > * Add ide_queue_pc_head() and convert ide-{floppy,tape}.c to use it > instead of ide*_queue_pc_head(). > > * Remove no longer used ide*_queue_pc_head(). > > There should be no functional changes caused by this patch. > > Cc: Borislav Petkov <petkovbb@gmail.com> > Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> >
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> MBR, Sergei --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 00/22] ide: more work on generic ATAPI support
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:35 am)
[PATCH 01/22] ide-floppy: fixup ide_floppy_io_buffers()
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:35 am)
[PATCH 02/22] ide-scsi: cleanup ide_scsi_io_buffers()
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:35 am)
[PATCH 03/22] ide: add ide_io_buffers() helper
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:35 am)
[PATCH 04/22] ide-floppy: add ide_floppy_set_media_lock() ...
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:35 am)
[PATCH 05/22] ide-tape: add ide_tape_set_media_lock() helper
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:36 am)
[PATCH 06/22] ide: add ide_init_pc() helper
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:36 am)
[PATCH 07/22] ide: add ide_queue_pc_head() helper
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:36 am)
[PATCH 08/22] ide: add ide_queue_pc_tail() helper
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:36 am)
[PATCH 09/22] ide-floppy: ->{srfp,wp} -> IDE_AFLAG_{SRFP,WP}
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:36 am)
[PATCH 10/22] ide-floppy: move floppy ioctls handling to i ...
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:36 am)
[PATCH 11/22] ide: add ide_set_media_lock() helper
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:36 am)
[PATCH 12/22] ide: add ide_do_start_stop() helper
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:36 am)
[PATCH 13/22] ide: add ide_do_test_unit_ready() helper
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:37 am)
[PATCH 14/22] ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines ...
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:37 am)
[PATCH 15/22] ide: drop dsc_handle argument from ide_pc_intr()
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:37 am)
[PATCH 16/22] ide: add pointer to the current packet comma ...
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:37 am)
[PATCH 17/22] ide: drop 'timeout' and 'expiry' arguments f ...
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:37 am)
[PATCH 18/22] ide: add request_sense_{pc,rq} to ide_drive_t
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:37 am)
[PATCH 19/22] ide: add ide_retry_pc() helper
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:37 am)
[PATCH 20/22] ide: add ->pc_{update,io}_buffers methods
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:37 am)
[PATCH 21/22] ide: make ide_pc_intr() static
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:37 am)
[PATCH 22/22] ide: make ide_transfer_pc() static
, Bartlomiej Zolnierki ...
, (Sun Aug 10, 8:38 am)
Re: [PATCH 11/22] ide: add ide_set_media_lock() helper
, Borislav Petkov
, (Sun Aug 10, 11:02 pm)
Re: [PATCH 00/22] ide: more work on generic ATAPI support
, Borislav Petkov
, (Sun Aug 10, 11:36 pm)
Re: [PATCH 11/22] ide: add ide_set_media_lock() helper
, Bartlomiej Zolnierki ...
, (Tue Aug 12, 2:05 am)
Re: [PATCH 11/22] ide: add ide_set_media_lock() helper
, Boris Petkov
, (Tue Aug 12, 6:37 am)
Re: [PATCH 11/22] ide: add ide_set_media_lock() helper
, Bartlomiej Zolnierki ...
, (Tue Aug 12, 10:48 am)
Re: [PATCH 04/22] ide-floppy: add ide_floppy_set_media_loc ...
, Sergei Shtylyov
, (Sat Aug 23, 4:49 am)
Re: [PATCH 13/22] ide: add ide_do_test_unit_ready() helper
, Sergei Shtylyov
, (Sat Aug 23, 2:31 pm)
Re: [PATCH 07/22] ide: add ide_queue_pc_head() helper
, Sergei Shtylyov
, (Sat Aug 23, 2:57 pm)
Re: [PATCH 08/22] ide: add ide_queue_pc_tail() helper
, Sergei Shtylyov
, (Sat Aug 23, 2:58 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Trent Waddington
Re: Gaming Interface
Takashi Iwai
Re: [PATCH] usb: usbmixer error path fix
Jeremy Fitzhardinge
Re: [patch 1/6] Re-enable VDSO by default with PARAVIRT
Dan Carpenter
Re: [patch] dma-debug: off by one issue
Pekka Enberg
Re: latest -git: suspend: unable to handle kernel paging request (was Re: no_conso...
git
:
Stephen R. van den Berg
Re: [RFC] origin link for cherry-pick and revert
Christian Stimming
git-gui: Fix broken revert confirmation.
Junio C Hamano
Re: git-svnimport
Mark Burton
Re: [PATCH] builtin-branch: highlight current remote branches with an asterisk
Johannes Schindelin
Re: [PATCH] Fix approxidate("never") to always return 0
linux-netdev
:
Nick Piggin
Re: Kernel WARNING: at net/core/dev.c:1330 __netif_schedule+0x2c/0x98()
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
Ingo Molnar
Re: [regression] nf_iterate(), BUG: unable to handle kernel NULL pointer dereference
Gerrit Renker
[PATCH 37/37] dccp: Debugging functions for feature negotiation
openbsd-misc
:
Christophe Rioux
Implementation example of snmp
Ryan McBride
Re: Packets Per Second Limit?
Nick Holland
Re: booting openbsd on eee without cd-rom
frantisek holop
Re: splassert: vwakeup: and friends
Bryan Irvine
Re: OpenBSD 4.7 Released, May 19 2010
git-commits-head
:
Linux Kernel Mailing List
ath9k_htc: Allocate URBs properly
Linux Kernel Mailing List
bnx2x: Fan failure mechanism on additional design
Linux Kernel Mailing List
cpumask: make irq_set_affinity() take a const struct cpumask
Linux Kernel Mailing List
ARM: 5670/1: bcmring: add default configuration for bcmring arch
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Colocation donated by:
Syndicate