diff for duplicates of <20091105152702.283954757@linux-mips.org> diff --git a/a/1.txt b/N1/1.txt index ce098f1..71e599f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,14 +1,14 @@ -From: Atsushi Nemoto <anemo-7JcRY8pycbNHfZP73Gtkiw@public.gmane.org> +From: Atsushi Nemoto <anemo@mba.ocn.ne.jp> TXx9 SPI bit rate is calculated by: fBR = (spi-baseclk) / (n + 1) Fix calculation of min_speed_hz, max_speed_hz and n. -Signed-off-by: Atsushi Nemoto <anemo-7JcRY8pycbNHfZP73Gtkiw@public.gmane.org> -Cc: David Brownell <dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org> -Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org -Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -Signed-off-by: Ralf Baechle <ralf-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org> +Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> +Cc: David Brownell <dbrownell@users.sourceforge.net> +Cc: spi-devel-general@lists.sourceforge.net +Cc: linux-kernel@vger.kernel.org +Signed-off-by: Ralf Baechle <ralf@linux-mips.org> drivers/spi/spi_txx9.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) @@ -51,11 +51,3 @@ Index: upstream-linus/drivers/spi/spi_txx9.c res = platform_get_resource(dev, IORESOURCE_MEM, 0); if (!res) - - - ------------------------------------------------------------------------------- -Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day -trial. Simplify your report design, integration and deployment - and focus on -what you do best, core application coding. Discover what's new with -Crystal Reports now. http://p.sf.net/sfu/bobj-july diff --git a/a/content_digest b/N1/content_digest index 865064b..123744a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,26 +1,26 @@ "ref\020091105152555.227009519@linux-mips.org\0" - "From\0Ralf Baechle <ralf-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org>\0" + "From\0Ralf Baechle <ralf@linux-mips.org>\0" "Subject\0[PATCH 4/6] SPI: spi_txx9: Fix bit rate calculation\0" "Date\0Thu, 05 Nov 2009 16:26:00 +0100\0" - "To\0Linus Torvalds <torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>\0" - "Cc\0spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org" - Atsushi Nemoto <anemo-7JcRY8pycbNHfZP73Gtkiw@public.gmane.org> - David Brownell <dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org> - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Linus Torvalds <torvalds@linux-foundation.org>\0" + "Cc\0Atsushi Nemoto <anemo@mba.ocn.ne.jp>" + David Brownell <dbrownell@users.sourceforge.net> + spi-devel-general@lists.sourceforge.net + " linux-kernel@vger.kernel.org\0" "\00:1\0" "fn\00005.patch\0" "b\0" - "From: Atsushi Nemoto <anemo-7JcRY8pycbNHfZP73Gtkiw@public.gmane.org>\n" + "From: Atsushi Nemoto <anemo@mba.ocn.ne.jp>\n" "\n" "TXx9 SPI bit rate is calculated by:\n" " fBR = (spi-baseclk) / (n + 1)\n" "Fix calculation of min_speed_hz, max_speed_hz and n.\n" "\n" - "Signed-off-by: Atsushi Nemoto <anemo-7JcRY8pycbNHfZP73Gtkiw@public.gmane.org>\n" - "Cc: David Brownell <dbrownell-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>\n" - "Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org\n" - "Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - "Signed-off-by: Ralf Baechle <ralf-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org>\n" + "Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>\n" + "Cc: David Brownell <dbrownell@users.sourceforge.net>\n" + "Cc: spi-devel-general@lists.sourceforge.net\n" + "Cc: linux-kernel@vger.kernel.org\n" + "Signed-off-by: Ralf Baechle <ralf@linux-mips.org>\n" "\n" " drivers/spi/spi_txx9.c | 13 ++++++-------\n" " 1 file changed, 6 insertions(+), 7 deletions(-)\n" @@ -62,14 +62,6 @@ "+\tc->max_speed_hz = c->baseclk / (SPI_MIN_DIVIDER + 1);\n" " \n" " \tres = platform_get_resource(dev, IORESOURCE_MEM, 0);\n" - " \tif (!res)\n" - "\n" - "\n" - "\n" - "------------------------------------------------------------------------------\n" - "Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day \n" - "trial. Simplify your report design, integration and deployment - and focus on \n" - "what you do best, core application coding. Discover what's new with\n" - Crystal Reports now. http://p.sf.net/sfu/bobj-july + " \tif (!res)" -54406d98fa18665c585a23b0fb75a024ef90f75e050a17e2fdb41c8598f24e72 +f736e86ad3f60fd06012e45d9dfd2703027d526fd8fef8b5622b16825fac89c9
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.