* [GIT PULL] usb: changes for v5.13-rc1
@ 2021-04-11 22:35 Peter Chen
2021-04-12 9:47 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Peter Chen @ 2021-04-11 22:35 UTC (permalink / raw)
To: Greg KH; +Cc: linux-usb
The following changes since commit 5e17812c22bcd65fa9202595eef4bbf8fa814144:
usb: dwc3: document usb_psy in struct dwc3 (2021-03-03 11:09:29 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.13-rc1
for you to fetch changes up to 6ef82c8acf5ca40d8912947696e9d52956a03cec:
usb: cdnsp: Fixes issue with Configure Endpoint command (2021-04-10 09:10:44 +0800)
----------------------------------------------------------------
Several Cadence3 improvements are introduced in v5.13-rc1:
- Add recovery during resume if the controller was lost power at system suspend
- Reduce DMA memory footprint
- Other small improvements
----------------------------------------------------------------
Colin Ian King (1):
usb: cdnsp: remove redundant initialization of variable ret
Dmitry Osipenko (1):
usb: chipidea: tegra: Silence deferred probe error
Frank Li (3):
usb: cdns3: add power lost support for system resume
usb: cdns3: imx: add power lost support for system resume
usb: cdns3: fix static checker warning.
Pawel Laszczak (1):
usb: cdnsp: Fixes issue with Configure Endpoint command
Peter Chen (1):
usb: cdns3: trace: delete the trace parameter for request->trb
Sanket Parmar (2):
usb: cdns3: Use dma_pool_* api to alloc trb pool
usb: cdns3: Optimize DMA request buffer allocation
Wang Qing (1):
usb: cdns3: delete repeated clear operations
Wei Yongjun (1):
usb: cdns3: imx: mark cdns_imx_system_resume as __maybe_unused
drivers/usb/cdns3/cdns3-gadget.c | 73 ++++++++++++++++++++++--------------
drivers/usb/cdns3/cdns3-gadget.h | 3 ++
drivers/usb/cdns3/cdns3-imx.c | 34 +++++++++++++++++
drivers/usb/cdns3/cdns3-plat.c | 23 +++++++++++-
drivers/usb/cdns3/cdns3-trace.h | 5 +--
drivers/usb/cdns3/cdnsp-gadget.c | 17 ++++++---
drivers/usb/cdns3/cdnsp-gadget.h | 1 +
drivers/usb/cdns3/cdnsp-mem.c | 3 +-
drivers/usb/cdns3/core.c | 29 +++++++++++++-
drivers/usb/cdns3/drd.c | 15 ++++++++
drivers/usb/cdns3/drd.h | 2 +-
drivers/usb/chipidea/ci_hdrc_tegra.c | 8 ++--
12 files changed, 165 insertions(+), 48 deletions(-)
--
Thanks,
Peter Chen
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PULL] usb: changes for v5.13-rc1 2021-04-11 22:35 [GIT PULL] usb: changes for v5.13-rc1 Peter Chen @ 2021-04-12 9:47 ` Greg KH 2021-04-12 10:44 ` Peter Chen 0 siblings, 1 reply; 5+ messages in thread From: Greg KH @ 2021-04-12 9:47 UTC (permalink / raw) To: Peter Chen; +Cc: linux-usb On Mon, Apr 12, 2021 at 06:35:43AM +0800, Peter Chen wrote: > The following changes since commit 5e17812c22bcd65fa9202595eef4bbf8fa814144: > > usb: dwc3: document usb_psy in struct dwc3 (2021-03-03 11:09:29 +0100) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.13-rc1 > > for you to fetch changes up to 6ef82c8acf5ca40d8912947696e9d52956a03cec: > > usb: cdnsp: Fixes issue with Configure Endpoint command (2021-04-10 09:10:44 +0800) > > ---------------------------------------------------------------- > Several Cadence3 improvements are introduced in v5.13-rc1: > - Add recovery during resume if the controller was lost power at system suspend > - Reduce DMA memory footprint > - Other small improvements > > ---------------------------------------------------------------- > Colin Ian King (1): > usb: cdnsp: remove redundant initialization of variable ret > > Dmitry Osipenko (1): > usb: chipidea: tegra: Silence deferred probe error > > Frank Li (3): > usb: cdns3: add power lost support for system resume > usb: cdns3: imx: add power lost support for system resume > usb: cdns3: fix static checker warning. > > Pawel Laszczak (1): > usb: cdnsp: Fixes issue with Configure Endpoint command > > Peter Chen (1): > usb: cdns3: trace: delete the trace parameter for request->trb > > Sanket Parmar (2): > usb: cdns3: Use dma_pool_* api to alloc trb pool > usb: cdns3: Optimize DMA request buffer allocation > > Wang Qing (1): > usb: cdns3: delete repeated clear operations > > Wei Yongjun (1): > usb: cdns3: imx: mark cdns_imx_system_resume as __maybe_unused > > drivers/usb/cdns3/cdns3-gadget.c | 73 ++++++++++++++++++++++-------------- > drivers/usb/cdns3/cdns3-gadget.h | 3 ++ > drivers/usb/cdns3/cdns3-imx.c | 34 +++++++++++++++++ > drivers/usb/cdns3/cdns3-plat.c | 23 +++++++++++- > drivers/usb/cdns3/cdns3-trace.h | 5 +-- > drivers/usb/cdns3/cdnsp-gadget.c | 17 ++++++--- > drivers/usb/cdns3/cdnsp-gadget.h | 1 + > drivers/usb/cdns3/cdnsp-mem.c | 3 +- > drivers/usb/cdns3/core.c | 29 +++++++++++++- > drivers/usb/cdns3/drd.c | 15 ++++++++ > drivers/usb/cdns3/drd.h | 2 +- > drivers/usb/chipidea/ci_hdrc_tegra.c | 8 ++-- > 12 files changed, 165 insertions(+), 48 deletions(-) This merge is odd, why am I getting merge conflicts in: drivers/usb/dwc3/gadget.c drivers/usb/typec/tipd/core.c when I pull this? According to the above there should not be any changes in those files. When I resolve those conflicts, I get a _lot_ of additional patches in this branch than you list here. How did you create this pull request? What branch of mine is it against? confused, greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] usb: changes for v5.13-rc1 2021-04-12 9:47 ` Greg KH @ 2021-04-12 10:44 ` Peter Chen 2021-04-12 10:56 ` Greg KH 0 siblings, 1 reply; 5+ messages in thread From: Peter Chen @ 2021-04-12 10:44 UTC (permalink / raw) To: Greg KH; +Cc: linux-usb On 21-04-12 11:47:57, Greg KH wrote: > On Mon, Apr 12, 2021 at 06:35:43AM +0800, Peter Chen wrote: > > The following changes since commit 5e17812c22bcd65fa9202595eef4bbf8fa814144: > > > > usb: dwc3: document usb_psy in struct dwc3 (2021-03-03 11:09:29 +0100) > > > > are available in the Git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.13-rc1 > > > > for you to fetch changes up to 6ef82c8acf5ca40d8912947696e9d52956a03cec: > > > > usb: cdnsp: Fixes issue with Configure Endpoint command (2021-04-10 09:10:44 +0800) > > > > ---------------------------------------------------------------- > > Several Cadence3 improvements are introduced in v5.13-rc1: > > - Add recovery during resume if the controller was lost power at system suspend > > - Reduce DMA memory footprint > > - Other small improvements > > > > ---------------------------------------------------------------- > > Colin Ian King (1): > > usb: cdnsp: remove redundant initialization of variable ret > > > > Dmitry Osipenko (1): > > usb: chipidea: tegra: Silence deferred probe error > > > > Frank Li (3): > > usb: cdns3: add power lost support for system resume > > usb: cdns3: imx: add power lost support for system resume > > usb: cdns3: fix static checker warning. > > > > Pawel Laszczak (1): > > usb: cdnsp: Fixes issue with Configure Endpoint command > > > > Peter Chen (1): > > usb: cdns3: trace: delete the trace parameter for request->trb > > > > Sanket Parmar (2): > > usb: cdns3: Use dma_pool_* api to alloc trb pool > > usb: cdns3: Optimize DMA request buffer allocation > > > > Wang Qing (1): > > usb: cdns3: delete repeated clear operations > > > > Wei Yongjun (1): > > usb: cdns3: imx: mark cdns_imx_system_resume as __maybe_unused > > > > drivers/usb/cdns3/cdns3-gadget.c | 73 ++++++++++++++++++++++-------------- > > drivers/usb/cdns3/cdns3-gadget.h | 3 ++ > > drivers/usb/cdns3/cdns3-imx.c | 34 +++++++++++++++++ > > drivers/usb/cdns3/cdns3-plat.c | 23 +++++++++++- > > drivers/usb/cdns3/cdns3-trace.h | 5 +-- > > drivers/usb/cdns3/cdnsp-gadget.c | 17 ++++++--- > > drivers/usb/cdns3/cdnsp-gadget.h | 1 + > > drivers/usb/cdns3/cdnsp-mem.c | 3 +- > > drivers/usb/cdns3/core.c | 29 +++++++++++++- > > drivers/usb/cdns3/drd.c | 15 ++++++++ > > drivers/usb/cdns3/drd.h | 2 +- > > drivers/usb/chipidea/ci_hdrc_tegra.c | 8 ++-- > > 12 files changed, 165 insertions(+), 48 deletions(-) > > > This merge is odd, why am I getting merge conflicts in: > drivers/usb/dwc3/gadget.c > drivers/usb/typec/tipd/core.c > > when I pull this? > > According to the above there should not be any changes in those files. > > When I resolve those conflicts, I get a _lot_ of additional patches in > this branch than you list here. > > How did you create this pull request? What branch of mine is it > against? > Sorry about that, my branch was checkout from your usb-next at early of this release cycle, it seems your branch may forced update. I will apply the patches on top of v5.12-rc1, and re-send the pull request. -- Thanks, Peter Chen ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] usb: changes for v5.13-rc1 2021-04-12 10:44 ` Peter Chen @ 2021-04-12 10:56 ` Greg KH 2021-04-12 12:18 ` Peter Chen 0 siblings, 1 reply; 5+ messages in thread From: Greg KH @ 2021-04-12 10:56 UTC (permalink / raw) To: Peter Chen; +Cc: linux-usb On Mon, Apr 12, 2021 at 06:44:35PM +0800, Peter Chen wrote: > On 21-04-12 11:47:57, Greg KH wrote: > > On Mon, Apr 12, 2021 at 06:35:43AM +0800, Peter Chen wrote: > > > The following changes since commit 5e17812c22bcd65fa9202595eef4bbf8fa814144: > > > > > > usb: dwc3: document usb_psy in struct dwc3 (2021-03-03 11:09:29 +0100) > > > > > > are available in the Git repository at: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.13-rc1 > > > > > > for you to fetch changes up to 6ef82c8acf5ca40d8912947696e9d52956a03cec: > > > > > > usb: cdnsp: Fixes issue with Configure Endpoint command (2021-04-10 09:10:44 +0800) > > > > > > ---------------------------------------------------------------- > > > Several Cadence3 improvements are introduced in v5.13-rc1: > > > - Add recovery during resume if the controller was lost power at system suspend > > > - Reduce DMA memory footprint > > > - Other small improvements > > > > > > ---------------------------------------------------------------- > > > Colin Ian King (1): > > > usb: cdnsp: remove redundant initialization of variable ret > > > > > > Dmitry Osipenko (1): > > > usb: chipidea: tegra: Silence deferred probe error > > > > > > Frank Li (3): > > > usb: cdns3: add power lost support for system resume > > > usb: cdns3: imx: add power lost support for system resume > > > usb: cdns3: fix static checker warning. > > > > > > Pawel Laszczak (1): > > > usb: cdnsp: Fixes issue with Configure Endpoint command > > > > > > Peter Chen (1): > > > usb: cdns3: trace: delete the trace parameter for request->trb > > > > > > Sanket Parmar (2): > > > usb: cdns3: Use dma_pool_* api to alloc trb pool > > > usb: cdns3: Optimize DMA request buffer allocation > > > > > > Wang Qing (1): > > > usb: cdns3: delete repeated clear operations > > > > > > Wei Yongjun (1): > > > usb: cdns3: imx: mark cdns_imx_system_resume as __maybe_unused > > > > > > drivers/usb/cdns3/cdns3-gadget.c | 73 ++++++++++++++++++++++-------------- > > > drivers/usb/cdns3/cdns3-gadget.h | 3 ++ > > > drivers/usb/cdns3/cdns3-imx.c | 34 +++++++++++++++++ > > > drivers/usb/cdns3/cdns3-plat.c | 23 +++++++++++- > > > drivers/usb/cdns3/cdns3-trace.h | 5 +-- > > > drivers/usb/cdns3/cdnsp-gadget.c | 17 ++++++--- > > > drivers/usb/cdns3/cdnsp-gadget.h | 1 + > > > drivers/usb/cdns3/cdnsp-mem.c | 3 +- > > > drivers/usb/cdns3/core.c | 29 +++++++++++++- > > > drivers/usb/cdns3/drd.c | 15 ++++++++ > > > drivers/usb/cdns3/drd.h | 2 +- > > > drivers/usb/chipidea/ci_hdrc_tegra.c | 8 ++-- > > > 12 files changed, 165 insertions(+), 48 deletions(-) > > > > > > This merge is odd, why am I getting merge conflicts in: > > drivers/usb/dwc3/gadget.c > > drivers/usb/typec/tipd/core.c > > > > when I pull this? > > > > According to the above there should not be any changes in those files. > > > > When I resolve those conflicts, I get a _lot_ of additional patches in > > this branch than you list here. > > > > How did you create this pull request? What branch of mine is it > > against? > > > > Sorry about that, my branch was checkout from your usb-next at early of this > release cycle, it seems your branch may forced update. I will apply the patches > on top of v5.12-rc1, and re-send the pull request. Ah, yeah, that's the problem here. And no, stay away from v5.12-rc1, that's why I had to rebase, you never want to allow a user to bisect back to that point if at all possible. Please just use 5.12-rc7 if you are going to rebase. thanks, greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] usb: changes for v5.13-rc1 2021-04-12 10:56 ` Greg KH @ 2021-04-12 12:18 ` Peter Chen 0 siblings, 0 replies; 5+ messages in thread From: Peter Chen @ 2021-04-12 12:18 UTC (permalink / raw) To: Greg KH; +Cc: linux-usb On 21-04-12 12:56:50, Greg KH wrote: > On Mon, Apr 12, 2021 at 06:44:35PM +0800, Peter Chen wrote: > > On 21-04-12 11:47:57, Greg KH wrote: > > > On Mon, Apr 12, 2021 at 06:35:43AM +0800, Peter Chen wrote: > > > > The following changes since commit 5e17812c22bcd65fa9202595eef4bbf8fa814144: > > > > > > > > usb: dwc3: document usb_psy in struct dwc3 (2021-03-03 11:09:29 +0100) > > > > > > > > are available in the Git repository at: > > > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-v5.13-rc1 > > > > > > > > for you to fetch changes up to 6ef82c8acf5ca40d8912947696e9d52956a03cec: > > > > > > > > usb: cdnsp: Fixes issue with Configure Endpoint command (2021-04-10 09:10:44 +0800) > > > > > > > > ---------------------------------------------------------------- > > > > Several Cadence3 improvements are introduced in v5.13-rc1: > > > > - Add recovery during resume if the controller was lost power at system suspend > > > > - Reduce DMA memory footprint > > > > - Other small improvements > > > > > > > > ---------------------------------------------------------------- > > > > Colin Ian King (1): > > > > usb: cdnsp: remove redundant initialization of variable ret > > > > > > > > Dmitry Osipenko (1): > > > > usb: chipidea: tegra: Silence deferred probe error > > > > > > > > Frank Li (3): > > > > usb: cdns3: add power lost support for system resume > > > > usb: cdns3: imx: add power lost support for system resume > > > > usb: cdns3: fix static checker warning. > > > > > > > > Pawel Laszczak (1): > > > > usb: cdnsp: Fixes issue with Configure Endpoint command > > > > > > > > Peter Chen (1): > > > > usb: cdns3: trace: delete the trace parameter for request->trb > > > > > > > > Sanket Parmar (2): > > > > usb: cdns3: Use dma_pool_* api to alloc trb pool > > > > usb: cdns3: Optimize DMA request buffer allocation > > > > > > > > Wang Qing (1): > > > > usb: cdns3: delete repeated clear operations > > > > > > > > Wei Yongjun (1): > > > > usb: cdns3: imx: mark cdns_imx_system_resume as __maybe_unused > > > > > > > > drivers/usb/cdns3/cdns3-gadget.c | 73 ++++++++++++++++++++++-------------- > > > > drivers/usb/cdns3/cdns3-gadget.h | 3 ++ > > > > drivers/usb/cdns3/cdns3-imx.c | 34 +++++++++++++++++ > > > > drivers/usb/cdns3/cdns3-plat.c | 23 +++++++++++- > > > > drivers/usb/cdns3/cdns3-trace.h | 5 +-- > > > > drivers/usb/cdns3/cdnsp-gadget.c | 17 ++++++--- > > > > drivers/usb/cdns3/cdnsp-gadget.h | 1 + > > > > drivers/usb/cdns3/cdnsp-mem.c | 3 +- > > > > drivers/usb/cdns3/core.c | 29 +++++++++++++- > > > > drivers/usb/cdns3/drd.c | 15 ++++++++ > > > > drivers/usb/cdns3/drd.h | 2 +- > > > > drivers/usb/chipidea/ci_hdrc_tegra.c | 8 ++-- > > > > 12 files changed, 165 insertions(+), 48 deletions(-) > > > > > > > > > This merge is odd, why am I getting merge conflicts in: > > > drivers/usb/dwc3/gadget.c > > > drivers/usb/typec/tipd/core.c > > > > > > when I pull this? > > > > > > According to the above there should not be any changes in those files. > > > > > > When I resolve those conflicts, I get a _lot_ of additional patches in > > > this branch than you list here. > > > > > > How did you create this pull request? What branch of mine is it > > > against? > > > > > > > Sorry about that, my branch was checkout from your usb-next at early of this > > release cycle, it seems your branch may forced update. I will apply the patches > > on top of v5.12-rc1, and re-send the pull request. > > Ah, yeah, that's the problem here. > > And no, stay away from v5.12-rc1, that's why I had to rebase, you never > want to allow a user to bisect back to that point if at all possible. > Please just use 5.12-rc7 if you are going to rebase. > Will do that, thanks. -- Thanks, Peter Chen ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-04-12 12:18 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-04-11 22:35 [GIT PULL] usb: changes for v5.13-rc1 Peter Chen 2021-04-12 9:47 ` Greg KH 2021-04-12 10:44 ` Peter Chen 2021-04-12 10:56 ` Greg KH 2021-04-12 12:18 ` Peter Chen
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox