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/10] ide: make ide 'struct hd_driveid'-free
Date: Tue, 22 Jul 2008 23:11:59 +0200 [thread overview]
Message-ID: <20080722211159.20478.74184.sendpatchset@localhost.localdomain> (raw)
Hi,
This patchset (against pata tree + recently posted 'ata: add missing ATA_ID_*
defines (take 2)' patch) converts drivers/ide/ from using struct hd_driveid to
use 'raw' id + ATA_ID_* defines instead. This is a part of larger project to
remove <linux/hdreg.h> + allows us to safely use ata_id_() & co. inline helpers
from <linux/ata.h> in drivers/ide/.
patches:
#01-02 - drive-by fixes
#03-05 - preparatory cleanups
#06-07 - main conversion from struct hd_driveid to 'raw' id
#08-10 - use more ata_id_*() helpers in drivers/ide/
diffstat:
drivers/ide/arm/icside.c | 4
drivers/ide/arm/palm_bk3710.c | 3
drivers/ide/ide-acpi.c | 6 -
drivers/ide/ide-cd.c | 15 +-
drivers/ide/ide-disk.c | 103 +++++++++-----------
drivers/ide/ide-dma.c | 62 ++++++------
drivers/ide/ide-floppy.c | 14 +-
drivers/ide/ide-io.c | 2
drivers/ide/ide-iops.c | 209 +++++++++++------------------------------
drivers/ide/ide-lib.c | 28 ++---
drivers/ide/ide-probe.c | 164 ++++++++++++++++----------------
drivers/ide/ide-proc.c | 5
drivers/ide/ide-tape.c | 7 -
drivers/ide/ide-taskfile.c | 6 -
drivers/ide/ide-timings.c | 23 ++--
drivers/ide/ide.c | 67 ++++++++++---
drivers/ide/legacy/qd65xx.c | 26 ++---
drivers/ide/pci/alim15x3.c | 4
drivers/ide/pci/cs5530.c | 12 +-
drivers/ide/pci/hpt366.c | 8 -
drivers/ide/pci/it821x.c | 55 +++++-----
drivers/ide/pci/pdc202xx_new.c | 4
drivers/ide/pci/pdc202xx_old.c | 8 -
drivers/ide/pci/sc1200.c | 12 +-
drivers/ide/pci/serverworks.c | 4
drivers/ide/pci/siimage.c | 8 -
drivers/ide/ppc/pmac.c | 6 -
drivers/scsi/ide-scsi.c | 13 +-
include/linux/ide.h | 32 +++---
29 files changed, 438 insertions(+), 472 deletions(-)
next reply other threads:[~2008-07-22 21:14 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-22 21:11 Bartlomiej Zolnierkiewicz [this message]
2008-07-22 21:12 ` [PATCH 01/10] ide: fix pre-EIDE SWDMA support on big-endian Bartlomiej Zolnierkiewicz
2008-07-22 21:12 ` [PATCH 02/10] ide: fix ide_fix_driveid() Bartlomiej Zolnierkiewicz
2008-07-22 21:12 ` [PATCH 03/10] ide: remove superfluous check from ide_disk_special() Bartlomiej Zolnierkiewicz
2008-07-22 21:12 ` [PATCH 04/10] ide: cleanup ide_disk_init_mult_count() Bartlomiej Zolnierkiewicz
2008-07-22 21:12 ` [PATCH 05/10] ide: cleanup ide_fix_driveid() Bartlomiej Zolnierkiewicz
2008-07-22 21:12 ` [PATCH 06/10] ide: make drive->id an union Bartlomiej Zolnierkiewicz
2008-07-22 21:12 ` [PATCH 07/10] ide: remove drive->driveid Bartlomiej Zolnierkiewicz
2008-07-22 21:12 ` [PATCH 08/10] ide: use ata_id_current_chs_valid() Bartlomiej Zolnierkiewicz
2008-07-22 21:13 ` [PATCH 09/10] ide-disk: use ata_id_wcache_enabled() Bartlomiej Zolnierkiewicz
2008-07-22 21:13 ` [PATCH 10/10] ide-disk: use ata_id_hpa_enabled() 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=20080722211159.20478.74184.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