public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: linux-ide@vger.kernel.org
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: What's in libata-dev.git
Date: Wed, 24 Jan 2007 02:26:43 -0500	[thread overview]
Message-ID: <20070124072643.GA32298@havoc.gtf.org> (raw)

This is a summary and diffstat of all the changes pending in branch
libata-dev.git#upstream for kernel 2.6.21.  Items of note:

* major sata_promise improvements, including PATA and ATAPI support
* new drivers sata_inic162x, pata_it8213, MPC52xx
* sata_via PATA port support
* other minor improvements

Patchsets ACK'd and about to be merged:

* Tejun's devres stuff
* Cell ATA driver
* sata_sis PATA port support


Adrian Bunk (1):
      drivers/ata/: make 4 functions static

Alan (5):
      pata_it8213: Add new driver for the IT8213 card
      sata_via: PATA support
      libata-sff: Don't try and activate channels which are not in use
      ahci: Remove jmicron fixup
      libata: PIIX3 support

Alan Cox (1):
      pci: Move PCI_VDEVICE from libata to core

Andrew Morton (1):
      libata piix3 support warning fix

Arjan van de Ven (1):
      user of the jiffies rounding patch: ATA subsystem

Conke Hu (1):
      Add pci class code for SATA & AHCI, and replace some magic numbers.

Dan Wolstenholme (1):
      [libata] sata_vsc: support PCI MSI

J J (1):
      ata_piix: add ICH7 on Acer 3682WLMi to laptop list

Jakub W. Jozwicki J (1):
      pata_sis: implement laptop list and add ASUS A6K/A6U

Jeff Garzik (2):
      [libata] trim trailing whitespace
      [libata] sata_vsc: build fix after PCI MSI feature addition

Mikael Pettersson (5):
      sata_promise: TX2plus PATA support
      sata_promise: ATAPI support
      sata_promise: ATAPI cleanup
      sata_promise: issue ATAPI commands as normal packets
      sata_promise: handle ATAPI_NODATA ourselves

Robert Hancock (1):
      sata_nv: add suspend/resume support v3 (Resubmit)

Sylvain Munaut (1):
      libata: Add support for the MPC52xx ATA controller

Tejun Heo (6):
      libata: straighten out ATA_ID_* constants
      libata: use ata_id_c_string()
      libata: handle pci_enable_device() failure while resuming
      libata: kill qc->nsect and cursect
      sata_inic162x: finally, driver for initio 162x SATA controllers, take #2
      sata_promise: kill qc->nsect

Uwe Koziolek (1):
      sata_sis: support SiS966/966L

 drivers/ata/Kconfig             |   26 +
 drivers/ata/Makefile            |    3 
 drivers/ata/ahci.c              |   20 
 drivers/ata/ata_piix.c          |   23 -
 drivers/ata/libata-core.c       |   81 +---
 drivers/ata/libata-eh.c         |    7 
 drivers/ata/libata-scsi.c       |   52 +-
 drivers/ata/libata-sff.c        |   22 +
 drivers/ata/pata_ali.c          |    8 
 drivers/ata/pata_cs5520.c       |    2 
 drivers/ata/pata_cs5530.c       |    8 
 drivers/ata/pata_hpt366.c       |   20 
 drivers/ata/pata_hpt37x.c       |   23 -
 drivers/ata/pata_hpt3x3.c       |    2 
 drivers/ata/pata_it8213.c       |  354 +++++++++++++++++
 drivers/ata/pata_it821x.c       |   20 
 drivers/ata/pata_jmicron.c      |    2 
 drivers/ata/pata_marvell.c      |    4 
 drivers/ata/pata_mpc52xx.c      |  563 +++++++++++++++++++++++++++
 drivers/ata/pata_pdc202xx_old.c |    5 
 drivers/ata/pata_serverworks.c  |   19 
 drivers/ata/pata_sil680.c       |    2 
 drivers/ata/pata_sis.c          |   34 +
 drivers/ata/pata_via.c          |   10 
 drivers/ata/pata_winbond.c      |   16 
 drivers/ata/sata_inic162x.c     |  809 ++++++++++++++++++++++++++++++++++++++++
 drivers/ata/sata_nv.c           |  239 ++++++++---
 drivers/ata/sata_promise.c      |  226 ++++++++++-
 drivers/ata/sata_qstor.c        |    2 
 drivers/ata/sata_sil.c          |   10 
 drivers/ata/sata_sil24.c        |    5 
 drivers/ata/sata_sis.c          |   79 ++-
 drivers/ata/sata_via.c          |  110 +++++
 drivers/ata/sata_vsc.c          |   44 ++
 drivers/pci/quirks.c            |    2 
 include/linux/ata.h             |   11 
 include/linux/libata.h          |   14 
 include/linux/pci_ids.h         |    3 
 38 files changed, 2554 insertions(+), 326 deletions(-)

             reply	other threads:[~2007-01-24  7:26 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-24  7:26 Jeff Garzik [this message]
2007-01-24 17:26 ` What's in libata-dev.git Mark Lord
2007-01-24 19:19   ` Jeff Garzik
  -- strict thread matches above, loose matches on Subject: below --
2006-09-11 13:22 Jeff Garzik
2006-09-11 13:35 ` Sergei Shtylyov
2006-09-11 13:37   ` Jeff Garzik
2006-09-11 13:47     ` Sergei Shtylyov
2006-09-11 13:49       ` Jeff Garzik
2006-09-11 14:53         ` Linus Torvalds
2006-09-11 15:24           ` Jeff Garzik
2006-09-12  8:42           ` Helge Hafting
2006-09-13  1:50             ` Tejun Heo
2006-09-11 15:02       ` Alan Cox
2006-09-11 14:44         ` Jeff Garzik
2006-09-11 15:05           ` Sergei Shtylyov
2006-09-11 15:28           ` Alan Cox
2006-09-11 15:21             ` Sergei Shtylyov
2006-09-11 15:37             ` Jens Axboe
2006-09-11 15:50               ` Jeff Garzik
2006-09-11 20:01                 ` Jens Axboe
2006-09-11 20:14                   ` Jeff Garzik
2006-09-11 20:23                     ` Jens Axboe
2006-09-11 16:04               ` Linus Torvalds
2006-09-11 19:51                 ` Jens Axboe
2006-09-11 23:00                   ` Alan Cox
2006-09-11 22:53                     ` Greg Freemyer
2006-09-12  5:22                     ` Jens Axboe
2006-09-11 16:26               ` Alan Cox
2006-09-11 19:51                 ` Jens Axboe
2006-09-11 15:06         ` Jens Axboe
2006-10-04 17:57   ` Mark Lord
2006-10-04 18:03     ` Sergei Shtylyov
2006-10-04 18:48       ` Mark Lord
2006-05-24  7:08 Jeff Garzik
2006-04-18  9:54 Jeff Garzik

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=20070124072643.GA32298@havoc.gtf.org \
    --to=jeff@garzik.org \
    --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