driverdev-devel.linuxdriverproject.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Christian Gromm <christian.gromm@microchip.com>,
	gregkh@linuxfoundation.org
Cc: driverdev-devel@linuxdriverproject.org, linux-usb@vger.kernel.org
Subject: Re: [RESEND PATCH v5] drivers: most: add USB adapter driver
Date: Mon, 27 Jul 2020 07:59:07 -0700	[thread overview]
Message-ID: <616b53fb-3d51-2728-6bf1-a5d5dd0c5b4d@infradead.org> (raw)
In-Reply-To: <1595838646-12674-1-git-send-email-christian.gromm@microchip.com>

Hi--

On 7/27/20 1:30 AM, Christian Gromm wrote:
> This patch adds the usb driver source file most_usb.c and
> modifies the Makefile and Kconfig accordingly.
> 
> Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
> ---
> 
>  drivers/most/Kconfig    |   12 +
>  drivers/most/Makefile   |    2 +
>  drivers/most/most_usb.c | 1170 +++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 1184 insertions(+)
>  create mode 100644 drivers/most/most_usb.c
> 
> diff --git a/drivers/most/Kconfig b/drivers/most/Kconfig
> index 58d7999..7b65320 100644
> --- a/drivers/most/Kconfig
> +++ b/drivers/most/Kconfig
> @@ -13,3 +13,15 @@ menuconfig MOST
>  	  module will be called most_core.
>  
>  	  If in doubt, say N here.
> +
> +if MOST
> +config MOST_USB_HDM
> +	tristate "USB"
> +	depends on USB && NET
> +	help
> +	  Say Y here if you want to connect via USB to network transceiver.
> +	  This device driver depends on the networking AIM.

What does that last sentence above mean?

> +
> +	  To compile this driver as a module, choose M here: the
> +	  module will be called most_usb.
> +endif

thanks.
-- 
~Randy

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

  reply	other threads:[~2020-07-27 14:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-27  8:30 [RESEND PATCH v5] drivers: most: add USB adapter driver Christian Gromm
2020-07-27 14:59 ` Randy Dunlap [this message]
2020-07-28  7:19   ` Christian.Gromm
2020-07-29 14:27 ` Greg KH
2020-07-29 14:53   ` Christian.Gromm
2020-07-29 14:57     ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2020-07-01 11:46 Christian Gromm

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=616b53fb-3d51-2728-6bf1-a5d5dd0c5b4d@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=christian.gromm@microchip.com \
    --cc=driverdev-devel@linuxdriverproject.org \
    --cc=gregkh@linuxfoundation.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).