mbox series

[GIT,PULL] USB: fixes for v5.2-rc5

Message ID 87h88kbowy.fsf@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] USB: fixes for v5.2-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.2-rc5

Message

Felipe Balbi June 20, 2019, 9:13 a.m. UTC
Hi Greg,

Just one pending fix this time.

Let me know if you need anything to be changed

cheers


The following changes since commit 9e0babf2c06c73cda2c0cd37a1653d823adb40ec:

  Linux 5.2-rc5 (2019-06-16 08:49:45 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.2-rc5

for you to fetch changes up to 42de8afc40c97002fceb500e2331f6a722be3c14:

  usb: dwc2: Use generic PHY width in params setup (2019-06-18 10:27:14 +0300)

----------------------------------------------------------------
usb: fixes for v5.2-rc5

A single fix to take into account the PHY width during initialization of
dwc2 driver. This change allows deviceTree to pass PHY width if
necessary.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>

----------------------------------------------------------------
Jules Maselbas (1):
      usb: dwc2: Use generic PHY width in params setup

 drivers/usb/dwc2/params.c   | 9 +++++++++
 drivers/usb/dwc2/platform.c | 9 ---------
 2 files changed, 9 insertions(+), 9 deletions(-)

Comments

Greg KH June 20, 2019, 11:31 a.m. UTC | #1
On Thu, Jun 20, 2019 at 12:13:01PM +0300, Felipe Balbi wrote:
> 
> Hi Greg,
> 
> Just one pending fix this time.
> 
> Let me know if you need anything to be changed
> 
> cheers
> 
> 
> The following changes since commit 9e0babf2c06c73cda2c0cd37a1653d823adb40ec:
> 
>   Linux 5.2-rc5 (2019-06-16 08:49:45 -1000)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.2-rc5

Pulled and pushed out, thanks.

greg k-h