All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Richard Zhu <richard.zhu@linaro.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>,
	linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de,
	linux-ide@vger.kernel.org, avorontsov@ru.mvista.com,
	eric@eukrea.com, eric.miao@linaro.org
Subject: Re: [PATCH V7 1/5] AHCI Add the AHCI SATA feature on the MX53 platforms
Date: Thu, 22 Sep 2011 14:12:02 -0400	[thread overview]
Message-ID: <4E7B7A72.1020704@pobox.com> (raw)
In-Reply-To: <CAJNCFVLm=bUMvXq7acke7Bd_tiV+b1=HjVp37KwtYyGsZHa+OQ@mail.gmail.com>

On 09/21/2011 03:05 AM, Richard Zhu wrote:
> Hi Sascha:
> One proposal about how to convert the ahci driver to devicetree in future.
> ahci driver system can make a reference to the evolution of the sdhc driver.
>
> * separate the ahci to ahci common codes, ahci-pci driver and
> ahci-platform driver.

We already have this, with libahci.

"libahci" == ahci common code
"ahci" == AHCI PCI driver
"ahci-platform" == AHCI platform driver

	Jeff





WARNING: multiple messages have this Message-ID (diff)
From: jgarzik@pobox.com (Jeff Garzik)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V7 1/5] AHCI Add the AHCI SATA feature on the MX53 platforms
Date: Thu, 22 Sep 2011 14:12:02 -0400	[thread overview]
Message-ID: <4E7B7A72.1020704@pobox.com> (raw)
In-Reply-To: <CAJNCFVLm=bUMvXq7acke7Bd_tiV+b1=HjVp37KwtYyGsZHa+OQ@mail.gmail.com>

On 09/21/2011 03:05 AM, Richard Zhu wrote:
> Hi Sascha:
> One proposal about how to convert the ahci driver to devicetree in future.
> ahci driver system can make a reference to the evolution of the sdhc driver.
>
> * separate the ahci to ahci common codes, ahci-pci driver and
> ahci-platform driver.

We already have this, with libahci.

"libahci" == ahci common code
"ahci" == AHCI PCI driver
"ahci-platform" == AHCI platform driver

	Jeff

  reply	other threads:[~2011-09-22 18:12 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-31  3:50 [PATCH V7 0/5] imx53 ahci driver v7 Richard Zhu
2011-08-31  3:50 ` Richard Zhu
2011-08-31  3:50 ` [PATCH V7 1/5] AHCI Add the AHCI SATA feature on the MX53 platforms Richard Zhu
2011-08-31  3:50   ` Richard Zhu
2011-08-31 10:03   ` Arnaud Patard
2011-08-31 10:03     ` Arnaud Patard (Rtp)
2011-08-31 11:04     ` Eric Miao
2011-08-31 11:04       ` Eric Miao
2011-09-20 20:30   ` Sascha Hauer
2011-09-20 20:30     ` Sascha Hauer
2011-09-21  5:04     ` Richard Zhu
2011-09-21  5:04       ` Richard Zhu
2011-09-21  7:02       ` Sascha Hauer
2011-09-21  7:02         ` Sascha Hauer
2011-09-21  7:32         ` Shawn Guo
2011-09-21  7:32           ` Shawn Guo
2011-09-21  7:05       ` Richard Zhu
2011-09-21  7:05         ` Richard Zhu
2011-09-22 18:12         ` Jeff Garzik [this message]
2011-09-22 18:12           ` Jeff Garzik
2011-09-22 18:31         ` Anton Vorontsov
2011-09-22 18:31           ` Anton Vorontsov
2011-08-31  3:50 ` [PATCH V7 2/5] ahci_plt Add the board_ids and pi refer to different features Richard Zhu
2011-08-31  3:50   ` Richard Zhu
2011-08-31  8:28   ` Eric Miao
2011-08-31  8:28     ` Eric Miao
2011-08-31  3:50 ` [PATCH V7 3/5] MX53 Enable the AHCI SATA on MX53 ARD board Richard Zhu
2011-08-31  3:50   ` Richard Zhu
2011-08-31  3:50 ` [PATCH V7 4/5] MX53 Enable the AHCI SATA on MX53 LOCO board Richard Zhu
2011-08-31  3:50   ` Richard Zhu
2011-08-31  3:50 ` [PATCH V7 5/5] MX53 Enable the AHCI SATA on MX53 SMD board Richard Zhu
2011-08-31  3:50   ` Richard Zhu
2011-08-31  6:55 ` [PATCH V7 0/5] imx53 ahci driver v7 Arnaud Patard
2011-08-31  6:55   ` Arnaud Patard (Rtp)
2011-08-31  7:16   ` Richard Zhu
2011-08-31  7:16     ` Richard Zhu
  -- strict thread matches above, loose matches on Subject: below --
2011-08-30  9:56 [PATCH V7 1/5] AHCI Add the AHCI SATA feature on the MX53 platforms Richard Zhu
2011-08-30  9:56 ` Richard Zhu
2011-08-30 10:37 ` Wolfram Sang
2011-08-30 10:37   ` Wolfram Sang
2011-08-30 10:43 ` Hector Oron
2011-08-30 10:43   ` Hector Oron
2011-08-31  2:08   ` Richard Zhu
2011-08-31  2:08     ` Richard Zhu
2011-08-31 12:57     ` Hector Oron
2011-08-31 12:57       ` Hector Oron
2011-09-01  3:09       ` Richard Zhu
2011-09-01  3:09         ` Richard Zhu
2011-09-05 18:06         ` Eric Miao
2011-09-05 18:06           ` Eric Miao
2011-09-06  8:46         ` Hector Oron
2011-09-06  8:46           ` Hector Oron
2011-09-06 13:25           ` Eric Miao
2011-09-06 13:25             ` Eric Miao
2011-09-22  9:30             ` Hector Oron
2011-09-22  9:30               ` Hector Oron
2011-09-22 12:19               ` Eric Miao
2011-09-22 12:19                 ` Eric Miao
2011-09-23  8:58                 ` Hector Oron
2011-09-23  8:58                   ` Hector Oron
2011-09-05 19:25       ` Arnaud Patard
2011-09-05 19:25         ` Arnaud Patard (Rtp)

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=4E7B7A72.1020704@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=avorontsov@ru.mvista.com \
    --cc=eric.miao@linaro.org \
    --cc=eric@eukrea.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=richard.zhu@linaro.org \
    --cc=s.hauer@pengutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.