All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] few more ide2libata patches
@ 2010-01-30 19:49 Bartlomiej Zolnierkiewicz
  2010-01-30 19:49 ` [PATCH 1/9] pata_cs5536: forward port changes from cs5536 Bartlomiej Zolnierkiewicz
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2010-01-30 19:49 UTC (permalink / raw)
  To: linux-ide; +Cc: Bartlomiej Zolnierkiewicz, linux-kernel


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

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

end of thread, other threads:[~2010-01-31  0:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-30 19:49 [PATCH 0/9] few more ide2libata patches Bartlomiej Zolnierkiewicz
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

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.