All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org>
To: Richard Zhu <richard.zhu@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de,
	eric.miao@linaro.org, linux-ide@vger.kernel.org, eric@eukrea.com,
	avorontsov@ru.mvista.com, jgarzik@pobox.com
Subject: Re: [PATCH V7 1/5] AHCI Add the AHCI SATA feature on the MX53 platforms
Date: Wed, 31 Aug 2011 12:03:31 +0200	[thread overview]
Message-ID: <87k49t99u4.fsf@lebrac.rtp-net.org> (raw)
In-Reply-To: <1314762635-3923-2-git-send-email-richard.zhu@linaro.org> (Richard Zhu's message of "Wed, 31 Aug 2011 11:50:31 +0800")

Richard Zhu <richard.zhu@linaro.org> writes:
Hi,


> @@ -1503,6 +1519,9 @@ static struct clk_lookup mx53_lookups[] = {
>  	_REGISTER_CLOCK("imx-ssi.1", NULL, ssi2_clk)
>  	_REGISTER_CLOCK("imx-ssi.2", NULL, ssi3_clk)
>  	_REGISTER_CLOCK("imx-keypad", NULL, dummy_clk)
> +	_REGISTER_CLOCK("imx53-ahci.0", "ahci", sata_clk)
> +	_REGISTER_CLOCK("imx53-ahci.0", "ahci_phy", ahci_phy_clk)
> +	_REGISTER_CLOCK("imx53-ahci.0", "ahci_dma", ahci_dma_clk)
>  };
>  
>  static void clk_tree_init(void)

Which tree has been used for this patch ? For instance, on current
imx-features branch of Sascha's tree, there's a pata_imx clock defined
here (see [1]). Should I try to apply it on top of some other branch ?

Arnaud

[1] http://git.pengutronix.de/?p=imx/linux-2.6.git;a=commit;h=03b20b07be130e44faf29f787c66ce5cce5afb2a

WARNING: multiple messages have this Message-ID (diff)
From: arnaud.patard@rtp-net.org (Arnaud Patard (Rtp))
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V7 1/5] AHCI Add the AHCI SATA feature on the MX53 platforms
Date: Wed, 31 Aug 2011 12:03:31 +0200	[thread overview]
Message-ID: <87k49t99u4.fsf@lebrac.rtp-net.org> (raw)
In-Reply-To: <1314762635-3923-2-git-send-email-richard.zhu@linaro.org> (Richard Zhu's message of "Wed, 31 Aug 2011 11:50:31 +0800")

Richard Zhu <richard.zhu@linaro.org> writes:
Hi,


> @@ -1503,6 +1519,9 @@ static struct clk_lookup mx53_lookups[] = {
>  	_REGISTER_CLOCK("imx-ssi.1", NULL, ssi2_clk)
>  	_REGISTER_CLOCK("imx-ssi.2", NULL, ssi3_clk)
>  	_REGISTER_CLOCK("imx-keypad", NULL, dummy_clk)
> +	_REGISTER_CLOCK("imx53-ahci.0", "ahci", sata_clk)
> +	_REGISTER_CLOCK("imx53-ahci.0", "ahci_phy", ahci_phy_clk)
> +	_REGISTER_CLOCK("imx53-ahci.0", "ahci_dma", ahci_dma_clk)
>  };
>  
>  static void clk_tree_init(void)

Which tree has been used for this patch ? For instance, on current
imx-features branch of Sascha's tree, there's a pata_imx clock defined
here (see [1]). Should I try to apply it on top of some other branch ?

Arnaud

[1] http://git.pengutronix.de/?p=imx/linux-2.6.git;a=commit;h=03b20b07be130e44faf29f787c66ce5cce5afb2a

  reply	other threads:[~2011-08-31 10:04 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 [this message]
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
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=87k49t99u4.fsf@lebrac.rtp-net.org \
    --to=arnaud.patard@rtp-net.org \
    --cc=avorontsov@ru.mvista.com \
    --cc=eric.miao@linaro.org \
    --cc=eric@eukrea.com \
    --cc=jgarzik@pobox.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=richard.zhu@linaro.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 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.