Message ID | 1404153635-10868-1-git-send-email-balbi@ti.com |
---|---|
State | New |
Headers | show |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
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
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
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.