diff for duplicates of <20110829110216.GI24524@pengutronix.de> diff --git a/a/1.txt b/N1/1.txt index f1db84f..e222f09 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,20 +11,20 @@ On Mon, Aug 29, 2011 at 05:54:23PM +0800, Eric Miao wrote: > >> >> > >> >> Signed-off-by: Richard Zhu <richard.zhu@linaro.org> > >> >> --- -> >> >> drivers/ata/ahci_platform.c | 44 +++++++++++++++++++++++++++++++++++++----- -> >> >> 1 files changed, 38 insertions(+), 6 deletions(-) +> >> >> ?drivers/ata/ahci_platform.c | ? 44 +++++++++++++++++++++++++++++++++++++----- +> >> >> ?1 files changed, 38 insertions(+), 6 deletions(-) > >> >> > >> >> diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c > >> >> index 6fef1fa..f32c91e 100644 > >> >> --- a/drivers/ata/ahci_platform.c > >> >> +++ b/drivers/ata/ahci_platform.c > >> >> @@ -23,6 +23,41 @@ -> >> >> #include <linux/ahci_platform.h> -> >> >> #include "ahci.h" +> >> >> ?#include <linux/ahci_platform.h> +> >> >> ?#include "ahci.h" > >> >> > >> >> +enum ahci_type { -> >> >> + AHCI, /* standard platform ahci */ -> >> >> + IMX53_AHCI, /* ahci on i.mx53 */ +> >> >> + ? ? AHCI, ? ? ? ? ? /* standard platform ahci */ +> >> >> + ? ? IMX53_AHCI, ? ? /* ahci on i.mx53 */ > >> > > >> > How about making all the IMX*-naming more generic because other SoC might need > >> > this somewhen, too? @@ -61,3 +61,10 @@ Regards, -- Pengutronix e.K. | Wolfram Sang | Industrial Linux Solutions | http://www.pengutronix.de/ | +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: not available +Type: application/pgp-signature +Size: 198 bytes +Desc: Digital signature +URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20110829/a13976b0/attachment.sig> diff --git a/a/2.bin b/a/2.bin deleted file mode 100644 index 7ffd11a..0000000 --- a/a/2.bin +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.11 (GNU/Linux) - -iEYEARECAAYFAk5bcbgACgkQD27XaX1/VRu/7QCfXdDYJEGF2dEKmSntFgP1nZbH -yasAoJWzgrXk6dBqVWtQKnBJ/OmVmxy/ -=UY8O ------END PGP SIGNATURE----- diff --git a/a/2.hdr b/a/2.hdr deleted file mode 100644 index 3237378..0000000 --- a/a/2.hdr +++ /dev/null @@ -1,2 +0,0 @@ -Content-Type: application/pgp-signature; name="signature.asc" -Content-Description: Digital signature diff --git a/a/content_digest b/N1/content_digest index 2c05196..1b75967 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,18 +4,11 @@ "ref\0CAMPhdO-vuExLKVSmsr_kR1HnHfEBPp_Ae7pgs=XaVYiKGFRo-A@mail.gmail.com\0" "ref\020110829093746.GE24524@pengutronix.de\0" "ref\0CAMPhdO8k-boE0p0J_60VrS3LBdNaJRfJ6z_HCHLiRbQtESOJFw@mail.gmail.com\0" - "From\0Wolfram Sang <w.sang@pengutronix.de>\0" - "Subject\0Re: [PATCH V6 2/5] ahci_plt Add the board_ids and pi refer to different features\0" + "From\0w.sang@pengutronix.de (Wolfram Sang)\0" + "Subject\0[PATCH V6 2/5] ahci_plt Add the board_ids and pi refer to different features\0" "Date\0Mon, 29 Aug 2011 13:02:16 +0200\0" - "To\0Eric Miao <eric.miao@linaro.org>\0" - "Cc\0eric@eukrea.com" - linux-ide@vger.kernel.org - Richard Zhu <richard.zhu@linaro.org> - kernel@pengutronix.de - avorontsov@ru.mvista.com - jgarzik@pobox.com - " linux-arm-kernel@lists.infradead.org\0" - "\01:1\0" + "To\0linux-arm-kernel@lists.infradead.org\0" + "\00:1\0" "b\0" "On Mon, Aug 29, 2011 at 05:54:23PM +0800, Eric Miao wrote:\n" "> On Mon, Aug 29, 2011 at 5:37 PM, Wolfram Sang <w.sang@pengutronix.de> wrote:\n" @@ -30,20 +23,20 @@ "> >> >>\n" "> >> >> Signed-off-by: Richard Zhu <richard.zhu@linaro.org>\n" "> >> >> ---\n" - "> >> >> \302\240drivers/ata/ahci_platform.c | \302\240 44 +++++++++++++++++++++++++++++++++++++-----\n" - "> >> >> \302\2401 files changed, 38 insertions(+), 6 deletions(-)\n" + "> >> >> ?drivers/ata/ahci_platform.c | ? 44 +++++++++++++++++++++++++++++++++++++-----\n" + "> >> >> ?1 files changed, 38 insertions(+), 6 deletions(-)\n" "> >> >>\n" "> >> >> diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c\n" "> >> >> index 6fef1fa..f32c91e 100644\n" "> >> >> --- a/drivers/ata/ahci_platform.c\n" "> >> >> +++ b/drivers/ata/ahci_platform.c\n" "> >> >> @@ -23,6 +23,41 @@\n" - "> >> >> \302\240#include <linux/ahci_platform.h>\n" - "> >> >> \302\240#include \"ahci.h\"\n" + "> >> >> ?#include <linux/ahci_platform.h>\n" + "> >> >> ?#include \"ahci.h\"\n" "> >> >>\n" "> >> >> +enum ahci_type {\n" - "> >> >> + \302\240 \302\240 AHCI, \302\240 \302\240 \302\240 \302\240 \302\240 /* standard platform ahci */\n" - "> >> >> + \302\240 \302\240 IMX53_AHCI, \302\240 \302\240 /* ahci on i.mx53 */\n" + "> >> >> + ? ? AHCI, ? ? ? ? ? /* standard platform ahci */\n" + "> >> >> + ? ? IMX53_AHCI, ? ? /* ahci on i.mx53 */\n" "> >> >\n" "> >> > How about making all the IMX*-naming more generic because other SoC might need\n" "> >> > this somewhen, too?\n" @@ -79,17 +72,13 @@ "\n" "-- \n" "Pengutronix e.K. | Wolfram Sang |\n" - Industrial Linux Solutions | http://www.pengutronix.de/ | - "\01:2\0" - "fn\0signature.asc\0" - "d\0Digital signature\0" - "b\0" - "-----BEGIN PGP SIGNATURE-----\n" - "Version: GnuPG v1.4.11 (GNU/Linux)\n" - "\n" - "iEYEARECAAYFAk5bcbgACgkQD27XaX1/VRu/7QCfXdDYJEGF2dEKmSntFgP1nZbH\n" - "yasAoJWzgrXk6dBqVWtQKnBJ/OmVmxy/\n" - "=UY8O\n" - "-----END PGP SIGNATURE-----\n" + "Industrial Linux Solutions | http://www.pengutronix.de/ |\n" + "-------------- next part --------------\n" + "A non-text attachment was scrubbed...\n" + "Name: not available\n" + "Type: application/pgp-signature\n" + "Size: 198 bytes\n" + "Desc: Digital signature\n" + URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20110829/a13976b0/attachment.sig> -9ba11b954b26812f3716f59297679402d521cf9ecee3df13835229712d6827a3 +c4eabcb83373ecd7e20f9cf0ef4f8c5a0b4dc341e9086d8e7877847c1d463937
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.