All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ide: more core code housekeeping
@ 2009-01-19 13:03 Bartlomiej Zolnierkiewicz
  2009-01-19 13:03 ` [PATCH 1/6] ide: move ide_read_bcount_and_ireason() to ide-atapi.c Bartlomiej Zolnierkiewicz
                   ` (6 more replies)
  0 siblings, 7 replies; 27+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2009-01-19 13:03 UTC (permalink / raw)
  To: linux-ide; +Cc: Bartlomiej Zolnierkiewicz, linux-kernel


SFF I/O code goes to ide-io-sff.c and error handling to ide-eh.c...

diffstat:
 drivers/ide/Makefile     |    5 
 drivers/ide/ide-atapi.c  |   15 +
 drivers/ide/ide-eh.c     |  427 +++++++++++++++++++++++++++++
 drivers/ide/ide-io-sff.c |  314 +++++++++++++++++++++
 drivers/ide/ide-io.c     |  129 --------
 drivers/ide/ide-iops.c   |  691 ++---------------------------------------------
 include/linux/ide.h      |   13 
 7 files changed, 801 insertions(+), 793 deletions(-)

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

end of thread, other threads:[~2009-01-19 22:37 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-19 13:03 [PATCH 0/6] ide: more core code housekeeping Bartlomiej Zolnierkiewicz
2009-01-19 13:03 ` [PATCH 1/6] ide: move ide_read_bcount_and_ireason() to ide-atapi.c Bartlomiej Zolnierkiewicz
2009-01-19 13:03 ` [PATCH 2/6] ide: move SFF I/O code to ide-io-sff.c Bartlomiej Zolnierkiewicz
2009-01-19 14:17   ` Sergei Shtylyov
2009-01-19 14:23     ` Bartlomiej Zolnierkiewicz
2009-01-19 14:29       ` Sergei Shtylyov
2009-01-19 14:31         ` Sergei Shtylyov
2009-01-19 14:35           ` Bartlomiej Zolnierkiewicz
2009-01-19 17:37         ` Alan Cox
2009-01-19 18:02           ` Sergei Shtylyov
2009-01-19 18:36             ` Alan Cox
2009-01-19 18:46               ` Sergei Shtylyov
2009-01-19 18:49                 ` Alan Cox
2009-01-19 19:04                   ` Sergei Shtylyov
2009-01-19 21:31                     ` Alan Cox
2009-01-19 21:48                       ` Sergei Shtylyov
2009-01-19 22:37                         ` Sergei Shtylyov
2009-01-19 19:12                   ` Bartlomiej Zolnierkiewicz
2009-01-19 19:53                     ` Sergei Shtylyov
2009-01-19 16:39   ` Sergei Shtylyov
2009-01-19 13:03 ` [PATCH 3/6] ide: fix printk() levels in [atapi_]reset_pollfunc() Bartlomiej Zolnierkiewicz
2009-01-19 14:28   ` Sergei Shtylyov
2009-01-19 13:03 ` [PATCH 4/6] ide: fix comments in ide_config_drive_speed() Bartlomiej Zolnierkiewicz
2009-01-19 14:25   ` Sergei Shtylyov
2009-01-19 13:03 ` [PATCH 5/6] ide: checkpatch.pl fixes for ide-iops.c Bartlomiej Zolnierkiewicz
2009-01-19 13:03 ` [PATCH 6/6] ide: move error handling code to ide-eh.c Bartlomiej Zolnierkiewicz
2009-01-19 14:19 ` [PATCH 0/6] ide: more core code housekeeping Sergei Shtylyov

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.