- Ursprüngliche Mail -
> On Thu, Nov 22, 2012 at 07:10:50PM +0100, Rene Buergel wrote:
> > This fixes an error during modpost, when ezusb is built into the
> > kernel while USB is built as module.
> thanks for the fix, I'll queue it up for 3.8
> and
> backp
This fixes an error during modpost, when ezusb is built into the kernel while
USB is built as module.
Signed-off-by: René Bürgel
--
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig
index a8f0523..fecde69 100644
--- a/drivers/usb/misc/Kconfig
+++ b/drivers/usb/misc/Kconfig
@@ -246
> Also, does the code in fact support only FX2, neither older chips nor
> newer FX3?
It also does support the FX(1), but not FX3. At first sight, it looks like FX3
got another
register interface.
> If FX is also supported then perhaps still rename the option,
> although I think renaming is unrel
This patch
- moves drivers/usb/serial/ezusb.c to drivers/usb/misc/
- renamed CONFIG_USB_EZUSB to CONFIG_USB_EZUSB_FX2 to avoid build errors
- adapts Makefiles and Kconfigs switching from bool to tristate for
CONFIG_USB_EZUSB_FX2
Signed-off-by: René Bürgel
---
diff --git a/drivers/usb/misc/Kconf
> 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_d
This patch moves drivers/usb/serial/ezusb.c to drivers/usb/misc/and
adapts Makefiles and Kconfigs switching from bool to tristate for
CONFIG_USB_EZUSB
Signed-off-by: René Bürgel
---
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig
index 1bfcd02..1c63b54 100644
--- a/drivers/usb/m
> 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
This patch moves drivers/usb/serial/ezusb.c to drivers/usb/misc/and
adapts Makefiles and Kconfigs
Signed-off-by: René Bürgel
---
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 +
This patch adds new functions to upload firmware to the controller. The
drivers currently using ezusb are adapted to use these new functions.
This also fixes a bug occuring during firmware loading in the
whiteheat-driver:
The driver iterates over an ihex-formatted firmware using ++ on a "const
This Patch adds support for the newer Cypress FX2LP. It also adapts
three drivers currently using ezusb to the interface change. (whiteheat
and keyspan[_pda])
Signed-off-by: René Bürgel
---
diff --git a/drivers/usb/serial/ezusb.c b/drivers/usb/serial/ezusb.c
index 3048b52d..351988d 100644
--- a
Hello,
this is v3 of a patches-series for controllers using the ezusb-functions.
euzsb: add support for Cypress FX2LP
ezusb: add functions for firmware download
ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc
--
René Bürgel
SOHARD Embedded Systems GmbH
--
To unsubscribe from thi
> Also, why move it? Are there other modules that need to use it?
Fullquote from Aug, 24:
> > > > - Although i removed the dependency from ezusb to usb_serial,
> > > > ezusb.c still resides in drivers/usb/serial.
> > > > Can you give me a hint, where to put it instead?
> > > > I would like
> Git should show this as a move, not as a "add a file and remove a
> file"
> type patch. Are you generating it properly?
Whats the proper way to do this? I did a git mv, git commit and than git diff
on that commit hash.
> Also, why move it? Are there other modules that need to use it?
>
> t
please ignore this thread, i'm still new to this mailing list stuff :/
I'll do my best to avoid such noise in the future
- Ursprüngliche Mail -
> Hello,
>
> this is V2 of a patches-series for controllers using the
> ezusb-functions.
>
> ezusb: remove dependency to usb_serial interface
>
This patch moves drivers/usb/serial/ezusb.c to drivers/usb/misc/and
adapts Makefiles and Kconfigs
Signed-off-by: René Bürgel
--
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 +2
This patch adds new functions to upload firmware to the controller. The
drivers currently using ezusb are adapted to use these new functions.
This also fixes a bug occuring during firmware loading in the
whiteheat-driver:
The driver iterates over an ihex-formatted firmware using ++ on a "const
This Patch adds support for the newer Cypress FX2LP. It also adapts
three drivers currently using ezusb to the interface change. (whiteheat
and keyspan[_pda])
Signed-off-by: René Bürgel
--
diff --git a/drivers/usb/serial/ezusb.c b/drivers/usb/serial/ezusb.c
index 3048b52d..351988d 100644
--- a/
This patch removes the dependency on the usb_serial interface and names
some magic constants
Signed-off-by: René Bürgel
--
diff --git a/drivers/usb/serial/ezusb.c b/drivers/usb/serial/ezusb.c
index 800e8eb..3048b52d 100644
--- a/drivers/usb/serial/ezusb.c
+++ b/drivers/usb/serial/ezusb.c
@@ -9,2
Hello,
this is V2 of a patches-series for controllers using the ezusb-functions.
ezusb: remove dependency to usb_serial interface
euzsb: add support for Cypress FX2LP
ezusb: add functions for firmware download
ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc
--
René Bürgel
SOHARD
This patch removes the dependency on the usb_serial interface and names
some magic constants
Signed-off-by: René Bürgel
--
diff --git a/drivers/usb/serial/ezusb.c b/drivers/usb/serial/ezusb.c
index 800e8eb..3048b52d 100644
--- a/drivers/usb/serial/ezusb.c
+++ b/drivers/usb/serial/ezusb.c
@@ -9,2
This patch removes the dependency on the usb_serial interface and names
some magic constants
Signed-off-by: René Bürgel
--
diff --git a/drivers/usb/serial/ezusb.c b/drivers/usb/serial/ezusb.c
index 800e8eb..3048b52d 100644
--- a/drivers/usb/serial/ezusb.c
+++ b/drivers/usb/serial/ezusb.c
@@ -9,2
Hello,
this is V2 of a patches-series for controllers using the ezusb-functions.
ezusb: remove dependency to usb_serial interface
euzsb: add support for Cypress FX2LP
ezusb: add functions for firmware download
ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc
--
René Bürgel
SOHA
> > - Although i removed the dependency from ezusb to usb_serial,
> > ezusb.c still resides in drivers/usb/serial.
> > Can you give me a hint, where to put it instead?
> > I would like to do that with an additional patch.
>
> Why do you want to move it?
because is has nothing to do with an
- Ursprüngliche Mail -
> On Fri, Aug 03, 2012 at 05:06:27PM +0200, René Bürgel wrote:
> > Hello,
> >
> > this is a patches-series for controllers using the ezusb-functions.
> >
> > ezusb: remove dependency to usb_serial interface
> > euzsb: add support for Cypress FX2LP
> > ezusb: add fu
24 matches
Mail list logo