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 0/9] few more ide2libata patches
Date: Sat, 30 Jan 2010 20:49:18 +0100 [thread overview]
Message-ID: <20100130194918.30779.25485.sendpatchset@localhost> (raw)
On top of atang-v4.0:
- pata_cs5536 fixes (forward ported from cs5536)
- siimage cleanup
- cs5536 & siimage ported over ide2libata (400 LOC gone)
The following changes since commit 02a4edce515b374e01068be6c954c7f90dfac861:
Bartlomiej Zolnierkiewicz (1):
via82cxxx: convert to ide2libata
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bart/misc.git atang-v4.1
Bartlomiej Zolnierkiewicz (9):
pata_cs5536: forward port changes from cs5536
pata_sil680: CodingStyle fixes
siimage: cleanup I/O helpers
piix: move documentation to ata_piix.h
ide2libata: add missing credits
pata_cs5536: move code to be re-used by ide2libata to pata_cs5536.h
cs5536: convert to ide2libata
pata_sil680: move code to be re-used by ide2libata to pata_sil680.h
siimage: convert to ide2libata
drivers/ata/ata_piix.c | 45 ------
drivers/ata/ata_piix.h | 46 ++++++
drivers/ata/pata_cs5536.c | 191 +-------------------------
drivers/ata/pata_cs5536.h | 195 ++++++++++++++++++++++++++
drivers/ata/pata_sil680.c | 228 +------------------------------
drivers/ata/pata_sil680.h | 284 +++++++++++++++++++++++++++++++++++++
drivers/ide/aec62xx.c | 4 +-
drivers/ide/atiixp.c | 4 +-
drivers/ide/cs5520.c | 3 +-
drivers/ide/cs5530.c | 4 +-
drivers/ide/cs5535.c | 4 +-
drivers/ide/cs5536.c | 189 +------------------------
drivers/ide/it8213.c | 4 +-
drivers/ide/it821x.c | 4 +-
drivers/ide/piix.c | 40 +-----
drivers/ide/sc1200.c | 4 +-
drivers/ide/siimage.c | 342 +++------------------------------------------
drivers/ide/sl82c105.c | 2 +-
drivers/ide/slc90e66.c | 3 +-
drivers/ide/triflex.c | 4 +-
20 files changed, 578 insertions(+), 1022 deletions(-)
create mode 100644 drivers/ata/pata_cs5536.h
create mode 100644 drivers/ata/pata_sil680.h
next reply other threads:[~2010-01-30 19:49 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-30 19:49 Bartlomiej Zolnierkiewicz [this message]
2010-01-30 19:49 ` [PATCH 1/9] pata_cs5536: forward port changes from cs5536 Bartlomiej Zolnierkiewicz
2010-01-30 19:49 ` [PATCH 2/9] pata_sil680: CodingStyle fixes Bartlomiej Zolnierkiewicz
2010-01-30 19:49 ` [PATCH 3/9] siimage: cleanup I/O helpers Bartlomiej Zolnierkiewicz
2010-01-30 19:49 ` [PATCH 4/9] [ata_]piix: move documentation to ata_piix.h Bartlomiej Zolnierkiewicz
2010-01-30 19:49 ` [PATCH 5/9] ide2libata: add missing credits Bartlomiej Zolnierkiewicz
2010-01-30 19:49 ` [PATCH 6/9] pata_cs5536: move code to be re-used by ide2libata to pata_cs5536.h Bartlomiej Zolnierkiewicz
2010-01-30 19:50 ` [PATCH 7/9] cs5536: convert to ide2libata Bartlomiej Zolnierkiewicz
2010-01-30 21:55 ` Jeff Garzik
2010-01-31 0:30 ` Bartlomiej Zolnierkiewicz
2010-01-30 19:50 ` [PATCH 8/9] pata_sil680: move code to be re-used by ide2libata to pata_sil680.h Bartlomiej Zolnierkiewicz
2010-01-30 19:50 ` [PATCH 9/9] siimage: convert to ide2libata 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=20100130194918.30779.25485.sendpatchset@localhost \
--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 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.