All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] ide: remove ->end_request method
@ 2009-02-01 19:27 Bartlomiej Zolnierkiewicz
  2009-02-01 19:27 ` [PATCH 1/8] ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag Bartlomiej Zolnierkiewicz
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2009-02-01 19:27 UTC (permalink / raw)
  To: linux-ide; +Cc: Borislav Petkov, Bartlomiej Zolnierkiewicz, linux-kernel


by-product of some other WIP...

on top of "[PATCH 00/15] weekly IDE updates" patchset
[ http://marc.info/?l=linux-kernel&m=123351051303529&w=2 ]

diffstat:
 drivers/ide/ide-atapi.c    |   17 +++--
 drivers/ide/ide-cd.c       |    1 
 drivers/ide/ide-disk.c     |    1 
 drivers/ide/ide-floppy.c   |  130 ++++++++++++++++-----------------------------
 drivers/ide/ide-gd.c       |    6 --
 drivers/ide/ide-gd.h       |    2 
 drivers/ide/ide-io.c       |   21 ++++---
 drivers/ide/ide-tape.c     |  124 ++++++++++++++----------------------------
 drivers/ide/ide-taskfile.c |   16 +----
 include/linux/ide.h        |   16 +++--
 10 files changed, 127 insertions(+), 207 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-02-05  6:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-01 19:27 [PATCH 0/8] ide: remove ->end_request method Bartlomiej Zolnierkiewicz
2009-02-01 19:27 ` [PATCH 1/8] ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag Bartlomiej Zolnierkiewicz
2009-02-01 19:27 ` [PATCH 2/8] ide-floppy: remove superfluous check from ide_floppy_end_request() Bartlomiej Zolnierkiewicz
2009-02-01 19:27 ` [PATCH 3/8] ide-tape: remove superfluous tape->lock Bartlomiej Zolnierkiewicz
2009-02-01 19:28 ` [PATCH 4/8] ide: move ->failed_pc to ide_drive_t Bartlomiej Zolnierkiewicz
2009-02-01 19:28 ` [PATCH 5/8] ide: use ->end_request only for private device driver requests Bartlomiej Zolnierkiewicz
2009-02-01 19:28 ` [PATCH 6/8] ide-{floppy,tape}: cleanup ide*_end_request() Bartlomiej Zolnierkiewicz
2009-02-01 19:28 ` [PATCH 7/8] ide: remove ->end_request method Bartlomiej Zolnierkiewicz
2009-02-01 19:28 ` [PATCH 8/8] ide: return request status from ->pc_callback method Bartlomiej Zolnierkiewicz
2009-02-05  6:50 ` [PATCH 0/8] ide: remove ->end_request method Borislav Petkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.