diff for duplicates of <20120306111951.GA8494@rainbow> diff --git a/a/1.txt b/N1/1.txt index efd6955..6370949 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,12 +1,12 @@ On 10:38 Tue 06 Mar , Andi wrote: > Hi, > -> On Tue, Mar 6, 2012 at 9:45 AM, Dmitry Artamonow <mad_soft-aPYA7nAdAYY@public.gmane.org> wrote: -> > /* Wait for the PLL to lock */ -> > + timeout = 2000; -> > do { -> > val = pads_readl(PADS_PLL_CTL); -> > + mdelay(1); +> On Tue, Mar 6, 2012 at 9:45 AM, Dmitry Artamonow <mad_soft@inbox.ru> wrote: +> > ? ? ? ?/* Wait for the PLL to lock */ +> > + ? ? ? timeout = 2000; +> > ? ? ? ?do { +> > ? ? ? ? ? ? ? ?val = pads_readl(PADS_PLL_CTL); +> > + ? ? ? ? ? ? ? mdelay(1); > > why are you using an mdelay? If you need to sleep 1ms just use > usleep_range or similar diff --git a/a/content_digest b/N1/content_digest index 87c247d..14b8a2e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,30 +1,21 @@ "ref\01331023544-6439-1-git-send-email-mad_soft@inbox.ru\0" "ref\01331023544-6439-3-git-send-email-mad_soft@inbox.ru\0" "ref\0CANndwHav6JcqNOuOXcD1dSNUmVYAV=MJ+y+ud6202q6Dh42Vgw@mail.gmail.com\0" - "ref\0CANndwHav6JcqNOuOXcD1dSNUmVYAV=MJ+y+ud6202q6Dh42Vgw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" - "From\0Dmitry Artamonow <mad_soft-aPYA7nAdAYY@public.gmane.org>\0" - "Subject\0Re: [PATCH/RFC 2/2] arm/tegra: add timeout to PCIe PLL lock detection loop\0" + "From\0mad_soft@inbox.ru (Dmitry Artamonow)\0" + "Subject\0[PATCH/RFC 2/2] arm/tegra: add timeout to PCIe PLL lock detection loop\0" "Date\0Tue, 6 Mar 2012 15:19:51 +0400\0" - "To\0Andi <andi.shyti-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Cc\0Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>" - Thierry Reding <thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org> - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org> - Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org> - Mike Rapoport <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> - linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 10:38 Tue 06 Mar , Andi wrote:\n" "> Hi,\n" "> \n" - "> On Tue, Mar 6, 2012 at 9:45 AM, Dmitry Artamonow <mad_soft-aPYA7nAdAYY@public.gmane.org> wrote:\n" - "> > \302\240 \302\240 \302\240 \302\240/* Wait for the PLL to lock */\n" - "> > + \302\240 \302\240 \302\240 timeout = 2000;\n" - "> > \302\240 \302\240 \302\240 \302\240do {\n" - "> > \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240val = pads_readl(PADS_PLL_CTL);\n" - "> > + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 mdelay(1);\n" + "> On Tue, Mar 6, 2012 at 9:45 AM, Dmitry Artamonow <mad_soft@inbox.ru> wrote:\n" + "> > ? ? ? ?/* Wait for the PLL to lock */\n" + "> > + ? ? ? timeout = 2000;\n" + "> > ? ? ? ?do {\n" + "> > ? ? ? ? ? ? ? ?val = pads_readl(PADS_PLL_CTL);\n" + "> > + ? ? ? ? ? ? ? mdelay(1);\n" "> \n" "> why are you using an mdelay? If you need to sleep 1ms just use\n" "> usleep_range or similar\n" @@ -41,4 +32,4 @@ "Best regards,\n" "Dmitry \"MAD\" Artamonow" -044fa8e30da58d26e5b3b113ea06775a1822b000b0512e072a3e9ae310a71f7a +6a32836dd7749aef49b652653568341a85d677114cf08b70413f97fea1c93b98
diff --git a/a/1.txt b/N2/1.txt index efd6955..b9fbb5d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,7 +1,7 @@ On 10:38 Tue 06 Mar , Andi wrote: > Hi, > -> On Tue, Mar 6, 2012 at 9:45 AM, Dmitry Artamonow <mad_soft-aPYA7nAdAYY@public.gmane.org> wrote: +> On Tue, Mar 6, 2012 at 9:45 AM, Dmitry Artamonow <mad_soft@inbox.ru> wrote: > > /* Wait for the PLL to lock */ > > + timeout = 2000; > > do { diff --git a/a/content_digest b/N2/content_digest index 87c247d..f7e39be 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,25 +1,24 @@ "ref\01331023544-6439-1-git-send-email-mad_soft@inbox.ru\0" "ref\01331023544-6439-3-git-send-email-mad_soft@inbox.ru\0" "ref\0CANndwHav6JcqNOuOXcD1dSNUmVYAV=MJ+y+ud6202q6Dh42Vgw@mail.gmail.com\0" - "ref\0CANndwHav6JcqNOuOXcD1dSNUmVYAV=MJ+y+ud6202q6Dh42Vgw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" - "From\0Dmitry Artamonow <mad_soft-aPYA7nAdAYY@public.gmane.org>\0" + "From\0Dmitry Artamonow <mad_soft@inbox.ru>\0" "Subject\0Re: [PATCH/RFC 2/2] arm/tegra: add timeout to PCIe PLL lock detection loop\0" "Date\0Tue, 6 Mar 2012 15:19:51 +0400\0" - "To\0Andi <andi.shyti-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Cc\0Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>" - Thierry Reding <thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org> - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org> - Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org> - Mike Rapoport <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> - linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "To\0Andi <andi.shyti@gmail.com>\0" + "Cc\0Stephen Warren <swarren@nvidia.com>" + Thierry Reding <thierry.reding@avionic-design.de> + linux-kernel@vger.kernel.org + Olof Johansson <olof@lixom.net> + Colin Cross <ccross@android.com> + Mike Rapoport <mike@compulab.co.il> + linux-tegra@vger.kernel.org + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 10:38 Tue 06 Mar , Andi wrote:\n" "> Hi,\n" "> \n" - "> On Tue, Mar 6, 2012 at 9:45 AM, Dmitry Artamonow <mad_soft-aPYA7nAdAYY@public.gmane.org> wrote:\n" + "> On Tue, Mar 6, 2012 at 9:45 AM, Dmitry Artamonow <mad_soft@inbox.ru> wrote:\n" "> > \302\240 \302\240 \302\240 \302\240/* Wait for the PLL to lock */\n" "> > + \302\240 \302\240 \302\240 timeout = 2000;\n" "> > \302\240 \302\240 \302\240 \302\240do {\n" @@ -41,4 +40,4 @@ "Best regards,\n" "Dmitry \"MAD\" Artamonow" -044fa8e30da58d26e5b3b113ea06775a1822b000b0512e072a3e9ae310a71f7a +4623e0cd33b9351941c005d3b16fc20c42dd9c2d1c1a51c914554f7f05a64cc6
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.