mbox series

[0/3] thunderbolt: A couple of fixes for v6.2-rc

Message ID 20230104080601.45562-1-mika.westerberg@linux.intel.com (mailing list archive)
Headers show
Series thunderbolt: A couple of fixes for v6.2-rc | expand

Message

Mika Westerberg Jan. 4, 2023, 8:05 a.m. UTC
Hi all,

This series includes a couple of fixes for issues found/reported.

Mika Westerberg (3):
  thunderbolt: Do not call PM runtime functions in tb_retimer_scan()
  thunderbolt: Use correct function to calculate maximum USB3 link rate
  thunderbolt: Disable XDomain lane 1 only in software connection manager

 drivers/thunderbolt/retimer.c | 17 +++--------------
 drivers/thunderbolt/tb.c      | 20 +++++++++++++++-----
 drivers/thunderbolt/tunnel.c  |  2 +-
 drivers/thunderbolt/xdomain.c | 17 ++++++++++++-----
 4 files changed, 31 insertions(+), 25 deletions(-)

Comments

Yehezkel Bernat Jan. 4, 2023, 8:29 a.m. UTC | #1
On Wed, Jan 4, 2023 at 10:07 AM Mika Westerberg
<mika.westerberg@linux.intel.com> wrote:
>
> Hi all,
>
> This series includes a couple of fixes for issues found/reported.
>
> Mika Westerberg (3):
>   thunderbolt: Do not call PM runtime functions in tb_retimer_scan()
>   thunderbolt: Use correct function to calculate maximum USB3 link rate
>   thunderbolt: Disable XDomain lane 1 only in software connection manager
>
>  drivers/thunderbolt/retimer.c | 17 +++--------------
>  drivers/thunderbolt/tb.c      | 20 +++++++++++++++-----
>  drivers/thunderbolt/tunnel.c  |  2 +-
>  drivers/thunderbolt/xdomain.c | 17 ++++++++++++-----
>  4 files changed, 31 insertions(+), 25 deletions(-)
>
> --
> 2.35.1
>

Acked-by: Yehezkel Bernat <YehezkelShB@gmail.com>
Mika Westerberg Jan. 9, 2023, 8:46 a.m. UTC | #2
On Wed, Jan 04, 2023 at 10:29:45AM +0200, Yehezkel Bernat wrote:
> On Wed, Jan 4, 2023 at 10:07 AM Mika Westerberg
> <mika.westerberg@linux.intel.com> wrote:
> >
> > Hi all,
> >
> > This series includes a couple of fixes for issues found/reported.
> >
> > Mika Westerberg (3):
> >   thunderbolt: Do not call PM runtime functions in tb_retimer_scan()
> >   thunderbolt: Use correct function to calculate maximum USB3 link rate
> >   thunderbolt: Disable XDomain lane 1 only in software connection manager
> >
> >  drivers/thunderbolt/retimer.c | 17 +++--------------
> >  drivers/thunderbolt/tb.c      | 20 +++++++++++++++-----
> >  drivers/thunderbolt/tunnel.c  |  2 +-
> >  drivers/thunderbolt/xdomain.c | 17 ++++++++++++-----
> >  4 files changed, 31 insertions(+), 25 deletions(-)
> >
> > --
> > 2.35.1
> >
> 
> Acked-by: Yehezkel Bernat <YehezkelShB@gmail.com>

Thanks!

All applied to fixes.