Message ID | 87bll65njd.fsf@kernel.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | ed8fa04243e22f7b8f470d08e5806c9f8c6a460a |
Headers | show |
Series | [GIT,PULL] USB: fixes for v5.8-rc | expand |
On Fri, Jun 26, 2020 at 09:49:58AM +0300, Felipe Balbi wrote: > > Hi Greg, > > here's the first set of fixes for the current -rc cycle. Patches have > been soaking for a while now. > > Let me know if you want anything to be changed. > > cheers > > PS: your branch is in -rc1, mine is in -rc2. Would you prefer that I > rebase or can you merge -rc2 on your usb-linus? I'll merge -rc2 into it now, thanks...
On Fri, Jun 26, 2020 at 09:49:58AM +0300, Felipe Balbi wrote: > > Hi Greg, > > here's the first set of fixes for the current -rc cycle. Patches have > been soaking for a while now. > > Let me know if you want anything to be changed. > > cheers > > PS: your branch is in -rc1, mine is in -rc2. Would you prefer that I > rebase or can you merge -rc2 on your usb-linus? > > The following changes since commit 48778464bb7d346b47157d21ffde2af6b2d39110: > > Linux 5.8-rc2 (2020-06-21 15:45:29 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.8-rc2 Now pulled and pushed out, thanks. greg k-h
Hi Greg, here's the first set of fixes for the current -rc cycle. Patches have been soaking for a while now. Let me know if you want anything to be changed. cheers PS: your branch is in -rc1, mine is in -rc2. Would you prefer that I rebase or can you merge -rc2 on your usb-linus? The following changes since commit 48778464bb7d346b47157d21ffde2af6b2d39110: Linux 5.8-rc2 (2020-06-21 15:45:29 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v5.8-rc2 for you to fetch changes up to cd37c6976f6a5b681a900e74ff9d15062855bf87: Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend clk" (2020-06-24 09:52:23 +0300) ---------------------------------------------------------------- usb: fixes for v5.8-rc2 A revert of Exynos5422 suspend clock support, it turns out it wasn't ready to be merged. CDNS3 got a fix for test mode initialization. Signed-off-by: Felipe Balbi <balbi@kernel.org> ---------------------------------------------------------------- Aditya Pakki (1): usb: dwc3: pci: Fix reference count leak in dwc3_pci_resume_work Anand Moon (1): Revert "usb: dwc3: exynos: Add support for Exynos5422 suspend clk" Dan Carpenter (1): usb: gadget: udc: Potential Oops in error handling code Peter Chen (3): usb: cdns3: ep0: fix the test mode set incorrectly usb: cdns3: trace: using correct dir value usb: cdns3: ep0: add spinlock for cdns3_check_new_setup Tang Bin (1): usb: phy: tegra: Fix unnecessary check in tegra_usb_phy_probe() drivers/usb/cdns3/ep0.c | 10 ++++++---- drivers/usb/cdns3/trace.h | 2 +- drivers/usb/dwc3/dwc3-exynos.c | 9 --------- drivers/usb/dwc3/dwc3-pci.c | 4 +++- drivers/usb/gadget/udc/mv_udc_core.c | 3 ++- drivers/usb/phy/phy-tegra-usb.c | 6 +----- 6 files changed, 13 insertions(+), 21 deletions(-)