[OpenWrt-Devel] [PATCH] ar71xx: fix USB switch to mPCIE for Mikrotik rb91x boards

2018-06-07 Thread Koen Vandeputte
Some devices like the Mikrotik RB912 only have 1 USB port which is shared between an USB A type port, and the mini PCIe socket. Toggling a gpio selects the output to which USB is connected. Since kernel 4.9, gpio base is rounded up to a value of 32. Commit 65da6f9ca164 ("ar71xx: fix secondary

[OpenWrt-Devel] [PATCH 3/4] ipq40xx: fix OpenMesh A62 dtc warnings

2018-06-07 Thread Christian Lamparter
Warning (pci_bridge): Node /soc/pci@4000/pcie@0 missing ranges for PCI bridge (or not a bridge) Warning (pci_bridge): Node /soc/pci@4000/pcie@0 missing bus-range for PCI bridge Warning (pci_bridge): Node /soc/pci@4000/pcie@0/ath10k@0,0 node name is not "pci" or "pcie" Warning

[OpenWrt-Devel] [PATCH 2/4] ipq40xx: fix dtc warning about /soc/ad-hoc-bus missing a unit name

2018-06-07 Thread Christian Lamparter
This patch fixes a dtc warning that shows up for every device Warning (unit_address_vs_reg): Node /soc/ad-hoc-bus has a reg or ranges property, but no unit name Signed-off-by: Christian Lamparter --- .../ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-bus.dtsi | 2 +- 1 file changed, 1

[OpenWrt-Devel] [PATCH 1/4] ipq40xx: set #size-cells to 0 to fix warning

2018-06-07 Thread Christian Lamparter
qcom-ipq4018-ex6100v2.dtb: Warning (reg_format): "reg" property in /led_spi/led_gpio@0 has invalid length (4 bytes) qcom-ipq4018-ex6100v2.dtb: Warning (avoid_default_addr_size): Relying on default #size-cells value for /led_spi/led_gpio@0 Cc: Thomas Hebb Cc: David Bauer

[OpenWrt-Devel] [PATCH] ramips: mir3g dts define usb port Vcc volt regulator GPIO

2018-06-07 Thread Kevin Darbyshire-Bryant 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 --- Define USB port power on/off GPO

[OpenWrt-Devel] [PATCH 4/4] ipq40xx: flesh out MR33's pcie dts definitions

2018-06-07 Thread Christian Lamparter
Signed-off-by: Christian Lamparter --- .../arch/arm/boot/dts/qcom-ipq4029-mr33.dts | 13 + 1 file changed, 13 insertions(+) diff --git a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4029-mr33.dts

[OpenWrt-Devel] [PATCH] ramips: mt7621: Fix some cosmetic DTC warnings

2018-06-07 Thread Rosen Penev
Node /cpus/cpu@0 has a unit name, but no reg property Node /cpus/cpu@1 has a unit name, but no reg property Node /cpuintc@0 has a unit name, but no reg property Node /cpuclock@0 has a unit name, but no reg property Node /sysclock@0 has a unit name, but no reg property Node /pcie@1e14/pcie0

Re: [OpenWrt-Devel] [PATCH] ramips: mt7621: Fix some cosmetic DTC warnings

2018-06-07 Thread Daniel Golle
On Thu, Jun 07, 2018 at 10:31:23AM -0700, Rosen Penev wrote: > Node /cpus/cpu@0 has a unit name, but no reg property > Node /cpus/cpu@1 has a unit name, but no reg property > Node /cpuintc@0 has a unit name, but no reg property > Node /cpuclock@0 has a unit name, but no reg property > Node

[OpenWrt-Devel] [PATCH] ramips: mmc: Add back some non-mt7621 code that staging removed

2018-06-07 Thread Rosen Penev
This reverts commit 8a570921b5ba49a2d3824f1220e4c53809063468. This seems to have been accidentally reverted. This fixes mt7620 and mt7628. Signed-off-by: Rosen Penev --- .../files-4.14/drivers/mmc/host/mtk-mmc/sd.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-)

Re: [OpenWrt-Devel] [PATCH] ramips: mt7621: Fix some cosmetic DTC warnings

2018-06-07 Thread Rosen Penev
On Thu, Jun 7, 2018 at 12:17 PM, Daniel Golle wrote: > On Thu, Jun 07, 2018 at 10:31:23AM -0700, Rosen Penev wrote: >> Node /cpus/cpu@0 has a unit name, but no reg property >> Node /cpus/cpu@1 has a unit name, but no reg property >> Node /cpuintc@0 has a unit name, but no reg property >> Node

[OpenWrt-Devel] [PATCH v2] ramips: mt7621: Fix some cosmetic DTC warnings

2018-06-07 Thread Rosen Penev
Node /cpus/cpu@0 has a unit name, but no reg property Node /cpus/cpu@1 has a unit name, but no reg property Node /cpuintc@0 has a unit name, but no reg property Node /cpuclock@0 has a unit name, but no reg property Node /sysclock@0 has a unit name, but no reg property Node /pcie@1e14/pcie0

Re: [OpenWrt-Devel] [PATCH] ramips: mmc: Add back some non-mt7621 code that staging removed

2018-06-07 Thread Daniel Golle
On Thu, Jun 07, 2018 at 10:36:19AM -0700, Rosen Penev wrote: > This reverts commit 8a570921b5ba49a2d3824f1220e4c53809063468. > > This seems to have been accidentally reverted. This fixes mt7620 and > mt7628. Tested on MT7688AN (WrtNode2R), microSD now works. > Signed-off-by: Rosen Penev

Re: [OpenWrt-Devel] [PATCH] ramips: mt7621: Fix some cosmetic DTC warnings

2018-06-07 Thread Christian Lamparter
On Thursday, June 7, 2018 7:31:23 PM CEST Rosen Penev wrote: > device_type = "pci"; hm, just a heads-up: "device_type" have been mostly deprecated [0]. |The device_type property was used in IEEE 1275 to describe the device’s |FCode programming model. Because |spec| does

Re: [OpenWrt-Devel] [PATCH] ramips: mt7621: Fix some cosmetic DTC warnings

2018-06-07 Thread Rosen Penev
On Thu, Jun 7, 2018 at 1:47 PM, Christian Lamparter wrote: > On Thursday, June 7, 2018 7:31:23 PM CEST Rosen Penev wrote: >> device_type = "pci"; > > hm, just a heads-up: "device_type" have been mostly deprecated [0]. > > |The device_type property was used in IEEE 1275 to

[OpenWrt-Devel] [PATCH] mtd-utils: revert faulty upstream patch for now

2018-06-07 Thread Christian Lamparter
Some of the ubi-tools in the upstream mtd-utils have been broken by a bad patch upstream. It causes major breakage during sysupgrade when the kernel, rootfs, ... volumes are deleted in the wrong order. This patch therefore reverts the faulty upstream commit which fixes the bug. linux-mtd

Re: [OpenWrt-Devel] dnscrypt-proxy package missing in snapshot

2018-06-07 Thread Alexandru Ardelean
On Wed, Jun 6, 2018 at 7:38 PM, Maciej Soltysiak wrote: > Hi, > > It doesn't look like there are any takers for this task. > Can anyone guide me to a 101 tutorial on making a brand new package? I guess you can start with a wiki page for this:

Re: [OpenWrt-Devel] [LEDE-DEV] 18.06 Status?

2018-06-07 Thread Martin Schroeder 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 --- How about you guys vote for a

Re: [OpenWrt-Devel] [LEDE-DEV] 18.06 Status?

2018-06-07 Thread Martin Schroeder
How about you guys vote for a person. Make a list of candidates, mail it out to the list (people can add their own names if they wish). Then whoever gets voted in becomes the coordinator. On Sat, May 5, 2018 at 9:12 PM, Fernando Frediani wrote: > I didn't mention forcing people at any point.

Re: [OpenWrt-Devel] [LEDE-DEV] 18.06 Status?

2018-06-07 Thread Daniel F. Dickinson
On 2018-06-07 04:13 AM, Martin Schroeder wrote: > How about you guys vote for a person. Make a list of candidates, mail > it out to the list (people can add their own names if they wish). Then > whoever gets voted in becomes the coordinator. > Hauke seems to be the coordinator (I've seen him

Re: [OpenWrt-Devel] Sysupgrade failure (unable to kill all processes).

2018-06-07 Thread Felix Fietkau
On 2018-06-05 23:02, Stijn Segers wrote: > > Op za, 2 jun 2018 om 8:34 , schreef A. Benz 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