[PATCH v2 7/7] bcm53xx: add Cisco Meraki MR32

2020-09-05 Thread Christian Lamparter
This patch adds support for Cisco Meraki MR32. The unit was donated by Chris Blake. Thank you! WARNING: Only the 1x1:1 abgn Air Marshal WIPS wifi is currently supported by b43: b43-phy2: Found PHY: Analog 9, Type 4 (N), Revision 16 b43-phy2: Found Radio: Manuf 0x17F, ID 0x2057, Revision 9, Versi

[PATCH v2 1/7] scripts: mkits.sh make it possible to specify fdt@#

2020-09-05 Thread Christian Lamparter
Some bootloaders are really keen on just one special fdt in a multi-image fit image. This is a problem, because currently this is fixed to "fdt@1". This patch introduces a new device variable: DEVICE_FDT_NUM that allows to specify the right fdt number. If the value is absent "1" will be chosen.

[PATCH v2 3/7] bcm53xx: enable PWM for bcm53xx

2020-09-05 Thread Christian Lamparter
The Meraki MR32 (BCM53016A1) uses the pwm to drive the tricolor LED. The driver has been available in upstream for a long time. Only the Device-Tree definition was missing, but it has been queued recently. Signed-off-by: Christian Lamparter --- target/linux/bcm53xx/Makefile | 2

[PATCH v2 4/7] bcm53xx: backport uart2 and pcie2 device-nodes

2020-09-05 Thread Christian Lamparter
These have made their way into -next. Signed-off-by: Christian Lamparter --- ...dts-BCM5301X-Specify-uart2-in-the-DT.patch | 37 +++ ...dts-BCM5301X-Specify-pcie2-in-the-DT.patch | 33 + 2 files changed, 70 insertions(+) create mode 100644 target/linux/bcm53xx/p

[PATCH v2 6/7] kernel: package bcm53xx i2c module

2020-09-05 Thread Christian Lamparter
The BCM5301x SoCs do have i2c. Since this is only being used by the Meraki MR32, this will be packaged as a module. Signed-off-by: Christian Lamparter --- package/kernel/linux/modules/i2c.mk | 14 ++ 1 file changed, 14 insertions(+) diff --git a/package/kernel/linux/modules/i2c.mk

[PATCH v2 5/7] kernel: add default for new config symbols

2020-09-05 Thread Christian Lamparter
Provide disabled defaults for I2C_SLAVE_EEPROM and IPMB_DEVICE_INTERFACE. Signed-off-by: Christian Lamparter --- target/linux/generic/config-5.4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index d543819aad..2f5ab98d26 10

[PATCH v2 2/7] build: define PWM_SUPPORT arch feature flag

2020-09-05 Thread Christian Lamparter
As the PWM has its own sub-system in the Linux kernel, I think it should be handled in the same way as GPIO, RTC, PCI... This patch introduces a specific feature flag "pwm" and the "leds-pwm" kernel module as the first customer. Signed-off-by: Christian Lamparter --- package/kernel/linux/module

Re: [PATCH 0/5] ath25: return back with 5.4 kernel support

2020-09-05 Thread Sergey Ryazanov
On Sat, Sep 5, 2020 at 10:36 AM Adrian Schmutzler wrote: > > This series returns back ath25 target and switches it to 5.4 kernel. > > I will take care, but probably alter the patches so we directly start with > kernel 5.4, and not add back 4.14 just to remove it again. Sure. But specify the commi

Re: MR24 wifi broken by recent commit

2020-09-05 Thread Christian Lamparter
Almost lost this in the spam-folder :( . On 2020-09-03 23:22, Russell Senior wrote: Christian Lamparter writes: On 2020-09-03 10:44, Russell Senior wrote: commit 9153955095f01a7ac5f2659a671f0229cbad3507 Author: Christian Lamparter mailto:chunk...@gmail.com>> Date: Wed Aug 12 18:26:43 2020 +

Re: [PATCH] zones: fix max length of zone names

2020-09-05 Thread David Bauer
Hello Matthias, On 9/5/20 4:45 PM, Matthias Schiffer wrote: > On 9/5/20 4:32 PM, David Bauer wrote: >> Hi Matthias, >> >> On 9/5/20 4:08 PM, Matthias Schiffer wrote: >>> On 9/5/20 1:11 AM, David Bauer wrote: Hi Alexey, On 9/4/20 10:32 PM, Alexey Dobrovolskiy wrote: > Hi, > p

Re: [PATCH] util-linux: fix build when libmagic is present

2020-09-05 Thread Paul Oranje
Op 4 sep. 2020, om 09:03 heeft Rosen Penev het volgende geschreven: > > On Thu, Sep 3, 2020 at 11:29 PM Petr Štetiar wrote: >> >> Rosen Penev [2020-09-01 15:37:03]: >> >> From https://openwrt.org/submitting-patches, section about commit >> description: >> >> "it will be committed to the so

Re: [PATCH] zones: fix max length of zone names

2020-09-05 Thread Matthias Schiffer
On 9/5/20 4:32 PM, David Bauer wrote: > Hi Matthias, > > On 9/5/20 4:08 PM, Matthias Schiffer wrote: >> On 9/5/20 1:11 AM, David Bauer wrote: >>> Hi Alexey, >>> >>> On 9/4/20 10:32 PM, Alexey Dobrovolskiy wrote: Hi, please, see also https://patchwork.ozlabs.org/project/openwrt/patch

Re: [PATCH] zones: fix max length of zone names

2020-09-05 Thread David Bauer
Hi Matthias, On 9/5/20 4:08 PM, Matthias Schiffer wrote: > On 9/5/20 1:11 AM, David Bauer wrote: >> Hi Alexey, >> >> On 9/4/20 10:32 PM, Alexey Dobrovolskiy wrote: >>> Hi, >>> please, see also >>> https://patchwork.ozlabs.org/project/openwrt/patch/20200830211009.3359-1-dobrovolskiy.ale...@gmail.co

Re: [PATCH] zones: fix max length of zone names

2020-09-05 Thread Matthias Schiffer
On 9/5/20 1:11 AM, David Bauer wrote: > Hi Alexey, > > On 9/4/20 10:32 PM, Alexey Dobrovolskiy wrote: >> Hi, >> please, see also >> https://patchwork.ozlabs.org/project/openwrt/patch/20200830211009.3359-1-dobrovolskiy.ale...@gmail.com/ > > I was not aware of this patch. Will merge yours in the co

Re: ramips: ethernet: fix to interrupt handling

2020-09-05 Thread Jaap Buurman
Dear Rosen, On Fri, Sep 4, 2020 at 10:50 PM Rosen Penev wrote: > > On Fri, Sep 4, 2020 at 7:01 AM Jaap Buurman wrote: > > > > Dear all, > > > > Is there a reason the "ramips: ethernet: fix to interrupt handling" > > patch never was included in the master branch or 19.07 branch?: > > > > https://

[PATCH] hostapd: add support for per-BSS airtime configuration

2020-09-05 Thread David Bauer
Add support for per-BSS airtime weight configuration. This allows to set a airtime weight per BSS as well as a ratio limit based on the weight. Support for this feature is only enabled in the full flavors of hostapd. Consult the hostapd.conf documentation (Airtime policy configuration) for more i

Re: [PATCH 1/2] build: ipkg-build add -r option for all-root

2020-09-05 Thread Karl Palsson
Paul Spooren wrote: > > diff --git a/scripts/ipkg-build b/scripts/ipkg-build > index e3a9a882cf..38149c4432 100755 > --- a/scripts/ipkg-build > +++ b/scripts/ipkg-build > @@ -1,5 +1,7 @@ > #!/bin/sh > > +set -x > + Do you mean to have this in the patch? Sincerely, Karl Palsson OpenPGP-digi

RE: [PATCH 0/5] ath25: return back with 5.4 kernel support

2020-09-05 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Sergey Ryazanov > Sent: Samstag, 5. September 2020 01:51 > To: OpenWrt Development List > Cc: Adrian Schmutzler ; Zoltan HERPAI > > Subject: [PATCH 0/5] ath25: return back with 5.4 k