All of lore.kernel.org
 help / color / mirror / Atom feed
From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 1/3] usb: orion-echi: Add support for the Armada 3700
Date: Fri, 10 Mar 2017 15:50:30 +0100	[thread overview]
Message-ID: <20170310145030.GA3731@kroah.com> (raw)
In-Reply-To: <87o9x9jw1g.fsf@free-electrons.com>

On Fri, Mar 10, 2017 at 10:55:23AM +0100, Gregory CLEMENT wrote:
> Hi Alan,
>  
>  On jeu., mars 09 2017, Alan Stern <stern@rowland.harvard.edu> wrote:
> 
> > On Thu, 9 Mar 2017, Gregory CLEMENT wrote:
> >
> >> From: Hua Jing <jinghua@marvell.com>
> >> 
> >> - Add a new compatible string for the Armada 3700 SoCs
> >> 
> >> - add sbuscfg support for orion usb controller driver. For the SoCs
> >>   without hlock, need to program BAWR/BARD/AHBBRST fields in the sbuscfg
> >>   register to guarantee the AHB master's burst would not overrun or
> >>   underrun the FIFO.
> >> 
> >> - the sbuscfg register has to be set after the usb controller reset,
> >>   otherwise the value would be overridden to 0. In order to do this, the
> >>   reset callback is registered.
> >> 
> >> [gregory.clement at free-electrons.com: - reword commit and comments
> >> 				     - fix error path in ehci_orion_drv_reset()
> >> 				     - fix checkpatch warning]
> >> Signed-off-by: Hua Jing <jinghua@marvell.com>
> >> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
> >> Reviewed-by: Andrew Lunn <andrew@lunn.ch>
> >
> > Acked-by: Alan Stern <stern@rowland.harvard.edu>
> 
> Thanks!
> 
> And what about the second patch "usb: host: Allow to build ehci orion
> with mvebu SoCs " ?
> 
> I don't remember what is the workflow for the usb subsystem. Will you do
> a pull request to GKH? Or maybe he collects himself the patch once you
> give your acked-by.
> 
> I will take care of the third patch and apply on the mvebu/dt64 branch
> now that you agree the extension for the driver.

I'll take all of these once they look "good enough".  Give me a week or
so to get to all of the pending patches in my queue...

thanks,

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: Alan Stern <stern@rowland.harvard.edu>,
	linux-usb@vger.kernel.org, Jason Cooper <jason@lakedaemon.net>,
	Andrew Lunn <andrew@lunn.ch>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Rob Herring <robh+dt@kernel.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	linux-arm-kernel@lists.infradead.org,
	Nadav Haklai <nadavh@marvell.com>, Victor Gu <xigu@marvell.com>,
	Marcin Wojtas <mw@semihalf.com>,
	Wilson Ding <dingwei@marvell.com>, Hua Jing <jinghua@marvell.com>,
	Neta Zur Hershkovits <neta@marvell.com>
Subject: Re: [PATCH v4 1/3] usb: orion-echi: Add support for the Armada 3700
Date: Fri, 10 Mar 2017 15:50:30 +0100	[thread overview]
Message-ID: <20170310145030.GA3731@kroah.com> (raw)
In-Reply-To: <87o9x9jw1g.fsf@free-electrons.com>

On Fri, Mar 10, 2017 at 10:55:23AM +0100, Gregory CLEMENT wrote:
> Hi Alan,
>  
>  On jeu., mars 09 2017, Alan Stern <stern@rowland.harvard.edu> wrote:
> 
> > On Thu, 9 Mar 2017, Gregory CLEMENT wrote:
> >
> >> From: Hua Jing <jinghua@marvell.com>
> >> 
> >> - Add a new compatible string for the Armada 3700 SoCs
> >> 
> >> - add sbuscfg support for orion usb controller driver. For the SoCs
> >>   without hlock, need to program BAWR/BARD/AHBBRST fields in the sbuscfg
> >>   register to guarantee the AHB master's burst would not overrun or
> >>   underrun the FIFO.
> >> 
> >> - the sbuscfg register has to be set after the usb controller reset,
> >>   otherwise the value would be overridden to 0. In order to do this, the
> >>   reset callback is registered.
> >> 
> >> [gregory.clement@free-electrons.com: - reword commit and comments
> >> 				     - fix error path in ehci_orion_drv_reset()
> >> 				     - fix checkpatch warning]
> >> Signed-off-by: Hua Jing <jinghua@marvell.com>
> >> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
> >> Reviewed-by: Andrew Lunn <andrew@lunn.ch>
> >
> > Acked-by: Alan Stern <stern@rowland.harvard.edu>
> 
> Thanks!
> 
> And what about the second patch "usb: host: Allow to build ehci orion
> with mvebu SoCs " ?
> 
> I don't remember what is the workflow for the usb subsystem. Will you do
> a pull request to GKH? Or maybe he collects himself the patch once you
> give your acked-by.
> 
> I will take care of the third patch and apply on the mvebu/dt64 branch
> now that you agree the extension for the driver.

I'll take all of these once they look "good enough".  Give me a week or
so to get to all of the pending patches in my queue...

thanks,

greg k-h

  reply	other threads:[~2017-03-10 14:50 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-09 17:52 [PATCH v4 0/3] Add EHCI support for Armada 37xx Gregory CLEMENT
2017-03-09 17:52 ` Gregory CLEMENT
2017-03-09 17:52 ` Gregory CLEMENT
2017-03-09 17:52 ` [PATCH v4 1/3] usb: orion-echi: Add support for the Armada 3700 Gregory CLEMENT
2017-03-09 17:52   ` Gregory CLEMENT
2017-03-09 17:52   ` Gregory CLEMENT
2017-03-09 18:18   ` Alan Stern
2017-03-09 18:18     ` Alan Stern
2017-03-09 18:18     ` Alan Stern
2017-03-10  9:55     ` Gregory CLEMENT
2017-03-10  9:55       ` Gregory CLEMENT
2017-03-10  9:55       ` Gregory CLEMENT
2017-03-10 14:50       ` Greg Kroah-Hartman [this message]
2017-03-10 14:50         ` Greg Kroah-Hartman
2017-03-16 21:12   ` Rob Herring
2017-03-16 21:12     ` Rob Herring
2017-03-16 21:12     ` Rob Herring
2017-03-09 17:52 ` [PATCH v4 2/3] usb: host: Allow to build ehci orion with mvebu SoCs Gregory CLEMENT
2017-03-09 17:52   ` Gregory CLEMENT
2017-03-09 17:52   ` Gregory CLEMENT
2017-03-09 17:52 ` [PATCH v4 3/3] ARM64: dts: marvell: armada-37xx: Add USB2 node Gregory CLEMENT
2017-03-09 17:52   ` Gregory CLEMENT
2017-03-09 17:52   ` Gregory CLEMENT

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=20170310145030.GA3731@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.