linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git patches] atang tree: parallel scanning improvements
@ 2010-02-18 18:59 Bartlomiej Zolnierkiewicz
  2010-02-18 18:59 ` [PATCH 1/3] libata: pass host flags into __ata_pci_sff_init_one() helper Bartlomiej Zolnierkiewicz
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2010-02-18 18:59 UTC (permalink / raw)
  To: linux-ide; +Cc: Bartlomiej Zolnierkiewicz, linux-kernel

DISCLAIMER: the fact of getting patches merged into atang tree means
that from now on they will be getting updates for changes happening
in atang tree and it should not be treated as an indication regarding
decisions taken by 'upstream' kernel trees


Allow parallel scan and the like to be set without having to stop using
the existing full helper functions (this is based on a upstream proposal
patch from Alan Cox) and add parallel scanning feature for older Intel
PATA controllers.

[ Patches for other controllers are welcomed and I will also continue
  progressively adding parallel scanning while fixing/testing drivers. ]


The following changes since commit e2adfa56bafbafb65cdb6d8efe4cac5ed7582f88:
  Bartlomiej Zolnierkiewicz (1):
        pata_pdc202xx_old: update documentation

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bart/misc.git atang-v4.6

Bartlomiej Zolnierkiewicz (3):
      libata: pass host flags into __ata_pci_sff_init_one() helper
      pata_oldpiix: add locking for parallel scanning
      pata_oldpiix: enable parallel scan

 drivers/ata/libata-sff.c    |    4 +++-
 drivers/ata/pata_ali.c      |    2 +-
 drivers/ata/pata_amd.c      |    2 +-
 drivers/ata/pata_artop.c    |    2 +-
 drivers/ata/pata_atiixp.c   |   18 ++----------------
 drivers/ata/pata_cmd640.c   |    2 +-
 drivers/ata/pata_cs5530.c   |    2 +-
 drivers/ata/pata_efar.c     |   18 ++----------------
 drivers/ata/pata_hpt366.c   |    2 +-
 drivers/ata/pata_it821x.c   |    2 +-
 drivers/ata/pata_ns87415.c  |    2 +-
 drivers/ata/pata_oldpiix.c  |   13 +++++++++++--
 drivers/ata/pata_sl82c105.c |    2 +-
 include/linux/libata.h      |    4 ++--
 14 files changed, 29 insertions(+), 46 deletions(-)

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

end of thread, other threads:[~2010-02-19  0:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18 18:59 [git patches] atang tree: parallel scanning improvements Bartlomiej Zolnierkiewicz
2010-02-18 18:59 ` [PATCH 1/3] libata: pass host flags into __ata_pci_sff_init_one() helper Bartlomiej Zolnierkiewicz
2010-02-18 21:44   ` Alan Cox
2010-02-18 22:41     ` Bartlomiej Zolnierkiewicz
2010-02-18 23:33       ` Alan Cox
2010-02-19  0:00     ` Jeff Garzik
2010-02-18 18:59 ` [PATCH 2/3] pata_oldpiix: add locking for parallel scanning Bartlomiej Zolnierkiewicz
2010-02-18 21:45   ` Alan Cox
2010-02-18 18:59 ` [PATCH 3/3] pata_oldpiix: enable parallel scan Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).