public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: Yehezkel Bernat <YehezkelShB@gmail.com>,
	Michael Jamet <michael.jamet@intel.com>,
	Lukas Wunner <lukas@wunner.de>,
	Andreas Noever <andreas.noever@gmail.com>,
	linux-usb@vger.kernel.org
Subject: Re: [PATCH v2 0/6] thunderbolt: Sideband access and retimer lane margining support
Date: Fri, 14 Jun 2024 15:37:53 +0300	[thread overview]
Message-ID: <20240614123753.GR1421138@black.fi.intel.com> (raw)
In-Reply-To: <2024061449-wilt-goliath-8248@gregkh>

On Fri, Jun 14, 2024 at 02:19:58PM +0200, Greg KH wrote:
> On Fri, Jun 14, 2024 at 03:15:06PM +0300, Mika Westerberg wrote:
> > Hi all,
> > 
> > This series adds USB4 link sideband access through debugfs. This can be
> > used to run port operations etc. from userspace usable for example in
> > manufacturing. The other feature is receiver lane margining support for
> > retimers with similar use case.
> > 
> > Mika Westerberg (6):
> >   thunderbolt: Move usb4_port_margining_caps() declaration into correct place
> >   thunderbolt: Make usb4_port_sb_read/write() available outside of usb4.c
> >   thunderbolt: Add sideband register access to debugfs
> >   thunderbolt: Split out margining from USB4 port
> >   thunderbolt: Make margining functions accept target and retimer index
> >   thunderbolt: Add receiver lane margining support for retimers
> > 
> >  drivers/thunderbolt/Kconfig   |  11 +-
> >  drivers/thunderbolt/debugfs.c | 623 ++++++++++++++++++++++++++--------
> >  drivers/thunderbolt/retimer.c |  53 +--
> >  drivers/thunderbolt/sb_regs.h |   9 +
> >  drivers/thunderbolt/tb.h      |  45 ++-
> >  drivers/thunderbolt/usb4.c    | 183 +++++-----
> >  6 files changed, 655 insertions(+), 269 deletions(-)
> 
> No hint as to what changed from v1?

Oh, crap. I added it but added for the v1 cover letter by accident :(
Sorry about that. The changelog is below:

Previous version can be found:

  https://lore.kernel.org/linux-usb/20240610100627.3521887-1-mika.westerberg@linux.intel.com/

Changes from previous version:

  - Do not store debugfs dentry pointer, instead look it up when needed.

  reply	other threads:[~2024-06-14 12:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-14 12:15 [PATCH v2 0/6] thunderbolt: Sideband access and retimer lane margining support Mika Westerberg
2024-06-14 12:15 ` [PATCH v2 1/6] thunderbolt: Move usb4_port_margining_caps() declaration into correct place Mika Westerberg
2024-06-14 12:15 ` [PATCH v2 2/6] thunderbolt: Make usb4_port_sb_read/write() available outside of usb4.c Mika Westerberg
2024-06-14 12:15 ` [PATCH v2 3/6] thunderbolt: Add sideband register access to debugfs Mika Westerberg
2024-06-14 12:15 ` [PATCH v2 4/6] thunderbolt: Split out margining from USB4 port Mika Westerberg
2024-06-14 12:15 ` [PATCH v2 5/6] thunderbolt: Make margining functions accept target and retimer index Mika Westerberg
2024-06-14 12:15 ` [PATCH v2 6/6] thunderbolt: Add receiver lane margining support for retimers Mika Westerberg
2024-06-14 12:19 ` [PATCH v2 0/6] thunderbolt: Sideband access and retimer lane margining support Greg KH
2024-06-14 12:37   ` Mika Westerberg [this message]
2024-06-14 12:55     ` Greg KH
2024-06-17  9:58 ` Mika Westerberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240614123753.GR1421138@black.fi.intel.com \
    --to=mika.westerberg@linux.intel.com \
    --cc=YehezkelShB@gmail.com \
    --cc=andreas.noever@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=lukas@wunner.de \
    --cc=michael.jamet@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox