From: Greg KH <greg@kroah.com>
To: Rene Buergel <rene.buergel@sohard.de>
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: USB: ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc
Date: Tue, 18 Sep 2012 17:37:32 +0100 [thread overview]
Message-ID: <20120918163732.GA28387@kroah.com> (raw)
In-Reply-To: <0db0a2e2-0a19-42c2-a933-b250125e8425@shmail0>
On Tue, Sep 18, 2012 at 09:03:01AM +0200, Rene Buergel wrote:
> This patch moves drivers/usb/serial/ezusb.c to drivers/usb/misc/and
> adapts Makefiles and Kconfigs
>
> Signed-off-by: René Bürgel <rene.buergel@sohard.de>
> ---
> diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig
> index 1bfcd02..1c63b54 100644
> --- a/drivers/usb/misc/Kconfig
> +++ b/drivers/usb/misc/Kconfig
> @@ -244,3 +244,7 @@ config USB_YUREX
> To compile this driver as a module, choose M here: the
> module will be called yurex.
>
> +config USB_EZUSB
> + bool "Functions for loading firmware on EZUSB chips"
This should be a tristate so the ezusb code can be a module on it's own.
Or I think it should, as it is, I get the following build errors with
this patch applied:
ERROR: "ezusb_fx1_ihex_firmware_download" [drivers/usb/serial/whiteheat.ko] undefined!
ERROR: "ezusb_fx1_ihex_firmware_download" [drivers/usb/serial/keyspan_pda.ko] undefined!
ERROR: "ezusb_fx1_set_reset" [drivers/usb/serial/keyspan_pda.ko] undefined!
ERROR: "ezusb_fx1_ihex_firmware_download" [drivers/usb/serial/keyspan.ko] undefined!
Which is odd, as I thought those functions were exported.
So something is wrong here with this patch, I've applied the first 2, care to
redo this one so it works properly?
thanks,
greg k-h
next prev parent reply other threads:[~2012-09-18 16:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <c6dd1b59-bdc4-4575-9e30-1b5a46b112ea@shmail0>
2012-09-18 6:58 ` [PATCH v3 0/3]: ezusb FX2 support, firmware downloading support Rene Buergel
2012-09-18 7:00 ` [PATCH v3 1/3]: ezusb: add support for Cypress FX2LP Rene Buergel
2012-09-18 7:02 ` [PATCH v3 2/3]: ezusb: add functions for firmware download Rene Buergel
2012-09-18 7:03 ` [PATCH v3 3/3]: ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc Rene Buergel
2012-09-18 16:37 ` Greg KH [this message]
2012-09-19 18:23 ` USB: " Rene Buergel
2012-09-19 20:06 ` Greg KH
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=20120918163732.GA28387@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=rene.buergel@sohard.de \
/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