diff for duplicates of <op.vgs04dub7p4s8u@pikus> diff --git a/a/1.txt b/N1/1.txt index d7ec888..939b238 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,27 +1,19 @@ -On Fri, 30 Jul 2010 16:49:14 +0200, Uwe Kleine-K=C3=B6nig <u.kleine-koen= -ig@pengutronix.de> wrote: -> by using usb_gadget_probe_driver with driver->bind =3D NULL. When all= - +On Fri, 30 Jul 2010 16:49:14 +0200, Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de> wrote: +> by using usb_gadget_probe_driver with driver->bind = NULL. When all > drivers are fixed to use the new function the bind member of struct > usb_gadget_driver can go away. -On second thought, would it be hard to just fix all the gadgets? It's n= -ot like there -are thousands of them so it shouldn't take that long. Moreover, since y= -ou'd remove -the bind field and change the prototype of the usb_gadget_register() all= - instances +On second thought, would it be hard to just fix all the gadgets? It's not like there +are thousands of them so it shouldn't take that long. Moreover, since you'd remove +the bind field and change the prototype of the usb_gadget_register() all instances would be found at compile time. -With that and the other functions which use bind callbacks (usb_add_conf= -iguration(), -usb_composite_register()) the patch would be much better in my opinion a= -nd also +With that and the other functions which use bind callbacks (usb_add_configuration(), +usb_composite_register()) the patch would be much better in my opinion and also much better then my approach with __ref. --- = - +-- Best regards, _ _ -| Humble Liege of Serenely Enlightened Majesty of o' \,=3D./ `o -| Computer Science, Micha=C5=82 "mina86" Nazarewicz (o o) +| Humble Liege of Serenely Enlightened Majesty of o' \,=./ `o +| Computer Science, Micha? "mina86" Nazarewicz (o o) +----[mina86*mina86.com]---[mina86*jabber.org]----ooO--(_)--Ooo-- diff --git a/a/content_digest b/N1/content_digest index 86aaaba..04a6437 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,84 +1,28 @@ "ref\01280501361-13410-1-git-send-email-u.kleine-koenig@pengutronix.de\0" - "From\0Micha\305\202 Nazarewicz <m.nazarewicz@samsung.com>\0" - "Subject\0Re: [PATCH RFC] usb gadget: introduce usb_gadget_probe_driver\0" + "From\0m.nazarewicz@samsung.com (Micha\305\202 Nazarewicz)\0" + "Subject\0[PATCH RFC] usb gadget: introduce usb_gadget_probe_driver\0" "Date\0Mon, 02 Aug 2010 11:39:39 +0200\0" - "To\0linux-usb@vger.kernel.org" - " Uwe Kleine-K\303\266nig <u.kleine-koenig@pengutronix.de>\0" - "Cc\0Cliff Cai <cliff.cai@analog.com>" - Mark Brown <broonie@opensource.wolfsonmicro.com> - Dan Carpenter <error27@gmail.com> - Tony Lindgren <tony@atomide.com> - Nicolas Ferre <nicolas.ferre@atmel.com> - linux-kernel@vger.kernel.org - linuxppc-dev@ozlabs.org - Julia Lawall <julia@diku.dk> - Philipp Zabel <philipp.zabel@gmail.com> - Felipe Balbi <felipe.balbi@nokia.com> - Andrea Gelmini <andrea.gelmini@gelma.net> - Robert Jarzmik <robert.jarzmik@free.fr> - Fabien Chouteau <fabien.chouteau@barco.com> - Dinh Nguyen <Dinh.Nguyen@freescale.com> - David Brownell <dbrownell@users.sourceforge.net> - Vladimir Zapolskiy <vzapolskiy@gmail.com> - Sergei Shtylyov <sshtylyov@ru.mvista.com> - Vincent Sanders <support@simtec.co.uk> - Marc Singer <elf@buici.com> - " Andr\303\251 Goddard Rosa <andre.goddard@gmail.com>" - Alan Stern <stern@rowland.harvard.edu> - Sean MacLennan <smaclennan@pikatech.com> - Russell King <rmk+kernel@arm.linux.org.uk> - Tobias Klauser <tklauser@distanz.ch> - Anatolij Gustschin <agust@denx.de> - Marc Kleine-Budde <m.kleine-budde@pengutronix.de> - Eirik Aanonsen <eaa@wprmedical.com> - Mike Frysinger <vapier@gentoo.org> - Thomas Dahlmann <dahlmann.thomas@arcor.de> - linux-geode@lists.infradead.org - Ben Dooks <ben-linux@fluff.org> - Magnus Damm <damm@igel.co.jp> - Anton Vorontsov <avorontsov@ru.mvista.com> - Andrew Victor <linux@maxim.org.za> - linux-arm-kernel@lists.infradead.org - Eric Miao <eric.y.miao@gmail.com> - " N\303\251meth M\303\241rton <nm127@freemail.hu>" - Jiri Kosina <jkosina@suse.cz> - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> - Greg Kroah-Hartman <gregkh@suse.de> - Harro Haan <hrhaan@gmail.com> - FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> - H Hartley Sweeten <hsweeten@visionengravers.com> - Paul Mundt <lethal@linux-sh.org> - Tejun Heo <tj@kernel.org> - Andrew Morton <akpm@linux-foundation.org> - " Cory Maccarrone <darkstar6262@gmail.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" - "On Fri, 30 Jul 2010 16:49:14 +0200, Uwe Kleine-K=C3=B6nig <u.kleine-koen=\n" - "ig@pengutronix.de> wrote:\n" - "> by using usb_gadget_probe_driver with driver->bind =3D NULL. When all=\n" - "\n" + "On Fri, 30 Jul 2010 16:49:14 +0200, Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de> wrote:\n" + "> by using usb_gadget_probe_driver with driver->bind = NULL. When all\n" "> drivers are fixed to use the new function the bind member of struct\n" "> usb_gadget_driver can go away.\n" "\n" - "On second thought, would it be hard to just fix all the gadgets? It's n=\n" - "ot like there\n" - "are thousands of them so it shouldn't take that long. Moreover, since y=\n" - "ou'd remove\n" - "the bind field and change the prototype of the usb_gadget_register() all=\n" - " instances\n" + "On second thought, would it be hard to just fix all the gadgets? It's not like there\n" + "are thousands of them so it shouldn't take that long. Moreover, since you'd remove\n" + "the bind field and change the prototype of the usb_gadget_register() all instances\n" "would be found at compile time.\n" "\n" - "With that and the other functions which use bind callbacks (usb_add_conf=\n" - "iguration(),\n" - "usb_composite_register()) the patch would be much better in my opinion a=\n" - "nd also\n" + "With that and the other functions which use bind callbacks (usb_add_configuration(),\n" + "usb_composite_register()) the patch would be much better in my opinion and also\n" "much better then my approach with __ref.\n" "\n" - "-- =\n" - "\n" + "-- \n" "Best regards, _ _\n" - "| Humble Liege of Serenely Enlightened Majesty of o' \\,=3D./ `o\n" - "| Computer Science, Micha=C5=82 \"mina86\" Nazarewicz (o o)\n" + "| Humble Liege of Serenely Enlightened Majesty of o' \\,=./ `o\n" + "| Computer Science, Micha? \"mina86\" Nazarewicz (o o)\n" +----[mina86*mina86.com]---[mina86*jabber.org]----ooO--(_)--Ooo-- -12c3821e3e1f12926356562f6735f54d14ed69ad9a73640f11884b30c8ef4a44 +381f4c7f282c2a5bc2a58471eda56d29b0061ea1dd5cd53f46e202e15aaca24f
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.