diff for duplicates of <20120129223339.GA22666@redhat.com> diff --git a/a/content_digest b/N1/content_digest index dbc76e0..ea9d131 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,32 +5,65 @@ "Subject\0Re: [PATCH-RFC 06/10] mips: switch to GENERIC_PCI_IOMAP\0" "Date\0Mon, 30 Jan 2012 00:45:07 +0200\0" "To\0Kevin Cernekee <cernekee@gmail.com>\0" - "Cc\0Nicolas Pitre <nicolas.pitre@linaro.org>" - linux-mips@linux-mips.org - linux-m68k@vger.kernel.org - linux-ia64@vger.kernel.org - linux-sh@vger.kernel.org - Benjamin Herrenschmidt <benh@kernel.crashing.org> - linux@openrisc.net - linux-pci@vger.kernel.org - Jesse Barnes <jbarnes@virtuousgeek.org> - Kumar Gala <galak@kernel.crashing.org> - Chen Liqin <liqin.chen@sunplusct.com> - Paul Mackerras <paulus@samba.org> - H. Peter Anvin <hpa@zytor.com> - sparclinux@vger.kernel.org - Guan Xuetao <gxt@mprc.pku.edu.cn> - Lennox Wu <lennox.wu@gmail.com> - Jesper Nilsson <jesper.nilsson@axis.com> + "Cc\0Ralf Baechle <ralf@linux-mips.org>" + Richard Henderson <rth@twiddle.net> + Ivan Kokshaysky <ink@jurassic.park.msu.ru> + Matt Turner <mattst88@gmail.com> Russell King <linux@arm.linux.org.uk> - linux-hexagon@vger.kernel.org + Mikael Starvik <starvik@axis.com> + Jesper Nilsson <jesper.nilsson@axis.com> + Richard Kuo <rkuo@codeaurora.org> + Tony Luck <tony.luck@intel.com> + Fenghua Yu <fenghua.yu@intel.com> + Geert Uytterhoeven <geert@linux-m68k.org> + Michal Simek <monstr@monstr.eu> + Jonas Bonn <jonas@southpole.se> + Kyle McMartin <kyle@mcmartin.ca> Helge Deller <deller@gmx.de> - x86@kernel.org James E.J. Bottomley <jejb@parisc-linux.org> + Benjamin Herrenschmidt <benh@kernel.crashing.org> + Paul Mackerras <paulus@samba.org> + Chen Liqin <liqin.chen@sunplusct.com> + Lennox Wu <lennox.wu@gmail.com> + Paul Mundt <lethal@linux-sh.org> + David S. Miller <davem@davemloft.net> + Guan Xuetao <gxt@mprc.pku.edu.cn> + Thomas Gleixner <tglx@linutronix.de> Ingo Molnar <mingo@redhat.com> - Geert Uytterhoeven <geert@linux-m68k.org> + H. Peter Anvin <hpa@zytor.com> + x86@kernel.org + Arnd Bergmann <arnd@arndb.de> + Andrew Morton <akpm@linux-foundation.org> + Nicolas Pitre <nicolas.pitre@linaro.org> + Paul Bolle <pebolle@tiscali.nl> + Olof Johansson <olof@lixom.net> + Rob Herring <rob.herring@calxeda.com> + Paul Gortmaker <paul.gortmaker@windriver.com> + Kumar Gala <galak@kernel.crashing.org> + Michael Ellerman <michael@ellerman.id.au> + Fabio Baltieri <fabio.baltieri@gmail.com> + Lucas De Marchi <lucas.demarchi@profusion.mobi> + John W. Linville <linville@tuxdriver.com> + Lasse Collin <lasse.collin@tukaani.org> + Arend van Spriel <arend@broadcom.com> + Franky Lin <frankyl@broadcom.com> + linux-alpha@vger.kernel.org + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-cris-kernel@axis.com + linux-hexagon@vger.kernel.org + linux-ia64@vger.kernel.org + linux-m68k@vger.kernel.org + microblaze-uclinux@itee.uq.edu.au + linux-mips@linux-mips.org + linux@openrisc.net + linux-parisc@vger.kernel.org + linuxppc-dev@lists.ozlabs.org + linux-sh@vger.kernel.org + sparclinux@vger.kernel.org linux-arch@vger.kernel.org - " Arend van Spriel <arend@broadcom.com>\0" + Jesse Barnes <jbarnes@virtuousgeek.org> + " linux-pci@vger.kernel.org\0" "\00:1\0" "b\0" "On Sat, Jan 28, 2012 at 02:38:10PM -0800, Kevin Cernekee wrote:\n" @@ -59,4 +92,4 @@ "-- \n" MST -2614ad158d7eafd68c1b2fd6c10792ded7802a134fdd305ca00fa6eacb3c2dfc +7e6a410301809af8bc3439b49e4be59ae0bc19cc392f15f0d914317402e73883
diff --git a/a/1.txt b/N2/1.txt index a13e921..ffc94ee 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,19 +1,25 @@ On Sat, Jan 28, 2012 at 02:38:10PM -0800, Kevin Cernekee wrote: -> On Thu, Nov 24, 2011 at 12:18 PM, Michael S. Tsirkin <mst@redhat.com> wrote: +> On Thu, Nov 24, 2011 at 12:18 PM, Michael S. Tsirkin <mst@redhat.com> wro= +te: > > mips copied pci_iomap from generic code, probably to avoid -> > pulling the rest of iomap.c in. Since that's in +> > pulling the rest of iomap.c in. =A0Since that's in > > a separate file now, we can reuse the common implementation. -> +> = + > [snip] -> -> > - if (flags & IORESOURCE_IO) -> > - return ioport_map_pci(dev, start, len); -> +> = + +> > - =A0 =A0 =A0 if (flags & IORESOURCE_IO) +> > - =A0 =A0 =A0 =A0 =A0 =A0 =A0 return ioport_map_pci(dev, start, len); +> = + > While investigating a new warning on the 3.3-rc1 MIPS build (unused > static function ioport_map_pci()), I noticed that this patch has shown > up in Linus' tree as commit eab90291d35438bcebf7c3dc85be66d0f24e3002. -> -> I am not completely clear on the implications it has on mapping PCI I/O regions: +> = + +> I am not completely clear on the implications it has on mapping PCI I/O r= +egions: Yes, my bad, I missed the difference between ioport_map_pci and ioport_map for both MIPS and SH. @@ -21,5 +27,6 @@ I'll post a patch to fix this, which is probably preferable to reintroducing the code duplication where it might trip us up again. --- +-- = + MST diff --git a/a/content_digest b/N2/content_digest index dbc76e0..2c0686f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -30,25 +30,32 @@ Ingo Molnar <mingo@redhat.com> Geert Uytterhoeven <geert@linux-m68k.org> linux-arch@vger.kernel.org - " Arend van Spriel <arend@broadcom.com>\0" + Arend van Spriel <arend@broadcom.com> + "\0" "\00:1\0" "b\0" "On Sat, Jan 28, 2012 at 02:38:10PM -0800, Kevin Cernekee wrote:\n" - "> On Thu, Nov 24, 2011 at 12:18 PM, Michael S. Tsirkin <mst@redhat.com> wrote:\n" + "> On Thu, Nov 24, 2011 at 12:18 PM, Michael S. Tsirkin <mst@redhat.com> wro=\n" + "te:\n" "> > mips copied pci_iomap from generic code, probably to avoid\n" - "> > pulling the rest of iomap.c in. \302\240Since that's in\n" + "> > pulling the rest of iomap.c in. =A0Since that's in\n" "> > a separate file now, we can reuse the common implementation.\n" - "> \n" + "> =\n" + "\n" "> [snip]\n" - "> \n" - "> > - \302\240 \302\240 \302\240 if (flags & IORESOURCE_IO)\n" - "> > - \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 return ioport_map_pci(dev, start, len);\n" - "> \n" + "> =\n" + "\n" + "> > - =A0 =A0 =A0 if (flags & IORESOURCE_IO)\n" + "> > - =A0 =A0 =A0 =A0 =A0 =A0 =A0 return ioport_map_pci(dev, start, len);\n" + "> =\n" + "\n" "> While investigating a new warning on the 3.3-rc1 MIPS build (unused\n" "> static function ioport_map_pci()), I noticed that this patch has shown\n" "> up in Linus' tree as commit eab90291d35438bcebf7c3dc85be66d0f24e3002.\n" - "> \n" - "> I am not completely clear on the implications it has on mapping PCI I/O regions:\n" + "> =\n" + "\n" + "> I am not completely clear on the implications it has on mapping PCI I/O r=\n" + "egions:\n" "\n" "Yes, my bad, I missed the difference between ioport_map_pci\n" "and ioport_map for both MIPS and SH.\n" @@ -56,7 +63,8 @@ "to reintroducing the code duplication where it might\n" "trip us up again.\n" "\n" - "-- \n" + "-- =\n" + "\n" MST -2614ad158d7eafd68c1b2fd6c10792ded7802a134fdd305ca00fa6eacb3c2dfc +677a0db1a9d31b21610f973006f4dcb18ff6853d50517315b87f863fdd21a7ed
diff --git a/a/content_digest b/N3/content_digest index dbc76e0..eb51329 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -10,17 +10,16 @@ linux-m68k@vger.kernel.org linux-ia64@vger.kernel.org linux-sh@vger.kernel.org - Benjamin Herrenschmidt <benh@kernel.crashing.org> linux@openrisc.net linux-pci@vger.kernel.org Jesse Barnes <jbarnes@virtuousgeek.org> - Kumar Gala <galak@kernel.crashing.org> Chen Liqin <liqin.chen@sunplusct.com> Paul Mackerras <paulus@samba.org> H. Peter Anvin <hpa@zytor.com> sparclinux@vger.kernel.org Guan Xuetao <gxt@mprc.pku.edu.cn> Lennox Wu <lennox.wu@gmail.com> + Jonas Bonn <jonas@southpole.se> Jesper Nilsson <jesper.nilsson@axis.com> Russell King <linux@arm.linux.org.uk> linux-hexagon@vger.kernel.org @@ -30,7 +29,38 @@ Ingo Molnar <mingo@redhat.com> Geert Uytterhoeven <geert@linux-m68k.org> linux-arch@vger.kernel.org - " Arend van Spriel <arend@broadcom.com>\0" + Arend van Spriel <arend@broadcom.com> + Matt Turner <mattst88@gmail.com> + Fenghua Yu <fenghua.yu@intel.com> + Lasse Collin <lasse.collin@tukaani.org> + Arnd Bergmann <arnd@arndb.de> + Lucas De Marchi <lucas.demarchi@profusion.mobi> + microblaze-uclinux@itee.uq.edu.au + Paul Bolle <pebolle@tiscali.nl> + Rob Herring <rob.herring@calxeda.com> + Mikael Starvik <starvik@axis.com> + Ivan Kokshaysky <ink@jurassic.park.msu.ru> + Franky Lin <frankyl@broadcom.com> + Thomas Gleixner <tglx@linutronix.de> + Fabio Baltieri <fabio.baltieri@gmail.com> + linux-arm-kernel@lists.infradead.org + Richard Henderson <rth@twiddle.net> + Michael Ellerman <michael@ellerman.id.au> + Michal Simek <monstr@monstr.eu> + Tony Luck <tony.luck@intel.com> + linux-parisc@vger.kernel.org + linux-cris-kernel@axis.com + Paul Gortmaker <paul.gortmaker@windriver.com> + linux-kernel@vger.kernel.org + Ralf Baechle <ralf@linux-mips.org> + Richard Kuo <rkuo@codeaurora.org> + Kyle McMartin <kyle@mcmartin.ca> + Paul Mundt <lethal@linux-sh.org> + linux-alpha@vger.kernel.org + Olof Johansson <olof@lixom.net> + Andrew Morton <akpm@linux-foundation.org> + linuxppc-dev@lists.ozlabs.org + " David S. Miller <davem@davemloft.net>\0" "\00:1\0" "b\0" "On Sat, Jan 28, 2012 at 02:38:10PM -0800, Kevin Cernekee wrote:\n" @@ -59,4 +89,4 @@ "-- \n" MST -2614ad158d7eafd68c1b2fd6c10792ded7802a134fdd305ca00fa6eacb3c2dfc +2b681cd427c7e565ad7b98dda719531f103d62704510450d38e5d271b0911496
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.