public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
  • [parent not found: <1409070003-21195-3-git-send-email-dinguyen@opensource.altera.com>]
  • [parent not found: <1409070003-21195-4-git-send-email-dinguyen@opensource.altera.com>]
  • [parent not found: <1409070003-21195-5-git-send-email-dinguyen@opensource.altera.com>]
  • [parent not found: <1409070003-21195-9-git-send-email-dinguyen@opensource.altera.com>]
  • [parent not found: <1409070003-21195-10-git-send-email-dinguyen@opensource.altera.com>]
  • [parent not found: <1409070003-21195-11-git-send-email-dinguyen@opensource.altera.com>]
  • [parent not found: <1409070003-21195-12-git-send-email-dinguyen@opensource.altera.com>]
  • * Re: [PATCHv4 00/12] usb: dwc2: Add support for dual role
           [not found] <1409070003-21195-1-git-send-email-dinguyen@opensource.altera.com>
                       ` (7 preceding siblings ...)
           [not found] ` <1409070003-21195-12-git-send-email-dinguyen@opensource.altera.com>
    @ 2014-09-12 16:44 ` Bartlomiej Zolnierkiewicz
      2014-09-12 18:29   ` Dinh Nguyen
      8 siblings, 1 reply; 17+ messages in thread
    From: Bartlomiej Zolnierkiewicz @ 2014-09-12 16:44 UTC (permalink / raw)
      To: dinguyen
      Cc: paulz, gregkh, balbi, dinh.linux, swarren, matthijs, r.baldyga,
    	jg1.han, sachin.kamat, ben-linux, dianders, kever.yang, linux-usb,
    	linux-kernel
    
    
    [ added linux-kernel ML to cc: ]
    
    Hi,
    
    On Tuesday, August 26, 2014 11:19:51 AM dinguyen@opensource.altera.com wrote:
    > From: Dinh Nguyen <dinguyen@opensource.altera.com>
    > 
    > Hello,
    > 
    > This is version 4 of the patch series that combines the dwc2 gadget and host
    > driver into a single dual role driver. Here are the main differences from V2:
    > 
    > - Patch 9/12 : Move spin_lock_init() earlier up in the function to guarantee
    >   no locks can be taken before the initializing the spin_lock.
    > 
    > - Patch 12/12 : Same as patch 9/12.
    > 
    > - Added Acked-by: paulz for all patches except patch 9/12 and 12/12.
    > 
    > For v4, I have rebased the series on top of Greg KH's USB usb-linus tree
    > [9b2667f usb: dwc2: gadget: Set the default EP max packet value as 8 bytes]
    > and on top of the following patches that have not yet been applied:
    > 
    > Doug Anderson: usb: dwc2: Read GNPTXFSIZ when in forced HOST mode
    > Kever Yang : usb: dwc2: add 'mode' which based on Kconfig select or dts setting
    > Robert Baldyga : usb: dwc2/gadget: fix series <- 12 patches
    > 
    > As usual, tested on SOCFPGA(host, gadget, and dual-role) and on Rpi-B
    > (host mode only).
    > 
    > I have pushed this series to a git repo to make it more convenient for people
    > to test/review.
    > 
    > git://git.rocketboards.org/linux-socfpga-next.git dwc2_dual_role_v4
    
    Please also add linux-kernel ML to next revision of the patchset
    (helps to get reviewers).
    
    Also sorry for the late review but people are not yet used to
    the fact that dwc2 now also means "our" good old s3c-hsotg. ;-)
    
    Best regards,
    --
    Bartlomiej Zolnierkiewicz
    Samsung R&D Institute Poland
    Samsung Electronics
    
    
    ^ permalink raw reply	[flat|nested] 17+ messages in thread

  • end of thread, other threads:[~2014-09-22 16:10 UTC | newest]
    
    Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <1409070003-21195-1-git-send-email-dinguyen@opensource.altera.com>
         [not found] ` <1409070003-21195-2-git-send-email-dinguyen@opensource.altera.com>
    2014-09-12 15:49   ` [PATCHv4 01/12] usb: dwc2: Update Kconfig to support dual-role Bartlomiej Zolnierkiewicz
    2014-09-18 15:54     ` Dinh Nguyen
    2014-09-18 19:59       ` Paul Zimmerman
    2014-09-19 14:49       ` Bartlomiej Zolnierkiewicz
    2014-09-19 19:02         ` Paul Zimmerman
    2014-09-22 16:10           ` Bartlomiej Zolnierkiewicz
         [not found] ` <1409070003-21195-3-git-send-email-dinguyen@opensource.altera.com>
    2014-09-12 15:56   ` [PATCHv4 02/12] usb: dwc2: move "samsung,s3c6400-hsotg" into common platform Bartlomiej Zolnierkiewicz
         [not found] ` <1409070003-21195-4-git-send-email-dinguyen@opensource.altera.com>
    2014-09-12 16:08   ` [PATCHv4 03/12] usb: dwc2: Update the gadget driver to use common dwc2_hsotg structure Bartlomiej Zolnierkiewicz
         [not found] ` <1409070003-21195-5-git-send-email-dinguyen@opensource.altera.com>
    2014-09-12 16:18   ` [PATCHv4 04/12] usb: dwc2: Add the appropriate init calls in platform code Bartlomiej Zolnierkiewicz
    2014-09-18 19:24     ` Dinh Nguyen
         [not found] ` <1409070003-21195-9-git-send-email-dinguyen@opensource.altera.com>
    2014-09-12 16:28   ` [PATCHv4 08/12] usb: dwc2: gadget: Do not fail probe if there isn't a clock node Bartlomiej Zolnierkiewicz
    2014-09-19 14:29     ` Dinh Nguyen
         [not found] ` <1409070003-21195-10-git-send-email-dinguyen@opensource.altera.com>
    2014-09-12 16:34   ` [PATCHv4 09/12] usb: dwc2: initialize the spin_lock for both host and gadget Bartlomiej Zolnierkiewicz
         [not found] ` <1409070003-21195-11-git-send-email-dinguyen@opensource.altera.com>
    2014-09-12 16:36   ` [PATCHv4 10/12] usb: dwc2: Add suspend/resume for gadget Bartlomiej Zolnierkiewicz
         [not found] ` <1409070003-21195-12-git-send-email-dinguyen@opensource.altera.com>
    2014-09-12 16:38   ` [PATCHv4 11/12] usb: dwc2: check that the host work queue is valid Bartlomiej Zolnierkiewicz
    2014-09-12 16:44 ` [PATCHv4 00/12] usb: dwc2: Add support for dual role Bartlomiej Zolnierkiewicz
    2014-09-12 18:29   ` Dinh Nguyen
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox