linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <Christian.Gromm@microchip.com>
To: <rdunlap@infradead.org>, <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: Tue, 28 Jul 2020 07:19:59 +0000	[thread overview]
Message-ID: <6e59b35bb21996572164e3ac315989f8054c5d97.camel@microchip.com> (raw)
In-Reply-To: <616b53fb-3d51-2728-6bf1-a5d5dd0c5b4d@infradead.org>

On Mon, 2020-07-27 at 07:59 -0700, Randy Dunlap wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
> 
> 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 depends on the networking AIM.
> 
> What does that last sentence above mean?

Nothing. This dependency is obsolete and needs to be removed.
I'll fix this up.

thanks,
Chris



  reply	other threads:[~2020-07-28  7:20 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
2020-07-28  7:19   ` Christian.Gromm [this message]
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=6e59b35bb21996572164e3ac315989f8054c5d97.camel@microchip.com \
    --to=christian.gromm@microchip.com \
    --cc=driverdev-devel@linuxdriverproject.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=rdunlap@infradead.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).