mbox series

[v2,0/4] thunderbolt: Improve software receiver lane margining

Message ID 20240819114054.4139941-1-mika.westerberg@linux.intel.com
Headers show
Series thunderbolt: Improve software receiver lane margining | expand

Message

Mika Westerberg Aug. 19, 2024, 11:40 a.m. UTC
Hi all,

This series improves the software receiver lane margining support in
debugfs so that it should be more usable now.

Changes from the previous version:

  - Initialize 'errors' in margining_run_sw() as pointed out by Dan
    Carpenter.

Previous version of the patch can be found:

  https://lore.kernel.org/linux-usb/20240813110135.2178900-2-mika.westerberg@linux.intel.com/

Aapo Vienamo (1):
  thunderbolt: Add missing usb4_port_sb_read() to usb4_port_sw_margin()

R Kannappan (1):
  thunderbolt: Improve software receiver lane margining

Rene Sapiens (2):
  thunderbolt: Consolidate margining parameters into a structure
  thunderbolt: Add optional voltage offset range for receiver lane margining

 drivers/thunderbolt/debugfs.c | 382 ++++++++++++++++++++++++++++++++--
 drivers/thunderbolt/sb_regs.h |  18 +-
 drivers/thunderbolt/tb.h      |  42 +++-
 drivers/thunderbolt/usb4.c    |  62 +++---
 4 files changed, 452 insertions(+), 52 deletions(-)

Comments

Mika Westerberg Aug. 22, 2024, 4:34 a.m. UTC | #1
On Mon, Aug 19, 2024 at 02:40:50PM +0300, Mika Westerberg wrote:
> Hi all,
> 
> This series improves the software receiver lane margining support in
> debugfs so that it should be more usable now.
> 
> Changes from the previous version:
> 
>   - Initialize 'errors' in margining_run_sw() as pointed out by Dan
>     Carpenter.
> 
> Previous version of the patch can be found:
> 
>   https://lore.kernel.org/linux-usb/20240813110135.2178900-2-mika.westerberg@linux.intel.com/
> 
> Aapo Vienamo (1):
>   thunderbolt: Add missing usb4_port_sb_read() to usb4_port_sw_margin()
> 
> R Kannappan (1):
>   thunderbolt: Improve software receiver lane margining
> 
> Rene Sapiens (2):
>   thunderbolt: Consolidate margining parameters into a structure
>   thunderbolt: Add optional voltage offset range for receiver lane margining

Applied to thunderbolt.git/next.