mbox series

[0/3] thunderbolt: Cleanup ABI entries and update wakes

Message ID 20210517130713.30005-1-mika.westerberg@linux.intel.com (mailing list archive)
Headers show
Series thunderbolt: Cleanup ABI entries and update wakes | expand

Message

Mika Westerberg May 17, 2021, 1:07 p.m. UTC
Hi all,

The first patch just cleans up the documentation of the sysfs entrues. The
following two patches add wake from DisplayPort (this is recent addition to
the USB4 spec), and aligns the driver wake configuration with the USB4
Connection Manager guide (which is part of the USB4 spec package).

Mika Westerberg (3):
  Documentation / thunderbolt: Clean up entries
  thunderbolt: Add wake from DisplayPort
  thunderbolt: Align USB4 router wakes configuration with the CM guide

 .../ABI/testing/sysfs-bus-thunderbolt         | 44 +++++++++----------
 drivers/thunderbolt/lc.c                      |  6 ++-
 drivers/thunderbolt/switch.c                  |  3 +-
 drivers/thunderbolt/tb.h                      |  1 +
 drivers/thunderbolt/tb_regs.h                 |  3 ++
 drivers/thunderbolt/usb4.c                    | 22 +++++++---
 6 files changed, 47 insertions(+), 32 deletions(-)

Comments

Mika Westerberg May 31, 2021, 11:40 a.m. UTC | #1
On Mon, May 17, 2021 at 04:07:10PM +0300, Mika Westerberg wrote:
> Hi all,
> 
> The first patch just cleans up the documentation of the sysfs entrues. The
> following two patches add wake from DisplayPort (this is recent addition to
> the USB4 spec), and aligns the driver wake configuration with the USB4
> Connection Manager guide (which is part of the USB4 spec package).
> 
> Mika Westerberg (3):
>   Documentation / thunderbolt: Clean up entries
>   thunderbolt: Add wake from DisplayPort
>   thunderbolt: Align USB4 router wakes configuration with the CM guide
> 
>  .../ABI/testing/sysfs-bus-thunderbolt         | 44 +++++++++----------
>  drivers/thunderbolt/lc.c                      |  6 ++-
>  drivers/thunderbolt/switch.c                  |  3 +-
>  drivers/thunderbolt/tb.h                      |  1 +
>  drivers/thunderbolt/tb_regs.h                 |  3 ++
>  drivers/thunderbolt/usb4.c                    | 22 +++++++---
>  6 files changed, 47 insertions(+), 32 deletions(-)

All applied to thunderbolt.git/next.