[OpenWrt-Devel] [PATCH] kernel: usb: dwc2 DMA alignment fixes

2018-07-05 Thread Antti Seppälä
Add two patches submitted for upstream review that significantly improve the dwc2 driver on openwrt from kernel stability and performance perspectives. Fixes: FS#1367 Signed-off-by: Antti Seppälä --- Notes: Given 170-usb-dwc2-Fix-DMA-alignment-to-start-at-allocated-boun.patch fixes an

[OpenWrt-Devel] [PATCH] lantiq: tweak DWC2 default parameters

2015-11-15 Thread Antti Seppälä
isochronous USB transfers. Signed-off-by: Antti Seppälä --- Notes: After positive feedback and test reports from openwrt forum[1] I'm sending the patch for official inclusion in openwrt tree. [1] https://forum.openwrt.org/viewtopic.php?pid=299041#p299041 .../lantiq/patches-3.18/004

Re: [OpenWrt-Devel] [PATCH v2] uqmi: Add proper IPv6 support

2015-09-17 Thread Antti Seppälä
On 10 September 2015 at 22:03, Matti Laakso wrote: > Use the new --ip-family option to start both IPv4 and IPv6 sessions > by default. Autoconnect can't be used when starting two sessions, > so revert back to using the client IDs and packet data handles for > handling the network connection. > > S

[OpenWrt-Devel] [PATCH 4/4] dwc2: Add missing config symbol definition

2015-08-20 Thread Antti Seppälä
DWC2 driver has config symbol CONFIG_USB_DWC2_DEBUG_PERIODIC which should be defined for the module build. Signed-off-by: Antti Seppälä --- package/kernel/linux/modules/usb.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/usb.mk b/package

[OpenWrt-Devel] [PATCH 3/4] lantiq: Add AR9 compatibility bits to DWC2 driver

2015-08-20 Thread Antti Seppälä
Add AR9 DTS definition to be recognized by the DWC2 driver. The same driver parameters can be mostly used except that some boards seem to erroneously report OTG HNP/SRP capability of the USB HCD. Forcing the HNP/SRP off allows these boards to work with the DWC2 as well. Signed-off-by: Antti

[OpenWrt-Devel] [PATCH 2/4] lantiq: Introduce DWC2 compatible DTS definitions for AR9 USB

2015-08-20 Thread Antti Seppälä
Since the AR9 USB is very similar to the VR9 USB it too can be used with the upstream DWC2 driver. Here are the DTS definitions which make it compatible with the DWC2 driver. Signed-off-by: Antti Seppälä --- target/linux/lantiq/dts/ar9.dtsi | 11 ++- 1 file changed, 10 insertions(+), 1

[OpenWrt-Devel] [PATCH 1/4] lantiq: Initialize USB on AR9 platform

2015-08-20 Thread Antti Seppälä
Based on the ltq-hcd driver the AR9 USB can be initialized the same way as the VR9 platform. Use the same initialization bits for both platforms. Signed-off-by: Antti Seppälä --- .../patches-3.18/0039-MIPS-lantiq-initialize-usb-on-boot.patch | 5 +++-- .../lantiq/patches-4.1/0039-MIPS

[OpenWrt-Devel] [PATCH 0/4] lantiq: AR9 platform USB DWC2 support

2015-08-20 Thread Antti Seppälä
which add support for the DWC2 to the AR9 platform too. While at it I also included a patch to add missing Kconfig define to the DWC2 driver. These patches have been successfully tested on Buffalo WBMR-HP-G300H. Antti Seppälä (4): lantiq: Initialize USB on AR9 platform lantiq: Introduce DWC2

[OpenWrt-Devel] [PATCH v2 2/2] uqmi: Add get-current-settings command-line switch

2015-08-08 Thread Antti Seppälä
: Antti Seppälä Tested-by: Matti Laakso --- Notes: v2: Remove unintended whitespace formatting commands-wds.c | 123 + commands-wds.h | 4 +- 2 files changed, 126 insertions(+), 1 deletion(-) diff --git a/commands-wds.c b/commands

[OpenWrt-Devel] [PATCH v2 1/2] uqmi: Add IP family selection command-line switch

2015-08-08 Thread Antti Seppälä
amily ipv6 Signed-off-by: Antti Seppälä Tested-by: Matti Laakso --- Notes: v2: No changes commands-wds.c | 28 commands-wds.h | 2 ++ 2 files changed, 30 insertions(+) diff --git a/commands-wds.c b/commands-wds.c index aa57d03..fdf9003 100644 --- a/commands-w

[OpenWrt-Devel] [PATCH v2 0/2] uqmi: Improve ipv6 connectivity

2015-08-08 Thread Antti Seppälä
second patch can be used to output the obtained ip information from connected networks. With proper configuration these patches can be utilized to establish a working dual-stack connection with a qmi device and then configure system ip-information accordingly. Antti Seppälä (2): uqmi: Add IP

[OpenWrt-Devel] [PATCH 1/2] uqmi: Add IP family selection command-line switch

2015-08-07 Thread Antti Seppälä
amily ipv6 Signed-off-by: Antti Seppälä Tested-by: Matti Laakso --- commands-wds.c | 28 commands-wds.h | 2 ++ 2 files changed, 30 insertions(+) diff --git a/commands-wds.c b/commands-wds.c index aa57d03..fdf9003 100644 --- a/commands-wds.c +++ b/commands-wds.c @@ -170

[OpenWrt-Devel] [PATCH 2/2] uqmi: Add get-current-settings command-line switch

2015-08-07 Thread Antti Seppälä
: Antti Seppälä Tested-by: Matti Laakso --- commands-wds.c | 124 - commands-wds.h | 4 +- 2 files changed, 126 insertions(+), 2 deletions(-) diff --git a/commands-wds.c b/commands-wds.c index fdf9003..19b3b40 100644 --- a/commands-wds.c

[OpenWrt-Devel] [PATCH 0/2] uqmi: Improve ipv6 connectivity

2015-08-07 Thread Antti Seppälä
proper configuration these patches can be utilized to establish a working dual-stack connection with a qmi device and then configure system ip-information accordingly. Antti Seppälä (2): uqmi: Add IP family selection command-line switch uqmi: Add get-current-settings command-line switch

Re: [OpenWrt-Devel] [PATCH] uboot-lantiq: fix P-2812HNU-F1/3 package dependency

2015-01-25 Thread Antti Seppälä
On 25 January 2015 at 16:17, Sylwester Petela wrote: > W dniu 2015-01-25 o 13:52, Antti Seppälä pisze: >> After r43987 TARGET_lantiq_xrx200_P2812HNUFX does not exist anymore. >> Fix empty menuconfig bootloader selection by making u-boot depend on >> one of the new target p

[OpenWrt-Devel] [PATCH] uboot-lantiq: fix P-2812HNU-F1/3 package dependency

2015-01-25 Thread Antti Seppälä
After r43987 TARGET_lantiq_xrx200_P2812HNUFX does not exist anymore. Fix empty menuconfig bootloader selection by making u-boot depend on one of the new target profiles. Signed-off-by: Antti Seppälä --- package/boot/uboot-lantiq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[OpenWrt-Devel] [PATCH] igmpproxy: add patch to silence unnecessary logging of downstream igmp traffic

2015-01-08 Thread Antti Seppälä
239.255.250.250, is not in any valid net for upstream VIF. Signed-off-by: Antti Seppälä --- ...0-Silence-downstream-interface-igmp-messages.patch | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 package/network/services/igmpproxy/patches/020-Silence-downstream-interface

[OpenWrt-Devel] [PATCH] [packages] alpine: update to 2.11

2014-02-09 Thread Antti Seppälä
Update Alpine to 2.11. Also switch to use .tar.xz package. Signed-off-by: Antti Seppälä --- mail/alpine/Makefile | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index a46d57e..a01e9ac 100644 --- a/mail/alpine/Makefile

[OpenWrt-Devel] [PATCH] [packages] alpine: New package (v2)

2013-09-30 Thread Antti Seppälä
issues in certain flavours of Linux. Thanks to Szymon Zygmunt for reporting. Signed-off-by: Antti Seppälä --- mail/alpine/Makefile | 70 1 file changed, 70 insertions(+) create mode 100644 mail/alpine/Makefile diff --git a/mail/alpine/Makefile b

Re: [OpenWrt-Devel] [PATCH] ar7-vlynq: support for autodetecting remote clock generation

2008-11-12 Thread Antti Seppälä
Michael Buesch wrote: > On Tuesday 11 November 2008 22:20:07 Antti Seppälä wrote: >> +static void vlynq_reset(struct vlynq_device *dev) >> +{ >> +vlynq_reg_write(dev->local->control, >> +vlynq_reg_read(dev->local->control) | &g

[OpenWrt-Devel] [PATCH] ar7-vlynq: support for autodetecting remote clock generation

2008-11-11 Thread Antti Seppälä
. This patch adds support for detecting which device (local or remote) is responsible of clock generation and implements clock initialization based on detection result. Signed-off-by: Antti Seppälä <[EMAIL PROTECTED]> Index: linux-2.6.26.7/drivers/vlynq/v