public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
To: linux-ide@vger.kernel.org
Cc: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH 00/14] ide: ide_task_t -> struct ide_cmd
Date: Mon, 02 Feb 2009 22:37:07 +0100	[thread overview]
Message-ID: <20090202213707.17960.61897.sendpatchset@localhost.localdomain> (raw)


Sanitize structure representing ATA command and few related changes.

on top of "[PATCH 0/8] ide: remove ->end_request method" patchset
[ http://lkml.org/lkml/2009/2/1/117 ]

diffstat:
 drivers/ide/au1xxx-ide.c    |   13 -
 drivers/ide/falconide.c     |    8 
 drivers/ide/icside.c        |    8 
 drivers/ide/ide-acpi.c      |   10 
 drivers/ide/ide-atapi.c     |   61 ++--
 drivers/ide/ide-disk.c      |  169 ++++++-------
 drivers/ide/ide-disk_proc.c |   28 +-
 drivers/ide/ide-dma-sff.c   |    6 
 drivers/ide/ide-dma.c       |   30 +-
 drivers/ide/ide-eh.c        |    6 
 drivers/ide/ide-floppy.c    |    5 
 drivers/ide/ide-h8300.c     |   66 ++---
 drivers/ide/ide-io-std.c    |   66 ++---
 drivers/ide/ide-io.c        |   82 +++---
 drivers/ide/ide-ioctls.c    |   46 +--
 drivers/ide/ide-iops.c      |   30 +-
 drivers/ide/ide-lib.c       |   20 -
 drivers/ide/ide-park.c      |   25 +
 drivers/ide/ide-pm.c        |   39 +--
 drivers/ide/ide-probe.c     |   18 -
 drivers/ide/ide-proc.c      |   16 -
 drivers/ide/ide-taskfile.c  |  571 ++++++++++++++++++++------------------------
 drivers/ide/ns87415.c       |   30 +-
 drivers/ide/pmac.c          |    9 
 drivers/ide/q40ide.c        |    8 
 drivers/ide/scc_pata.c      |   66 ++---
 drivers/ide/sgiioc4.c       |   12 
 drivers/ide/tx4938ide.c     |   66 ++---
 drivers/ide/tx4939ide.c     |   81 +++---
 include/linux/ide.h         |   64 ++--
 30 files changed, 803 insertions(+), 856 deletions(-)

             reply	other threads:[~2009-02-02 21:39 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-02 21:37 Bartlomiej Zolnierkiewicz [this message]
2009-02-02 21:37 ` [PATCH 01/14] ide: use blk_fs_request() check in ide-taskfile.c Bartlomiej Zolnierkiewicz
2009-02-02 21:37 ` [PATCH 02/14] ide: call ide_build_sglist() prior to ->dma_setup Bartlomiej Zolnierkiewicz
2009-02-02 21:37 ` [PATCH 03/14] ide: remove ide_task_t typedef Bartlomiej Zolnierkiewicz
2009-02-02 21:37 ` [PATCH 04/14] ide: pass command instead of request to ide_pio_datablock() Bartlomiej Zolnierkiewicz
2009-02-02 21:37 ` [PATCH 05/14] ide: move command related fields from ide_hwif_t to struct ide_cmd Bartlomiej Zolnierkiewicz
2009-02-02 21:37 ` [PATCH 06/14] ide: set IDE_TFLAG_WRITE basing on data phase used in ide_taskfile_ioctl() Bartlomiej Zolnierkiewicz
2009-02-02 21:37 ` [PATCH 07/14] ide: use ata_tf_protocols enums Bartlomiej Zolnierkiewicz
2009-02-02 21:38 ` [PATCH 08/14] ide: merge task_{in,out}_intr() Bartlomiej Zolnierkiewicz
2009-02-02 21:38 ` [PATCH 09/14] ide: inline task_in_unexpected() into task_pio_intr() Bartlomiej Zolnierkiewicz
2009-02-02 21:38 ` [PATCH 10/14] ide: unify exit paths in task_pio_intr() Bartlomiej Zolnierkiewicz
2009-02-02 21:40 ` [PATCH 11/14] ide: task_error() -> task_error_cmd() Bartlomiej Zolnierkiewicz
2009-02-02 21:40 ` [PATCH 12/14] ide: use ide_complete_cmd() for head unload commands Bartlomiej Zolnierkiewicz
2009-02-02 21:40 ` [PATCH 13/14] ide: use ide_complete_cmd() for PM commands Bartlomiej Zolnierkiewicz
2009-02-02 21:40 ` [PATCH 14/14] ide: sanitize ide_finish_cmd() Bartlomiej Zolnierkiewicz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090202213707.17960.61897.sendpatchset@localhost.localdomain \
    --to=bzolnier@gmail.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox