linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* advansys update 2007-07-27
@ 2007-07-27 13:40 Matthew Wilcox
  2007-07-27 13:42 ` [PATCH 2/24] advansys: Clean up proc_info implementation Matthew Wilcox
                   ` (22 more replies)
  0 siblings, 23 replies; 54+ messages in thread
From: Matthew Wilcox @ 2007-07-27 13:40 UTC (permalink / raw)
  To: linux-scsi


OK, here's a list of the changes I've made since yesterday.  I'll try
to get git-send-email to cooperate with me this time to not break the
threading.  Patches also available from
http://www.kernel.org/pub/linux/kernel/people/willy/advansys-2007-07-27/

 - move hunk to change the parameter name of advansys_release into
   "Large uninteresting patch" where it belongs
 - Combine "restructure error handling in advansys_board_found",
   "split advansys_init_wide_chip() out of advansys_board_found()"
   and the part of "Move to scsi hotplug initialisation model" that
   deals with moving the memory freeing on error around into one patch
   "Make advansys_board_found a little more readable"
 - turn share_irq into a flag instead of a boolean
 - Merge "remove detect_called" patch into "scsi hotplug initialisation"
 - convert to new SCSI API before converting to new PCI API
 - return error from pci_enable_device to caller of advansys_pci_probe
 - tab-align advansys_pci_driver
 - Move creation of advansys_remove from EISA patch to PCI patch
 - Check for EISA kzalloc failure
 - kfree EISA data in advansys_eisa_remove
 - tab-align advansys_eisa_driver
 - change order of calls to pci_request_region and pci_enable_device
 - Add patch to delete ASC_IOADR_* defines
 - Add patch to move docs to Documentation/scsi/advansys.txt
 - Add patch to improve the interrupt handler
 - Add patch to kill asc_host array

Not done:
 - setting drvdata to NULL on exit
 - not calling pci_unregister_driver if pci_register_driver failed
 - (ditto eisa)

Any other comments not addressed here I overlooked, or were debated
and proved to not be an issue, or are obsolete given some of the other
changes.

-- 
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step."

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

end of thread, other threads:[~2007-07-27 20:24 UTC | newest]

Thread overview: 54+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-27 13:40 advansys update 2007-07-27 Matthew Wilcox
2007-07-27 13:42 ` [PATCH 2/24] advansys: Clean up proc_info implementation Matthew Wilcox
2007-07-27 13:42 ` [PATCH 3/24] advansys: version, copyright, etc Matthew Wilcox
2007-07-27 13:42 ` [PATCH 4/24] advansys: Make advansys_board_found a little more readable Matthew Wilcox
2007-07-27 14:04   ` Jeff Garzik
2007-07-27 14:07     ` Matthew Wilcox
2007-07-27 13:42 ` [PATCH 5/24] advansys: Move to scsi hotplug initialisation model Matthew Wilcox
2007-07-27 13:42 ` [PATCH 6/24] advansys: Convert to pci_register_driver interface Matthew Wilcox
2007-07-27 14:15   ` Jeff Garzik
2007-07-27 13:42 ` [PATCH 7/24] advansys: Convert to EISA driver model Matthew Wilcox
2007-07-27 14:17   ` Jeff Garzik
2007-07-27 14:22     ` Matthew Wilcox
2007-07-27 14:35   ` Jeff Garzik
2007-07-27 14:40     ` Matthew Wilcox
2007-07-27 13:42 ` [PATCH 8/24] advansys: Rewrite resource management Matthew Wilcox
2007-07-27 14:39   ` Jeff Garzik
2007-07-27 14:43     ` Matthew Wilcox
2007-07-27 13:42 ` [PATCH 9/24] advansys: More PCI cleanups Matthew Wilcox
2007-07-27 14:41   ` Jeff Garzik
2007-07-27 14:44     ` Matthew Wilcox
2007-07-27 13:42 ` [PATCH 10/24] advansys: remove AscCompareString() Matthew Wilcox
2007-07-27 13:42 ` [PATCH 11/24] Add QUANTUM XP34301 to the blacklist Matthew Wilcox
2007-07-27 13:42 ` [PATCH 12/24] advansys: remove INQUIRY sniffing Matthew Wilcox
2007-07-27 13:42 ` [PATCH 13/24] advansys: misc reformatting Matthew Wilcox
2007-07-27 14:42   ` Jeff Garzik
2007-07-27 14:46     ` Matthew Wilcox
2007-07-27 14:53       ` Jeff Garzik
2007-07-27 13:42 ` [PATCH 14/24] advansys: delete AscGetChipBusType Matthew Wilcox
2007-07-27 13:42 ` [PATCH 15/24] advansys: ioremap no longer needs page-aligned addresses Matthew Wilcox
2007-07-27 14:45   ` Jeff Garzik
2007-07-27 13:42 ` [PATCH 16/24] advansys: Stop using n_io_port in Scsi_Host structure Matthew Wilcox
2007-07-27 13:42 ` [PATCH 17/24] advansys: Move struct device out of the cfg structures Matthew Wilcox
2007-07-27 13:42 ` [PATCH 18/24] advansys: Remove library-style callback routines Matthew Wilcox
2007-07-27 13:42 ` [PATCH 19/24] advansys: Remove pci_slot_info Matthew Wilcox
2007-07-27 13:42 ` [PATCH 20/24] advansys: use memcpy instead of open-coded loop Matthew Wilcox
2007-07-27 13:42 ` [PATCH 21/24] advansys: Delete some I/O address defines Matthew Wilcox
2007-07-27 13:42 ` [PATCH 22/24] advansys: Move documentation to Documentation/scsi Matthew Wilcox
2007-07-27 13:42 ` [PATCH 23/24] advansys: Improve interrupt handler Matthew Wilcox
2007-07-27 14:49   ` Jeff Garzik
2007-07-27 14:53     ` Matthew Wilcox
2007-07-27 14:57       ` Jeff Garzik
2007-07-27 15:04         ` Matthew Wilcox
2007-07-27 15:12           ` Jeff Garzik
2007-07-27 15:25             ` Matthew Wilcox
2007-07-27 15:53               ` Jeff Garzik
2007-07-27 17:36                 ` Matthew Wilcox
2007-07-27 17:39                   ` Jeff Garzik
2007-07-27 18:04                     ` Matthew Wilcox
2007-07-27 19:36                       ` Jeff Garzik
2007-07-27 19:46                         ` Matthew Wilcox
2007-07-27 19:59                           ` Jeff Garzik
2007-07-27 20:24                             ` Matthew Wilcox
2007-07-27 13:42 ` [PATCH 24/24] advansys: Remove array of all known hosts Matthew Wilcox
2007-07-27 14:50   ` Jeff Garzik

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).