linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tejun Heo <htejun@gmail.com>
To: jeff@garzik.org, linux-ide@vger.kernel.org, liml@rtr.ca,
	alan@lxorguk.ukuu.org.uk, kngregertsen@norway.atmel.com,
	sonic.adi@gmail.com, rmk@arm.linux.org.uk,
	alessandro.zummo@towertech
Subject: [PATCHSET] libata: clean up scsi_host_templates and ata_port_operations, take #3
Date: Tue, 11 Mar 2008 21:05:56 +0900	[thread overview]
Message-ID: <12052371651181-git-send-email-htejun@gmail.com> (raw)


Hello, all.

This is the third take of cleanup-sht-ops patchset.  As the name
suggests it reorganizes and cleans up scsi_host_template and
ata_port_operation tables used by libata core and low level drivers.

Please read the head message of the first take[F] for more info.
Changes from the last take[L] are...

* Updated to fit the current upstream-fixes.

* pata_scc thaw change applied.

* pata_rb500_cf newly converted.

* Updated to accomodate drivers w/o any reset method available.

The following drivers need specific platform to build, so they need
verification.  If you work on one of the following drivers, please
verify that the driver builds and works fine.  It would be best if you
can verify that the sht and ops don't change by the fifth and sixth
patches using the method I'll write in another message.

* pata_at32
* pata_bf54x
* pata_icside
* pata_ixp4xx_cf
* pata_mpc52xx
* pata_scc
* sata_fsl
* pata_rb500_cf

This patchset is on top of

  upstream-fixes (3db691daa4f6c4b899e144ea54a65738402c94e3)
+ [1] prefer-hardreset patchset, take#3 (the subject line is wrong)
+ [2] devres-implement-pcim_iomap_regions_request_all
+ [3] ahci-request-all-PCI-BARs
+ [4] libata-PCI-device-should-be-powered-up-before-being-accessed

This patchset is available as GIT branch.

http://git.kernel.org/?p=linux/kernel/git/tj/libata-dev.git;a=shortlog;h=cleanup-sht-ops
git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata-dev.git cleanup-sht-ops

The verification method is the same as before[B].

Thanks.

--
tejun

[F] http://thread.gmane.org/gmane.linux.ide/27785
[L] http://thread.gmane.org/gmane.linux.ide/28335
[1] http://thread.gmane.org/gmane.linux.ide/29642
[2] http://article.gmane.org/gmane.linux.ide/29653
[3] http://article.gmane.org/gmane.linux.ide/29654
[4] http://article.gmane.org/gmane.linux.ide/29655
[B] http://article.gmane.org/gmane.linux.ide/28357

             reply	other threads:[~2008-03-11 12:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-11 12:05 Tejun Heo [this message]
2008-03-11 12:05 ` [PATCH 1/9] libata: reorganize ata_port_operations Tejun Heo
2008-03-11 12:05 ` [PATCH 2/9] libata: implement and use ata_noop_irq_clear() Tejun Heo
2008-03-11 12:05 ` [PATCH 3/9] libata: normalize port_info, port_operations and sht tables Tejun Heo
2008-03-11 12:06 ` [PATCH 4/9] libata: implement and use SHT initializers Tejun Heo
2008-03-11 12:06 ` [PATCH 5/9] libata: implement and use ops inheritance Tejun Heo
2008-03-11 12:06 ` [PATCH 6/9] libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht Tejun Heo
2008-03-11 12:06 ` [PATCH 7/9] libata: stop overloading port_info->private_data Tejun Heo
2008-03-11 12:06 ` [PATCH 8/9] libata: kill port_info->sht and ->irq_handler Tejun Heo
2008-03-11 12:06 ` [PATCH 9/9] libata: make reset related methods proper port operations Tejun Heo
2008-03-11 15:09 ` [PATCHSET] libata: clean up scsi_host_templates and ata_port_operations, take #3 Mark Lord
2008-03-12  6:48 ` Tejun Heo
2008-03-17 12:28 ` Jeff Garzik
2008-03-19  5:43   ` Tejun Heo
2008-03-19  5:45     ` [PATCH] sata_promise: hardreset is broken Tejun Heo

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=12052371651181-git-send-email-htejun@gmail.com \
    --to=htejun@gmail.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=alessandro.zummo@towertech \
    --cc=jeff@garzik.org \
    --cc=kngregertsen@norway.atmel.com \
    --cc=liml@rtr.ca \
    --cc=linux-ide@vger.kernel.org \
    --cc=rmk@arm.linux.org.uk \
    --cc=sonic.adi@gmail.com \
    /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;
as well as URLs for NNTP newsgroup(s).