public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] USB fixes for v3.16-rc4
@ 2014-06-30 18:40 Felipe Balbi
  2014-07-01  4:59 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Felipe Balbi @ 2014-06-30 18:40 UTC (permalink / raw)
  To: Greg KH; +Cc: Linux Kernel Mailing List, Linux USB Mailing List, Felipe Balbi

Hi Greg,

Here's my second set of fixes. Note the revert of the patch Michal
asked to revert.

Please consider merging to your usb-linus branch. Let me know if you
want any changes to this pull request.

cheers


The following changes since commit 5d881802c407d83c169c875dad88fe2bba066c33:

  usb: musb: core: Handle Babble condition only in HOST mode (2014-06-19 15:43:07 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.16-rc4

for you to fetch changes up to 8035691365b80428c58908215d4408559afe7cb3:

  usb: musb: dsps: fix the base address for accessing the mode register (2014-06-30 13:31:48 -0500)

----------------------------------------------------------------
usb: fixes for v3.16-rc4

A few more fixes for this RC cycle. There's a revert of a previous patch
which ended up being the wrong version, so we reverted that commit and
applied a better fix.

CPPI41 got a race condition fix which was found by Thomas Gleixner.

The MSM PHY driver got a runtime pm usage fix so that it wouldn't
kill the PHY while it was still being used.

We also have a fix for a panic caused when removing musb_am335x driver.

Other than that, a few other minor fixes.

Signed-of-by: Felipe Balbi <balbi@ti.com>

----------------------------------------------------------------
Andreas Larsson (1):
      usb: gadget: gr_udc: Fix check for invalid number of microframes

Ezequiel Garcia (1):
      usb: musb: Fix panic upon musb_am335x module removal

Felipe Balbi (1):
      Revert "tools: ffs-test: convert to new descriptor format fixing compilation error"

Lothar Waßmann (1):
      usb: musb: dsps: fix the base address for accessing the mode register

Michal Nazarewicz (2):
      usb: gadget: f_fs: resurect usb_functionfs_descs_head structure
      tools: ffs-test: fix header values endianess

Srinivas Kandagatla (1):
      usb: phy: msm: Do not do runtime pm if the phy is not idle

Thomas Gleixner (1):
      usb: musb: Ensure that cppi41 timer gets armed on premature DMA TX irq

 drivers/usb/gadget/gr_udc.c         |  5 +++--
 drivers/usb/musb/musb_am335x.c      | 23 ++++++-----------------
 drivers/usb/musb/musb_cppi41.c      |  2 +-
 drivers/usb/musb/musb_dsps.c        |  9 ++++-----
 drivers/usb/phy/phy-msm-usb.c       |  4 +++-
 include/uapi/linux/usb/functionfs.h |  9 ++++++++-
 tools/usb/Makefile                  |  6 +-----
 tools/usb/ffs-test.c                | 24 ++++--------------------
 8 files changed, 30 insertions(+), 52 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] USB fixes for v3.16-rc4
  2014-06-30 18:40 [GIT PULL] USB fixes for v3.16-rc4 Felipe Balbi
@ 2014-07-01  4:59 ` Greg KH
  2014-07-17 15:08   ` Felipe Balbi
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2014-07-01  4:59 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: Linux Kernel Mailing List, Linux USB Mailing List

On Mon, Jun 30, 2014 at 01:40:35PM -0500, Felipe Balbi wrote:
> Hi Greg,
> 
> Here's my second set of fixes. Note the revert of the patch Michal
> asked to revert.
> 
> Please consider merging to your usb-linus branch. Let me know if you
> want any changes to this pull request.
> 
> cheers
> 
> 
> The following changes since commit 5d881802c407d83c169c875dad88fe2bba066c33:
> 
>   usb: musb: core: Handle Babble condition only in HOST mode (2014-06-19 15:43:07 -0500)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.16-rc4

Pulled and pushed out, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] USB fixes for v3.16-rc4
  2014-07-01  4:59 ` Greg KH
@ 2014-07-17 15:08   ` Felipe Balbi
  2014-07-17 15:26     ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Felipe Balbi @ 2014-07-17 15:08 UTC (permalink / raw)
  To: Greg KH; +Cc: Felipe Balbi, Linux Kernel Mailing List, Linux USB Mailing List

[-- Attachment #1: Type: text/plain, Size: 891 bytes --]

On Mon, Jun 30, 2014 at 09:59:57PM -0700, Greg KH wrote:
> On Mon, Jun 30, 2014 at 01:40:35PM -0500, Felipe Balbi wrote:
> > Hi Greg,
> > 
> > Here's my second set of fixes. Note the revert of the patch Michal
> > asked to revert.
> > 
> > Please consider merging to your usb-linus branch. Let me know if you
> > want any changes to this pull request.
> > 
> > cheers
> > 
> > 
> > The following changes since commit 5d881802c407d83c169c875dad88fe2bba066c33:
> > 
> >   usb: musb: core: Handle Babble condition only in HOST mode (2014-06-19 15:43:07 -0500)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.16-rc4
> 
> Pulled and pushed out, thanks.

looks like this is still pending and I can't find them either in
mainline nor in any of your branches.

cheers

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] USB fixes for v3.16-rc4
  2014-07-17 15:08   ` Felipe Balbi
@ 2014-07-17 15:26     ` Greg KH
  2014-07-17 16:21       ` Felipe Balbi
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2014-07-17 15:26 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: Linux Kernel Mailing List, Linux USB Mailing List

On Thu, Jul 17, 2014 at 10:08:56AM -0500, Felipe Balbi wrote:
> On Mon, Jun 30, 2014 at 09:59:57PM -0700, Greg KH wrote:
> > On Mon, Jun 30, 2014 at 01:40:35PM -0500, Felipe Balbi wrote:
> > > Hi Greg,
> > > 
> > > Here's my second set of fixes. Note the revert of the patch Michal
> > > asked to revert.
> > > 
> > > Please consider merging to your usb-linus branch. Let me know if you
> > > want any changes to this pull request.
> > > 
> > > cheers
> > > 
> > > 
> > > The following changes since commit 5d881802c407d83c169c875dad88fe2bba066c33:
> > > 
> > >   usb: musb: core: Handle Babble condition only in HOST mode (2014-06-19 15:43:07 -0500)
> > > 
> > > are available in the git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.16-rc4
> > 
> > Pulled and pushed out, thanks.
> 
> looks like this is still pending and I can't find them either in
> mainline nor in any of your branches.

Really?  I just did a pull and they all seem to be in Linus's tree for
3.16-rc5 for me:

~/linux/work/usb $ git b
  master     1795cd9b3a91 Linux 3.16-rc5
  usb-linus  1795cd9b3a91 Linux 3.16-rc5
  usb-next   46865bf3d6b4 Merge tag 'usb-serial-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
* work-linus 1795cd9b3a91 Linux 3.16-rc5
  work-next  46865bf3d6b4 Merge tag 'usb-serial-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
~/linux/work/usb $ git pull git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.16-rc4 
remote: Counting objects: 1, done.
remote: Total 1 (delta 0), reused 1 (delta 0)
Unpacking objects: 100% (1/1), done.
>From git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb
 * tag                         fixes-for-v3.16-rc4 -> FETCH_HEAD
Already up-to-date.


So even if I wanted to pull these again, I couldn't :)

Take another look...

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] USB fixes for v3.16-rc4
  2014-07-17 15:26     ` Greg KH
@ 2014-07-17 16:21       ` Felipe Balbi
  0 siblings, 0 replies; 5+ messages in thread
From: Felipe Balbi @ 2014-07-17 16:21 UTC (permalink / raw)
  To: Greg KH; +Cc: Felipe Balbi, Linux Kernel Mailing List, Linux USB Mailing List

[-- Attachment #1: Type: text/plain, Size: 2220 bytes --]

On Thu, Jul 17, 2014 at 08:26:57AM -0700, Greg KH wrote:
> On Thu, Jul 17, 2014 at 10:08:56AM -0500, Felipe Balbi wrote:
> > On Mon, Jun 30, 2014 at 09:59:57PM -0700, Greg KH wrote:
> > > On Mon, Jun 30, 2014 at 01:40:35PM -0500, Felipe Balbi wrote:
> > > > Hi Greg,
> > > > 
> > > > Here's my second set of fixes. Note the revert of the patch Michal
> > > > asked to revert.
> > > > 
> > > > Please consider merging to your usb-linus branch. Let me know if you
> > > > want any changes to this pull request.
> > > > 
> > > > cheers
> > > > 
> > > > 
> > > > The following changes since commit 5d881802c407d83c169c875dad88fe2bba066c33:
> > > > 
> > > >   usb: musb: core: Handle Babble condition only in HOST mode (2014-06-19 15:43:07 -0500)
> > > > 
> > > > are available in the git repository at:
> > > > 
> > > >   git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.16-rc4
> > > 
> > > Pulled and pushed out, thanks.
> > 
> > looks like this is still pending and I can't find them either in
> > mainline nor in any of your branches.
> 
> Really?  I just did a pull and they all seem to be in Linus's tree for
> 3.16-rc5 for me:
> 
> ~/linux/work/usb $ git b
>   master     1795cd9b3a91 Linux 3.16-rc5
>   usb-linus  1795cd9b3a91 Linux 3.16-rc5
>   usb-next   46865bf3d6b4 Merge tag 'usb-serial-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
> * work-linus 1795cd9b3a91 Linux 3.16-rc5
>   work-next  46865bf3d6b4 Merge tag 'usb-serial-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
> ~/linux/work/usb $ git pull git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v3.16-rc4 
> remote: Counting objects: 1, done.
> remote: Total 1 (delta 0), reused 1 (delta 0)
> Unpacking objects: 100% (1/1), done.
> From git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb
>  * tag                         fixes-for-v3.16-rc4 -> FETCH_HEAD
> Already up-to-date.
> 
> 
> So even if I wanted to pull these again, I couldn't :)
> 
> Take another look...

heh, I need to sleep more. Wonderful how many problems a git fetch
solves.

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-17 16:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-30 18:40 [GIT PULL] USB fixes for v3.16-rc4 Felipe Balbi
2014-07-01  4:59 ` Greg KH
2014-07-17 15:08   ` Felipe Balbi
2014-07-17 15:26     ` Greg KH
2014-07-17 16:21       ` Felipe Balbi

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