From: Jeff Garzik <jgarzik@pobox.com>
To: Andrew Morton <akpm@osdl.org>, Linus Torvalds <torvalds@osdl.org>
Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [git patches] 2.6.x libata updates
Date: Thu, 27 Oct 2005 20:49:06 -0400 [thread overview]
Message-ID: <20051028004906.GA16486@havoc.gtf.org> (raw)
Please pull from 'upstream' branch of
master.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
Broad changes:
* improved PATA support
* new drivers: pdc_adma, sata_sil24
* vastly improved sata_mv driver (60xx only, alas)
* small cleanups etc.
Documentation/DocBook/libata.tmpl | 1072 +++++++++++++++++++++++++++++++++++
drivers/scsi/Kconfig | 22
drivers/scsi/Makefile | 2
drivers/scsi/ahci.c | 41 -
drivers/scsi/ata_piix.c | 4
drivers/scsi/libata-core.c | 876 +++++++++++++++++++----------
drivers/scsi/libata-scsi.c | 736 +++++++++++++++++-------
drivers/scsi/libata.h | 19
drivers/scsi/pdc_adma.c | 739 ++++++++++++++++++++++++
drivers/scsi/sata_mv.c | 1145 +++++++++++++++++++++++++++++++-------
drivers/scsi/sata_nv.c | 8
drivers/scsi/sata_promise.c | 26
drivers/scsi/sata_qstor.c | 8
drivers/scsi/sata_sil.c | 6
drivers/scsi/sata_sil24.c | 875 +++++++++++++++++++++++++++++
drivers/scsi/sata_sis.c | 4
drivers/scsi/sata_svw.c | 4
drivers/scsi/sata_sx4.c | 29
drivers/scsi/sata_uli.c | 4
drivers/scsi/sata_via.c | 4
drivers/scsi/sata_vsc.c | 14
include/linux/ata.h | 41 +
include/linux/libata.h | 113 ++-
23 files changed, 4973 insertions(+), 819 deletions(-)
Al Viro:
iomem annotations (sata_nv)
iomem annotations (ahci)
iomem annotations (sata_promise)
enum safety (sata_qstor)
iomem annotations (sata_sx4)
iomem annotations (sata_sil)
iomem annotations (sata_vsc)
Alan Cox:
ata: re-order speeds sensibly.
libata: bitmask based pci init functions for one or two ports
libata: handle early device PIO modes correctly
Add ide-timing functionality to libata.
[libata] ata_timing fix
Albert Lee:
[libata] C/H/S support, for older devices
libata: indent and whitespace change
libata: rename host states
libata: minor whitespace, comment, debug message updates
[libata scsi] tidy up SCSI lba and xfer len calculations
[libata scsi] add CHS support to ata_scsi_start_stop_xlat()
libata CHS: move the initialization of taskfile LBA flags (revise #6)
libata CHS: calculate read/write commands and protocol on the fly (revise #6)
libata CHS: reread device identify info (revise #6)
Andy Currid:
Fix sata_nv handling of NVIDIA MCP51/55
Brett Russ:
libata: Marvell SATA support (DMA mode) (resend: v0.22)
libata: Marvell spinlock fixes and simplification
libata: Marvell function headers
libata: Marvell endian fix
Douglas Gilbert:
[libata scsi] add ata_scsi_set_sense helper
[libata scsi] improve scsi error handling with ata_scsi_set_sense()
Jeff Garzik:
libata: move EH docs to separate DocBook chapter
[libata] improve device scan
[libata] improve device scan even more
libata: add ata_ratelimit(), use it in AHCI driver irq handler
libata: ATAPI command completion tweaks and notes
libata: move atapi_request_sense() to libata-scsi module
[libata sata_mv] fix warning
libata: minor cleanups
[libata pdc_adma] license update, minor cleanup
libata: turn on block layer clustering
libata: const-ification bombing run
Mark Lord:
libata: add new driver pdc_adma for PDC ADMA ATA cards
Randy Dunlap:
libata kernel-doc fixes
Tejun Heo:
SATA: rewritten sil24 driver
sil24: add FIXME comment above ata_device_add
sil24: remove irq disable code on spurious interrupt
sil24: add testing for PCI fault
sil24: move error handling out of hot interrupt path
sil24: remove PORT_TF
sil24: replace pp->port w/ ap->ioaddr.cmd_addr
sil24: fix PORT_CTRL_STAT constants
sil24: add more comments for constants
sil24: initialization fix
libata EH document update
libata: add ATA exceptions chapter to doc
sil24: ignore non-error exception irqs
sil24: remove CMDERR clearing
sil24: implement proper TF register reading & caching
sil24: implement tf_read callback
[libata sata_sil24] nit pickings
[libata sata_sil24] add support for 3131/3531
next reply other threads:[~2005-10-28 0:49 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-28 0:49 Jeff Garzik [this message]
2005-10-28 16:08 ` Linus Torvalds
-- strict thread matches above, loose matches on Subject: below --
2006-01-18 2:15 Jeff Garzik
2006-01-18 2:33 ` Andrew Morton
2006-01-18 5:18 ` Jeff Garzik
2006-01-03 16:43 Jeff Garzik
2006-01-03 16:51 ` Bartlomiej Zolnierkiewicz
2006-01-03 16:56 ` Jeff Garzik
2006-01-03 17:32 ` Alan Cox
2006-01-03 17:43 ` Jeff Garzik
2006-01-03 18:35 ` Bartlomiej Zolnierkiewicz
2006-01-03 18:50 ` Alan Cox
2006-01-04 14:02 ` Alan Cox
2005-11-11 16:23 Jeff Garzik
2005-11-09 6:54 Jeff Garzik
2005-10-29 18:22 Jeff Garzik
2005-10-29 19:14 ` Andrew Morton
2005-10-29 19:20 ` Jeff Garzik
2005-10-29 19:37 ` Linus Torvalds
2005-10-29 20:09 ` Al Viro
2005-10-29 20:16 ` Jeff Garzik
2005-10-29 20:18 ` Nicolas Pitre
2005-10-29 21:01 ` Linus Torvalds
2005-10-30 15:46 ` Nicolas Pitre
2005-10-29 22:21 ` Andrew Morton
2005-10-29 22:30 ` Linus Torvalds
2005-10-30 0:55 ` Tony Luck
2005-10-30 2:28 ` Horst von Brand
2005-10-30 12:44 ` Rob Landley
2005-10-30 22:36 ` Linus Torvalds
2005-10-30 23:31 ` Rob Landley
2005-10-31 0:58 ` Linus Torvalds
2005-10-31 2:35 ` Rob Landley
2005-10-31 7:46 ` Junio C Hamano
2005-10-31 8:10 ` David Lang
2005-10-31 8:28 ` David Lang
2005-10-31 9:00 ` Junio C Hamano
2005-10-31 9:13 ` David Lang
2005-10-31 9:34 ` Rob Landley
2005-10-31 11:45 ` Giuseppe Bilotta
2005-10-31 17:49 ` David Lang
2005-10-31 18:06 ` Giuseppe Bilotta
2005-10-31 2:52 ` Rob Landley
2005-11-10 0:36 ` Matthias Urlichs
2005-10-30 23:59 ` Rob Landley
2005-10-31 0:16 ` Randy.Dunlap
2005-10-30 13:11 ` Pavel Machek
2005-10-31 3:55 ` David Lang
2005-08-29 0:25 Jeff Garzik
2005-06-28 16:59 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=20051028004906.GA16486@havoc.gtf.org \
--to=jgarzik@pobox.com \
--cc=akpm@osdl.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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
Powered by JetHome