All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: Konrad Dybcio <konradybcio@kernel.org>
Cc: Andreas Noever <andreas.noever@gmail.com>,
	Mika Westerberg <westeri@kernel.org>,
	Yehezkel Bernat <YehezkelShB@gmail.com>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org,
	usb4-upstream@oss.qualcomm.com,
	Raghavendra Thoorpu <rthoorpu@qti.qualcomm.com>,
	Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Subject: Re: [PATCH v5 0/4] Prepwork for non-PCIe NHI/TBT hosts
Date: Thu, 21 May 2026 14:34:20 +0200	[thread overview]
Message-ID: <20260521123420.GH8580@black.igk.intel.com> (raw)
In-Reply-To: <20260521-topic-usb4_nonpcie_prepwork-v5-0-b67dbe7508e8@oss.qualcomm.com>

Hi Konrad,

On Thu, May 21, 2026 at 12:39:59PM +0200, Konrad Dybcio wrote:
> Konrad Dybcio (4):
>       thunderbolt: Move pci_device out of tb_nhi
>       thunderbolt: Separate out common NHI bits
>       thunderbolt: Require nhi->ops be valid
>       thunderbolt: Add some more descriptive probe error messages
> 
>  drivers/thunderbolt/Makefile    |   2 +-
>  drivers/thunderbolt/acpi.c      |  14 +-
>  drivers/thunderbolt/ctl.c       |  16 +-
>  drivers/thunderbolt/domain.c    |   2 +-
>  drivers/thunderbolt/eeprom.c    |   2 +-
>  drivers/thunderbolt/icm.c       |  24 +-
>  drivers/thunderbolt/nhi.c       | 520 ++++++---------------------------
>  drivers/thunderbolt/nhi.h       |  33 ++-
>  drivers/thunderbolt/nhi_ops.c   | 185 ------------
>  drivers/thunderbolt/pci.c       | 622 ++++++++++++++++++++++++++++++++++++++++
>  drivers/thunderbolt/switch.c    |  41 +--
>  drivers/thunderbolt/tb.c        |  18 +-
>  drivers/thunderbolt/tb.h        |  10 +-
>  drivers/thunderbolt/usb4_port.c |   2 +-
>  include/linux/thunderbolt.h     |   8 +-
>  15 files changed, 805 insertions(+), 694 deletions(-)

All applied to thunderbolt.git/next, thanks!

      parent reply	other threads:[~2026-05-21 12:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-21 10:39 [PATCH v5 0/4] Prepwork for non-PCIe NHI/TBT hosts Konrad Dybcio
2026-05-21 10:40 ` [PATCH v5 1/4] thunderbolt: Move pci_device out of tb_nhi Konrad Dybcio
2026-05-21 10:40 ` [PATCH v5 2/4] thunderbolt: Separate out common NHI bits Konrad Dybcio
2026-05-21 10:40 ` [PATCH v5 3/4] thunderbolt: Require nhi->ops be valid Konrad Dybcio
2026-05-21 10:40 ` [PATCH v5 4/4] thunderbolt: Add some more descriptive probe error messages Konrad Dybcio
2026-05-21 12:34 ` Mika Westerberg [this message]

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=20260521123420.GH8580@black.igk.intel.com \
    --to=mika.westerberg@linux.intel.com \
    --cc=YehezkelShB@gmail.com \
    --cc=andreas.noever@gmail.com \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=rthoorpu@qti.qualcomm.com \
    --cc=usb4-upstream@oss.qualcomm.com \
    --cc=westeri@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.