All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Cc: Ajay Gupta <ajayg@nvidia.com>, linux-usb@vger.kernel.org
Subject: [v2,7/7] usb: typec: Add driver for NVIDIA Alt Modes
Date: Tue, 16 Apr 2019 12:02:08 +0200	[thread overview]
Message-ID: <20190416100208.GE896@kroah.com> (raw)

On Mon, Apr 15, 2019 at 03:09:31PM +0300, Heikki Krogerus wrote:
> From: Ajay Gupta <ajayg@nvidia.com>
> 
> Latest NVIDIA GPUs support VirtualLink device. Since USBIF
> has not assigned a Standard ID (SID) for VirtualLink
> so using NVIDA VID 0x955 as SVID.
> 
> Signed-off-by: Ajay Gupta <ajayg@nvidia.com>
> Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
> ---
>  drivers/usb/typec/altmodes/Kconfig  | 10 +++++++
>  drivers/usb/typec/altmodes/Makefile |  2 ++
>  drivers/usb/typec/altmodes/nvidia.c | 44 +++++++++++++++++++++++++++++
>  drivers/usb/typec/ucsi/ucsi.c       |  4 ++-
>  include/linux/usb/typec_dp.h        |  5 ++++
>  5 files changed, 64 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/usb/typec/altmodes/nvidia.c

kbuild does not like this, so I'm dropping it from my queue.

thanks,

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Cc: Ajay Gupta <ajayg@nvidia.com>, linux-usb@vger.kernel.org
Subject: Re: [PATCH v2 7/7] usb: typec: Add driver for NVIDIA Alt Modes
Date: Tue, 16 Apr 2019 12:02:08 +0200	[thread overview]
Message-ID: <20190416100208.GE896@kroah.com> (raw)
Message-ID: <20190416100208.7RkDuZcse_RUIespxm3sQsidMcNBYh8hfDg0ZfbYlHk@z> (raw)
In-Reply-To: <20190415120931.61328-8-heikki.krogerus@linux.intel.com>

On Mon, Apr 15, 2019 at 03:09:31PM +0300, Heikki Krogerus wrote:
> From: Ajay Gupta <ajayg@nvidia.com>
> 
> Latest NVIDIA GPUs support VirtualLink device. Since USBIF
> has not assigned a Standard ID (SID) for VirtualLink
> so using NVIDA VID 0x955 as SVID.
> 
> Signed-off-by: Ajay Gupta <ajayg@nvidia.com>
> Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
> ---
>  drivers/usb/typec/altmodes/Kconfig  | 10 +++++++
>  drivers/usb/typec/altmodes/Makefile |  2 ++
>  drivers/usb/typec/altmodes/nvidia.c | 44 +++++++++++++++++++++++++++++
>  drivers/usb/typec/ucsi/ucsi.c       |  4 ++-
>  include/linux/usb/typec_dp.h        |  5 ++++
>  5 files changed, 64 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/usb/typec/altmodes/nvidia.c

kbuild does not like this, so I'm dropping it from my queue.

thanks,

greg k-h

             reply	other threads:[~2019-04-16 10:02 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-16 10:02 Greg Kroah-Hartman [this message]
2019-04-16 10:02 ` [PATCH v2 7/7] usb: typec: Add driver for NVIDIA Alt Modes Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2019-04-16 10:03 [v2,6/7] usb: typec: displayport: Export probe and remove functions Greg Kroah-Hartman
2019-04-16 10:03 ` [PATCH v2 6/7] " Greg Kroah-Hartman
2019-04-16 10:00 [v2,3/7] usb: typec: ucsi: ccg: add firmware flashing support Greg Kroah-Hartman
2019-04-16 10:00 ` [PATCH v2 3/7] " Greg Kroah-Hartman
2019-04-16  7:46 [v2,6/7] usb: typec: displayport: Export probe and remove functions Heikki Krogerus
2019-04-16  7:46 ` [PATCH v2 6/7] " Heikki Krogerus
2019-04-16  6:27 [v2,6/7] " Heikki Krogerus
2019-04-16  6:27 ` [PATCH v2 6/7] " Heikki Krogerus
2019-04-16  0:45 [v2,6/7] " Ajay Gupta
2019-04-16  0:45 ` [PATCH v2 6/7] " Ajay Gupta
2019-04-15 12:09 [v2,7/7] usb: typec: Add driver for NVIDIA Alt Modes Heikki Krogerus
2019-04-15 12:09 ` [PATCH v2 7/7] " Heikki Krogerus
2019-04-15 21:12 ` kbuild test robot
2019-04-15 12:09 [v2,6/7] usb: typec: displayport: Export probe and remove functions Heikki Krogerus
2019-04-15 12:09 ` [PATCH v2 6/7] " Heikki Krogerus
2019-04-15 12:09 [v2,5/7] usb: typec: ucsi: Support for DisplayPort alt mode Heikki Krogerus
2019-04-15 12:09 ` [PATCH v2 5/7] " Heikki Krogerus
2019-04-15 12:09 [v2,4/7] usb: typec: ucsi: Preliminary support for alternate modes Heikki Krogerus
2019-04-15 12:09 ` [PATCH v2 4/7] " Heikki Krogerus
2019-04-15 12:09 [v2,3/7] usb: typec: ucsi: ccg: add firmware flashing support Heikki Krogerus
2019-04-15 12:09 ` [PATCH v2 3/7] " Heikki Krogerus
2019-04-15 12:09 [v2,2/7] usb: typec: ucsi: ccg: add get_fw_info function Heikki Krogerus
2019-04-15 12:09 ` [PATCH v2 2/7] " Heikki Krogerus
2019-04-15 12:09 [v2,1/7] i2c: nvidia-gpu: Supply CCGx driver the fw build info Heikki Krogerus
2019-04-15 12:09 ` [PATCH v2 1/7] " Heikki Krogerus
2019-04-15 12:09 [PATCH v2 0/7] usb: typec: Remaining changes for v5.2 Heikki Krogerus

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=20190416100208.GE896@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=ajayg@nvidia.com \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=linux-usb@vger.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.