May I make a late contribution to this thread?
As a user and occasional contributor to openwrt and lede I'd like to stress
how invaluable the openwrt wiki in its current form is, precisely because
it is real hotchpotch. Of course it is unstructured, of course there is
redundancy, of course some of
On Wed, 2016-12-28 at 19:26 +, Mohammed Berdai wrote:
> Hi,
>
> I managed to test the latest LEDE commits after missing daily tests for a few
> weeks due to a busy schedule.
>
> The switch to dwc2 module caused kernel panics on ARV4518pw, ARV7518pw and
> ARV7510pw22.
>
> I tracked LEDE git
There seems to be an issue with patchwork notifications. I received
the one below addressed to be as the patch submitter.
The patch was actually submitted by Christian Lampeter and is nothing
to do with me at all.
On Wed, 2016-12-28 at 09:50 +, Patchwork wrote:
> Hello,
>
> The following
Use dwc2 by default on all danube boards.
Signed-off-by: Ben Mulvihill
---
diff -uprN a/target/linux/lantiq/image/Makefile
b/target/linux/lantiq/image/Makefile
--- a/target/linux/lantiq/image/Makefile2016-10-27 19:57:52.630003053
+0200
+++ b/target/linux/lantiq/image/Makefile
Parameters for dwc2 on lantiq.
A separate dwc2_core_params structure is defined for danube because danube
fifo sizes are large enough to be autodetected. This is not the case on
arx and vrx.
Signed-off-by: Ben Mulvihill
diff -uprN a/target/linux/lantiq/patches-4.4/0041-USB-DWC2-add-ltq
This set of four patches enables dwc2 on lantiq danube.
I ended up sticking with a name for the device tree binding
along the lines of the names currently used on vrx and arx.
These bindings will in any case become redundant once dwc2
parameters are moved to the device tree upstream.
Patches 1, 2
Device tree binding for dwc2 usb driver on danube.
Leave old ifxhcd-danube driver as an alternative.
Also adds dr_mode = "host" to eliminate warning on boot.
Signed-off-by: Ben Mulvihill
---
diff -uprN a/target/linux/lantiq/dts/danube.dtsi
b/target/linux/lantiq/dts/danube.dtsi
--
Initialise dwc2 usb driver on danube boards as well as ar9 and vr9.
Signed-off-by: Ben Mulvihill
---
diff -uprN
a/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch
b/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch
---
a
On Sun, 2016-10-30 at 14:23 +0200, Antti Seppälä wrote:
> On 30 October 2016 at 14:09, Ben Mulvihill wrote:
> > On Sun, 2016-10-30 at 12:27 +0200, Antti Seppälä wrote:
...
> >> Could you make another simple test where you temporarily edit the
> >> params_ltq struc
On Sat, 2016-10-29 at 22:18 +0200, Christian Lamparter wrote:
> On Saturday, October 29, 2016 8:44:27 PM CEST Christian Lamparter wrote:
> > [...]
> > [7.849577] dwc2 1e101000.ifxhcd: Mode Mismatch Interrupt: currently in
> > Host mode
> > [7.855582] dwc2 1e101000.ifxhcd: Mode Mismatch In
On Sun, 2016-10-30 at 12:27 +0200, Antti Seppälä wrote:
> On 29 October 2016 at 18:31, Ben Mulvihill wrote:
> > On Sat, 2016-10-29 at 13:28 +0200, Ben Mulvihill wrote:
> >> On Fri, 2016-10-28 at 23:35 +0200, Ben Mulvihill wrote:
> >> > On Fri, 2016-10-28 at 19
On Sat, 2016-10-29 at 13:28 +0200, Ben Mulvihill wrote:
> On Fri, 2016-10-28 at 23:35 +0200, Ben Mulvihill wrote:
> > On Fri, 2016-10-28 at 19:14 +0300, Antti Seppälä wrote:
> > > On 28 October 2016 at 17:30, Ben Mulvihill
> > > wrote:
> > > > Add dev
On Fri, 2016-10-28 at 23:35 +0200, Ben Mulvihill wrote:
> On Fri, 2016-10-28 at 19:14 +0300, Antti Seppälä wrote:
> > On 28 October 2016 at 17:30, Ben Mulvihill wrote:
> > > Add device tree binding for dwc2 usb driver on lantiq danube
> > >
> > > Signed-off-by:
On Fri, 2016-10-28 at 19:14 +0300, Antti Seppälä wrote:
> On 28 October 2016 at 17:30, Ben Mulvihill wrote:
> > Add device tree binding for dwc2 usb driver on lantiq danube
> >
> > Signed-off-by: Ben Mulvihill
> > ---
> > diff -uprN a/target/linux/lantiq/dt
On Fri, 2016-10-28 at 18:28 +0200, Christian Lamparter wrote:
> Hello,
>
> On Friday, October 28, 2016 4:30:56 PM CEST Ben Mulvihill wrote:
> > Add device tree binding for dwc2 usb driver on lantiq danube
> >
> > Signed-off-by: Ben Mulvihill
> > ---
> &g
define device tree binding for dwc2 usb driver on danube boards
as well as arx and xrx.
Signed-off-by: Ben Mulvihill
---
diff -uprN a/target/linux/lantiq/patches-4.4/0041-USB-DWC2-add-ltq-params.patch
b/target/linux/lantiq/patches-4.4/0041-USB-DWC2-add-ltq-params.patch
--- a/target/linux
Add device tree binding for dwc2 usb driver on lantiq danube
Signed-off-by: Ben Mulvihill
---
diff -uprN a/target/linux/lantiq/dts/danube.dtsi
b/target/linux/lantiq/dts/danube.dtsi
--- a/target/linux/lantiq/dts/danube.dtsi 2016-10-27 19:56:07.090392399
+0200
+++ b/target/linux/lantiq/dts
Initialise the dwc2 usb driver on danube boards as well as ar9 and vr9.
Signed-off-by: Ben Mulvihill
---
diff -uprN
a/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch
b/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch
whenever a new device is inserted. This does
not happen with the ifxhcd driver or with the dwc2 driver
on ar9, and does not seem to affect the subsequent functioning
of the device.
For the moment, I have not included patches to switch
danube profiles over to dwc2 by default.
Ben Mulvihill
Rename uboot environment partition on BT Home Hub 3A so that mac address
setting works correctly.
Also, the mac address field in the ath9k calibration data is not used,
and should not be referenced in the dts.
Signed-off-by: Ben Mulvihill
---
diff -uprN a/target/linux/lantiq/dts
Fix typo in commit a6f7536a73c93794812d5e810fb41c3d0ff1fb27
(new image generation)
Signed-off-by: Ben Mulvihill
---
diff -uprN a/target/linux/lantiq/image/Makefile
b/target/linux/lantiq/image/Makefile
--- a/target/linux/lantiq/image/Makefile2016-06-20 08:34:57.534678922
+0200
+++ b
21 matches
Mail list logo