diff for duplicates of <24474993.UYuAZ7PBV1@amdc1032> diff --git a/a/1.txt b/N1/1.txt index a8e68a6..5ddd467 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,7 +10,7 @@ On Saturday, February 22, 2014 04:53:37 PM Hans de Goede wrote: > > Tested on a wandboard i.mx6 quad. > -> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> +> Signed-off-by: Hans de Goede <hdegoede@redhat.com> > --- > .../devicetree/bindings/ata/ahci-platform.txt | 9 +- > drivers/ata/ahci_imx.c | 331 ++++++++------------- @@ -41,7 +41,7 @@ On Saturday, February 22, 2014 04:53:37 PM Hans de Goede wrote: > +- clock-names : must contain "ahb" for the ahb clock > + > Examples: -> sata@ffe08000 { +> sata at ffe08000 { > compatible = "snps,spear-ahci"; > diff --git a/drivers/ata/ahci_imx.c b/drivers/ata/ahci_imx.c > index dd4d6f7..3cb5d69 100644 @@ -103,8 +103,8 @@ On Saturday, February 22, 2014 04:53:37 PM Hans de Goede wrote: The code above introduces two new warnings for CONFIG_PM_SLEEP=n: -drivers/ata/ahci_imx.c:284:12: warning: ‘imx_ahci_suspend’ defined but not used [-Wunused-function] -drivers/ata/ahci_imx.c:299:12: warning: ‘imx_ahci_resume’ defined but not used [-Wunused-function] +drivers/ata/ahci_imx.c:284:12: warning: ?imx_ahci_suspend? defined but not used [-Wunused-function] +drivers/ata/ahci_imx.c:299:12: warning: ?imx_ahci_resume? defined but not used [-Wunused-function] [ There needs to be CONFIG_PM_SLEEP ifdef around imh_ahci_suspend() and imx_ahci_resume(). ] @@ -131,8 +131,3 @@ Best regards, Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics - --- -You received this message because you are subscribed to the Google Groups "linux-sunxi" group. -To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org -For more options, visit https://groups.google.com/groups/opt_out. diff --git a/a/content_digest b/N1/content_digest index da76a9c..3a61544 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,9 @@ "ref\01393084424-31099-1-git-send-email-hdegoede@redhat.com\0" "ref\01393084424-31099-9-git-send-email-hdegoede@redhat.com\0" - "ref\01393084424-31099-9-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org\0" - "From\0Bartlomiej Zolnierkiewicz <b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0" - "Subject\0Re: [PATCH v7 08/15] ahci-imx: Port to library-ised ahci_platform\0" + "From\0b.zolnierkie@samsung.com (Bartlomiej Zolnierkiewicz)\0" + "Subject\0[PATCH v7 08/15] ahci-imx: Port to library-ised ahci_platform\0" "Date\0Tue, 04 Mar 2014 13:04:11 +0100\0" - "To\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0" - "Cc\0Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" - Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> - Oliver Schinagl <oliver-dxLnbx3+1qmEVqv0pETR8A@public.gmane.org> - Richard Zhu <Hong-Xing.Zhu-KZfg59tc24xl57MIdRCFDg@public.gmane.org> - Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org> - Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> - " linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "\n" @@ -29,7 +18,7 @@ "> \n" "> Tested on a wandboard i.mx6 quad.\n" "> \n" - "> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" + "> Signed-off-by: Hans de Goede <hdegoede@redhat.com>\n" "> ---\n" "> .../devicetree/bindings/ata/ahci-platform.txt | 9 +-\n" "> drivers/ata/ahci_imx.c | 331 ++++++++-------------\n" @@ -60,7 +49,7 @@ "> +- clock-names : must contain \"ahb\" for the ahb clock\n" "> +\n" "> Examples:\n" - "> sata@ffe08000 {\n" + "> sata at ffe08000 {\n" "> \t\tcompatible = \"snps,spear-ahci\";\n" "> diff --git a/drivers/ata/ahci_imx.c b/drivers/ata/ahci_imx.c\n" "> index dd4d6f7..3cb5d69 100644\n" @@ -122,8 +111,8 @@ "\n" "The code above introduces two new warnings for CONFIG_PM_SLEEP=n:\n" "\n" - "drivers/ata/ahci_imx.c:284:12: warning: \342\200\230imx_ahci_suspend\342\200\231 defined but not used [-Wunused-function]\n" - "drivers/ata/ahci_imx.c:299:12: warning: \342\200\230imx_ahci_resume\342\200\231 defined but not used [-Wunused-function]\n" + "drivers/ata/ahci_imx.c:284:12: warning: ?imx_ahci_suspend? defined but not used [-Wunused-function]\n" + "drivers/ata/ahci_imx.c:299:12: warning: ?imx_ahci_resume? defined but not used [-Wunused-function]\n" "\n" "[ There needs to be CONFIG_PM_SLEEP ifdef around imh_ahci_suspend()\n" " and imx_ahci_resume(). ]\n" @@ -149,11 +138,6 @@ "--\n" "Bartlomiej Zolnierkiewicz\n" "Samsung R&D Institute Poland\n" - "Samsung Electronics\n" - "\n" - "-- \n" - "You received this message because you are subscribed to the Google Groups \"linux-sunxi\" group.\n" - "To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org\n" - For more options, visit https://groups.google.com/groups/opt_out. + Samsung Electronics -ce2680cb09a3b2f9e1197ec3bda490f8269cbe3e1298c938bfc609b5347b619f +79810a1beb804af9f087a7345551b2b93bed48cb2bfdc3b50165fc93ddf97203
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.