All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] usb:gadget:composite: Support for composite gadget framework
Date: Wed, 2 May 2012 12:37:25 +0200	[thread overview]
Message-ID: <201205021237.25820.marex@denx.de> (raw)
In-Reply-To: <20120502091059.4181d991@lmajewski.digital.local>

Dear Lukasz Majewski,

> Hi Marek,
> 
> > Dear Lukasz Majewski,
> > 
> > > This patch set provides support for composite gadget framework.
> > > Files from Linux kernel (2.6.36) - namely composite.{c|h} have been
> > > ported.
> > > 
> > > Some extra "compatibility" code has been added as well.
> > > 
> > > Lukasz Majewski (4):
> > >   usb:gadget:composite Composite framework - files from Linux kernel
> > >   usb:gadget:composite: Linux composite.{h/c} code adjustement for
> > >   
> > >     u-boot
> > >   
> > >   usb:gadget: Wrapper for extracting usb_gadget from linux's device
> > >   usb:gadget: Extend device struct to device_data pointer
> > 
> > I just pushed new u-boot-usb (rebased on current u-boot head), can
> > you please rebase your patches ?
> > 
> > Is it correct to assume I can drop the following patches as we'll be
> > seeing new revision?
> > 
> > [U-Boot,6/6] usb:g_dnl: Support for g_dnl download usb gadget for
> > TRATS board 2012-04-12 	?ukasz Majewski 	marex
> > Under Review [U-Boot,5/6] usb:g_dnl: Support for g_dnl download usb
> > gadget for GONI board 2012-04-12 	?ukasz Majewski
> > marex 	Under Review [U-Boot,4/6] usb:command: Support for USB
> > Download command 	2012-04-12 ?ukasz Majewski 	marex
> > 
> > 	Under Review [U-Boot,3/6] usb:g_dnl:thor: THOR protocol back
> > 
> > end support for f_usbd_thor function 	2012-04-12
> > ?ukasz Majewski 	marex 	Under Review [U-Boot,2/6]
> > usb:g_dnl:f_usbd_thor: USB Download function to support THOR protocol
> > 
> > 	2012-04-12 	?ukasz Majewski 	marex
> > 
> > Under Review [U-Boot,1/6] usb:composite:g_dnl: Composite gadget
> > (g_dnl) for USB downloading functions 	2012-04-12
> > ?ukasz Majewski 	marex 	Under Review [U-Boot]
> > usb:udc:samsung Add functions for storing private gadget data in UDC
> > driver 	2012-04-12 	?ukasz Majewski 	marex
> > 
> > 	Under Review [U-Boot,4/4] usb:gadget: Extend device struct to
> > 
> > device_data pointer 2012-04-12 	?ukasz Majewski 	marex
> > 
> > 	Under Review [U-Boot,3/4] usb:gadget: Wrapper for extracting
> > 
> > usb_gadget from linux's device 2012-04-12 	?ukasz Majewski
> > 
> > 	marex 	Under Review [U-Boot,2/4] usb:gadget:composite:
> > Linux composite.{h/c} code adjustement for u- boot 	2012-04-12
> > 
> > 	?ukasz Majewski 	marex 	Under Review
> > 
> > [U-Boot,1/4] usb:gadget:composite Composite framework - files from
> > Linux kernel 2012-04-12 	?ukasz Majewski 	marex
> > Under Review [U-Boot] usb:udc: Remove duplicated USB definitions from
> > include/linux/usb/ch9.h file 	2012-04-12 	?ukasz
> > Majewski 	marex 	Under Review
> 
> It is a little bit messy with so many patches flying around :-)
> 
> To make it a bit clear:
> 
> It is possible to apply following patches to u-boot-usb/next branch (or
> u-boot-usb/master which are the same) on denx.de (in this order):
> 
> http://patchwork.ozlabs.org/patch/151983/
> http://patchwork.ozlabs.org/patch/153532/
> http://patchwork.ozlabs.org/patch/153533/

Thanks for clearing this up, can you please rebase them? I think they don't 
apply :(

> 
> 
> Please apply above patches to usb next/master branch.
> 
> Moreover the following patch
> 
> http://patchwork.ozlabs.org/patch/153531/
> 
> was criticized by Wolfgang for the DEBUG_SETUP( macro.
> 
> You can pull it to the next/master and I will make the patch for UDC to
> remove those macros, or I will prepare the UDC patch and then resend
> this one.
> 
> The first solution is more convenient for me, but it is up to You how we
> will proceed.
> 
> Other patches can be dropped (for now).

      reply	other threads:[~2012-05-02 10:37 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-12  7:15 [U-Boot] [PATCH 0/4] usb:gadget:composite: Support for composite gadget framework Lukasz Majewski
2012-04-12  7:15 ` [U-Boot] [PATCH 1/4] usb:gadget:composite Composite framework - files from Linux kernel Lukasz Majewski
2012-04-14  9:46   ` Marek Vasut
2012-04-14 13:41   ` Wolfgang Denk
2012-04-14 13:42   ` Wolfgang Denk
2012-04-16  9:10     ` Lukasz Majewski
2012-04-16 13:59       ` Wolfgang Denk
2012-04-12  7:15 ` [U-Boot] [PATCH 2/4] usb:gadget:composite: Linux composite.{h/c} code adjustement for u-boot Lukasz Majewski
2012-04-14 13:46   ` Wolfgang Denk
2012-04-16  9:23     ` Lukasz Majewski
2012-04-16 14:01       ` Wolfgang Denk
2012-04-12  7:15 ` [U-Boot] [PATCH 3/4] usb:gadget: Wrapper for extracting usb_gadget from linux's device Lukasz Majewski
2012-04-14  9:47   ` Marek Vasut
2012-04-12  7:15 ` [U-Boot] [PATCH 4/4] usb:gadget: Extend device struct to device_data pointer Lukasz Majewski
2012-04-17  7:27 ` [U-Boot] [PATCH v2 0/3] usb:gadget:composite: Support for composite gadget framework Lukasz Majewski
2012-04-17  7:27   ` [U-Boot] [PATCH v2 1/3] usb:gadget:composite USB composite gadget support Lukasz Majewski
2012-04-17  7:47     ` Marek Vasut
2012-04-17 12:45       ` Lukasz Majewski
2012-04-17  7:27   ` [U-Boot] [PATCH v2 2/3] usb:gadget:composite: Support for composite at gadget.h Lukasz Majewski
2012-04-17  7:27   ` [U-Boot] [PATCH v2 3/3] usb:udc:samsung Add functions for storing private gadget data in UDC driver Lukasz Majewski
2012-04-17  7:59     ` Marek Vasut
2012-04-17 14:07 ` [U-Boot] [PATCH v3 0/3] usb:gadget:composite: Support for composite gadget framework Lukasz Majewski
2012-04-17 14:07   ` [U-Boot] [PATCH v3 1/3] usb:gadget:composite USB composite gadget support Lukasz Majewski
2012-04-17 15:32     ` Marek Vasut
2012-04-17 14:07   ` [U-Boot] [PATCH v3 2/3] usb:gadget:composite: Support for composite at gadget.h Lukasz Majewski
2012-04-17 14:07   ` [U-Boot] [PATCH v3 3/3] usb:udc:samsung Add functions for storing private gadget data in UDC driver Lukasz Majewski
2012-04-18 15:26 ` [U-Boot] [PATCH v4 0/3] usb:gadget:composite: Support for composite gadget framework Lukasz Majewski
2012-04-18 15:26   ` [U-Boot] [PATCH v4 1/3] usb:gadget:composite USB composite gadget support Lukasz Majewski
2012-04-25 22:53     ` Marek Vasut
2012-04-26  7:02       ` Lukasz Majewski
2012-04-29 23:22         ` Marek Vasut
2012-04-18 15:26   ` [U-Boot] [PATCH v4 2/3] usb:gadget:composite: Support for composite at gadget.h Lukasz Majewski
2012-04-29 23:23     ` Marek Vasut
2012-04-18 15:26   ` [U-Boot] [PATCH v4 3/3] usb:udc:samsung Add functions for storing private gadget data in UDC driver Lukasz Majewski
2012-04-29 23:25     ` Marek Vasut
2012-04-30  6:58       ` Lukasz Majewski
2012-04-30 12:31         ` Marek Vasut
2012-04-30 13:11           ` Lukasz Majewski
2012-04-30 13:38         ` Wolfgang Denk
2012-04-30 14:23           ` Lukasz Majewski
2012-04-30 14:51     ` [U-Boot] [PATCH v4 RESEND " Lukasz Majewski
2012-04-30 15:22       ` Marek Vasut
2012-04-30 15:23       ` Wolfgang Denk
2012-04-30 15:46         ` Lukasz Majewski
2012-04-25 15:53   ` [U-Boot] [PATCH v4 0/3] usb:gadget:composite: Support for composite gadget framework Lukasz Majewski
2012-04-25 17:06     ` Marek Vasut
2012-05-01 19:53 ` [U-Boot] [PATCH 0/4] " Marek Vasut
2012-05-02  7:10   ` Lukasz Majewski
2012-05-02 10:37     ` Marek Vasut [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201205021237.25820.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.