[OpenWrt-Devel] [openwrt] Patch notification: 1 patch updated

2019-08-06 Thread Patchwork
Hello, The following patch (submitted by you) has been updated in Patchwork: * openwrt: [OpenWrt-Devel,1/2] fix make kernel_menuconfig - http://patchwork.ozlabs.org/patch/1143192/ - for: OpenWrt development was: New now: Changes Requested This email is a notification only - yo

Re: [OpenWrt-Devel] [PATCH 1/2] fix make kernel_menuconfig

2019-08-06 Thread Petr Štetiar
Thomas Albers via openwrt-devel [2019-08-06 20:48:07]: Hi, > The sender domain has a DMARC Reject/Quarantine policy which disallows > sending mailing list messages using the original "From" header. > > To mitigate this problem, the original message has been wrapped > automatically by the maili

[OpenWrt-Devel] [PATCH 1/2] fix make kernel_menuconfig

2019-08-06 Thread Thomas Albers via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello! This is part 1 of a patch

Re: [OpenWrt-Devel] package mt76 fails to compile under certain configuration [Was: Compilation error on master / mt7620]

2019-08-06 Thread Joan Moreau via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Hello How to solve this ? Than

Re: [OpenWrt-Devel] [PATCH v2 4/5] ath79: add support for Netgear WNR1000 v2

2019-08-06 Thread Michal Cieslakiewicz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Tue, 6 Aug 2019 16:29:59 +0200 "Adrian Schmutzler" wrote: > > In general, it looks to me like you can exploit wnr612-v2.dtsi here. > LEDs will require some care, but almost everything else is shared. > In that context, one might think whether th

Re: [OpenWrt-Devel] [PATCH v2 5/5] ath79: add support for Netgear WNR2200

2019-08-06 Thread Michal Cieslakiewicz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Tue, 6 Aug 2019 16:35:34 +0200 "Adrian Schmutzler" wrote: > Hi, > > > +&pcie { > > + status = "okay"; > > + > > + ath9k: wifi@0,0 { > > + compatible = "pci168c,002e"; > > + reg = <0x 0 0 0 0>; > > + mtd-mac

Re: [OpenWrt-Devel] [PATCH v2 5/5] ath79: add support for Netgear WNR2200

2019-08-06 Thread Adrian Schmutzler
Hi, > +&pcie { > + status = "okay"; > + > + ath9k: wifi@0,0 { > + compatible = "pci168c,002e"; > + reg = <0x 0 0 0 0>; > + mtd-mac-address = <&art 0x00>; > + mtd-mac-address-increment = <1>; > + mtd-cal-data = <&art 0x1000>; >

Re: [OpenWrt-Devel] [PATCH v2 4/5] ath79: add support for Netgear WNR1000 v2

2019-08-06 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Michal Cieslakiewicz > Sent: Dienstag, 6. August 2019 16:06 > To: openwrt-devel@lists.openwrt.org > Cc: Adrian Schmutzler > Subject: [OpenWrt-Devel] [PATCH v2 4/5] ath79: add su

Re: [OpenWrt-Devel] [PATCH v2 3/5] ath79: add support for Netgear WNR2000 v3

2019-08-06 Thread Adrian Schmutzler
Hi, > + model = "Netgear WNR2000 v3"; > + compatible = "netgear,wnr2000-v3", "qca,ar7241"; > + please put model BELOW compatible. Best Adrian openpgp-digital-signature.asc Description: PGP signature ___ openwrt-devel mailing list openwrt-de

Re: [OpenWrt-Devel] [PATCH v2 3/5] ath79: add support for Netgear WNR2000 v3

2019-08-06 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Michal Cieslakiewicz > Sent: Dienstag, 6. August 2019 16:04 > To: openwrt-devel@lists.openwrt.org > Cc: Adrian Schmutzler > Subject: [OpenWrt-Devel] [PATCH v2 3/5] ath79: add su

[OpenWrt-Devel] [PATCH v2 5/5] ath79: add support for Netgear WNR2200

2019-08-06 Thread Michal Cieslakiewicz
This patch adds ath79 support for Netgear WNR2200. Router was previously supported by ar71xx target only. Specification = * Description: Netgear WNR2200 * Loader: U-boot * SOC: Atheros AR7241 (360 MHz) * RAM: 64 MiB * Flash: 8 MiB (SPI NOR) - U-boot binary: 256 KiB

[OpenWrt-Devel] [PATCH v2 2/5] ath79: WNR612v2: improve device support

2019-08-06 Thread Michal Cieslakiewicz
This patch improves ath79 support for Netgear WNR612v2. Router functionality becomes identical to ar71xx version. Changes include: * software control over LAN LEDs via sysfs * correct MAC addresses for network interfaces * correct image size in device definition Signed-off-by: Michal Cieslakiewic

[OpenWrt-Devel] [PATCH v2 0/5] ath79: add support for some Netgear WNR routers

2019-08-06 Thread Michal Cieslakiewicz
This patchset enables ath79 target for following Netgear ar724x-based routers currently supported by ar71xx: * Netgear WNR1000v2 (tiny, 4_32) * Netgear WNR2000v3 (tiny, 4_32) * Netgear WNR2200 (generic, 8_64 + USB) and improves existing support for: * Netgear WNR612v2 (tiny, 4_32) For all above r

[OpenWrt-Devel] [PATCH v2 3/5] ath79: add support for Netgear WNR2000 v3

2019-08-06 Thread Michal Cieslakiewicz
This patch adds ath79 support for Netgear WNR2000v3. Router was previously supported by ar71xx target only. Note: this is a 4_32 device with limited upgrade capabilities. Specification = * Description: Netgear WNR2000 v3 * Loader: U-boot * SOC: Atheros AR7241 (360 MHz) * RAM: 3

[OpenWrt-Devel] [PATCH v2 4/5] ath79: add support for Netgear WNR1000 v2

2019-08-06 Thread Michal Cieslakiewicz
This patch adds ath79 support for Netgear WNR1000v2. Router was previously supported by ar71xx target only. Note: this is a 4_32 device with limited upgrade capabilities. Specification = * Description: Netgear WNR1000 v2 * Loader: U-boot * SOC: Atheros AR7240 (340 MHz) * RAM: 3

[OpenWrt-Devel] [PATCH v2 1/5] ath79: add LAN LEDs control bits for AR724x GPIO function pinmux

2019-08-06 Thread Michal Cieslakiewicz
Currently AR724x pinmux for register 0x18040028 controls only JTAG disable bit. This patch adds new DTS settings to control LAN LEDs and CLKs that allow full software control over these diodes - exactly the same is done by ar71xx target in device setup phase for many routers (WNR2000v3 for example)

[OpenWrt-Devel] [PATCH 3/3] ath79: fix remaining IMAGE_SIZE issues

2019-08-06 Thread Adrian Schmutzler
This fixes the remaining IMAGE_SIZE issues in ath79 target. All devices in target have been checked, so together with subsequent patches this target should be "clean" afterwards. Signed-off-by: Adrian Schmutzler --- target/linux/ath79/image/generic.mk | 2 +- target/linux/ath79/image/tiny-n

[OpenWrt-Devel] [PATCH 2/3] ath79: fix IMAGE_SIZE for common TP-Link definitions

2019-08-06 Thread Adrian Schmutzler
So far, IMAGE_SIZE is set as follows: tplink-4m* 3904k 0x3d tplink-8m* 7936k 0x7c tplink-16m* 15872k 0xf8 However, based on the size of firmware partitions in DTS it should be: tplink-4m* 3904k 0x3d tplink-8m* 8000k 0x7d tplink-16m* 16192k 0xfd All (!) 8m*/16

[OpenWrt-Devel] [PATCH 1/3] ath79: tidy up and fix IMAGE_SIZE for Ubiquiti devices

2019-08-06 Thread Adrian Schmutzler
This addresses IMAGE_SIZE inconsistencies in generic_ubnt.mk by: 1. (cosmetical) Move IMAGE_SIZE out of top definition ("ubnt"), since despite two all subdefinition have different values. 2. (change) Fix IMAGE_SIZE for ubnt-xm and ubnt-bz (7552k->7488k). 3. (cosmetical) Move IMAGE_SIZE of ubnt-

Re: [OpenWrt-Devel] [PATCH 7/7] ath79: WNR2000v3: change WPS button to interrupt-driven GPIO key

2019-08-06 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Michal Cieslakiewicz > Sent: Dienstag, 6. August 2019 13:03 > To: openwrt-devel@lists.openwrt.org > Subject: [OpenWrt-Devel] [PATCH 7/7] ath79: WNR2000v3: change WPS button > to interr

Re: [OpenWrt-Devel] [PATCH 6/7] ath79: WNR2200: use gpio_hog instead of gpio-export for USB power

2019-08-06 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Michal Cieslakiewicz > Sent: Dienstag, 6. August 2019 13:01 > To: openwrt-devel@lists.openwrt.org > Subject: [OpenWrt-Devel] [PATCH 6/7] ath79: WNR2200: use gpio_hog instead > of gpio-

Re: [OpenWrt-Devel] [PATCH] mvebu: enable xHCI USB controller connected to PCIe

2019-08-06 Thread Bjørn Mork
Tomasz Maciej Nowak writes: > This commit fixes regression on Linksys WRT1900 (Mamba) where this device > doesn't have USB 3.0 controller integrated in SoC, instead it has Etron > EJ168 connected to PCIe lane. Previously enabled in kernel 4.4 and 4.9, > was lost in transition to 4.14. This is no

[OpenWrt-Devel] [PATCH 4/7] ath79: add support for Netgear WNR1000 v2

2019-08-06 Thread Michal Cieslakiewicz
This patch adds ath79 support for Netgear WNR1000v2. Router was previously supported by ar71xx target only. Note: this is a 4_32 device with limited upgrade capabilities. Specification = * Description: Netgear WNR1000 v2 * Loader: U-boot * SOC: Atheros AR7240 (340 MHz) * RAM: 3

[OpenWrt-Devel] [PATCH 3/7] ath79: add support for Netgear WNR2000 v3

2019-08-06 Thread Michal Cieslakiewicz
This patch adds ath79 support for Netgear WNR2000v3. Router was previously supported by ar71xx target only. Note: this is a 4_32 device with limited upgrade capabilities. Specification = * Description: Netgear WNR2000 v3 * Loader: U-boot * SOC: Atheros AR7241 (360 MHz) * RAM: 3

[OpenWrt-Devel] [PATCH 5/7] ath79: add support for Netgear WNR2200

2019-08-06 Thread Michal Cieslakiewicz
This patch adds ath79 support for Netgear WNR2200. Router was previously supported by ar71xx target only. Specification = * Description: Netgear WNR2200 * Loader: U-boot * SOC: Atheros AR7241 (360 MHz) * RAM: 64 MiB * Flash: 8 MiB (SPI NOR) - U-boot binary: 256 KiB

[OpenWrt-Devel] [PATCH 6/7] ath79: WNR2200: use gpio_hog instead of gpio-export for USB power

2019-08-06 Thread Michal Cieslakiewicz
To follow new best practice for DTS files, this patch changes definition for GPIO pin 4 on Wifi chip (USB power control) from 'gpio-export' to 'gpio_hog'. Tested and confirmed to work. Signed-off-by: Michal Cieslakiewicz --- .../linux/ath79/dts/ar7241_netgear_wnr2200.dts | 17 +++--

[OpenWrt-Devel] [PATCH 7/7] ath79: WNR2000v3: change WPS button to interrupt-driven GPIO key

2019-08-06 Thread Michal Cieslakiewicz
WNR2000v3 has one button (WPS) connected to AR7241 GPIO directly. This patch changes its servicing method from polling to IRQ. All other buttons, connected to wireless chip GPIO pins, remain polled. Signed-off-by: Michal Cieslakiewicz --- target/linux/ath79/dts/ar7241_netgear_wnr2000-v3.dts | 8

[OpenWrt-Devel] [PATCH 0/7] ath79: add support for some Netgear WNR routers

2019-08-06 Thread Michal Cieslakiewicz
This patchset enables ath79 target for following Netgear ar724x-based routers currently supported by ar71xx: * Netgear WNR1000v2 (tiny, 4_32) * Netgear WNR2000v3 (tiny, 4_32) * Netgear WNR2200 (generic, 8_64 + USB) and improves existing support for: * Netgear WNR612v2 (tiny, 4_32) The goal was to

[OpenWrt-Devel] [PATCH 2/7] ath79: WNR612v2: improve device support

2019-08-06 Thread Michal Cieslakiewicz
This patch improves ath79 support for Netgear WNR612v2. Router functionality becomes identical to ar71xx version. Changes include: * software control over LAN LEDs via sysfs * correct MAC addresses for network interfaces * correct image size in device definition Signed-off-by: Michal Cieslakiewic

[OpenWrt-Devel] [PATCH 1/7] ath79: add LAN LEDs control bits for AR724x GPIO function pinmux

2019-08-06 Thread Michal Cieslakiewicz
Currently AR724x pinmux for register 0x18040028 controls only JTAG disable bit. This patch adds new DTS settings to control LAN LEDs and CLKs that allow full software control over these diodes - exactly the same is done by ar71xx target in device setup phase for many routers (WNR2000v3 for example)

Re: [OpenWrt-Devel] ath10k-ct 4.19 and IBSS

2019-08-06 Thread Koen Vandeputte
On 05.08.19 18:17, Koen Vandeputte wrote: On 05.08.19 17:47, Koen Vandeputte wrote: On 27.06.19 16:24, Ben Greear wrote: On 6/27/19 7:17 AM, Koen Vandeputte wrote: On 26.06.19 18:39, Ben Greear wrote: On 6/26/19 9:28 AM, Koen Vandeputte wrote: On 26.06.19 18:16, Ben Greear wrote: On 6/

[OpenWrt-Devel] [PATCH] kernel: drop Fon(Foxconn) parser matching for the "firmware" partition

2019-08-06 Thread Rafał Miłecki
From: Rafał Miłecki This parser's matching function appears to be too generic as it matches e.g. Buffalo WZR-HP-G300NH. That results in incorrect parts parsing. Luckily this parser is needed by Fon FON2601 only which uses DT-based ramips target. It means we can depend on mtd subsystem matching o